summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCXXABI.h
Commit message (Expand)AuthorAgeFilesLines
* Abstract out everything having to do with member pointers into the ABIJohn McCall2010-08-231-22/+37
* Go back to asking CodeGenTypes whether a type is zero-initializable.John McCall2010-08-221-4/+4
* Experiment with using first-class aggregates to represent member functionJohn McCall2010-08-221-15/+10
* Extract member function pointer comparison and null comparison intoJohn McCall2010-08-221-0/+12
* Abstract out member-pointer creation. I'm really unhappy about the currentJohn McCall2010-08-221-0/+7
* Abstract more member-pointerness out.John McCall2010-08-221-5/+28
* Abstract out member-pointer conversions.John McCall2010-08-221-0/+7
* Extract calls to method pointers out as an ABI routine.John McCall2010-08-221-0/+14
* The ARM C++ ABI is sufficiently different from the Itanium C++ ABI thatJohn McCall2010-08-211-0/+1
* Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis2010-08-161-4/+4
* Add a stub Microsoft Visual C++ ABI class (with stub mangler).Charles Davis2010-06-091-0/+1
* IRgen: Add a stub class for generating ABI-specific C++ code.Charles Davis2010-05-251-0/+37
OpenPOWER on IntegriCloud