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
/
vtable-pointer-initialization.cpp
Age
Commit message (
Expand
)
Author
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-01-25
Move unnamed_addr after the function arguments on Sabre's request.
Rafael Espindola
2011-01-11
Add unnamed_addr to constructors and destructors.
Rafael Espindola
2010-04-20
Back out r101911 and see if it makes the bots happy.
Anders Carlsson
2010-04-20
Fix a bug which triggered the assertion I added yesterday. Basically, when we...
Anders Carlsson
2010-03-24
More vtable improvements. We now compute and keep track of all vtable related...
Anders Carlsson
2010-03-24
More vtable work; preparations for moving over to the new vtable layout code ...
Anders Carlsson
2010-02-23
Perform two more constructor/destructor code-size optimizations:
John McCall
2010-02-19
Re-introduce the ctor/dtor alias optimization, this time hidden behind a
John McCall
2010-02-18
Revert the ctor/dtor alias optimization for now; the buildbots can detect
John McCall
2010-02-17
Emit complete constructors and destructors as aliases to base constructors
John McCall
2010-02-07
Make sure to set vtable pointers in the destructors as well.
Anders Carlsson