summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprComplex.cpp
Commit message (Expand)AuthorAgeFilesLines
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-2/+2
* Add lvalue-bitcast support for complex numbers.Douglas Gregor2010-07-141-5/+16
* Whenever we're creating an expression that is typically an rvalueDouglas Gregor2010-07-131-2/+2
* Reinstate the fix for PR7556. A silly use of isTrivial() wasDouglas Gregor2010-07-081-1/+1
* Revert r107828 and r107827, the fix for PR7556, which seems to beDouglas Gregor2010-07-071-1/+1
* Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect itsDouglas Gregor2010-07-071-1/+1
* IRgen: Assignment to Objective-C properties shouldn't reload the value, forDaniel Dunbar2010-06-291-38/+36
* Code gen for compound assignment of complexFariborz Jahanian2010-03-231-2/+7
* Patch to implement code gen. use of compound assignent onFariborz Jahanian2010-03-231-6/+19
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-6/+6
* refactor pre/postinc logic into CGF and require the caller to pass in theChris Lattner2010-01-091-35/+4
* Minor optimization; emit proper unsupported messages for a couple of cases.Eli Friedman2009-12-251-2/+9
* Simplify code. No functionality change.Benjamin Kramer2009-11-291-22/+6
* Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.Benjamin Kramer2009-11-281-2/+1
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-10/+10
* Reflow comments and some minor whitespace fixups.Mike Stump2009-09-091-66/+65
* Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian2009-08-201-2/+2
* Switch to SmallString::str from SmallString::c_str.Daniel Dunbar2009-08-191-4/+11
* Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian2009-08-181-1/+2
* Update for LLVM API change.Owen Anderson2009-07-311-5/+5
* Canonicalize else spacing.Mike Stump2009-07-301-1/+0
* Update for LLVM API change.Owen Anderson2009-07-271-3/+1
* Switch to using llvm::Value::getName()Daniel Dunbar2009-07-261-2/+2
* Update for LLVM API change.Owen Anderson2009-07-241-1/+1
* Update for LLVM API change, and contextify a bunch of related stuff.Owen Anderson2009-07-141-2/+4
* Update for LLVM API change.Owen Anderson2009-07-131-5/+8
* Update clang for the add ->add/fadd split. Likewise for sub and mul.Chris Lattner2009-06-171-30/+87
* Support complex properties, ivars and message expressions.Daniel Dunbar2009-06-101-6/+42
* Implement VisitCXXExprWithTemporaries for complex expressions.Anders Carlsson2009-05-311-0/+3
* Fixup the rest of the trivial cases of the codegen of volatile. IfMike Stump2009-05-291-22/+108
* Functions that return references can be rvalues as well.Anders Carlsson2009-05-271-0/+3
* Change compound assignment operators to keep track of both the promoted Eli Friedman2009-03-281-1/+1
* Some minor fixes for complex IRGen.Eli Friedman2009-03-231-23/+16
* Minor cleanup for choose expressions: add a helper that returns the Eli Friedman2009-03-041-2/+1
* rip out __builtin_overloadChris Lattner2009-02-181-6/+0
* Use EmitVAListRef instead of EmitLValue directly to handle array decayDaniel Dunbar2009-02-111-1/+1
* Support va_arg on _Complex.Daniel Dunbar2009-02-101-0/+18
* Introduce a new expression node, ImplicitValueInitExpr, thatDouglas Gregor2009-01-291-0/+6
* Fix typoDaniel Dunbar2009-01-291-1/+1
* Comment fix.Daniel Dunbar2009-01-261-1/+1
* Normalize many BasicBlock names.Daniel Dunbar2008-11-131-3/+3
* Rework IRgen invariant w.r.t. current insert point.Daniel Dunbar2008-11-111-0/+1
* Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...Sebastian Redl2008-11-111-1/+1
* Add CodeGenFunction::EmitBranch.Daniel Dunbar2008-11-111-2/+2
* Centralize basic block creation in CodeGenFunction::createBasicBlock.Daniel Dunbar2008-11-111-3/+3
* Move IRBuilder type definition to common file.Daniel Dunbar2008-11-011-1/+1
* Add Objective-C property setter support.Daniel Dunbar2008-08-301-0/+7
* Add CodeGen support for CXXZeroInitValueExpr.Argyrios Kyrtzidis2008-08-231-0/+6
* Change WarnUnsupported to ErrorUnsupported (in name and in practice).Daniel Dunbar2008-08-161-1/+1
* More #include cleaningDaniel Dunbar2008-08-111-1/+2
OpenPOWER on IntegriCloud