summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX
Commit message (Expand)AuthorAgeFilesLines
* Merging r345838:Tom Stellard2018-12-081-0/+17
* Merging r340386 and r344190:Tom Stellard2018-12-071-0/+111
* Merging r340666:Hans Wennborg2018-08-241-59/+2
* Merging r340181:Hans Wennborg2018-08-211-0/+15
* Merging r340079:Reid Kleckner2018-08-1713-30/+30
* Merging r339597:Hans Wennborg2018-08-141-2/+10
* [AST] CastExpr: BasePathSize is not large enough.Roman Lebedev2018-08-011-0/+27
* Improve support of PDB as an external layout sourceAleksandr Urakov2018-07-314-0/+93
* [clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev2018-07-301-0/+256
* Revert r337456: [CodeGen] Disable aggressive structor optimizations at -O0, t...Chandler Carruth2018-07-292-34/+9
* [UBSan] Strengthen pointer checks in 'new' expressionsSerge Pavlov2018-07-281-0/+146
* Add missing temporary materialization conversion on left-hand side of .Richard Smith2018-07-271-9/+27
* [ARM64] [Windows] Follow MS X86_64 C++ ABI when passing structsSanjin Sijaric2018-07-261-0/+6
* Borrow visibility from __fundamental_type_info for generated fundamental type...Thomas Anderson2018-07-241-1/+70
* Support lifetime-extension of conditional temporaries.Richard Smith2018-07-231-3/+95
* [ms] Fix mangling of vector types in QMM_Result contexts.Nico Weber2018-07-231-1/+62
* Fold dangling-field warning into general initialization lifetime checks.Richard Smith2018-07-231-11/+11
* Revert "Fold dangling-field warning into general initialization lifetime chec...Ilya Biryukov2018-07-231-11/+11
* Fold dangling-field warning into general initialization lifetime checks.Richard Smith2018-07-201-11/+11
* [codeview] Don't emit variable templates as class membersReid Kleckner2018-07-201-0/+35
* Sema: Fix explicit address space cast in C++Yaxun Liu2018-07-201-0/+15
* [CodeGen] Disable aggressive structor optimizations at -O0, take 3Pavel Labath2018-07-192-9/+34
* [clang]: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta2018-07-193-9/+18
* Add support for __declspec(code_seg("segname"))Erich Keane2018-07-184-0/+402
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-172-57/+0
* Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...Florian Hahn2018-07-172-0/+57
* Restructure checking for, and warning on, lifetime extension.Richard Smith2018-07-172-57/+0
* [MinGW] Automatically mangle Windows-specific entry points as CMartin Storsjo2018-07-161-0/+19
* Use external layout information to layout bit-fields for MS ABI.Richard Smith2018-07-132-0/+36
* [FileCheck] Add -allow-deprecated-dag-overlap to failing clang testsJoel E. Denny2018-07-119-47/+47
* Fix __builtin_*_overflow when out-param isn't constexprErich Keane2018-07-051-0/+16
* [CodeGenCXX] Emit strip.invariant.group with -fstrict-vtable-pointersPiotr Padlewski2018-07-021-17/+278
* [ms] Fix mangling of char16_t and char32_t to be compatible with MSVC.Nico Weber2018-07-021-0/+26
* Implement CFI for indirect calls via a member function pointer.Peter Collingbourne2018-06-264-0/+116
* [CodeGen] Provide source locations for UBSan type checks when emitting constr...Igor Kudrin2018-06-251-0/+26
* [MS] Make sure __GetExceptionInfo works on types with no linkageReid Kleckner2018-06-201-0/+10
* Recommit r335063: [Darwin] Add a warning for missing include path for libstdc++Alex Lorenz2018-06-191-1/+1
* Revert r335019 "Update NRVO logic to support early return (Attempt 2)"Taiju Tsuiki2018-06-192-102/+7
* Update NRVO logic to support early return (Attempt 2)Taiju Tsuiki2018-06-192-7/+102
* IRgen: Mark aliases of ctors and dtors as unnamed_addr.Peter Collingbourne2018-06-188-21/+21
* Add RUN line for amdgcn to lit test conditional-temporaries.cppYaxun Liu2018-06-161-0/+2
* Add -fforce-emit-vtablesPiotr Padlewski2018-06-131-0/+128
* Fix crash emitting transparent list initializer for a large aggregate.Richard Smith2018-06-131-4/+16
* [MS ABI] Mangle unnamed empty enums (PR37723)Hans Wennborg2018-06-111-0/+8
* [Frontend] Disallow non-MSVC exception models for windows-msvc targetsShoaib Meenai2018-06-072-29/+3
* Revert r333791 "Cap "voluntary" vector alignment at 16 for all Darwin platfor...Reid Kleckner2018-06-041-3/+3
* Cap "voluntary" vector alignment at 16 for all Darwin platforms.John McCall2018-06-011-3/+3
* [WebAssembly] Hide new Wasm EH behind its feature flagHeejin Ahn2018-06-011-2/+2
* [WebAssembly] Use Windows EH instructions for Wasm EHHeejin Ahn2018-05-311-0/+384
* Fix null MSInheritanceAttr deref in CXXRecordDecl::getMSInheritanceModel()Reid Kleckner2018-05-311-0/+118
OpenPOWER on IntegriCloud