summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ItaniumCXXABI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Patch to provide guard when initializing instancesFariborz Jahanian2010-10-261-1/+6
* Implement ARM static local initialization guards, which are more compact thanJohn McCall2010-09-081-0/+159
* Revert my two IRgen fixes for "bool", then use a far simpler approachDouglas Gregor2010-09-021-7/+2
* Fix a crash involving pointer-to-data-members of boolean type. We wereDouglas Gregor2010-09-021-2/+7
* Simplify some random accesses to the ASTContext from the ABI classes.John McCall2010-09-021-17/+17
* Abstract IR generation of array cookies into the C++ ABI class andJohn McCall2010-09-021-0/+244
* Amusingly, I missed this point of abstraction in all my earlierJohn McCall2010-08-311-0/+30
* Teach IR generation to return 'this' from constructors and destructorsJohn McCall2010-08-311-0/+161
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-4/+4
* chandlerc pointed out that ending a line with /\ is not very friendly. :)John McCall2010-08-231-4/+4
* Abstract out everything having to do with member pointers into the ABIJohn McCall2010-08-231-64/+186
* Go back to asking CodeGenTypes whether a type is zero-initializable.John McCall2010-08-221-8/+5
* Clean up a very silly use of first-class aggregates.John McCall2010-08-221-8/+2
* Experiment with using first-class aggregates to represent member functionJohn McCall2010-08-221-155/+103
* Extract member function pointer comparison and null comparison intoJohn McCall2010-08-221-0/+112
* Abstract out member-pointer creation. I'm really unhappy about the currentJohn McCall2010-08-221-0/+106
* Abstract more member-pointerness out.John McCall2010-08-221-10/+92
* Abstract out member-pointer conversions.John McCall2010-08-221-0/+57
* Implement the call parts of the member-function-pointer ARM C++ ABI.John McCall2010-08-221-23/+56
* Extract calls to method pointers out as an ABI routine.John McCall2010-08-221-1/+86
* The ARM C++ ABI is sufficiently different from the Itanium C++ ABI thatJohn McCall2010-08-211-0/+13
* Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis2010-08-161-2/+2
* IRgen: Add a stub class for generating ABI-specific C++ code.Charles Davis2010-05-251-0/+39
OpenPOWER on IntegriCloud