summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-083-66/+30
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-085-13/+154
* [X86] Support 'avx5124vnniw' and 'avx5124fmaps' for __builtin_cpu_supports.Craig Topper2017-08-081-2/+4
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-084-180/+18
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-084-18/+180
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-084-173/+13
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-084-13/+173
* [codeview] Fix class name formattingReid Kleckner2017-08-082-8/+21
* 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
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-044-174/+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-044-13/+174
* 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-044-37/+183
* Revert "[coverage] Special-case calls to noreturn functions."Vedant Kumar2017-08-041-12/+0
* [Coverage] Precise region termination with deferred regionsVedant Kumar2017-08-041-5/+86
* [coverage] Special-case calls to noreturn functions.Eli Friedman2017-08-031-0/+12
* [mips] Revert r309942 & r309940Simon Dardis2017-08-031-14/+0
* [mips] Implement -muninit-const-in-rodataSimon Dardis2017-08-031-0/+14
* Update for llvm change.Rafael Espindola2017-08-031-10/+12
* [coverage] Make smaller regions for the first case of a switch.Eli Friedman2017-08-021-6/+13
* [ubsan] Have -fsanitize=vptr emit a null check if -fsanitize=null isn't avail...Vedant Kumar2017-08-021-4/+4
* Fix creating bitcasts with wrong address spaceMatt Arsenault2017-08-011-2/+4
* [OpenCL] Add missing subgroup builtinsJoey Gouly2017-08-011-0/+19
* Re-apply r309622 with a fix for MSVC.Peter Collingbourne2017-07-311-5/+4
* Revert r309622, "Fix logic for generating llvm.type.test()s"Peter Collingbourne2017-07-311-4/+5
* Fix logic for generating llvm.type.test()sPeter Collingbourne2017-07-311-5/+4
* [OPENMP] Change the name of outer non-debug function in debug mode, NFC.Alexey Bataev2017-07-311-2/+4
* [coroutines] Evaluate the operand of void `co_return` expressions.Eric Fiselier2017-07-311-0/+7
* CodeGenModule.cpp: [PR33810][Modules] Remove an assertion that confirms Mangl...NAKAMURA Takumi2017-07-301-2/+0
* CodeGenModule.cpp: [PR33810][Modules] Avoid reusing FoundStr to try to fix cr...NAKAMURA Takumi2017-07-301-6/+6
* CodeGenModule.cpp: [PR33810][Modules] Make sure actual memory corruption befo...NAKAMURA Takumi2017-07-301-0/+2
* Fix incorrect assertion condition.Victor Leschuk2017-07-291-2/+2
* [ubsan] Diagnose invalid uses of builtins (clang)Vedant Kumar2017-07-292-2/+34
* Adopt to LLVM API change (llvm.dbg.value no longer has an offset)Adrian Prantl2017-07-281-1/+1
* [sanitizer-coverage] clang flags pumbing for -fsanitize-coverage=pc-tableKostya Serebryany2017-07-281-0/+1
* Revert r264998 and r265035.Akira Hatanaka2017-07-271-2/+10
* Fix double destruction of objects when OpenMP construct is canceledErich Keane2017-07-271-1/+1
* Make new PM honor -fdebug-info-for-profiling (clang side)Dehao Chen2017-07-271-22/+21
* [OPENMP] Codegen for 'in_reduction' clause.Alexey Bataev2017-07-271-0/+50
* [CodeGen][ARM] ARM runtime helper functions are not always soft-fpPeter Smith2017-07-271-10/+7
* [CodeGen][ARM] Revert r309257Peter Smith2017-07-271-7/+10
OpenPOWER on IntegriCloud