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
*
Debug Info: Support for DW_AT_export_symbols for anonymous structs
Shafik Yaghmour
2019-08-27
1
-0
/
+11
*
Move EH spec mismatches under -fms-compatibility
Reid Kleckner
2019-08-27
1
-1
/
+1
*
Speculatively fix the build bots after r370052.
Aaron Ballman
2019-08-27
1
-4
/
+4
*
Implement codegen for MSVC unions with reference members.
Aaron Ballman
2019-08-27
1
-0
/
+34
*
NFC: Make test work with or without assertions
Vitaly Buka
2019-08-27
1
-7
/
+10
*
hwasan, codegen: Keep more lifetime markers used for hwasan
Vitaly Buka
2019-08-26
1
-0
/
+3
*
msan, codegen, instcombine: Keep more lifetime markers used for msan
Vitaly Buka
2019-08-26
1
-0
/
+3
*
Revert r369843 "[Testing] Unbreak r369830"
Vitaly Buka
2019-08-26
1
-1
/
+0
*
[DebugInfo] Add debug-entry-values test coverage, NFC
Vedant Kumar
2019-08-26
1
-0
/
+7
*
[Testing] Unbreak r369830
David Zarzycki
2019-08-24
1
-0
/
+1
*
NFC: Rename some sanitizer related lifetime checks
Vitaly Buka
2019-08-24
2
-42
/
+50
*
Revert r369458 "[DebugInfo] Add debug location to dynamic atexit destructor"
Hans Wennborg
2019-08-22
2
-27
/
+7
*
Add triple to new test to try to pacify bots
Reid Kleckner
2019-08-20
1
-1
/
+1
*
[DebugInfo] Add debug location to dynamic atexit destructor
Alexandre Ganea
2019-08-20
2
-7
/
+27
*
[NewPM] Run ubsan-coroutines test under the legacy pass manager only
Leonard Chan
2019-08-20
1
-1
/
+3
*
[Clang] Pragma vectorize_predicate implies vectorize
Sjoerd Meijer
2019-08-15
1
-0
/
+41
*
[CodeGen] Disable UBSan for coroutine functions
Brian Gesiak
2019-08-13
1
-0
/
+49
*
[NFC] Updated tests after r368657
David Bolvansky
2019-08-13
1
-2
/
+2
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
3
-0
/
+96
*
Recommit Devirtualize destructor of final class.
Hiroshi Yamauchi
2019-08-08
1
-0
/
+23
*
[ARM] Set default alignment to 64bits
Diogo N. Sampaio
2019-08-08
1
-0
/
+21
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
34
-214
/
+214
*
Don't try emitting dllexported explicitly defaulted non-trivial ctors twice d...
Hans Wennborg
2019-08-02
1
-0
/
+7
*
Delay emitting dllexport explicitly defaulted members until the class is full...
Hans Wennborg
2019-08-01
1
-0
/
+9
*
[DebugInfo] Don't emit incorrect descriptions of thunk params (PR42627)
Vedant Kumar
2019-07-29
1
-0
/
+20
*
Revert "Revert "CodeGen: ensure placeholder instruction for cleanup is created""
Saleem Abdulrasool
2019-07-25
1
-0
/
+55
*
Revert "CodeGen: ensure placeholder instruction for cleanup is created"
JF Bastien
2019-07-25
1
-56
/
+0
*
CodeGen: ensure placeholder instruction for cleanup is created
Saleem Abdulrasool
2019-07-25
1
-0
/
+56
*
[OpenCL] Rename lang mode flag for C++ mode
Anastasia Stulova
2019-07-25
1
-2
/
+2
*
[Clang] New loop pragma vectorize_predicate
Sjoerd Meijer
2019-07-25
1
-0
/
+35
*
[NFC] Relaxed regression tests for PR42665
Marco Antognini
2019-07-22
1
-30
/
+3
*
[OpenCL] Improve destructor support in C++ for OpenCL
Marco Antognini
2019-07-22
1
-0
/
+61
*
[Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'
Yuanfang Chen
2019-07-20
1
-3
/
+2
*
CodeGet: Init 32bit pointers with 0xFFFFFFFF
Vitaly Buka
2019-07-12
1
-1
/
+1
*
NFC: Unforget a colon in a few CHECK: directives.
Artem Dergachev
2019-07-12
1
-1
/
+1
*
Handle IntToPtr in isBytewiseValue
Vitaly Buka
2019-07-12
1
-8
/
+2
*
Codegen, NFC: 32bit test in auto-var-init.cpp
Vitaly Buka
2019-07-12
1
-115
/
+107
*
Re-Revert Devirtualize destructor of final class.
Jordan Rupprecht
2019-07-12
1
-23
/
+0
*
CodeGen: Suppress c++ warnings in test
Vitaly Buka
2019-07-11
1
-0
/
+2
*
CodeGen, NFC: Test for auto-init for 32bit pointers
Vitaly Buka
2019-07-11
1
-0
/
+16
*
Revert Revert Devirtualize destructor of final class.
Hiroshi Yamauchi
2019-07-09
1
-0
/
+23
*
[ItaniumMangle] Refactor long double/__float128 mangling and fix the mangled ...
Fangrui Song
2019-07-09
1
-5
/
+5
*
Replace temporary variable matches in test since r363952 causes an
Amy Huang
2019-07-08
1
-11
/
+11
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
2
-0
/
+125
*
Revert r363191 "[MS] Pretend constexpr variable template specializations are ...
Reid Kleckner
2019-06-26
1
-11
/
+0
*
[clang] Fix test failures after the rL364399
Djordje Todorovic
2019-06-26
1
-4
/
+4
*
[CC1Option] Add the option to enable the debug entry values
Djordje Todorovic
2019-06-26
1
-0
/
+13
*
Revert Devirtualize destructor of final class.
Rumeet Dhindsa
2019-06-25
1
-23
/
+0
*
[cxx2a] P1236R1: the validity of a left shift does not depend on the
Richard Smith
2019-06-25
1
-0
/
+19
*
Fix test for 32-bit targets.
Richard Smith
2019-06-23
1
-4
/
+4
[next]