]> granicus.if.org Git - clang/shortlog
clang
2018-01-25 Nico Weber[clang-cl] Add support for /arch:AVX512F and /arch...
2018-01-25 Nico Weberclang-cl: Simplify handling of /arch: flag.
2018-01-25 Ivan A. Kosarev[CodeGen] Decorate aggregate accesses with TBAA tags
2018-01-25 Krasimir Georgiev[clang-format] Fixes indentation of inner text proto...
2018-01-25 Simon Dardis[Driver] Add support for mips32 and scudo
2018-01-24 Kamil RytarowskiFreeBSD needs also execinfo (in sanitizers)
2018-01-24 Alexander Shaposhnikov[analyzer] Do not attempt to get the pointee of void*
2018-01-24 Brian Gesiak[coroutines] Pass coro func args to promise ctor
2018-01-24 Artem Dergachev[analyzer] NFC: Run many existing C++ tests with a...
2018-01-24 Artem Dergachev[analyzer] Enable c++-allocator-inlining by default.
2018-01-24 Artem Dergachev[analyzer] Assume that the allocated value is non-null...
2018-01-24 Vassil VassilevRevert r323051 "[cmake] Use CLANG_BINARY_DIR to determi...
2018-01-24 Peter CollingbourneIRGen: Emit an inline implementation of __builtin_wmemc...
2018-01-24 Rafael EspindolaDon't create hidden dllimport global values.
2018-01-24 Krzysztof Parzyszek[Hexagon] Accept lowercase b in -hvx-length=64b and...
2018-01-24 Sam McCall[CodeComplete] only respect LoadExternal hint at namesp...
2018-01-24 Artem Belevich[CUDA] Disable PGO and coverage instrumentation in...
2018-01-24 Hans Wennborgclang-cl: Parse /permissive-, /Bt, Bt+ (PR32672)
2018-01-24 Krasimir Georgiev[clang-format] Disable string literal breaking for...
2018-01-24 Malcolm ParsonsFix typos of occurred and occurrence
2018-01-24 Raphael IsemannRefactor RecursiveASTVisitor test for post-order traversal
2018-01-24 Nico WeberAttempt to fix implicit-fallthrough warning after r323218.
2018-01-24 Nico WeberFix typo in comment.
2018-01-24 Douglas YungFix test Driver/solaris-ld.c for Windows.
2018-01-23 Wei MiAdjust MaxAtomicInlineWidth for i386/i486 targets.
2018-01-23 Richard TrieuFix test Driver/solaris-ld.c
2018-01-23 Saleem AbdulrasoolAST: correct mangling for SEL on MS ABI
2018-01-23 Dan Gohman[WebAssembly] Factor out settings common to wasm32...
2018-01-23 George Karpenkov[analyzer] Mark lines as relevant even if they weren...
2018-01-23 Saleem AbdulrasoolCodeGen: use `llvm.used` for ObjC protocols
2018-01-23 George Karpenkov[analyzer] Show full analyzer invocation for reproducib...
2018-01-23 George Karpenkov[html] [NFC] Use raw strings to dump the style table.
2018-01-23 Saleem AbdulrasoolAST: adjust ObjC MS mangling to work with typedefs
2018-01-23 Artem Belevich[CUDA] CUDA has no device-side library builtins.
2018-01-23 Alexey Bataev[OPENMP] Replace call of EmitLoadOfLValue() by EmitLoad...
2018-01-23 Craig Topper[Docs] Re-generate command line documentation.
2018-01-23 Alexey Bataev[OPENMP] Remove more empty SourceLocations() from the...
2018-01-23 Jonas Hahnfeldtest/Driver: Add some --stdlib=platform, NFC.
2018-01-23 Saleem Abdulrasooltest: simplify the matching logic a bit (NFC)
2018-01-23 Nico WeberName two bool parameters. No behavior change.
2018-01-23 Nico Weberclang-format: Support macros in front of @interface...
2018-01-23 Saleem Abdulrasooltest: adjust the target for some Windows tests
2018-01-23 Dan Gohman[WebAssembly] Add mem.* builtin functions.
2018-01-23 Nico Weberclang-format: Support formatting Java 8 interface defau...
2018-01-23 Fedor SergeevFix Driver/solaris-ld.c test on Windows
2018-01-23 Ilya Biryukov[Tooling] Added a VFS parameter to ClangTool
2018-01-23 Fedor Sergeev[Solaris] Make RHEL devtoolsets handling Linux-specific
2018-01-23 Fedor Sergeev[Solaris] gcc toolchain handling revamp
2018-01-23 Krasimir Georgiev[clang-format] Ignore UnbreakableTailLength sometimes...
2018-01-23 Sjoerd Meijer[ARM] Pass _Float16 as int or float
2018-01-23 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-01-23 David BlaikieNewPM: Improve/fix GCOV - which needs to run early...
2018-01-22 Julie HockettAdd hasTrailingReturn AST matcher
2018-01-22 Fangrui Song[ASTMatchers] [NFC] Fix code examples
2018-01-22 Volodymyr SapsaiReland "[CodeGen] Fix crash when a function taking...
2018-01-22 Chandler CarruthIntroduce the "retpoline" x86 mitigation technique...
2018-01-22 Sam McCall[CodeComplete] Omit templated constructors from member...
2018-01-22 Alexander Shaposhnikov[analyzer] Protect against dereferencing a null pointer
2018-01-22 Ilya Biryukov[CodeComplete] Fix completion in the middle of idents...
2018-01-22 Jonas Hahnfeld[DOCS] Mention OpenMP Tools Interface in runtime library
2018-01-22 Raphael Isemann[modules] Correctly overload getModule in the Multiplex...
2018-01-22 Gabor Horvath[analyzer] Model and check unrepresentable left shifts
2018-01-22 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-01-20 Devin Coughlin[analyzer] Provide a check name when MallocChecker...
2018-01-20 Vassil Vassilev[cmake] Use CLANG_BINARY_DIR to determine the build...
2018-01-20 Craig Topper[X86] Add rdpid command line option and intrinsics.
2018-01-20 Craig Topper[X86] Put the code that defines __GCC_HAVE_SYNC_COMPARE...
2018-01-20 Kamil RytarowskiLink sanitized programs on NetBSD with -lkvm
2018-01-19 Volodymyr Sapsai[Lex] Fix crash on code completion in comment in includ...
2018-01-19 Abderrazek... [AArch64] Add ARMv8.2-A FP16 scalar intrinsics
2018-01-19 Richard TrieuAllow BlockDecl in CXXRecord scope to have no access...
2018-01-19 Craig Topper[X86] Add goldmont to test/Driver/x86-march.c
2018-01-19 Don Hinton[cmake] Also pass CMAKE_ASM_COMPILER_ID to next stage...
2018-01-19 Dan Gohman[WebAssembly] Add target flags for sign-ext opcodes.
2018-01-19 Daniel NeilsonChange memcpy/memove/memset to have dest and source...
2018-01-19 Krasimir Georgiev[clang-format] Adds a canonical delimiter to raw string...
2018-01-19 Krasimir Georgiev[clang-format] Fix shortening blocks in macros causing...
2018-01-19 Sanjay Patel[CodeGenCXX] annotate a GEP to a derived class with...
2018-01-19 Petr Hosek[Fuchsia] Tests for the Fuzzer support in Fuchsia driver
2018-01-19 Hongbin Zheng[Refactor] Use enum instead of magic number in handleX8...
2018-01-19 Petr Hosek[Fuchsia] Enable Fuzzer as a supported sanitizer on...
2018-01-19 Craig Topper[X86] Add missing check for RDSEED to ICL, CNL, SKX...
2018-01-18 Nico WeberRemove TautologicalInRangeCompare from Extra and Tautol...
2018-01-18 Steve O'Brienc-index-test: small fix to CXString handling and disposal
2018-01-18 Sam CleggConvert comment to C-style to prevent warning
2018-01-18 Ben Hamilton[ClangFormat] ObjCSpaceBeforeProtocolList should be...
2018-01-18 Jonas Hahnfeld[OpenMP] Correct generation of offloading entries
2018-01-18 Ilya Biryukov[Frontend] Allow to use PrecompiledPreamble without...
2018-01-18 Simon PilgrimFix MSVC "uninitialized variable" warning.
2018-01-18 Haojian Wu[ASTMatcher] Add isScoped matcher for enumDecl.
2018-01-18 Hiroshi InoueRevert rC322769: [RISCV] Propagate -mabi and -march...
2018-01-18 Richard TrieuFix Scope::dump()
2018-01-18 George Karpenkov[analyzer] a few helper methods for getting and compari...
2018-01-18 Rafael EspindolaUpdate for llvm change.
2018-01-18 Artem Dergachev[analyzer] NFC: Remove unused method - BugReporter...
2018-01-18 Artem Dergachev[analyzer] NFC: RetainCount: Protect from dumping raw...
2018-01-18 Artem Dergachev[analyzer] NFC: Use "= default" for default ProgramPoin...
2018-01-18 Artem Dergachev[analyzer] operator new: Fix callback order for CXXNewExpr.
2018-01-18 Artem Dergachev[analyzer] operator new: Add a new ProgramPoint for...
2018-01-18 Artem Dergachev[analyzer] Suppress "this" pointer escape during constr...
next