index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
virt.cpp
Age
Commit message (
Expand
)
Author
2009-11-13
More VTT and constructor vtable testcases from recent work.
Mike Stump
2009-11-13
Add more testcase for construction vtables and VTTs.
Mike Stump
2009-11-13
Add some more VTT testcases.
Mike Stump
2009-11-13
Add a testcase for the recent VTT work.
Mike Stump
2009-11-13
This falls into the category of stupid pet tricks. I hate to do this,
Mike Stump
2009-11-09
Unify the codepaths used to verify base and member initializers for explicitly
Eli Friedman
2009-11-08
Remove RUN: true lines.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-11-06
Refine the non-virtual this adjustment. Optimize out virtual this
Mike Stump
2009-11-06
Refine the vcall for a function that is defined in a virtual base
Mike Stump
2009-11-06
Convert file over to checking the .ll file for codegen. Also, we
Mike Stump
2009-11-05
Refine covariant return value adjustments for thunks when null
Mike Stump
2009-11-05
Testcase for a recent checkin.
Mike Stump
2009-11-05
Update.
Mike Stump
2009-11-04
this test has started failing due to an optimizer change. Clang tests
Chris Lattner
2009-11-04
Split out return adjustments in thunks from this adjustment in thunks
Mike Stump
2009-11-03
vtable testcase for recent work on vcall/vbase offsets.
Mike Stump
2009-11-03
Refine codegen for covariant thunks that return references.
Mike Stump
2009-11-03
Refine return value adjustments for thunks.
Mike Stump
2009-10-31
Refine vcall/vbase ordering with vtable construction.
Mike Stump
2009-10-28
Finish off pure virtual function handling.
Mike Stump
2009-10-14
Testcase for recent checkin. WIP.
Mike Stump
2009-10-13
Refine handling for return value conversions with respect to virtual
Mike Stump
2009-09-29
Fix http://llvm.org/PR5090.
Mike Stump
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-07
Refine vcall offsets. Cleanups. WIP.
Mike Stump
2009-09-01
Testcase for recent checkin.
Mike Stump
2009-08-28
iGenerate vcalls as we build up the methods. WIP.
Mike Stump
2009-08-27
Testcase for an almost recent checkin.
Mike Stump
2009-08-26
Fixup codegen for static dispatch to a virtual function that was
Mike Stump
2009-08-26
Implement virtual dispatch. :-) This is self-consistent with clang,
Mike Stump
2009-08-26
Revert r80064 since it broke the build.
Anders Carlsson
2009-08-26
Implement virtual dispatch. :-) This is self-consistent with clang, but not...
Mike Stump
2009-08-21
Testcase for a recent checkin.
Mike Stump
2009-08-21
Fix typo.
Mike Stump
2009-08-21
We now support overriding base functions in vtables. WIP.
Mike Stump
2009-08-20
Refine vbase offsets for the inductive case. Things are now starting
Mike Stump
2009-08-20
Ensure we don't output repeated vbase offsets. I have a testcase for
Mike Stump
2009-08-19
Update for recent improvements.
Mike Stump
2009-08-19
Restore vbase offsets for classes without a primary.
Mike Stump
2009-08-19
Refine vcalls a little.
Mike Stump
2009-08-16
Refine vbase offset calculations. WIP.
Mike Stump
2009-08-16
Use the -NEXT feature of FileCheck.
Mike Stump
2009-08-16
Cleanups and fixups for calculating the virtual base offsets. WIP.
Mike Stump
2009-08-14
Testcase for a recent checkin.
Mike Stump
2009-08-14
Testcase for recent checkin.
Mike Stump
2009-08-14
Testcase for a recent checkin.
Mike Stump
2009-08-13
Add testcase for recent work.
Mike Stump
2009-08-13
Refine vtable layout for virtual bases and keep better track of
Mike Stump
2009-08-13
Refine virtual base layout. WIP.
Mike Stump
[next]