aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-14CodeGen: Mark functions used in vtables as unnamed_addr.Peter Collingbourne1-6/+6
2016-03-04[OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev1-4/+11
2016-03-03[OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev1-0/+4
2016-03-02[PGO] Change profile use cc1 option to handle IR level profilesRong Xu1-4/+4
2016-03-02Serialize `#pragma detect_mismatch`.Nico Weber1-0/+6
2016-03-02[CUDA] Emit host-side 'shadows' for device-side global variablesArtem Belevich1-12/+52
2016-03-02Serialize `#pragma comment`.Nico Weber1-0/+19
2016-02-24Add whole-program vtable optimization feature to Clang.Peter Collingbourne1-1/+3
2016-02-08Re-apply for the 2nd-time r259977 - [OpenMP] Reorganize code to allow special...Samuel Antao1-1/+15
2016-02-07Revert "Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code...Renato Golin1-15/+1
2016-02-06Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generat...Samuel Antao1-1/+15
2016-02-06Revert r259977 - [OpenMP] Reorganize code to allow specialized code generatio...Samuel Antao1-15/+1
2016-02-06[OpenMP] Reorganize code to allow specialized code generation for different d...Samuel Antao1-1/+15
2016-02-03[cfi] Safe handling of unaddressable vtable pointers (clang).Evgeniy Stepanov1-0/+25
2016-02-02[CUDA] Do not allow dynamic initialization of global device side variables.Artem Belevich1-11/+6
2016-02-02Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer1-6/+5
2016-01-29Use a consistent spelling for vtables.Eric Christopher1-3/+3
2016-01-26[MS ABI] Allow a member pointers' converted type to changeDavid Majnemer1-0/+5
2016-01-25[cfi] Cross-DSO CFI diagnostic mode (clang part)Evgeniy Stepanov1-0/+2
2016-01-25[CUDA] Don't generate aliases for static extern "C" functions.Justin Lebar1-0/+4
2016-01-16Introduce -fsanitize-stats flag.Peter Collingbourne1-0/+9
2016-01-14PR25910: clang allows two var definitions with the same mangled nameAndrey Bokhanko1-27/+86
2016-01-08[MS ABI] Complete and base constructor GlobalDecls must have the same nameDavid Majnemer1-1/+14
2016-01-06[Driver] Add support for -fno-builtin-foo options.Chad Rosier1-1/+2
2016-01-06[OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...Samuel Antao1-0/+12
2016-01-05[OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...Samuel Antao1-12/+0
2016-01-05[OpenMP] Offloading descriptor registration and device codegen.Samuel Antao1-0/+12
2015-12-17Attach maximum function count to Module when using PGO mode.Easwaran Raman1-2/+5
2015-12-15Cross-DSO control flow integrity (Clang part).Evgeniy Stepanov1-18/+84
2015-12-15[WinEH] Update clang to use operand bundles on call sitesDavid Majnemer1-2/+7
2015-12-12Revert r254647.Easwaran Raman1-3/+0