summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [CodeGen][ARM] ARM runtime helper functions are not always soft-fpPeter Smith2017-07-271-10/+7
* [Coverage] NFC: Simplify sanity checks with a SpellingRange utilityVedant Kumar2017-07-271-21/+41
* [Coverage] NFC: Save a pair of calls to get{Start,End}Vedant Kumar2017-07-271-3/+5
* Add branch weights to branches for static initializers.Richard Smith2017-07-264-7/+57
* [OpenCL] Fix access qualifiers metadata for kernel arguments with typedefAlexey Sotkin2017-07-261-1/+4
* [CodeGen] Correctly model std::byte's aliasing propertiesDavid Majnemer2017-07-251-0/+6
* [ubsan] Null-check pointers in -fsanitize=vptr (PR33881)Vedant Kumar2017-07-251-5/+20
* [OPENMP] Codegen for 'task_reduction' clause.Alexey Bataev2017-07-251-0/+29
* [PM] Setup TargetLibraryInfo correctly for the new pass manager.Chandler Carruth2017-07-251-0/+8
* Debug Info: Avoid completing class types when a definition is in a module.Adrian Prantl2017-07-241-23/+27
* [CodeGen] Propagate dllexport to thunksShoaib Meenai2017-07-241-0/+8
* Remove Bitrig: Clang ChangesErich Keane2017-07-211-1/+0
* Complex Long Double classification In RegCall calling conventionErich Keane2017-07-211-13/+28
* [OPENMP] Initial support for 'in_reduction' clause.Alexey Bataev2017-07-211-0/+1
* [CodeGen][mips] Support `long_call/far/near` attributesSimon Atanasyan2017-07-204-44/+98
OpenPOWER on IntegriCloud