Age | Commit message (Expand) | Author |
2009-03-13 | introduce a new -fheinous-gnu-extensions flag that enables really | Chris Lattner |
2009-03-10 | add plumbing to report diagnostics back through sema for malformed asmstrings. | Chris Lattner |
2009-03-10 | move the asm string analysis code out of codegen into common | Chris Lattner |
2009-03-10 | Fix PR3682 by just disabling a broken assertion. This check should be | Chris Lattner |
2009-03-10 | reduce duplication of parsing code between %0 and %x0 and | Chris Lattner |
2009-03-10 | move matching of named operands into AsmStmt class. At the same | Chris Lattner |
2009-03-10 | reduce nesting, use memchr instead of explicit loop, eliminate a | Chris Lattner |
2009-03-10 | Expand %= into ${:uid} so that the code generator emits a unique ID for the | Chris Lattner |
2009-03-10 | add some helper methods to AsmStmt and add some comments. | Chris Lattner |
2009-03-10 | slightly simplify some code, pull the 'is simple asm' case up in | Chris Lattner |
2009-03-05 | if we die in IR generation of a compound statement, include | Chris Lattner |
2009-03-04 | add a special case for codegen that improves the case where we have | Chris Lattner |
2009-03-02 | inline asm calls should be nounwind. Chris, please review. | Anders Carlsson |
2009-02-22 | Make sure to reset the DidCallStackSave variable before emitting a compound s... | Anders Carlsson |
2009-02-13 | Add CodeGen support for the nodebug attribute. | Anders Carlsson |
2009-02-10 | Handle the case where EmitBlock might be called multiple times for the same b... | Anders Carlsson |
2009-02-10 | Remove the last remnants of the Obj-C EH stack code. | Anders Carlsson |
2009-02-10 | Start removing the old Obj-C EH stack now that the cleanup stack is used inst... | Anders Carlsson |
2009-02-09 | Replace a bunch of EmitBranch calls with EmitBranchThroughCleanup. No functio... | Anders Carlsson |
2009-02-09 | Save and restore the DidCallStackSave variable | Anders Carlsson |
2009-02-08 | When we're at the stack depth we want, there isn't anything to do. | Mike Stump |
2009-02-08 | Wire up break and continue processing to the new stack depth adjuster. | Mike Stump |
2009-02-08 | When emitting blocks, keep track of which cleanup scope they have. Minor fixe... | Anders Carlsson |
2009-02-07 | Add support for emitting cleanup blocks. Make EmitCompoundStatement emit clea... | Anders Carlsson |
2009-02-07 | Ensure we track all the stack depths for all break and continue points | Mike Stump |
2009-02-07 | Format for 80-cols. | Mike Stump |
2009-02-07 | Arrange to have the correct StackDepth for while statements. | Mike Stump |
2009-02-07 | Fit into 80-col. | Mike Stump |
2009-02-07 | Fixup goto codegen in and around VLAs. | Mike Stump |
2009-01-27 | If an input constraint refers to an output constraint, it should have the sam... | Anders Carlsson |
2009-01-21 | silence a couple unused variable 'result' warnings. | Chris Lattner |
2009-01-18 | CG support for inline asm constraints with symbolic names. Fixes PR3345 | Anders Carlsson |
2009-01-18 | Add sema support for symbolic names in inline asm statements. | Anders Carlsson |
2009-01-17 | Change TargetInfo::validateInputConstraint to take begin/end name iterators i... | Anders Carlsson |
2009-01-12 | Handle multi-value inputs | Anders Carlsson |
2009-01-11 | More inline asm fixes | Anders Carlsson |
2009-01-11 | Handle readwrite constraints correctly | Anders Carlsson |
2009-01-11 | Use a common function for emitting asm inputs and remove a FIXME | Anders Carlsson |
2008-12-21 | Fix for PR3246: an empty clobber list is the empty string, not a null | Eli Friedman |
2008-12-20 | Extend the unsupported error to include break and continue, and fix a | Eli Friedman |
2008-12-20 | Check the entire StackSaveValues stack for VLAs when dealing with goto and re... | Anders Carlsson |
2008-12-20 | Add some ErrorUnsupported calls and turn on VLA codegen again. | Anders Carlsson |
2008-12-13 | Store the size of the EH stack inside each BreakContinue struct so we know wh... | Anders Carlsson |
2008-12-12 | Work in preparation for VLAs. Make sure to restore the stack if necessary (Sa... | Anders Carlsson |
2008-11-22 | Use Expr::Evaluate for case statements. Fixes PR2525 | Anders Carlsson |
2008-11-15 | Start implementing support for @synchonized with the darwin ObjC API. | Chris Lattner |
2008-11-13 | Supply finished flag to EmitBlock for common statements which use | Daniel Dunbar |
2008-11-13 | Normalize many BasicBlock names. | Daniel Dunbar |
2008-11-13 | Add IsFinished arg to EmitBlock. | Daniel Dunbar |
2008-11-13 | For if blocks with no else, name the join block ifend instead of the | Daniel Dunbar |