aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGStmt.cpp
AgeCommit message (Expand)Author
2011-02-09Remove vtables from the Stmt hierarchy; this was pretty easy asJohn McCall
2011-02-08Reorganize CodeGen{Function,Module} to eliminate the unfortunateJohn McCall
2011-01-12Fix a latent bug where, after emitting an expression statement, we wouldJohn McCall
2011-01-05fix a -Wself-assign warningChris Lattner
2011-01-02Add support for passing variables declared to use a xmm register to asmRafael Espindola
2011-01-01Produce a better error message for invalid register names.Rafael Espindola
2011-01-01Fix typo and add comment.Rafael Espindola
2010-12-30Add support for declaring register contraints in variables. They are only usedRafael Espindola
2010-12-05Fix a bug in the emission of __real/__imag l-values on scalar operands.John McCall
2010-11-17When forming the !srcloc mdnode for an inline asm, add the SourceLocations Chris Lattner
2010-11-17factor some code out to a helper function, no functionality change.Chris Lattner
2010-10-29Generate bitcasts going in and out of MMX parametersDale Johannesen
2010-10-28Implement an indirect-goto optimization for goto *&&lbl and respect thisJohn McCall
2010-10-15Death to blocks, or at least the word "block" in one particular obnoxiouslyJohn McCall
2010-09-18Added '|' delimiter to separate inline asm multiple alternative constraints f...John Thompson
2010-09-15one piece of code is responsible for the lifetime of every aggregateJohn McCall
2010-08-25Fix 'for' loop variables' scope.Devang Patel
2010-08-22Detabify.Eli Friedman
2010-08-10Slightly revised handling of mult-alt constraints, to avoid an assert, until ...John Thompson
2010-07-23Revise cleanup IR generation to fix a major bug with cleanups (PR7686)John McCall
2010-07-22Keep track of artificial scopes introduced by line directives. For example,Devang Patel
2010-07-20Remove unused argument.Devang Patel
2010-07-16Fix for PR3800: make sure not to evaluate the expression for a read-writeEli Friedman
2010-07-06Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall
2010-06-27finally get around to doing a significant cleanup to irgen:Chris Lattner
2010-06-26Change EmitReferenceBindingToExpr to take a decl instead of a boolean.Anders Carlsson
2010-05-23Add a comment for r104472.Benjamin Kramer
2010-05-23PR5863: Don't erase unreachable BBs which have an associated cleanup size.Benjamin Kramer
2010-05-21Don't remove the break/continue scope of a for loop until after we'veDouglas Gregor
2010-05-17Ensure that destructors are called for NRVO'd objects when theDouglas Gregor
2010-05-15Implement a simple form of the C++ named return value optimization forDouglas Gregor
2010-05-12Use end location of DeclStmt to mark stop point. Devang Patel
2010-04-24Fix a place in inline asm lowering which was creating a TruncInst with aDan Gohman
2010-04-23Implement PR6845. We allow matching constraints to have differentChris Lattner
2010-04-21I failed to notice that my last patch wasn't doing as much as it couldJohn McCall
2010-04-21Teach EmitBlock to put the target block immediately after the current blockJohn McCall
2010-04-13Fix debug info for cleanup block.Devang Patel
2010-04-07a ridiculous amount of propagation through the backend later, Chris Lattner
2010-03-24When returning from a function that has a reference return type, useDouglas Gregor
2010-03-03fix PR6475, we were doing side-effecting stuff in an assert.Chris Lattner
2010-02-08Reapply r95393, without the change to CGExpr. I was wrong in assuming that theDaniel Dunbar
2010-02-05Revert r95393, which broke Clang's self-host.Douglas Gregor
2010-02-05IRgen: Use hasAggregateLLVMType instead of isSingleValueType() for cases thatDaniel Dunbar
2010-01-30More asm cleanup.Anders Carlsson
2010-01-30Yay for more StringRefs.Anders Carlsson
2009-11-25Implement proper cleanup semantics for condition variables in forDouglas Gregor
2009-11-25Eliminate CXXConditionDeclExpr with extreme prejudice.Douglas Gregor
2009-11-24Clean up the AST for while loops and fix several problems withDouglas Gregor
2009-11-24Explicitly store the condition variable within switch statements, andDouglas Gregor
2009-11-24Introduce cleanup scopes for "if" statements in two places:Douglas Gregor