summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX
Commit message (Expand)AuthorAgeFilesLines
* Revert r372082 "[Clang] Pragma vectorize_width() implies vectorize(enable)"Hans Wennborg2019-09-182-30/+9
* [Clang] Pragma vectorize_width() implies vectorize(enable)Sjoerd Meijer2019-09-172-9/+30
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-131-1/+1
* Revert "For PR17164: split -fno-lax-vector-conversion into three different"Jonas Devlieghere2019-09-131-1/+1
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-131-1/+1
* Improve code generation for thread_local variables:Richard Smith2019-09-124-19/+77
* [WebAssembly] Delete duplicate REQUIRES lineHeejin Ahn2019-09-121-1/+0
* [WebAssembly] Make wasm-eh.cpp requires WebAssemblyHeejin Ahn2019-09-121-0/+1
* [WebAssembly] Add REQUIRES to testDavid Zarzycki2019-09-121-0/+1
* [WebAssembly] Add -fwasm-exceptions for wasm EHHeejin Ahn2019-09-121-2/+11
* [MS] Consder constexpr globals to be inline, as in C++17Reid Kleckner2019-09-113-2/+29
* [CodeGen] Add alias for cpu_dispatch function with IFunc & Fix resolver linka...Fangrui Song2019-09-117-38/+40
* [clang][codegen][NFC] Make test patterns more permissive.Clement Courbet2019-09-101-2/+1
* Fix crash mangling an explicit lambda non-type template parameter packRichard Smith2019-09-101-0/+6
* Fix thunks.cpp test, don't FileCheck for anon namespace idReid Kleckner2019-09-071-1/+1
* Use musttail for variadic method thunks when possibleReid Kleckner2019-09-063-8/+143
* Implement Microsoft-compatible mangling for decomposition declarations.Nico Weber2019-09-051-0/+21
* Revert: [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...Alexandre Ganea2019-09-054-60/+15
* [DebugInfo] Add debug location to stubs generated by CGDeclCXX and mark them ...Alexandre Ganea2019-09-054-15/+60
* [c++20] Fix some ambiguities in our mangling of lambdas with explicitRichard Smith2019-09-051-0/+59
* For PR43213, track whether template parameters are implicit throughRichard Smith2019-09-041-0/+7
* Re-commit r363191 "[MS] Pretend constexpr variable template specializations a...Hans Wennborg2019-09-041-0/+11
* [clang] Devirtualization for classes with destructors marked as 'final'David Bolvansky2019-08-311-1/+14
* Fix a passing XFAIL testErik Pilkington2019-08-281-3/+3
* Fix always_inline 'target' compatibility check code for LambdasErich Keane2019-08-281-1/+45
* 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