summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Error when trying to offload to an unsupported architectureGheorghe-Teodor Bercea2017-08-071-1/+8
* [OpenMP] Prevent emission of exception handling code when using OpenMP to off...Gheorghe-Teodor Bercea2017-08-071-0/+7
* [AArch64] Ignore stdcall and similar on aarch64/windowsMartin Storsjo2017-08-072-0/+19
* [OpenMP] Make OpenMP generated code for the NVIDIA device relocatable by defaultGheorghe-Teodor Bercea2017-08-071-0/+4
* Mark static variables static; NFC.George Burgess IV2017-08-071-2/+2
* [OpenMP] Pass -v to PTXAS if it was passed to the driver.Gheorghe-Teodor Bercea2017-08-071-0/+4
* [OpenMP] Integrate OpenMP target region cubin into host binaryGheorghe-Teodor Bercea2017-08-077-132/+248
* Non-functional change. Fix previous patch D34784.Gheorghe-Teodor Bercea2017-08-071-4/+8
* [OpenMP] Add flag for specifying the target device architecture for OpenMP de...Gheorghe-Teodor Bercea2017-08-073-3/+87
* Enable LLVM asan support for NetBSD/i386Kamil Rytarowski2017-08-071-1/+2
* [OpenCL] Remove extra select functions from opencl-c.hYaxun Liu2017-08-051-324/+10
* [ODRHash] Treat some non-templated classes as templated.Richard Trieu2017-08-051-2/+6
* Revert "[Coverage] Precise region termination with deferred regions"Vedant Kumar2017-08-051-86/+5
* Debug Info: Set the DICompileUnit's isOptimized flag when compiling with LTO.Adrian Prantl2017-08-041-6/+5
* Clean up some lambda conversion operator code, NFCReid Kleckner2017-08-043-23/+15
* [libFuzzer] add -fsanitize-coverage-pc-table to -fsanitize=fuzzerKostya Serebryany2017-08-041-1/+2
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-046-209/+13
* Revert "[OPENMP] Fix for pacify buildbots, NFC."Alexey Bataev2017-08-041-12/+18
* Reland "CFI: blacklist STL allocate() from unrelated-casts"Vlad Tsyrklevich2017-08-041-0/+28
* Revert "Reland "CFI: blacklist STL allocate() from unrelated-casts""Vlad Tsyrklevich2017-08-041-27/+0
* [OPENMP] Fix for pacify buildbots, NFC.Alexey Bataev2017-08-041-18/+12
* Reland "CFI: blacklist STL allocate() from unrelated-casts"Vlad Tsyrklevich2017-08-041-0/+27
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-046-13/+209
* Revert "CFI: blacklist STL allocate() from unrelated-casts"Vlad Tsyrklevich2017-08-041-27/+0
* [OPENMP] Unify generation of outlined function calls.Alexey Bataev2017-08-044-12/+31
* CFI: blacklist STL allocate() from unrelated-castsVlad Tsyrklevich2017-08-041-0/+27
* Add OpenCL 2.0 atomic builtin functions as Clang builtinYaxun Liu2017-08-0411-73/+327
* clang-format: [JS] support fields with case/switch/default labels.Martin Probst2017-08-041-0/+14
* Revert r304953 for release 5.0.0Stefan Maksimovic2017-08-043-9/+1
* [Driver] Error if ARM mode was selected explicitly for M-profile CPUs.Florian Hahn2017-08-041-0/+12
* [mips] Code formatting fix. NFCSimon Atanasyan2017-08-041-1/+1
* Revert r309984, "Use "foo-12345.o" instead of "foo.o-12345" as temporary file...NAKAMURA Takumi2017-08-041-6/+2
* Revert "[coverage] Special-case calls to noreturn functions."Vedant Kumar2017-08-041-12/+0
* [Driver][Fuchsia] Pass --hash-style=gnu to the linkerPetr Hosek2017-08-041-2/+4
* [Coverage] Precise region termination with deferred regionsVedant Kumar2017-08-041-5/+86
* [Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions.Akira Hatanaka2017-08-0313-14/+17
* Enable AddressSanitizer for Fuchsia targetsPetr Hosek2017-08-032-14/+18
* [coverage] Special-case calls to noreturn functions.Eli Friedman2017-08-031-0/+12
* Use "foo-12345.o" instead of "foo.o-12345" as temporary file name.Nico Weber2017-08-031-2/+6
* [mips] Revert r309942 & r309940Simon Dardis2017-08-033-24/+0
* Don't emit undefined-internal warnings for CXXDeductionGuideDecls.Richard Smith2017-08-031-0/+3
* [Analyzer] Add support for displaying cross-file diagnostic paths in HTML outputDevin Coughlin2017-08-032-105/+214
* Revert r304836.Nico Weber2017-08-031-4/+0
* [clang-format] Fix indent of 'key <...>' and 'key {...}' in text protosKrasimir Georgiev2017-08-031-1/+4
* [mips] Implement -muninit-const-in-rodataSimon Dardis2017-08-033-0/+24
* [clang-format] Fix parsing of <>-style proto optionsKrasimir Georgiev2017-08-031-0/+9
* [mips] Add support -m(no-)embedded-data optionSimon Dardis2017-08-031-1/+14
* Update for llvm change.Rafael Espindola2017-08-031-10/+12
* [Sema] Add a comment on an identified bug on default arguments.Tim Shen2017-08-031-0/+16
* [coverage] Make smaller regions for the first case of a switch.Eli Friedman2017-08-021-6/+13
OpenPOWER on IntegriCloud