]> granicus.if.org Git - clang/shortlog
clang
2017-08-09 Matt ArsenaultAMDGPU: Use direct struct returns and arguments
2017-08-09 George Burgess IVUse unsigned instead of an enum for map keys
2017-08-09 Gabor Horvath[Sema] Assign new flag -Wenum-compare-switch to switch...
2017-08-09 Gheorghe-Teodor... [OpenMP] Fix failing test for D29660.
2017-08-09 Hans WennborgMake -std=c++17 an alias of -std=c++1z
2017-08-09 Gheorghe-Teodor... [OpenMP] Enable executable lookup into driver directory.
2017-08-09 Alexey Bataev[OPENMP] Emit non-debug version of outlined functions...
2017-08-09 David BlaikiePointerLikeTypeTraits: class->struct to match LLVM...
2017-08-09 Gheorghe-Teodor... [OpenMP] Make the PTX version tests general enough...
2017-08-09 Gheorghe-Teodor... [OpenMP] Add flag for overwriting default PTX version...
2017-08-09 Gheorghe-Teodor... [OpenMP] Add flag for disabling the default generation...
2017-08-09 Erich KeaneFix broken getAttributeSpellingListIndex for pragma...
2017-08-09 Martin Probstclang-format: [JS] detect ASI after closing parens.
2017-08-09 Gheorghe-Teodor... [OpenMP] Make OpenMP generated code for the NVIDIA...
2017-08-09 Tim NorthoverReapply Sema: allow imaginary constants via GNU extensi...
2017-08-09 Joey Gouly[OpenCL] Minor refactoring to reduce copy/pasted code
2017-08-09 Coby Tayree[X86][Ms-InlineAsm] Extend MS Dot operator to accept...
2017-08-09 Gabor Horvath[Sema] -Wenum-compare no longer warn on anonymous enums...
2017-08-09 Diana PicusRevert "PR19668, PR23034: Fix handling of move construc...
2017-08-09 Krasimir Georgiev[clang-format] Put '/**' and '*/' on own lines in jsdoc...
2017-08-09 Gabor Horvath[Sema] Extend -Wenum-compare to handle mixed enum compa...
2017-08-09 George Burgess IVAttempt #2 to appease buildbots
2017-08-09 George Burgess IVAttempt to appease msc buildbot
2017-08-09 Vitaly Buka[clang-fuzzer] Resolve proto dependencies
2017-08-09 George Burgess IV[AST] Cache intermediate visibility/linkage results
2017-08-09 George Burgess IV[AST] Move visibility computations into a class; NFC
2017-08-09 Richard TrieuAllow operator delete to be an invalid Decl.
2017-08-09 Gheorghe-Teodor... [OpenMP] Fix bug regarding cubin integration into host...
2017-08-08 Tim NorthoverSema: disable implicit conversion from _Complex to...
2017-08-08 Tim NorthoverRevert "Lexer: always allow imaginary constants in...
2017-08-08 Tim NorthoverLexer: always allow imaginary constants in GNU mode.
2017-08-08 Simon Atanasyan[mips] Enable `long_call/short_call` attributes on...
2017-08-08 Reid Kleckner[codeview] Emit nested enums and typedefs from classes
2017-08-08 Kostya Serebryany[sanitizer-coverage] -fsanitize-coverage=bb,inline...
2017-08-08 Matt MorehouseIntegrate Kostya's clang-proto-fuzzer with LLVM.
2017-08-08 Eli Friedman[coverage] Special-case calls to noreturn functions.
2017-08-08 Josh GaoThread Safety Analysis: warn on nonsensical attributes.
2017-08-08 Josh GaoReland "Thread Safety Analysis: fix assert_capability."
2017-08-08 Richard SmithPR19668, PR23034: Fix handling of move constructors...
2017-08-08 Aaron BallmanRestore previous structure ABI behavior for bit-fields...
2017-08-08 Alexey Bataev[OPENMP][DEBUG] Set proper address space info if requir...
2017-08-08 Craig Topper[X86] Support 'avx5124vnniw' and 'avx5124fmaps' for...
2017-08-08 Erik Pilkington[Availability] Don't make an availability attribute...
2017-08-08 Alexey BataevRevert "[OPENMP][DEBUG] Set proper address space info...
2017-08-08 Alexey Bataev[OPENMP][DEBUG] Set proper address space info if requir...
2017-08-08 Nico WeberUse "foo-12345.o.tmp" instead of "foo.o-12345" as tempo...
2017-08-08 Gheorghe-Teodor... Non-functional change. Fix test for D29654.
2017-08-08 Martin Probstclang-format: [JS] fix union type spacing in object...
2017-08-08 Martin Probstclang-format: [JS] handle single lines comments ending...
2017-08-08 Alexey BataevRevert "[OPENMP][DEBUG] Set proper address space info...
2017-08-08 Gheorghe-Teodor... [OpenMP] OpenMP device offloading code generation produ...
2017-08-08 Alexey Bataev[OPENMP][DEBUG] Set proper address space info if requir...
2017-08-08 Nikolai Bozhenov[libclang] Fix PR34055 (incompatible update of clang...
2017-08-08 Alex LorenzDarwin's toolchain should be initialized before openmp...
2017-08-08 Alex LorenzRevert r310291, r310300 and r310332 because of test...
2017-08-08 Reid KlecknerFix openmp-offload.c test on Windows
2017-08-08 Reid Kleckner[codeview] Fix class name formatting
2017-08-07 Sean CallananThis adds the argument --dump-ir to clang-import-test...
2017-08-07 Gheorghe-Teodor... [OpenMP] Error when trying to offload to an unsupported...
2017-08-07 Gheorghe-Teodor... [OpenMP] Prevent emission of exception handling code...
2017-08-07 Martin Storsjo[AArch64] Ignore stdcall and similar on aarch64/windows
2017-08-07 Gheorghe-Teodor... [OpenMP] Make OpenMP generated code for the NVIDIA...
2017-08-07 George Burgess IVMark static variables static; NFC.
2017-08-07 Gheorghe-Teodor... [OpenMP] Pass -v to PTXAS if it was passed to the driver.
2017-08-07 Gheorghe-Teodor... [OpenMP] Integrate OpenMP target region cubin into...
2017-08-07 Gheorghe-Teodor... Non-functional change. Fix previous patch D34784.
2017-08-07 Benjamin KramerAdd some missing -no-canonical-prefixes.
2017-08-07 Gheorghe-Teodor... [OpenMP] Add flag for specifying the target device...
2017-08-07 Kamil RytarowskiEnable LLVM asan support for NetBSD/i386
2017-08-06 Martin Storsjo[test] Remove an unintentional -x cl flag in an aarch64...
2017-08-05 Craig Topper[X86] Enable isel to use the PAUSE instruction even...
2017-08-05 Yaxun Liu[OpenCL] Remove extra select functions from opencl-c.h
2017-08-05 Richard Trieu[ODRHash] Treat some non-templated classes as templated.
2017-08-05 Vedant KumarRevert "[Coverage] Precise region termination with...
2017-08-04 Adrian PrantlDebug Info: Set the DICompileUnit's isOptimized flag...
2017-08-04 Reid KlecknerClean up some lambda conversion operator code, NFC
2017-08-04 Reid Kleckner[libclang] Determinize order of platform availability...
2017-08-04 Reid Kleckner[Support] Use FILE_SHARE_DELETE to fix RemoveFileOnSign...
2017-08-04 Kostya Serebryany[libFuzzer] add -fsanitize-coverage-pc-table to -fsanit...
2017-08-04 Alexey BataevRevert "[OPENMP][DEBUG] Set proper address space info...
2017-08-04 Alexey BataevRevert "[OPENMP] Fix for pacify buildbots, NFC."
2017-08-04 Vlad TsyrklevichReland "CFI: blacklist STL allocate() from unrelated...
2017-08-04 Vlad TsyrklevichRevert "Reland "CFI: blacklist STL allocate() from...
2017-08-04 Alexey Bataev[OPENMP] Fix for pacify buildbots, NFC.
2017-08-04 Vlad TsyrklevichReland "CFI: blacklist STL allocate() from unrelated...
2017-08-04 Alexey Bataev[OPENMP][DEBUG] Set proper address space info if requir...
2017-08-04 Vlad TsyrklevichRevert "CFI: blacklist STL allocate() from unrelated...
2017-08-04 Alexey Bataev[OPENMP] Unify generation of outlined function calls.
2017-08-04 Vlad TsyrklevichCFI: blacklist STL allocate() from unrelated-casts
2017-08-04 Florian Gross[ASTMatcher] Add handling for DeducedType to HasDeclara...
2017-08-04 Yaxun LiuAdd OpenCL 2.0 atomic builtin functions as Clang builtin
2017-08-04 Martin Probstclang-format: [JS] support fields with case/switch...
2017-08-04 Stefan MaksimovicRevert r304953 for release 5.0.0
2017-08-04 Florian Hahn[Driver] Error if ARM mode was selected explicitly...
2017-08-04 Manuel KlimekFix typo and update documentation.
2017-08-04 Simon Atanasyan[mips] Fix typo (missed space) in the warning message
2017-08-04 Simon Atanasyan[mips] Code formatting fix. NFC
2017-08-04 NAKAMURA TakumiRevert r309984, "Use "foo-12345.o" instead of "foo...
2017-08-04 Vedant KumarRevert "[coverage] Special-case calls to noreturn funct...
2017-08-04 Petr Hosek[Driver][Fuchsia] Pass --hash-style=gnu to the linker
next