summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX
Commit message (Expand)AuthorAgeFilesLines
* Revert "Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also s...Jordan Rupprecht2019-05-062-1/+2
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-061-0/+22
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-0/+34
* [COFF, ARM64] Fix ABI implementation of struct returnsMandeep Singh Grang2019-05-031-1/+12
* Use primary template parameter names for variable template debug infoReid Kleckner2019-05-022-1/+18
* Fix auto-init testJF Bastien2019-04-301-3/+3
* Add requires amdgpu-registered-target for amdgpu-float16.cppYaxun Liu2019-04-301-0/+1
* AMDGPU: Enable _Float16Yaxun Liu2019-04-301-0/+19
* Re-land r359250, [COFF] Statically link certain runtime library functionsReid Kleckner2019-04-292-2/+65
* [MinGW] Always emit local typeinfoMartin Storsjo2019-04-261-4/+6
* [MinGW] Do dllexport inline methods in template instantiationMartin Storsjo2019-04-261-3/+1
* [MinGW] Don't let template instantiation declarations cover nested classesMartin Storsjo2019-04-261-0/+12
* [MinGW] Fix dllexport of explicit template instantiationMartin Storsjo2019-04-261-0/+38
* C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith2019-04-261-7/+47
* Revert [COFF] Statically link certain runtime library functionsReid Kleckner2019-04-251-1/+1
* [COFF] Statically link certain runtime library functionsReid Kleckner2019-04-251-1/+1
* Skip type units/type uniquing when we know we're only emitting the type once ...David Blaikie2019-04-251-7/+23
* DebugInfo: Fix bitrotted test caseDavid Blaikie2019-04-251-8/+7
* Fix bug 37903:MS ABI: handle inline static data member and inline variable as...Jennifer Yu2019-04-251-0/+92
* [codeview] Fix symbol names for dynamic initializers and atexit stubsReid Kleckner2019-04-241-9/+35
* Revert r359048: C++ DR2387: a variable template declared wthiIlya Biryukov2019-04-241-47/+7
* [Builtins] Implement __builtin_is_constant_evaluated for use in C++2aEric Fiselier2019-04-241-0/+133
* Fix test after r359009 on platforms where %ms_abi_triple is 32-bitNico Weber2019-04-241-1/+1
* C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith2019-04-231-7/+47
* MS ABI: Support mangling op<=> now that MSVC 2019 has a manglingNico Weber2019-04-231-2/+6
* Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink func...Hans Wennborg2019-04-162-2/+1
* Variable auto-init: also auto-init allocaJF Bastien2019-04-121-0/+28
* Revert r357610, it caused PR41471Nico Weber2019-04-111-57/+0
* [DebugInfo] Combine Trivial and NonTrivial flagsAaron Smith2019-04-111-6/+12
* Fix an off-by-one mistake in IRGen's copy-constructionJohn McCall2019-04-101-0/+14
* [PR41276] Fixed incorrect generation of addr space cast for 'this' in C++.Anastasia Stulova2019-04-041-0/+9
* Revert r357452 - 'SimplifyCFG SinkCommonCodeFromPredecessors: Also sink funct...David L. Jones2019-04-042-1/+2
* Bug-40323: MS ABI adding template static member in the linker directive secti...Jennifer Yu2019-04-031-0/+57
* SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without ...Hans Wennborg2019-04-022-2/+1
* [CodeGen] Generate follow-up metadata for loops with more than one transforma...Michael Kruse2019-04-018-29/+135
* IR: Support parsing numeric block ids, and emit them in textual output.James Y Knight2019-03-221-2/+2
* [ARM] Fix bug 39982 - pcs("aapcs-vfp") is not consistentCarey Williams2019-03-221-0/+51
* Remove extra white spacesJennifer Yu2019-03-201-2/+2
* Recommit "Support attribute used in member funcs of class templates"Rafael Auler2019-03-201-0/+19
* Add a spelling of pass_object_size that uses __builtin_dynamic_object_sizeErik Pilkington2019-03-191-0/+2
* [MS] Skip vbase construction in abstract class ctorsReid Kleckner2019-03-182-14/+82
* CodeGen: Preserve packed attribute in constStructWithPadding.Peter Collingbourne2019-03-161-0/+6
* [WebAssembly] Use rethrow intrinsic in the rethrow blockHeejin Ahn2019-03-161-5/+5
* [AST] Improve support of external layouts in `MicrosoftRecordLayoutBuilder`Aleksandr Urakov2019-03-135-2/+74
* [DebugInfo] Add test cases for FlagNonTrivialAaron Smith2019-03-121-0/+90
* Revert "Recommit "Support attribute used in member funcs of class templates""Rafael Auler2019-03-081-19/+0
* Variable auto-init: split out small arraysJF Bastien2019-03-081-9/+15
* Recommit "Support attribute used in member funcs of class templates"Rafael Auler2019-03-071-0/+19
* Give builtins and alloc/dealloc operators the default calling convention.Erich Keane2019-03-041-0/+42
* CodeGen: Fix PR40605 by splitting constant struct initializersAlexander Potapenko2019-03-011-160/+293