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
/
virt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of virt.cpp.
Anders Carlsson
2010-05-03
1
-696
/
+0
*
remove alignment specifier on this. CAn't this test be removed yet? :)
Chris Lattner
2010-04-26
1
-1
/
+1
*
We seem to get an inconsistent alignment value in the generated
Douglas Gregor
2010-04-02
1
-1
/
+2
*
Rework our handling of copy construction of temporaries, which was a
Douglas Gregor
2010-04-02
1
-1
/
+1
*
Remove parts of virt.cpp
Anders Carlsson
2010-03-24
1
-52
/
+0
*
Update tests in -Asserts mode. These tests really need to be rewritten...
Daniel Dunbar
2010-02-09
1
-4
/
+4
*
Refine the non-virtual this adjustments for thunks by using the offset
Mike Stump
2010-01-26
1
-2
/
+2
*
Be sure to track the non-virtual part of the vcall offset in complex
Mike Stump
2010-01-26
1
-2
/
+2
*
Fixup a missing vcall entry. WIP.
Mike Stump
2010-01-26
1
-25
/
+25
*
Adjust testcase for recent AsmPrinter changes, sigh.
Benjamin Kramer
2010-01-23
1
-34
/
+34
*
Fixup the rest of the testcases to grep the .ll file instead of the .s
Mike Stump
2010-01-22
1
-263
/
+22
*
Convert more testcases to checking the .ll file instead of the .s file.
Mike Stump
2010-01-22
1
-269
/
+105
*
Be sure to select primary bases among the nearly empties in preorder,
Mike Stump
2010-01-22
1
-0
/
+39
*
Ensure we output all non-virtual base vtables. Fixes PR5890.
Mike Stump
2010-01-22
1
-0
/
+14
*
allow this test to pass, even with the recent .s printer changes.
Chris Lattner
2010-01-20
1
-126
/
+126
*
Fix a bunch of VTT layout bugs, add simple tests for VTT layout.
Anders Carlsson
2010-01-18
1
-7
/
+7
*
Update virt.cpp for changes to the LLVM asm printer (?) This test should real...
Anders Carlsson
2010-01-18
1
-2
/
+2
*
Fix Release-Asserts.
Mike Stump
2010-01-13
1
-44
/
+42
*
Baby steps towards fixing PR5589. If a class needs a vtable pointer, add one.
Anders Carlsson
2009-12-16
1
-6
/
+6
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-2
/
+2
*
Work-in-progess rewrite of thunks: move thunk generation outside of vtable
Eli Friedman
2009-12-06
1
-2
/
+2
*
Fixup key function calculations.
Mike Stump
2009-11-20
1
-46
/
+47
*
More VTT and constructor vtable testcases from recent work.
Mike Stump
2009-11-13
1
-0
/
+43
*
Add more testcase for construction vtables and VTTs.
Mike Stump
2009-11-13
1
-0
/
+28
*
Add some more VTT testcases.
Mike Stump
2009-11-13
1
-0
/
+21
*
Add a testcase for the recent VTT work.
Mike Stump
2009-11-13
1
-0
/
+10
*
This falls into the category of stupid pet tricks. I hate to do this,
Mike Stump
2009-11-13
1
-5
/
+3
*
Unify the codepaths used to verify base and member initializers for explicitly
Eli Friedman
2009-11-09
1
-0
/
+1
*
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
1
-1
/
+0
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-4
/
+4
*
Refine the non-virtual this adjustment. Optimize out virtual this
Mike Stump
2009-11-06
1
-12
/
+12
*
Refine the vcall for a function that is defined in a virtual base
Mike Stump
2009-11-06
1
-1
/
+31
*
Convert file over to checking the .ll file for codegen. Also, we
Mike Stump
2009-11-06
1
-450
/
+63
*
Refine covariant return value adjustments for thunks when null
Mike Stump
2009-11-05
1
-1
/
+5
*
Testcase for a recent checkin.
Mike Stump
2009-11-05
1
-0
/
+27
*
Update.
Mike Stump
2009-11-05
1
-46
/
+36
*
this test has started failing due to an optimizer change. Clang tests
Chris Lattner
2009-11-04
1
-0
/
+1
*
Split out return adjustments in thunks from this adjustment in thunks
Mike Stump
2009-11-04
1
-3
/
+17
*
vtable testcase for recent work on vcall/vbase offsets.
Mike Stump
2009-11-03
1
-2
/
+83
*
Refine codegen for covariant thunks that return references.
Mike Stump
2009-11-03
1
-0
/
+32
*
Refine return value adjustments for thunks.
Mike Stump
2009-11-03
1
-0
/
+30
*
Refine vcall/vbase ordering with vtable construction.
Mike Stump
2009-10-31
1
-8
/
+8
*
Finish off pure virtual function handling.
Mike Stump
2009-10-28
1
-0
/
+35
*
Testcase for recent checkin. WIP.
Mike Stump
2009-10-14
1
-0
/
+119
*
Refine handling for return value conversions with respect to virtual
Mike Stump
2009-10-13
1
-15
/
+92
*
Fix http://llvm.org/PR5090.
Mike Stump
2009-09-29
1
-0
/
+13
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-1
/
+1
*
Refine vcall offsets. Cleanups. WIP.
Mike Stump
2009-09-07
1
-0
/
+119
*
Testcase for recent checkin.
Mike Stump
2009-09-01
1
-3
/
+3
*
iGenerate vcalls as we build up the methods. WIP.
Mike Stump
2009-08-28
1
-9
/
+9
[next]