| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson | 2009-06-24 | 8 | -49/+57 |
* | Rewrite 73900 per Duncan's suggestion. | Dale Johannesen | 2009-06-24 | 1 | -19/+9 |
* | We decided to not worry about Atoms for now, it should be straightforward to | Daniel Dunbar | 2009-06-24 | 7 | -72/+33 |
* | MCStreamer: Add a few more "symbol attributes". | Daniel Dunbar | 2009-06-24 | 2 | -4/+25 |
* | MCStreamer: Test printing values. | Daniel Dunbar | 2009-06-24 | 2 | -1/+26 |
* | Minor whitespace cleanups. | Dan Gohman | 2009-06-24 | 1 | -16/+16 |
* | Simplify [su]max(MAX, n) to MAX. This comes up in loop tripcount | Dan Gohman | 2009-06-24 | 3 | -5/+76 |
* | When inserting code into a loop preheader, insert it before the | Dan Gohman | 2009-06-24 | 2 | -3/+67 |
* | Add new files to cmake list. | Duncan Sands | 2009-06-24 | 1 | -0/+2 |
* | Start sketching 2.6 release notes. This provides a | Duncan Sands | 2009-06-24 | 1 | -0/+754 |
* | Move thumb and thumb2 tests into separate directories. | Evan Cheng | 2009-06-24 | 44 | -54/+437 |
* | factor some code better. | Chris Lattner | 2009-06-24 | 1 | -13/+6 |
* | wire up support for MCContext/MCStreamer in -experimental-asm-printer mode. | Chris Lattner | 2009-06-24 | 2 | -0/+26 |
* | remove dead makefile flags. | Chris Lattner | 2009-06-24 | 5 | -8/+0 |
* | remove dead makefile flags. | Chris Lattner | 2009-06-24 | 6 | -6/+0 |
* | implement a bunch of synonyms for section switching. | Chris Lattner | 2009-06-24 | 2 | -4/+115 |
* | Delete some orphaned comments, fix some 80-column violations, | Dan Gohman | 2009-06-24 | 1 | -95/+80 |
* | Remove an obsolete comment and fix some 80-column violations. | Dan Gohman | 2009-06-24 | 1 | -8/+10 |
* | add support for parsing and emitting .section directives. We can now parse | Chris Lattner | 2009-06-24 | 2 | -1/+38 |
* | add trivial support for passing label definitions through the MCStreamer. | Chris Lattner | 2009-06-24 | 6 | -5/+34 |
* | Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), re... | Lang Hames | 2009-06-24 | 2 | -6/+2 |
* | Fix support for inline asm input / output operand tying when operand spans ac... | Evan Cheng | 2009-06-24 | 2 | -11/+42 |
* | Add a testcase demoing some of ScalarEvolution's new trip count logic. | Dan Gohman | 2009-06-24 | 1 | -0/+37 |
* | Extend ScalarEvolution's multiple-exit support to compute exact | Dan Gohman | 2009-06-24 | 6 | -181/+191 |
* | Unbreak build on Linux by removing Darwinism. | Nick Lewycky | 2009-06-24 | 1 | -1/+1 |
* | Teach GetMinSignBits about SCEVAddExprs. | Dan Gohman | 2009-06-24 | 1 | -0/+32 |
* | Start MCAsmStreamer implementation. | Daniel Dunbar | 2009-06-24 | 11 | -9/+245 |
* | Revert this accidental commit. | Dan Gohman | 2009-06-24 | 1 | -1/+1 |
* | Move the special cases for constants out of getUnknown and into | Dan Gohman | 2009-06-24 | 3 | -17/+16 |
* | create an MCStreamer and provide it to AsmParser. | Chris Lattner | 2009-06-24 | 4 | -4/+13 |
* | stub out a trivial constructor method. | Chris Lattner | 2009-06-24 | 1 | -1/+1 |
* | Use ScalarEvolution::getConstant instead of getUnknown to create | Dan Gohman | 2009-06-24 | 1 | -7/+8 |
* | make the lexer unique strings it lexes instead of passing them back as | Chris Lattner | 2009-06-24 | 3 | -7/+29 |
* | Include the maximum trip count expression in ScalarEvolution's print output. | Dan Gohman | 2009-06-24 | 1 | -0/+9 |
* | Add an isAllOnesValue utility function, similar to isZero and isOne. | Dan Gohman | 2009-06-24 | 2 | -0/+11 |
* | Don't emit a redundant BitCastInst if the value to be defined in the | Dan Gohman | 2009-06-24 | 1 | -1/+2 |
* | Guard the listeners list. Unfortunately, this requires a real static rather | Owen Anderson | 2009-06-24 | 1 | -0/+5 |
* | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson | 2009-06-23 | 25 | -125/+102 |
* | Update for MCImm -> MCValue rename. | Daniel Dunbar | 2009-06-23 | 3 | -13/+16 |
* | rename MCImm ->MCValue. | Chris Lattner | 2009-06-23 | 2 | -16/+17 |
* | Test commit: fixed spacing. | Sean Callanan | 2009-06-23 | 1 | -3/+3 |
* | Add comments for the MCStreamer interface. | Daniel Dunbar | 2009-06-23 | 1 | -6/+77 |
* | It is not a good idea to have data member's name match argument's name. In fa... | Devang Patel | 2009-06-23 | 2 | -32/+32 |
* | Use getReturnTypeName() to print return type. | Devang Patel | 2009-06-23 | 1 | -1/+1 |
* | upgrade | Devang Patel | 2009-06-23 | 1 | -28/+28 |
* | Add DISubprogram::getReturnTypeName() | Devang Patel | 2009-06-23 | 1 | -0/+13 |
* | Start flushing out MCContext. | Daniel Dunbar | 2009-06-23 | 10 | -6/+307 |
* | Set svn:ignore for {llvm/Config/AsmPrinters,Targets}.def | Daniel Dunbar | 2009-06-23 | 0 | -0/+0 |
* | Use atomic operations when accessing statistics, and make the lazy initializa... | Owen Anderson | 2009-06-23 | 2 | -16/+63 |
* | Add atomic multiply and divide operations, built on top of CompareAndSwap. | Owen Anderson | 2009-06-23 | 2 | -0/+20 |