]> granicus.if.org Git - clang/shortlog
clang
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
2017-08-04 Vedant Kumar[Coverage] Precise region termination with deferred...
2017-08-03 Akira Hatanaka[Driver][Darwin] Pass -munwind-table when !UseSjLjExcep...
2017-08-03 Petr HosekEnable AddressSanitizer for Fuchsia targets
2017-08-03 Eli Friedman[coverage] Special-case calls to noreturn functions.
2017-08-03 Nico WeberUse "foo-12345.o" instead of "foo.o-12345" as temporary...
2017-08-03 Simon Dardis[mips] Revert r309942 & r309940
2017-08-03 Richard SmithRevert accidentally-committed files.
2017-08-03 Richard SmithDon't emit undefined-internal warnings for CXXDeduction...
2017-08-03 Devin Coughlin[Analyzer] Add support for displaying cross-file diagno...
2017-08-03 Nico WeberRevert r304836.
2017-08-03 Don Hinton[diagtool] Add ability to pass in the id and return...
2017-08-03 Gabor HorvathFix some typos in the documentation.
2017-08-03 Simon Dardis[mips] Fixup r309940.
2017-08-03 Krasimir Georgiev[clang-format] Fix indent of 'key <...>' and 'key ...
2017-08-03 Simon Dardis[mips] Implement -muninit-const-in-rodata
2017-08-03 Krasimir Georgiev[clang-format] Fix parsing of <>-style proto options
2017-08-03 Simon Dardis[mips] Add support -m(no-)embedded-data option
2017-08-03 Rafael EspindolaUpdate for llvm change.
2017-08-03 Tim Shen[Sema] Add a comment on an identified bug on default...
2017-08-02 Eli Friedman[coverage] Make smaller regions for the first case...
2017-08-02 Benjamin KramerRemove unused diagnostic. NFC.
2017-08-02 Rafael EspindolaUpdate for llvm change.
2017-08-02 Han Shen[UBSan] Provide default blacklist filename for UBSan
2017-08-02 Vedant Kumar[docs] Remove accidental unindent to appease the sphinx bot
2017-08-02 Vedant Kumar[ubsan] Have -fsanitize=vptr emit a null check if ...
2017-08-02 Walter LeeDefine _GNU_SOURCE for RTEMS c++
2017-08-02 Alex Lorenz[rename] NFC, extract symbol canonicalization logic...
2017-08-02 Manuel KlimekUnify and simplify the behavior of the hasDeclaration...
2017-08-02 Daniel Marjamaki[StaticAnalyzer] Fix false positives for unreachable...
next