summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX
Commit message (Expand)AuthorAgeFilesLines
* Debug Info: Support for DW_AT_export_symbols for anonymous structsShafik Yaghmour2019-08-271-0/+11
* Move EH spec mismatches under -fms-compatibilityReid Kleckner2019-08-271-1/+1
* Speculatively fix the build bots after r370052.Aaron Ballman2019-08-271-4/+4
* Implement codegen for MSVC unions with reference members.Aaron Ballman2019-08-271-0/+34
* NFC: Make test work with or without assertionsVitaly Buka2019-08-271-7/+10
* hwasan, codegen: Keep more lifetime markers used for hwasanVitaly Buka2019-08-261-0/+3
* msan, codegen, instcombine: Keep more lifetime markers used for msanVitaly Buka2019-08-261-0/+3
* Revert r369843 "[Testing] Unbreak r369830"Vitaly Buka2019-08-261-1/+0
* [DebugInfo] Add debug-entry-values test coverage, NFCVedant Kumar2019-08-261-0/+7
* [Testing] Unbreak r369830David Zarzycki2019-08-241-0/+1
* NFC: Rename some sanitizer related lifetime checksVitaly Buka2019-08-242-42/+50
* Revert r369458 "[DebugInfo] Add debug location to dynamic atexit destructor"Hans Wennborg2019-08-222-27/+7
* Add triple to new test to try to pacify botsReid Kleckner2019-08-201-1/+1
* [DebugInfo] Add debug location to dynamic atexit destructorAlexandre Ganea2019-08-202-7/+27
* [NewPM] Run ubsan-coroutines test under the legacy pass manager onlyLeonard Chan2019-08-201-1/+3
* [Clang] Pragma vectorize_predicate implies vectorizeSjoerd Meijer2019-08-151-0/+41
* [CodeGen] Disable UBSan for coroutine functionsBrian Gesiak2019-08-131-0/+49
* [NFC] Updated tests after r368657David Bolvansky2019-08-131-2/+2
* Add SVE opaque built-in typesRichard Sandiford2019-08-093-0/+96
* Recommit Devirtualize destructor of final class.Hiroshi Yamauchi2019-08-081-0/+23
* [ARM] Set default alignment to 64bitsDiogo N. Sampaio2019-08-081-0/+21
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-0334-214/+214
* Don't try emitting dllexported explicitly defaulted non-trivial ctors twice d...Hans Wennborg2019-08-021-0/+7
* Delay emitting dllexport explicitly defaulted members until the class is full...Hans Wennborg2019-08-011-0/+9
* [DebugInfo] Don't emit incorrect descriptions of thunk params (PR42627)Vedant Kumar2019-07-291-0/+20
* Revert "Revert "CodeGen: ensure placeholder instruction for cleanup is created""Saleem Abdulrasool2019-07-251-0/+55
* Revert "CodeGen: ensure placeholder instruction for cleanup is created"JF Bastien2019-07-251-56/+0
* CodeGen: ensure placeholder instruction for cleanup is createdSaleem Abdulrasool2019-07-251-0/+56
* [OpenCL] Rename lang mode flag for C++ modeAnastasia Stulova2019-07-251-2/+2
* [Clang] New loop pragma vectorize_predicateSjoerd Meijer2019-07-251-0/+35
* [NFC] Relaxed regression tests for PR42665Marco Antognini2019-07-221-30/+3
* [OpenCL] Improve destructor support in C++ for OpenCLMarco Antognini2019-07-221-0/+61
* [Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'Yuanfang Chen2019-07-201-3/+2
* CodeGet: Init 32bit pointers with 0xFFFFFFFFVitaly Buka2019-07-121-1/+1
* NFC: Unforget a colon in a few CHECK: directives.Artem Dergachev2019-07-121-1/+1
* Handle IntToPtr in isBytewiseValueVitaly Buka2019-07-121-8/+2
* Codegen, NFC: 32bit test in auto-var-init.cppVitaly Buka2019-07-121-115/+107
* Re-Revert Devirtualize destructor of final class.Jordan Rupprecht2019-07-121-23/+0
* CodeGen: Suppress c++ warnings in testVitaly Buka2019-07-111-0/+2
* CodeGen, NFC: Test for auto-init for 32bit pointersVitaly Buka2019-07-111-0/+16
* Revert Revert Devirtualize destructor of final class.Hiroshi Yamauchi2019-07-091-0/+23
* [ItaniumMangle] Refactor long double/__float128 mangling and fix the mangled ...Fangrui Song2019-07-091-5/+5
* Replace temporary variable matches in test since r363952 causes anAmy Huang2019-07-081-11/+11
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-022-0/+125
* Revert r363191 "[MS] Pretend constexpr variable template specializations are ...Reid Kleckner2019-06-261-11/+0
* [clang] Fix test failures after the rL364399Djordje Todorovic2019-06-261-4/+4
* [CC1Option] Add the option to enable the debug entry valuesDjordje Todorovic2019-06-261-0/+13
* Revert Devirtualize destructor of final class.Rumeet Dhindsa2019-06-251-23/+0
* [cxx2a] P1236R1: the validity of a left shift does not depend on theRichard Smith2019-06-251-0/+19
* Fix test for 32-bit targets.Richard Smith2019-06-231-4/+4
OpenPOWER on IntegriCloud