aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX
AgeCommit message (Expand)Author
2019-05-06Revert "Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also s...Jordan Rupprecht
2019-05-06[c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith
2019-05-04[c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood
2019-05-03[COFF, ARM64] Fix ABI implementation of struct returnsMandeep Singh Grang
2019-05-02Use primary template parameter names for variable template debug infoReid Kleckner
2019-04-30Fix auto-init testJF Bastien
2019-04-30Add requires amdgpu-registered-target for amdgpu-float16.cppYaxun Liu
2019-04-30AMDGPU: Enable _Float16Yaxun Liu
2019-04-29Re-land r359250, [COFF] Statically link certain runtime library functionsReid Kleckner
2019-04-26[MinGW] Always emit local typeinfoMartin Storsjo
2019-04-26[MinGW] Do dllexport inline methods in template instantiationMartin Storsjo
2019-04-26[MinGW] Don't let template instantiation declarations cover nested classesMartin Storsjo
2019-04-26[MinGW] Fix dllexport of explicit template instantiationMartin Storsjo
2019-04-26C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith
2019-04-25Revert [COFF] Statically link certain runtime library functionsReid Kleckner
2019-04-25[COFF] Statically link certain runtime library functionsReid Kleckner
2019-04-25Skip type units/type uniquing when we know we're only emitting the type once ...David Blaikie
2019-04-25DebugInfo: Fix bitrotted test caseDavid Blaikie
2019-04-25Fix bug 37903:MS ABI: handle inline static data member and inline variable as...Jennifer Yu
2019-04-24[codeview] Fix symbol names for dynamic initializers and atexit stubsReid Kleckner
2019-04-24Revert r359048: C++ DR2387: a variable template declared wthiIlya Biryukov
2019-04-24[Builtins] Implement __builtin_is_constant_evaluated for use in C++2aEric Fiselier
2019-04-24Fix test after r359009 on platforms where %ms_abi_triple is 32-bitNico Weber
2019-04-23C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith
2019-04-23MS ABI: Support mangling op<=> now that MSVC 2019 has a manglingNico Weber
2019-04-16Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink func...Hans Wennborg
2019-04-12Variable auto-init: also auto-init allocaJF Bastien
2019-04-11Revert r357610, it caused PR41471Nico Weber
2019-04-11[DebugInfo] Combine Trivial and NonTrivial flagsAaron Smith
2019-04-10Fix an off-by-one mistake in IRGen's copy-constructionJohn McCall
2019-04-04[PR41276] Fixed incorrect generation of addr space cast for 'this' in C++.Anastasia Stulova
2019-04-04Revert r357452 - 'SimplifyCFG SinkCommonCodeFromPredecessors: Also sink funct...David L. Jones
2019-04-03Bug-40323: MS ABI adding template static member in the linker directive secti...Jennifer Yu
2019-04-02SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without ...Hans Wennborg
2019-04-01[CodeGen] Generate follow-up metadata for loops with more than one transforma...Michael Kruse
2019-03-22IR: Support parsing numeric block ids, and emit them in textual output.James Y Knight
2019-03-22[ARM] Fix bug 39982 - pcs("aapcs-vfp") is not consistentCarey Williams
2019-03-20Remove extra white spacesJennifer Yu
2019-03-20Recommit "Support attribute used in member funcs of class templates"Rafael Auler
2019-03-19Add a spelling of pass_object_size that uses __builtin_dynamic_object_sizeErik Pilkington
2019-03-18[MS] Skip vbase construction in abstract class ctorsReid Kleckner
2019-03-16CodeGen: Preserve packed attribute in constStructWithPadding.Peter Collingbourne
2019-03-16[WebAssembly] Use rethrow intrinsic in the rethrow blockHeejin Ahn
2019-03-13[AST] Improve support of external layouts in `MicrosoftRecordLayoutBuilder`Aleksandr Urakov
2019-03-12[DebugInfo] Add test cases for FlagNonTrivialAaron Smith
2019-03-08Revert "Recommit "Support attribute used in member funcs of class templates""Rafael Auler
2019-03-08Variable auto-init: split out small arraysJF Bastien
2019-03-07Recommit "Support attribute used in member funcs of class templates"Rafael Auler
2019-03-04Give builtins and alloc/dealloc operators the default calling convention.Erich Keane
2019-03-01CodeGen: Fix PR40605 by splitting constant struct initializersAlexander Potapenko