summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCXXABI.h
Commit message (Expand)AuthorAgeFilesLines
* Make the destructor be the 'vtable anchor' of the CGCXXABI class.Anders Carlsson2010-11-281-3/+1
* Simplify the logic for emitting guard variables for template staticJohn McCall2010-11-061-5/+8
* Implement ARM static local initialization guards, which are more compact thanJohn McCall2010-09-081-1/+11
* Abstract IR generation of array cookies into the C++ ABI class andJohn McCall2010-09-021-0/+47
* Amusingly, I missed this point of abstraction in all my earlierJohn McCall2010-08-311-0/+6
* Teach IR generation to return 'this' from constructors and destructorsJohn McCall2010-08-311-2/+67
* 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