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
/
vtable-pointer-initialization.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"
Sean Fertile
2018-10-15
1
-6
/
+6
*
[CodeGenCXX] Treat 'this' as noalias in constructors
Anton Bikineev
2018-10-10
1
-6
/
+6
*
CodeGen: Start using inrange annotations on vtable getelementptr.
Peter Collingbourne
2016-12-13
1
-4
/
+4
*
CodeGen: New vtable group representation: struct of vtable arrays.
Peter Collingbourne
2016-12-13
1
-4
/
+4
*
CodeGen: Use 32-bit gep offsets to address vtable address points.
Peter Collingbourne
2016-03-14
1
-4
/
+4
*
Test case updates for explicit type parameter to the gep operator
David Blaikie
2015-03-13
1
-4
/
+4
*
Emit DeferredDeclsToEmit in a DFS order.
Rafael Espindola
2015-01-22
1
-6
/
+6
*
Don't assume variable name.
Rafael Espindola
2015-01-21
1
-1
/
+1
*
Make the test a bit stricter. NFC.
Rafael Espindola
2015-01-21
1
-0
/
+3
*
Cast vtable address points to i32 (...)** to enable more globalopt
Reid Kleckner
2014-12-03
1
-4
/
+4
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-5
/
+5
*
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-09
1
-3
/
+3
*
Move unnamed_addr after the function arguments on Sabre's request.
Rafael Espindola
2011-01-25
1
-5
/
+5
*
Add unnamed_addr to constructors and destructors.
Rafael Espindola
2011-01-11
1
-5
/
+5
*
Back out r101911 and see if it makes the bots happy.
Anders Carlsson
2010-04-20
1
-20
/
+0
*
Fix a bug which triggered the assertion I added yesterday. Basically, when we...
Anders Carlsson
2010-04-20
1
-0
/
+20
*
More vtable improvements. We now compute and keep track of all vtable related...
Anders Carlsson
2010-03-24
1
-4
/
+4
*
More vtable work; preparations for moving over to the new vtable layout code ...
Anders Carlsson
2010-03-24
1
-4
/
+4
*
Perform two more constructor/destructor code-size optimizations:
John McCall
2010-02-23
1
-4
/
+7
*
Re-introduce the ctor/dtor alias optimization, this time hidden behind a
John McCall
2010-02-19
1
-2
/
+2
*
Revert the ctor/dtor alias optimization for now; the buildbots can detect
John McCall
2010-02-18
1
-2
/
+2
*
Emit complete constructors and destructors as aliases to base constructors
John McCall
2010-02-17
1
-2
/
+2
*
Make sure to set vtable pointers in the destructors as well.
Anders Carlsson
2010-02-07
1
-0
/
+54