aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGCXXABI.h
AgeCommit message (Expand)Author
2012-05-01Abstract the emission of global destructors into ABI-specific codeJohn McCall
2012-05-01Refactor the C++ ABI code a little bit to take advantage ofJohn McCall
2012-03-30Revert r153723, and its follow-ups r153728 and r153733.Chandler Carruth
2012-03-30Do the static-locals thing properly in the face of unions andJohn McCall
2012-02-15Split reinterpret_casts of member pointers out from CK_BitCast; thisJohn McCall
2012-02-13Deal with a horrible C++11 special case. If a non-literal type has a constexprRichard Smith
2012-02-11Basic support for referring to captured variables from lambdas. Some simple ...Eli Friedman
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2012-01-17Remove constant member pointer support from Expr-based constant emission nowRichard Smith
2012-01-14constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,Richard Smith
2011-07-23clean up forward declarations of raw_ostream to use the new LLVM.hChris Lattner
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-04-12After some discussion with Doug, we decided that it made a lot more senseJohn McCall
2011-04-11More __unknown_anytype work.John McCall
2011-02-03More capturing of 'this': implicit member expressions. Getting thatJohn McCall
2011-01-27Do a proper recursive lookup when deciding whether a class's usualJohn McCall
2011-01-13Move name mangling support from CodeGen to AST. In thePeter Collingbourne
2010-11-28Make the destructor be the 'vtable anchor' of the CGCXXABI class.Anders Carlsson
2010-11-06Simplify the logic for emitting guard variables for template staticJohn McCall
2010-09-08Implement ARM static local initialization guards, which are more compact thanJohn McCall
2010-09-02Abstract IR generation of array cookies into the C++ ABI class andJohn McCall
2010-08-31Amusingly, I missed this point of abstraction in all my earlierJohn McCall
2010-08-31Teach IR generation to return 'this' from constructors and destructorsJohn McCall
2010-08-23Abstract out everything having to do with member pointers into the ABIJohn McCall
2010-08-22Go back to asking CodeGenTypes whether a type is zero-initializable.John McCall
2010-08-22Experiment with using first-class aggregates to represent member functionJohn McCall
2010-08-22Extract member function pointer comparison and null comparison intoJohn McCall
2010-08-22Abstract out member-pointer creation. I'm really unhappy about the currentJohn McCall
2010-08-22Abstract more member-pointerness out.John McCall
2010-08-22Abstract out member-pointer conversions.John McCall
2010-08-22Extract calls to method pointers out as an ABI routine.John McCall
2010-08-21The ARM C++ ABI is sufficiently different from the Itanium C++ ABI thatJohn McCall
2010-08-16Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis
2010-06-09Add a stub Microsoft Visual C++ ABI class (with stub mangler).Charles Davis
2010-05-25IRgen: Add a stub class for generating ABI-specific C++ code.Charles Davis