index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGenCXX
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use FinishThunk to finish musttail thunks
Reid Kleckner
2020-04-13
2
-0
/
+56
*
Fix wrong devirtualization when the final overrider in one base class
Richard Smith
2020-01-31
1
-0
/
+43
*
[Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a
Saar Raz
2020-01-24
1
-1
/
+1
*
[DebugInfo] Add option to clang to limit debug info that is emitted for classes.
Amy Huang
2020-01-14
1
-0
/
+30
*
[ItaniumCXXABI] Make tls wrappers properly comdat
Martin Storsjö
2020-01-13
3
-7
/
+8
*
Implement VectorType conditional operator GNU extension.
Erich Keane
2020-01-13
1
-0
/
+231
*
Revert "[DWARF5][clang]: Added support for DebugInfo generation for auto retu...
Sam McCall
2020-01-13
1
-22
/
+0
*
[DWARF5][clang]: Added support for DebugInfo generation for auto return type ...
Awanish Pandey
2020-01-13
1
-0
/
+22
*
Add support for __declspec(guard(nocf))
Andrew Paverd
2020-01-10
1
-0
/
+84
*
[ItaniumCXXABI] Don't mark an extern_weak init function as dso_local on windows
Martin Storsjö
2019-12-23
1
-0
/
+9
*
Change triple in test case to not include triples the test shouldn't
Amy Huang
2019-12-18
1
-2
/
+2
*
Add support for the MS qualifiers __ptr32, __ptr64, __sptr, __uptr.
Amy Huang
2019-12-18
1
-0
/
+18
*
[c++20] P1959R0: Remove support for std::*_equality.
Richard Smith
2019-12-16
2
-214
/
+1
*
Correct gcc vector splat conversion from float to int-vector
Erich Keane
2019-12-13
1
-0
/
+11
*
[profile] Fix a crash when -fprofile-remapping-file= triggers an error
Fangrui Song
2019-12-13
2
-0
/
+8
*
Remove extra character I added to test my changes that I forgot to delete bef...
Douglas Yung
2019-12-12
1
-1
/
+1
*
Fix test to work correctly on 32-bit platforms.
Douglas Yung
2019-12-12
1
-1
/
+2
*
[NFC] - Partially revert 9c48c2f9c477007234c
Gabor Buella
2019-12-12
1
-1
/
+1
*
[NFC] - Typo fix in test/CodeGenCXX/runtime-dllstorage.cpp
Gabor Buella
2019-12-12
1
-5
/
+5
*
Fix detection of __attribute__((may_alias)) to properly look through
Richard Smith
2019-12-11
1
-0
/
+25
*
[Clang] Pragma vectorize_width() implies vectorize(enable)
Sjoerd Meijer
2019-12-11
2
-7
/
+59
*
[c++20] Implement P1185R2 (as modified by P2002R0).
Richard Smith
2019-12-10
1
-7
/
+45
*
Actually delay processing DelayedDllExportClasses until the outermost class i...
Hans Wennborg
2019-12-04
1
-0
/
+14
*
[Clang] Define Fuchsia C++ABI
Petr Hosek
2019-12-03
1
-6
/
+26
*
[MS] Emit exported complete/vbase destructors
Reid Kleckner
2019-12-03
2
-3
/
+10
*
Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE."
Sourabh Singh Tomar
2019-12-03
1
-0
/
+14
*
Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...
Eric Christopher
2019-11-26
8
-38
/
+35
*
Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ...
Muhammad Omair Javaid
2019-11-26
8
-35
/
+38
*
[clang][CodeGen] Fix wrong memcpy size of no_unique_address in FieldMemcpyizer
Senran Zhang
2019-11-25
1
-0
/
+25
*
As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d...
Eric Christopher
2019-11-25
8
-38
/
+35
*
[CGDebugInfo] Emit subprograms for decls when AT_tail_call is understood (rel...
Vedant Kumar
2019-11-19
1
-0
/
+1
*
Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."
Sam McCall
2019-11-18
1
-14
/
+0
*
[DWARF5]Addition of alignment atrribute in typedef DIE.
Sourabh Singh Tomar
2019-11-16
1
-0
/
+14
*
Don't add optnone or noinline if the function is already marked as
Akira Hatanaka
2019-11-15
1
-0
/
+22
*
Revert "re-land [DebugInfo] Add debug location to stubs generated by CGDeclCX...
Alexandre Ganea
2019-11-15
4
-60
/
+15
*
re-land [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...
Alexandre Ganea
2019-11-15
4
-15
/
+60
*
AArch64: add arm64_32 support to Clang.
Tim Northover
2019-11-12
1
-0
/
+3
*
Revert a5c8ec4 "[CGDebugInfo] Emit subprograms for decls when AT_tail_call is...
Hans Wennborg
2019-11-07
1
-1
/
+0
*
[CGDebugInfo] Emit subprograms for decls when AT_tail_call is understood
Vedant Kumar
2019-11-04
1
-0
/
+1
*
[CodeGenCXX][test] Use -fno-experimental-new-pass-manager for CodeGenCXX/unio...
Fangrui Song
2019-11-02
1
-1
/
+1
*
[MS] Don't reference deleted copy ctors from catchable types
Reid Kleckner
2019-10-30
1
-0
/
+27
*
[MS] Fix constexpr data member pointer conversions
Reid Kleckner
2019-10-29
1
-0
/
+27
*
[DWARF5] Added support for deleted C++ special member functions.
Adrian Prantl
2019-10-29
1
-0
/
+31
*
Revert "Recommit "[Clang] Pragma vectorize_width() implies vectorize(enable)""
Jordan Rupprecht
2019-10-24
2
-30
/
+9
*
[AMDGPU] Fix assertion due to initializer list
Yaxun Liu
2019-10-20
1
-15
/
+30
*
Sema: Create a no-op implicit cast for lvalue function conversions.
Peter Collingbourne
2019-10-19
1
-0
/
+7
*
[c++20] Add rewriting from comparison operators to <=> / ==.
Richard Smith
2019-10-19
1
-0
/
+11
*
DebugInfo: Render the canonical name of a class template specialization, even...
David Blaikie
2019-10-18
1
-0
/
+5
*
Reland: Dead Virtual Function Elimination
Oliver Stannard
2019-10-17
2
-0
/
+163
*
[Concepts] ConceptSpecializationExprs mangling
Saar Raz
2019-10-17
1
-0
/
+16
[next]