]> granicus.if.org Git - clang/shortlog
clang
2017-10-12 Matt Morehouse[clang-format] Allow building fuzzer with OSS-Fuzz...
2017-10-12 Craig Topper[X86] Use -ffreestanding instead of using the mm_malloc...
2017-10-12 Alexey Bataev[OPENMP] Fix PR34926: Fix handling of the array section...
2017-10-12 Alexey Bataev[OPENMP] Fix PR34925: Fix getting thread_id lvalue...
2017-10-12 Ivan A. Kosarev[CodeGen] Generate TBAA info along with LValue base...
2017-10-12 NAKAMURA TakumiFix warnings. [-Wdocumentation]
2017-10-12 NAKAMURA TakumiSVal::getAsSymbol(bool IncludeBaseRegions): Follow...
2017-10-12 Sylvestre LedruSplit the AlignTrailingComments on several lines. The...
2017-10-12 Martin Storsjo[COFF, ARM64] Add MS builtins __dmb, __dsb, __isb
2017-10-12 NAKAMURA Takumiclang/module.modulemap: Create Clang_Frontend_CodeGenOp...
2017-10-12 Craig Topper[X86] Remove a few unnecessary check lines from the...
2017-10-11 Zachary TurnerRevert "[ADT] Make Twine's copy constructor private."
2017-10-11 Lang HamesUpdate cc1as_main for MCCodeEmitter ownership change...
2017-10-11 Zachary Turner[ADT] Make Twine's copy constructor private.
2017-10-11 Vedant Kumar[Driver] Export symbols needed to use profile runtime
2017-10-11 Craig Topper[X86] Add support for 'amdfam17h' to __builtin_cpu_is...
2017-10-11 George Karpenkov[Analyzer] Support bodyfarming libstdc++ implementation...
2017-10-11 Matt Morehouse[clang-fuzzer] Build with newer protobuf-mutator.
2017-10-11 George Karpenkov[Analyzer] Fix introduced regression: properly check...
2017-10-11 George Karpenkov[Analyzer] Remove dead code from testing scripts
2017-10-11 George Karpenkov[Analyzer] Assume that string-like const globals are...
2017-10-11 Matt Morehouse[clang-fuzzer] Allow linking with any fuzzing engine.
2017-10-11 Craig Topper[X86] Correct type for argument to clflushopt intrinsic.
2017-10-11 Alexey Bataev[OPENMP] Remove extra if, NFC.
2017-10-11 Matt MorehouseReland "[clang-fuzzer] Allow building without coverage...
2017-10-11 Alexey Bataev[OPENMP] Fix PR34916: Crash on mixing taskloop|tasks...
2017-10-11 Matt Morehouse[clang-fuzzer] Fix shared library dependencies.
2017-10-11 Daniel Marjamaki[Analyzer] Clarify error messages for undefined result
2017-10-11 Haojian Wu[clang-rename] Add more unittest.
2017-10-11 Alexey Bader[OpenCL] Allow function declaration with empty argument...
2017-10-11 Haojian Wu[clang-rename] Don't add prefix qualifiers to the decla...
2017-10-11 Daniel JasperRevert r314955: "Remove PendingBody mechanism for funct...
2017-10-11 NAKAMURA TakumiReorder.
2017-10-11 NAKAMURA TakumiClangCodeGenTests: Update libdeps in rL315392, +clangAST.
2017-10-11 Lang HamesUpdate cc1as_main for MCAsmBackend ownership change...
2017-10-11 Richard Smith[modules] Fix visibility checking for using declaration...
2017-10-11 Richard Smith[modules] Only take visible using-directives into accou...
2017-10-11 Alex LorenzA '<' with a trigraph '#' is not a valid editor placeholder
2017-10-11 Richard Smith[Modules TS] Diagnose missing/duplicate module-declaration.
2017-10-10 Adrian PrantlInclude getting generated struct offsets in CodegenABITypes
2017-10-10 Richard Smith[Modules TS] Diagnose attempts to enter module implemen...
2017-10-10 Richard Smith[Modules TS] Module ownership semantics for redeclarations.
2017-10-10 Peter CollingbourneSupport: Have directory_iterator::status() return FindF...
2017-10-10 Jan KorousFix indexer crash for default template template paramet...
2017-10-10 Richard SmithAdd test for regression caused by reverted patch r315251.
2017-10-10 Guozhi Wei[CGExprScalar] In EmitCompare trunc the result if it...
2017-10-10 Matt MorehouseRevert "[clang-fuzzer] Allow building without coverage...
2017-10-10 Matt Morehouse[clang-fuzzer] Build proto-to-cxx with fuzzer-no-link.
2017-10-10 Francis Ricci[lit] Add host_cxx to lit config
2017-10-10 Matt Morehouse[clang-fuzzer] Allow building without coverage instrume...
2017-10-10 Hans WennborgFor dllexport class templates, export specializations...
2017-10-10 Alexey Bataev[OPENMP] Add default codegen|tests for 'target parallel...
2017-10-10 Simon PilgrimFix a (slightly weird) 'comma operator within array...
2017-10-10 Eric LiuRevert "[Modules TS] Module ownership semantics for...
2017-10-10 Eric LiuRevert "[Modules TS] Avoid computing the linkage of...
2017-10-10 Artem Dergachev[analyzer] MisusedMovedObject: Fix state-resetting...
2017-10-10 Artem Dergachev[analyzer] MisusedMovedObject: Add printState() method...
2017-10-10 Artem Dergachev[analyzer] PthreadLockChecker: Add printState() method...
2017-10-10 Gabor Horvath[analyzer] Implement pointer arithmetic on constants
2017-10-10 Haojian Wu[clang-refactor] Fix clang-tidy misc-move-const-arg...
2017-10-10 Ivan A. Kosarev[CodeGen] Do not construct complete LValue base info...
2017-10-10 Haojian WuFix small nits in clang-refactor doc.
2017-10-10 Benjamin Kramer[ASTMatchers] Don't create a copy of a std::set when...
2017-10-10 Akira Hatanaka[Sema][ObjC] Preserve syntactic sugar when removing
2017-10-10 Richard Smith[Modules TS] Avoid computing the linkage of the enclosi...
2017-10-10 Jan KorousR13575: Fix USR mangling for function pointer types
2017-10-09 Jan KorousFix typos in documentation
2017-10-09 Richard Smith[Modules TS] Module ownership semantics for redeclarations.
2017-10-09 George Karpenkov[Analyzer] Do not segfault on unexpected call_once...
2017-10-09 Jan KorousPR13575: Fix test
2017-10-09 Matt ArsenaultAMDGPU: Add read_exec_lo/hi builtins
2017-10-09 Jan KorousPR13575: Fix USR mangling for fixed-size arrays
2017-10-09 Hamza SoodTesting commit access.
2017-10-09 Matt ArsenaultAMDGPU: Fix missing declaration for __builtin_amdgcn_di...
2017-10-09 Ilya BiryukovSet PreprocessorOpts.GeneratePreamble=true in Precompil...
2017-10-08 Benjamin KramerCertain versions of clang require an explicit initializ...
2017-10-08 Benjamin KramerRemove unused variables. No functionality change.
2017-10-08 Benjamin KramerMake SourceLocation, QualType and friends have constexp...
2017-10-08 Benjamin KramerRemove unused variables. No functionality change.
2017-10-07 Vedant Kumar[Driver] Fix -static-libsan / -shared-libsan on Darwin
2017-10-06 Saleem AbdulrasoolDriver: hoist the `wchar_t` handling to the driver
2017-10-06 Reid KlecknerRevert "For dllexport class templates, export specializ...
2017-10-06 Reid Kleckner[MS] Raise the default value of _MSC_VER to 1911, which...
2017-10-06 Alex Lorenz-Wdocumentation should allow '...' params in variadic...
2017-10-06 Alex LorenzRevert r315087
2017-10-06 Matt ArsenaultOpenCL: Assume functions are convergent
2017-10-06 Alex Lorenz[ObjC] Don't warn on readwrite properties with custom...
2017-10-06 Alex Lorenz[refactor] add support for refactoring options
2017-10-06 Zachary Turner[lit] Improve tool substitution in lit.
2017-10-06 Zachary TurnerRun pyformat on lit code.
2017-10-06 Paul RobinsonFor Windows, allow .exe extension in a test.
2017-10-06 Alexey Bataev[OPENMP] Do not capture local static variables.
2017-10-06 Erich KeaneSplit X86::BI__builtin_cpu_init handling into own funct...
2017-10-06 Alexey Bataev[OPENMP] Capture references to global variables.
2017-10-06 Akira HatanakaFix one more check string after r315045.
2017-10-06 Ivan A. KosarevRefine generation of TBAA information in clang
2017-10-06 Akira HatanakaFix one more check string after r315045.
2017-10-06 Akira HatanakaFix check strings in test case and use llvm::to_string...
2017-10-06 Akira Hatanaka[CodeGen] Emit a helper function for __builtin_os_log_f...
2017-10-05 Chris Bieneman[CMake] Add install-distribution-toolchain to stage2...
next