| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for passing variables declared to use a xmm register to asm | Rafael Espindola | 2011-01-02 | 1 | -1/+2 |
* | Produce a better error message for invalid register names. | Rafael Espindola | 2011-01-01 | 1 | -4/+1 |
* | Fix typo and add comment. | Rafael Espindola | 2011-01-01 | 1 | -5/+8 |
* | Add support for declaring register contraints in variables. They are only used | Rafael Espindola | 2010-12-30 | 1 | -0/+34 |
* | Fix a bug in the emission of __real/__imag l-values on scalar operands. | John McCall | 2010-12-05 | 1 | -7/+22 |
* | When forming the !srcloc mdnode for an inline asm, add the SourceLocations | Chris Lattner | 2010-11-17 | 1 | -4/+24 |
* | factor some code out to a helper function, no functionality change. | Chris Lattner | 2010-11-17 | 1 | -4/+10 |
* | Generate bitcasts going in and out of MMX parameters | Dale Johannesen | 2010-10-29 | 1 | -1/+10 |
* | Implement an indirect-goto optimization for goto *&&lbl and respect this | John McCall | 2010-10-28 | 1 | -0/+5 |
* | Death to blocks, or at least the word "block" in one particular obnoxiously | John McCall | 2010-10-15 | 1 | -4/+4 |
* | Added '|' delimiter to separate inline asm multiple alternative constraints f... | John Thompson | 2010-09-18 | 1 | -6/+3 |
* | one piece of code is responsible for the lifetime of every aggregate | John McCall | 2010-09-15 | 1 | -4/+4 |
* | Fix 'for' loop variables' scope. | Devang Patel | 2010-08-25 | 1 | -6/+6 |
* | Detabify. | Eli Friedman | 2010-08-22 | 1 | -2/+2 |
* | Slightly revised handling of mult-alt constraints, to avoid an assert, until ... | John Thompson | 2010-08-10 | 1 | -1/+9 |
* | Revise cleanup IR generation to fix a major bug with cleanups (PR7686) | John McCall | 2010-07-23 | 1 | -26/+31 |
* | Keep track of artificial scopes introduced by line directives. For example, | Devang Patel | 2010-07-22 | 1 | -0/+1 |
* | Remove unused argument. | Devang Patel | 2010-07-20 | 1 | -5/+5 |
* | Fix for PR3800: make sure not to evaluate the expression for a read-write | Eli Friedman | 2010-07-16 | 1 | -16/+27 |
* | Validated by nightly-test runs on x86 and x86-64 darwin, including after | John McCall | 2010-07-06 | 1 | -130/+138 |
* | finally get around to doing a significant cleanup to irgen: | Chris Lattner | 2010-06-27 | 1 | -3/+2 |
* | Change EmitReferenceBindingToExpr to take a decl instead of a boolean. | Anders Carlsson | 2010-06-26 | 1 | -1/+1 |
* | Add a comment for r104472. | Benjamin Kramer | 2010-05-23 | 1 | -0/+3 |
* | PR5863: Don't erase unreachable BBs which have an associated cleanup size. | Benjamin Kramer | 2010-05-23 | 1 | -1/+1 |
* | Don't remove the break/continue scope of a for loop until after we've | Douglas Gregor | 2010-05-21 | 1 | -4/+2 |
* | Ensure that destructors are called for NRVO'd objects when the | Douglas Gregor | 2010-05-17 | 1 | -0/+8 |
* | Implement a simple form of the C++ named return value optimization for | Douglas Gregor | 2010-05-15 | 1 | -1/+6 |
* | Use end location of DeclStmt to mark stop point. | Devang Patel | 2010-05-12 | 1 | -1/+4 |
* | Fix a place in inline asm lowering which was creating a TruncInst with a | Dan Gohman | 2010-04-24 | 1 | -3/+8 |
* | Implement PR6845. We allow matching constraints to have different | Chris Lattner | 2010-04-23 | 1 | -18/+23 |
* | I failed to notice that my last patch wasn't doing as much as it could | John McCall | 2010-04-21 | 1 | -2/+4 |
* | Teach EmitBlock to put the target block immediately after the current block | John McCall | 2010-04-21 | 1 | -1/+6 |
* | Fix debug info for cleanup block. | Devang Patel | 2010-04-13 | 1 | -1/+1 |
* | a ridiculous amount of propagation through the backend later, | Chris Lattner | 2010-04-07 | 1 | -2/+9 |
* | When returning from a function that has a reference return type, use | Douglas Gregor | 2010-03-24 | 1 | -1/+2 |
* | fix PR6475, we were doing side-effecting stuff in an assert. | Chris Lattner | 2010-03-03 | 1 | -6/+5 |
* | Reapply r95393, without the change to CGExpr. I was wrong in assuming that the | Daniel Dunbar | 2010-02-08 | 1 | -3/+2 |
* | Revert r95393, which broke Clang's self-host. | Douglas Gregor | 2010-02-05 | 1 | -2/+3 |
* | IRgen: Use hasAggregateLLVMType instead of isSingleValueType() for cases that | Daniel Dunbar | 2010-02-05 | 1 | -3/+2 |
* | More asm cleanup. | Anders Carlsson | 2010-01-30 | 1 | -6/+6 |
* | Yay for more StringRefs. | Anders Carlsson | 2010-01-30 | 1 | -3/+2 |
* | Implement proper cleanup semantics for condition variables in for | Douglas Gregor | 2009-11-25 | 1 | -11/+34 |
* | Eliminate CXXConditionDeclExpr with extreme prejudice. | Douglas Gregor | 2009-11-25 | 1 | -0/+10 |
* | Clean up the AST for while loops and fix several problems with | Douglas Gregor | 2009-11-24 | 1 | -8/+46 |
* | Explicitly store the condition variable within switch statements, and | Douglas Gregor | 2009-11-24 | 1 | -0/+5 |
* | Introduce cleanup scopes for "if" statements in two places: | Douglas Gregor | 2009-11-24 | 1 | -12/+16 |
* | Explicitly track the condition variable within an "if" statement, | Douglas Gregor | 2009-11-23 | 1 | -0/+2 |
* | Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. | Daniel Dunbar | 2009-11-13 | 1 | -1/+1 |
* | "Attach debug info with llvm instructions" mode was enabled a month ago. Now... | Devang Patel | 2009-11-12 | 1 | -14/+0 |
* | update comment, pointed out by Gabor | Chris Lattner | 2009-11-06 | 1 | -3/+1 |