summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [CUDA] Destroy deferred diagnostics before destroying the ASTContext's Partia...Justin Lebar2016-10-041-0/+3
* Move UTF functions into namespace llvm.Justin Lebar2016-09-301-6/+5
* CodeGen: simplify the logic a slight bitSaleem Abdulrasool2016-09-141-9/+7
* Also don't inline dllimport functions referring to non-dllimport constructors.Hans Wennborg2016-09-131-0/+6
* Try harder to not inline dllimport functions referencing non-dllimport functionsHans Wennborg2016-09-131-2/+23
* CodeGen: remove unnecessary else caseSaleem Abdulrasool2016-09-111-6/+3
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-081-15/+16
* Add -fprofile-dir= to clang.Nick Lewycky2016-08-311-12/+18
* Re-commit [OpenCL] AMDGCN: Fix size_t typeYaxun Liu2016-08-191-1/+4
* Revert [OpenCL] AMDGCN: Fix size_t typeYaxun Liu2016-08-181-4/+1
* [OpenCL] AMDGCN: Fix size_t typeYaxun Liu2016-08-181-1/+4
* Add the notion of deferred diagnostics.Justin Lebar2016-08-151-0/+37
* P0217R3: code generation support for decomposition declarations.Richard Smith2016-08-151-0/+4
* CodeGen: try harder to make the CFString structure RWSaleem Abdulrasool2016-07-291-1/+1
* [OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu2016-07-281-1/+16
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-0/+1
* [modules] Don't emit initializers for VarDecls within a module eagerly wheneverRichard Smith2016-07-201-5/+11
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* [CodeGen] Treat imported static local variables as declarationsDavid Majnemer2016-07-111-0/+4
* CodeGen: tweak CFString section for COFF, ELFSaleem Abdulrasool2016-07-091-3/+1
* PR28394: For compatibility with c++11 and c++14, if a static constexpr dataRichard Smith2016-07-021-1/+13
* fix typo; NFCSanjay Patel2016-06-301-1/+1
* [CUDA] Give templated device functions internal linkage, templated kernels ex...Justin Lebar2016-06-301-3/+12
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-0/+9
* Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith2016-06-251-0/+6
* CodeGen: Update Clang to use the new type metadata.Peter Collingbourne2016-06-241-50/+20
* Restructure the propagation of -fPIC/-fPIE.Rafael Espindola2016-06-231-5/+2
* Remove MaxFunctionCount module flag annotation.Easwaran Raman2016-06-201-1/+0
* Update clang for D20348Peter Collingbourne2016-06-141-6/+6
* 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
OpenPOWER on IntegriCloud