index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
ItaniumCXXABI.cpp
Age
Commit message (
Expand
)
Author
2010-09-08
Implement ARM static local initialization guards, which are more compact than
John McCall
2010-09-02
Revert my two IRgen fixes for "bool", then use a far simpler approach
Douglas Gregor
2010-09-02
Fix a crash involving pointer-to-data-members of boolean type. We were
Douglas Gregor
2010-09-02
Simplify some random accesses to the ASTContext from the ABI classes.
John McCall
2010-09-02
Abstract IR generation of array cookies into the C++ ABI class and
John McCall
2010-08-31
Amusingly, I missed this point of abstraction in all my earlier
John McCall
2010-08-31
Teach IR generation to return 'this' from constructors and destructors
John McCall
2010-08-25
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-23
chandlerc pointed out that ending a line with /\ is not very friendly. :)
John McCall
2010-08-23
Abstract out everything having to do with member pointers into the ABI
John McCall
2010-08-22
Go back to asking CodeGenTypes whether a type is zero-initializable.
John McCall
2010-08-22
Clean up a very silly use of first-class aggregates.
John McCall
2010-08-22
Experiment with using first-class aggregates to represent member function
John McCall
2010-08-22
Extract member function pointer comparison and null comparison into
John McCall
2010-08-22
Abstract out member-pointer creation. I'm really unhappy about the current
John McCall
2010-08-22
Abstract more member-pointerness out.
John McCall
2010-08-22
Abstract out member-pointer conversions.
John McCall
2010-08-22
Implement the call parts of the member-function-pointer ARM C++ ABI.
John McCall
2010-08-22
Extract calls to method pointers out as an ABI routine.
John McCall
2010-08-21
The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that
John McCall
2010-08-16
Implement support for member pointers under the Microsoft C++ ABI in the
Charles Davis
2010-05-25
IRgen: Add a stub class for generating ABI-specific C++ code.
Charles Davis