summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] Fix assertion due to initializer listYaxun Liu2019-10-201-15/+30
* Sema: Create a no-op implicit cast for lvalue function conversions.Peter Collingbourne2019-10-191-0/+7
* [c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith2019-10-191-0/+11
* DebugInfo: Render the canonical name of a class template specialization, even...David Blaikie2019-10-181-0/+5
* Reland: Dead Virtual Function EliminationOliver Stannard2019-10-172-0/+163
* [Concepts] ConceptSpecializationExprs manglingSaar Raz2019-10-171-0/+16
* [DWARF5] Added support for DW_AT_noreturn attribute to be emitted forAdrian Prantl2019-10-161-0/+19
* Revert 374967 "[Concepts] ConceptSpecializationExprs mangling"Nico Weber2019-10-161-16/+0
* Fix failing mangle-concept.cpp test.Saar Raz2019-10-161-2/+2
* [Concepts] ConceptSpecializationExprs manglingSaar Raz2019-10-161-0/+16
* Added support for "#pragma clang section relro=<name>"Dmitry Mikulin2019-10-151-10/+15
* CFI: wrong type passed to llvm.type.test with multiple inheritance devirtuali...Dmitry Mikulin2019-10-151-0/+31
* Revert "Dead Virtual Function Elimination"Jorge Gorbe Moya2019-10-142-163/+0
* PR43080: Do not build context-sensitive expressions during name classification.Richard Smith2019-10-141-0/+10
* [MS ABI]: Fix mangling function arguments for template types to be compatible...Nico Weber2019-10-111-0/+17
* Dead Virtual Function EliminationOliver Stannard2019-10-112-0/+163
* [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev2019-10-101-0/+24
* Recommit "[Clang] Pragma vectorize_width() implies vectorize(enable)"Sjoerd Meijer2019-10-102-9/+30
* Re-land [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-101-2/+8
* Revert [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-101-8/+2
* [mangle] Fix mangling where an extra mangle context is required.Michael Liao2019-10-091-2/+8
* Fix crash or wrong code bug if a lifetime-extended temporary contains aRichard Smith2019-10-081-0/+18
* [ItaniumMangle] Fix mangling of GNU __null in an expression to match GCCJames Clarke2019-10-081-0/+16
* Fix Calling Convention through aliasesErich Keane2019-10-071-0/+21
* Fix behavior of __builtin_bit_cast when the From and To types are theRichard Smith2019-10-071-0/+5
* [InstCombine] don't assume 'inbounds' for bitcast pointer to GEP transform (P...Sanjay Patel2019-10-062-9/+9
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-041-1/+1
* Don't elide the use of the thread wrapper for a thread_local constinitRichard Smith2019-10-011-5/+27
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-294-8/+77
* For P0784R7: Add support for dynamic allocation with new / delete duringRichard Smith2019-09-271-0/+5
* Revert r370850 "Re-commit r363191 "[MS] Pretend constexpr variable template s...Hans Wennborg2019-09-251-11/+0
* [NFC] Fixed clang wasm test after rL372573David Bolvansky2019-09-231-2/+2
* 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