aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-11CodeGen: remove unnecessary else caseSaleem Abdulrasool1-6/+3
2016-09-08C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith1-15/+16
2016-08-31Add -fprofile-dir= to clang.Nick Lewycky1-12/+18
2016-08-19Re-commit [OpenCL] AMDGCN: Fix size_t typeYaxun Liu1-1/+4
2016-08-18Revert [OpenCL] AMDGCN: Fix size_t typeYaxun Liu1-4/+1
2016-08-18[OpenCL] AMDGCN: Fix size_t typeYaxun Liu1-1/+4
2016-08-15Add the notion of deferred diagnostics.Justin Lebar1-0/+37
2016-08-15P0217R3: code generation support for decomposition declarations.Richard Smith1-0/+4
2016-07-29CodeGen: try harder to make the CFString structure RWSaleem Abdulrasool1-1/+1
2016-07-28[OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu1-1/+16
2016-07-22P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith1-0/+1
2016-07-20[modules] Don't emit initializers for VarDecls within a module eagerly wheneverRichard Smith1-5/+11
2016-07-18[NFC] Header cleanupMehdi Amini1-1/+0
2016-07-11[CodeGen] Treat imported static local variables as declarationsDavid Majnemer1-0/+4
2016-07-09CodeGen: tweak CFString section for COFF, ELFSaleem Abdulrasool1-3/+1
2016-07-02PR28394: For compatibility with c++11 and c++14, if a static constexpr dataRichard Smith1-1/+13
2016-06-30fix typo; NFCSanjay Patel1-1/+1
2016-06-30[CUDA] Give templated device functions internal linkage, templated kernels ex...Justin Lebar1-3/+12
2016-06-28P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith1-0/+9
2016-06-25Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith1-0/+6
2016-06-24CodeGen: Update Clang to use the new type metadata.Peter Collingbourne1-50/+20
2016-06-23Restructure the propagation of -fPIC/-fPIE.Rafael Espindola1-5/+2
2016-06-20Remove MaxFunctionCount module flag annotation.Easwaran Raman1-1/+0
2016-06-14Update clang for D20348Peter Collingbourne1-6/+6
2016-06-01CodeGen: tweak CFString emission for COFF targetsSaleem Abdulrasool1-0/+21
2016-05-30CodeGen: address post-commit review commentsSaleem Abdulrasool1-1/+1
2016-05-30CodeGen: tweak CFConstantStrings for COFF and ELFSaleem Abdulrasool1-20/+31
2016-05-19Check for nullptr argument.Artem Belevich1-2/+2
2016-05-19Reapply^3 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-3/+5
2016-05-16Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage,...Vedant Kumar1-5/+3
2016-05-16Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-3/+5
2016-05-14Revert "Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, N...Chandler Carruth1-5/+3
2016-05-13Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-3/+5
2016-05-13Revert "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar1-5/+3
2016-05-13[ProfileData] (clang) Use Error in InstrProf and Coverage, NFCVedant Kumar1-3/+5
2016-04-28Differential Revision: http://reviews.llvm.org/D19687Sriraman Tallam1-8/+6
2016-04-28Re-apply r267784, r267824 and r267830.Peter Collingbourne1-3/+1
2016-04-28Revert r267784, r267824 and r267830.Benjamin Kramer1-1/+3
2016-04-27Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne1-3/+1
2016-04-13[CodeGen] Avoid ctor/dtor boilerplate with some C++11Reid Kleckner1-31/+13
2016-04-11[GCC] Attribute ifunc support in clangDmitry Polukhin1-21/+100
2016-04-08revert SVN r265702, r265640Saleem Abdulrasool1-1/+1
2016-04-08Adapt to LLVM API changeSanjoy Das1-1/+1
2016-04-07Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith1-3/+13
2016-04-07Basic: move CodeGenOptions from FrontendSaleem Abdulrasool1-1/+1
2016-04-05[CUDA] Add -fcuda-flush-denormals-to-zero.Justin Lebar1-0/+8
2016-03-28Fix serialization/deserialization for __uuidofDavid Majnemer1-1/+1
2016-03-27Use the correct alignment for uuid descriptorsDavid Majnemer1-2/+2
2016-03-27Improve the representation of CXXUuidofExprDavid Majnemer1-1/+1
2016-03-24Attach profile summary information to Module.Easwaran Raman1-0/+1