Age | Commit message (Expand) | Author |
2010-08-10 | Slightly revised handling of mult-alt constraints, to avoid an assert, until ... | John Thompson |
2010-07-23 | Revise cleanup IR generation to fix a major bug with cleanups (PR7686) | John McCall |
2010-07-22 | Keep track of artificial scopes introduced by line directives. For example, | Devang Patel |
2010-07-20 | Remove unused argument. | Devang Patel |
2010-07-16 | Fix for PR3800: make sure not to evaluate the expression for a read-write | Eli Friedman |
2010-07-06 | Validated by nightly-test runs on x86 and x86-64 darwin, including after | John McCall |
2010-06-27 | finally get around to doing a significant cleanup to irgen: | Chris Lattner |
2010-06-26 | Change EmitReferenceBindingToExpr to take a decl instead of a boolean. | Anders Carlsson |
2010-05-23 | Add a comment for r104472. | Benjamin Kramer |
2010-05-23 | PR5863: Don't erase unreachable BBs which have an associated cleanup size. | Benjamin Kramer |
2010-05-21 | Don't remove the break/continue scope of a for loop until after we've | Douglas Gregor |
2010-05-17 | Ensure that destructors are called for NRVO'd objects when the | Douglas Gregor |
2010-05-15 | Implement a simple form of the C++ named return value optimization for | Douglas Gregor |
2010-05-12 | Use end location of DeclStmt to mark stop point. | Devang Patel |
2010-04-24 | Fix a place in inline asm lowering which was creating a TruncInst with a | Dan Gohman |
2010-04-23 | Implement PR6845. We allow matching constraints to have different | Chris Lattner |
2010-04-21 | I failed to notice that my last patch wasn't doing as much as it could | John McCall |
2010-04-21 | Teach EmitBlock to put the target block immediately after the current block | John McCall |
2010-04-13 | Fix debug info for cleanup block. | Devang Patel |
2010-04-07 | a ridiculous amount of propagation through the backend later, | Chris Lattner |
2010-03-24 | When returning from a function that has a reference return type, use | Douglas Gregor |
2010-03-03 | fix PR6475, we were doing side-effecting stuff in an assert. | Chris Lattner |
2010-02-08 | Reapply r95393, without the change to CGExpr. I was wrong in assuming that the | Daniel Dunbar |
2010-02-05 | Revert r95393, which broke Clang's self-host. | Douglas Gregor |
2010-02-05 | IRgen: Use hasAggregateLLVMType instead of isSingleValueType() for cases that | Daniel Dunbar |
2010-01-30 | More asm cleanup. | Anders Carlsson |
2010-01-30 | Yay for more StringRefs. | Anders Carlsson |
2009-11-25 | Implement proper cleanup semantics for condition variables in for | Douglas Gregor |
2009-11-25 | Eliminate CXXConditionDeclExpr with extreme prejudice. | Douglas Gregor |
2009-11-24 | Clean up the AST for while loops and fix several problems with | Douglas Gregor |
2009-11-24 | Explicitly store the condition variable within switch statements, and | Douglas Gregor |
2009-11-24 | Introduce cleanup scopes for "if" statements in two places: | Douglas Gregor |
2009-11-23 | Explicitly track the condition variable within an "if" statement, | Douglas Gregor |
2009-11-13 | Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. | Daniel Dunbar |
2009-11-12 | "Attach debug info with llvm instructions" mode was enabled a month ago. Now... | Devang Patel |
2009-11-06 | update comment, pointed out by Gabor | Chris Lattner |
2009-11-06 | indirectbr seems to work! Rip out the old code. | Chris Lattner |
2009-10-28 | Implement clang support for indirect branch and address of label | Chris Lattner |
2009-10-13 | reimplement codegen for indirect goto with the following advantages: | Chris Lattner |
2009-10-06 | Add support to attach debug info to an instruction. | Devang Patel |
2009-09-27 | CodeGen for try statements. (We just emit the body for now). | Anders Carlsson |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-13 | Update for LLVM API change. | Owen Anderson |
2009-08-05 | Update for LLVM API change. | Owen Anderson |
2009-08-04 | Revert the fix for PR3800, it broke things. | Anders Carlsson |
2009-08-02 | Remove old code that was causing the new test to fail. | Anders Carlsson |
2009-08-02 | Don't evaluate inout constraints twice. Fixes PR3800. | Anders Carlsson |
2009-07-30 | Canonicalize else spacing. | Mike Stump |
2009-07-24 | Update for LLVM API change. | Owen Anderson |
2009-07-19 | Detect when the current generation point is unreachable after emitting | Daniel Dunbar |