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
/
derived-to-base-conv.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-1
/
+1
*
Mark C++ reference parameters as dereferenceable
Hal Finkel
2014-07-18
1
-2
/
+2
*
Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...
Nick Lewycky
2014-05-28
1
-2
/
+2
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-3
/
+3
*
When devirtualizing the conversion to a virtual base subobject,
John McCall
2012-08-01
1
-55
/
+56
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-2
/
+2
*
These tests require particular registered targets. Declared as such.
Galina Kistanova
2011-06-03
1
-0
/
+1
*
update a bunch of tests that are using the x86 backend instead of grepping IR :(
Chris Lattner
2010-09-22
1
-2
/
+2
*
Rework our handling of copy construction of temporaries, which was a
Douglas Gregor
2010-04-02
1
-3
/
+9
*
Testcase fixes to reflect instruction table changes in the LLVM backend
Sean Callanan
2009-12-18
1
-4
/
+4
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-2
/
+2
*
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
1
-1
/
+0
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-4
/
+4
*
Copy conversion of an expression to its base class
Fariborz Jahanian
2009-10-19
1
-0
/
+28
*
Implement derived-to-base AST/code gen. There is a
Fariborz Jahanian
2009-10-16
1
-0
/
+51