summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX
Commit message (Expand)AuthorAgeFilesLines
* Use FinishThunk to finish musttail thunksReid Kleckner2020-04-132-0/+56
* Fix wrong devirtualization when the final overrider in one base classRichard Smith2020-01-311-0/+43
* [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz2020-01-241-1/+1
* [DebugInfo] Add option to clang to limit debug info that is emitted for classes.Amy Huang2020-01-141-0/+30
* [ItaniumCXXABI] Make tls wrappers properly comdatMartin Storsjö2020-01-133-7/+8
* Implement VectorType conditional operator GNU extension.Erich Keane2020-01-131-0/+231
* Revert "[DWARF5][clang]: Added support for DebugInfo generation for auto retu...Sam McCall2020-01-131-22/+0
* [DWARF5][clang]: Added support for DebugInfo generation for auto return type ...Awanish Pandey2020-01-131-0/+22
* Add support for __declspec(guard(nocf))Andrew Paverd2020-01-101-0/+84
* [ItaniumCXXABI] Don't mark an extern_weak init function as dso_local on windowsMartin Storsjö2019-12-231-0/+9
* Change triple in test case to not include triples the test shouldn'tAmy Huang2019-12-181-2/+2
* Add support for the MS qualifiers __ptr32, __ptr64, __sptr, __uptr.Amy Huang2019-12-181-0/+18
* [c++20] P1959R0: Remove support for std::*_equality.Richard Smith2019-12-162-214/+1
* Correct gcc vector splat conversion from float to int-vectorErich Keane2019-12-131-0/+11
* [profile] Fix a crash when -fprofile-remapping-file= triggers an errorFangrui Song2019-12-132-0/+8
* Remove extra character I added to test my changes that I forgot to delete bef...Douglas Yung2019-12-121-1/+1
* Fix test to work correctly on 32-bit platforms.Douglas Yung2019-12-121-1/+2
* [NFC] - Partially revert 9c48c2f9c477007234cGabor Buella2019-12-121-1/+1
* [NFC] - Typo fix in test/CodeGenCXX/runtime-dllstorage.cppGabor Buella2019-12-121-5/+5
* Fix detection of __attribute__((may_alias)) to properly look throughRichard Smith2019-12-111-0/+25
* [Clang] Pragma vectorize_width() implies vectorize(enable)Sjoerd Meijer2019-12-112-7/+59
* [c++20] Implement P1185R2 (as modified by P2002R0).Richard Smith2019-12-101-7/+45
* Actually delay processing DelayedDllExportClasses until the outermost class i...Hans Wennborg2019-12-041-0/+14
* [Clang] Define Fuchsia C++ABIPetr Hosek2019-12-031-6/+26
* [MS] Emit exported complete/vbase destructorsReid Kleckner2019-12-032-3/+10
* Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE."Sourabh Singh Tomar2019-12-031-0/+14
* Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...Eric Christopher2019-11-268-38/+35
* Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ...Muhammad Omair Javaid2019-11-268-35/+38
* [clang][CodeGen] Fix wrong memcpy size of no_unique_address in FieldMemcpyizerSenran Zhang2019-11-251-0/+25
* As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d...Eric Christopher2019-11-258-38/+35
* [CGDebugInfo] Emit subprograms for decls when AT_tail_call is understood (rel...Vedant Kumar2019-11-191-0/+1
* Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."Sam McCall2019-11-181-14/+0
* [DWARF5]Addition of alignment atrribute in typedef DIE.Sourabh Singh Tomar2019-11-161-0/+14
* Don't add optnone or noinline if the function is already marked asAkira Hatanaka2019-11-151-0/+22
* Revert "re-land [DebugInfo] Add debug location to stubs generated by CGDeclCX...Alexandre Ganea2019-11-154-60/+15
* re-land [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...Alexandre Ganea2019-11-154-15/+60
* AArch64: add arm64_32 support to Clang.Tim Northover2019-11-121-0/+3
* Revert a5c8ec4 "[CGDebugInfo] Emit subprograms for decls when AT_tail_call is...Hans Wennborg2019-11-071-1/+0
* [CGDebugInfo] Emit subprograms for decls when AT_tail_call is understoodVedant Kumar2019-11-041-0/+1
* [CodeGenCXX][test] Use -fno-experimental-new-pass-manager for CodeGenCXX/unio...Fangrui Song2019-11-021-1/+1
* [MS] Don't reference deleted copy ctors from catchable typesReid Kleckner2019-10-301-0/+27
* [MS] Fix constexpr data member pointer conversionsReid Kleckner2019-10-291-0/+27
* [DWARF5] Added support for deleted C++ special member functions.Adrian Prantl2019-10-291-0/+31
* Revert "Recommit "[Clang] Pragma vectorize_width() implies vectorize(enable)""Jordan Rupprecht2019-10-242-30/+9
* [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
OpenPOWER on IntegriCloud