summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: tweak CFString emission for COFF targetsSaleem Abdulrasool2016-06-011-0/+21
* CodeGen: address post-commit review commentsSaleem Abdulrasool2016-05-301-1/+1
* CodeGen: tweak CFConstantStrings for COFF and ELFSaleem Abdulrasool2016-05-301-20/+31
* Check for nullptr argument.Artem Belevich2016-05-191-2/+2
* Reapply^3 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-191-3/+5
* Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage,...Vedant Kumar2016-05-161-5/+3
* Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-161-3/+5
* Revert "Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, N...Chandler Carruth2016-05-141-5/+3
* Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-131-3/+5
* Revert "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-131-5/+3
* [ProfileData] (clang) Use Error in InstrProf and Coverage, NFCVedant Kumar2016-05-131-3/+5
* Differential Revision: http://reviews.llvm.org/D19687Sriraman Tallam2016-04-281-8/+6
* Re-apply r267784, r267824 and r267830.Peter Collingbourne2016-04-281-3/+1
* Revert r267784, r267824 and r267830.Benjamin Kramer2016-04-281-1/+3
* Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne2016-04-271-3/+1
* [CodeGen] Avoid ctor/dtor boilerplate with some C++11Reid Kleckner2016-04-131-31/+13
* [GCC] Attribute ifunc support in clangDmitry Polukhin2016-04-111-21/+100
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-1/+1
* Adapt to LLVM API changeSanjoy Das2016-04-081-1/+1
* Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith2016-04-071-3/+13
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-1/+1
* [CUDA] Add -fcuda-flush-denormals-to-zero.Justin Lebar2016-04-051-0/+8
* Fix serialization/deserialization for __uuidofDavid Majnemer2016-03-281-1/+1
* Use the correct alignment for uuid descriptorsDavid Majnemer2016-03-271-2/+2
* Improve the representation of CXXUuidofExprDavid Majnemer2016-03-271-1/+1
* Attach profile summary information to Module.Easwaran Raman2016-03-241-0/+1
* CodeGen: Mark functions used in vtables as unnamed_addr.Peter Collingbourne2016-03-141-6/+6
* [OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev2016-03-041-4/+11
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-0/+4
* [PGO] Change profile use cc1 option to handle IR level profilesRong Xu2016-03-021-4/+4
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-0/+6
* [CUDA] Emit host-side 'shadows' for device-side global variablesArtem Belevich2016-03-021-12/+52
* Serialize `#pragma comment`.Nico Weber2016-03-021-0/+19
* Add whole-program vtable optimization feature to Clang.Peter Collingbourne2016-02-241-1/+3
* Re-apply for the 2nd-time r259977 - [OpenMP] Reorganize code to allow special...Samuel Antao2016-02-081-1/+15
* Revert "Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code...Renato Golin2016-02-071-15/+1
* Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generat...Samuel Antao2016-02-061-1/+15
* Revert r259977 - [OpenMP] Reorganize code to allow specialized code generatio...Samuel Antao2016-02-061-15/+1
* [OpenMP] Reorganize code to allow specialized code generation for different d...Samuel Antao2016-02-061-1/+15
* [cfi] Safe handling of unaddressable vtable pointers (clang).Evgeniy Stepanov2016-02-031-0/+25
* [CUDA] Do not allow dynamic initialization of global device side variables.Artem Belevich2016-02-021-11/+6
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-6/+5
* Use a consistent spelling for vtables.Eric Christopher2016-01-291-3/+3
* [MS ABI] Allow a member pointers' converted type to changeDavid Majnemer2016-01-261-0/+5
* [cfi] Cross-DSO CFI diagnostic mode (clang part)Evgeniy Stepanov2016-01-251-0/+2
* [CUDA] Don't generate aliases for static extern "C" functions.Justin Lebar2016-01-251-0/+4
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-161-0/+9
* PR25910: clang allows two var definitions with the same mangled nameAndrey Bokhanko2016-01-141-27/+86
* [MS ABI] Complete and base constructor GlobalDecls must have the same nameDavid Majnemer2016-01-081-1/+14
* [Driver] Add support for -fno-builtin-foo options.Chad Rosier2016-01-061-1/+2
OpenPOWER on IntegriCloud