summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce Type::isSignedIntegerOrEnumerationType() andDouglas Gregor2011-05-201-1/+2
* Don't actually emit calls to the reserved global placement new and deleteJohn McCall2011-05-161-28/+18
* The array-size operand to a new-expression is not necessarily a size_t.John McCall2011-05-151-140/+209
* Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" andAlexis Hunt2011-05-091-1/+1
* Move code to emit the callee of an CXXOperatorCallExpr out into a separate fu...Anders Carlsson2011-05-081-12/+1
* Fix false positive warning about uninitialized variable.Cameron Esfahani2011-05-061-1/+1
* Fix delegating constructors stylistic issues.Alexis Hunt2011-05-031-8/+16
* Switch CallArgList from an std::pair to a new CallArg struct (which will even...Eli Friedman2011-05-021-2/+2
* Simplify code a bit by using CallArgList::add. No intended functionality cha...Eli Friedman2011-05-021-15/+14
* Fully implement delegating constructors!Alexis Hunt2011-05-011-3/+10
* Cut down unnecessary zero'ing when value-initializing arrays of C++ objects.Argyrios Kyrtzidis2011-04-281-2/+3
* Make yet another placeholder type, this one marking that an expression is a b...John McCall2011-04-261-4/+3
* Clean up code generation of typeid expressions and add C++ standard references.Anders Carlsson2011-04-181-37/+53
* Use EmitCallOrInvoke in EmitBadTypeidCall and EmitBadCastCall.Anders Carlsson2011-04-131-16/+6
* If there's an invoke destination, we should use invoke instead of call when c...Anders Carlsson2011-04-111-7/+25
* More __unknown_anytype work.John McCall2011-04-111-3/+5
* When we know that a dynamic_cast always returns null, we can makeAnders Carlsson2011-04-111-10/+32
* Clean up CodeGenFunction::EmitDynamicCast. No functionality change.Anders Carlsson2011-04-111-104/+141
* Replace a couple of Builder.CreateICmpEQ with Builder.CreateIsNull. No functi...Anders Carlsson2011-04-111-3/+1
* Strip off parens and no-op casts when deciding if an expr can be devirtualize...Anders Carlsson2011-04-101-0/+26
* Make sure we or together the overflow flags of the multiply and add, so theEli Friedman2011-04-091-1/+1
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-4/+2
* Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcep...Sebastian Redl2011-03-131-1/+1
* Propagate the new exception information to FunctionProtoType.Sebastian Redl2011-03-121-1/+1
* Use a slightly more semantic interface for emitting call arguments.John McCall2011-03-111-6/+2
* The conditional needs to be pushed before the branch. Make the test lessJohn McCall2011-03-071-78/+81
* An operator new with an empty exception specifier returns null on a badJohn McCall2011-03-071-0/+8
* Revert "Add CC_Win64ThisCall and set it in the necessary places."Tilmann Scheller2011-03-021-21/+9
* Add CC_Win64ThisCall and set it in the necessary places.Tilmann Scheller2011-03-021-9/+21
* Reorganize CodeGen{Function,Module} to eliminate the unfortunateJohn McCall2011-02-081-17/+11
* Clean up of -fapple-kext abi code. No change otherwise.Fariborz Jahanian2011-02-031-2/+2
* -fapple-kext support for indirect call to virtuals dtors - wip.Fariborz Jahanian2011-02-011-1/+6
* When trying to get the most derived class, don't assume that we can ignore al...Anders Carlsson2011-01-291-1/+17
* When calling a virtual member function on a base class and the most derived c...Anders Carlsson2011-01-291-1/+24
* More work to support -fapple-kext regarding Fariborz Jahanian2011-01-281-0/+1
* Move all the cleanups framework code into a single file.John McCall2011-01-281-65/+0
* Reorganize the value-dominance metaprogram and introduce a specializationJohn McCall2011-01-281-90/+57
* Convert the exception-freeing cleanup over to the conditional cleanups code,John McCall2011-01-281-1/+3
* Do a proper recursive lookup when deciding whether a class's usualJohn McCall2011-01-271-5/+6
* Use attributes for all the override control specifiers.Anders Carlsson2011-01-241-2/+2
* Get rid of the [[final]] C++0x attribute.Anders Carlsson2011-01-231-5/+5
* Move cheking of kext into canDevirtualizeMemberFunctionCalls().Fariborz Jahanian2011-01-211-15/+16
* apple kext abi requires all vf calls, including qualifiedFariborz Jahanian2011-01-201-3/+14
* Replace calls to getTypeSize() and getTypeAlign() with their 'InChars' Ken Dyck2011-01-191-1/+2
* Add support for explicit constructor calls in Microsoft mode.Francois Pichet2011-01-181-13/+35
* Simplify mem{cpy, move, set} creation with IRBuilder.Benjamin Kramer2010-12-301-8/+3
* PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad2010-12-071-4/+3
* Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall2010-12-061-1/+1
* Remove some defensive calls to EmitLoadOfPropertyRefLValue that shouldn'tJohn McCall2010-12-041-32/+5
* Kill the KVC l-value kind and calculate the base expression when emittingJohn McCall2010-12-041-13/+6
OpenPOWER on IntegriCloud