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
/
cxx0x-delegating-ctors.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
1
-1
/
+1
*
Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"
Sean Fertile
2018-10-15
1
-1
/
+1
*
[CodeGenCXX] Treat 'this' as noalias in constructors
Anton Bikineev
2018-10-10
1
-1
/
+1
*
Change memcpy/memove/memset to have dest and source alignment attributes (Ste...
Daniel Neilson
2018-01-19
1
-1
/
+1
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-1
/
+1
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-1
/
+1
*
Output destructors and constructors in a more natural order.
Rafael Espindola
2013-12-09
1
-10
/
+12
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-1
/
+1
*
Call __cxa_begin_catch with the current exception before
John McCall
2013-02-12
1
-2
/
+2
*
When we're emitting a constructor or destructor call from a delegating
Douglas Gregor
2013-01-31
1
-0
/
+34
*
A number of test cases assume that an "int" parameter or return value
Ulrich Weigand
2012-10-24
1
-1
/
+1
*
Fix test for 32-bit hosts.
Jakob Stoklund Olesen
2012-05-20
1
-1
/
+1
*
Zap a bogus assert for delegating constructors. PR12890, part 2.
Eli Friedman
2012-05-20
1
-0
/
+11
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 1...
Eli Friedman
2011-06-13
1
-10
/
+10
*
Reapply r121528, fixing PR9941 by delaying the exception specification check ...
Sebastian Redl
2011-05-19
1
-2
/
+2
*
Revert r121528 as it breaks a simple testcase, which leads to, among
Alexis Hunt
2011-05-18
1
-2
/
+2
*
Implement implicit exception specifications of destructors.
Sebastian Redl
2011-05-18
1
-2
/
+2
*
Fix the delegating constructors test to not rely on basic block names.
Alexis Hunt
2011-05-04
1
-7
/
+7
*
Ensure that destructors are properly inovked when an exception leaves
Alexis Hunt
2011-05-03
1
-13
/
+21
*
Fully implement delegating constructors!
Alexis Hunt
2011-05-01
1
-0
/
+48