summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCXXABI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup some clang code to use new type functions instead of using cast<>.Micah Villmow2012-10-251-1/+1
* Fix PR13234 - crash when trying to report an unsupported ABI featureTimur Iskhodzhanov2012-06-291-1/+1
* Abstract the emission of global destructors into ABI-specific codeJohn McCall2012-05-011-0/+7
* Refactor the C++ ABI code a little bit to take advantage ofJohn McCall2012-05-011-9/+53
* Revert r153723, and its follow-ups r153728 and r153733.Chandler Carruth2012-03-301-1/+1
* Do the static-locals thing properly in the face of unions andJohn McCall2012-03-301-1/+1
* Whether an argument is required (in contrast with being anJohn McCall2012-02-171-3/+2
* Split reinterpret_casts of member pointers out from CK_BitCast; thisJohn McCall2012-02-151-0/+26
* Deal with a horrible C++11 special case. If a non-literal type has a constexprRichard Smith2012-02-131-1/+2
* Revert my patches which removed Diagnostic.h includes by moving some operator...Benjamin Kramer2012-02-071-1/+0
* Move various diagnostic operator<< overloads out of line and remove includes ...Benjamin Kramer2012-02-041-0/+1
* Remove constant member pointer support from Expr-based constant emission nowRichard Smith2012-01-171-5/+0
* constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,Richard Smith2012-01-141-0/+4
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-2/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* de-constify llvm::Type, patch by David Blaikie!Chris Lattner2011-07-181-2/+2
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-1/+1
* After some discussion with Doug, we decided that it made a lot more senseJohn McCall2011-04-121-2/+1
* More __unknown_anytype work.John McCall2011-04-111-1/+2
* Use the "undergoes default argument promotion" bit on parameters toJohn McCall2011-03-091-2/+2
* More capturing of 'this': implicit member expressions. Getting thatJohn McCall2011-02-031-4/+3
* Do a proper recursive lookup when deciding whether a class's usualJohn McCall2011-01-271-2/+4
* Make the destructor be the 'vtable anchor' of the CGCXXABI class.Anders Carlsson2010-11-281-1/+1
* Move CGCXXABI functions to CGCXXABI.cppAnders Carlsson2010-11-281-0/+155
* Add a CGCXXABI.cpp file.Anders Carlsson2010-11-281-0/+18
OpenPOWER on IntegriCloud