| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Generalize CaseBlock a bit more: | Chris Lattner | 2006-10-24 | 1 | -8/+8 |
* | update comment | Chris Lattner | 2006-10-24 | 1 | -2/+3 |
* | generalize 'CaseBlock'. It really allows any comparison to be inserted. | Chris Lattner | 2006-10-24 | 1 | -8/+7 |
* | fix assert comment | Rafael Espindola | 2006-10-24 | 1 | -1/+1 |
* | Tighter data structure for deleted debug labels. | Jim Laskey | 2006-10-24 | 1 | -4/+2 |
* | add missing dcb* intrinsics | Chris Lattner | 2006-10-24 | 1 | -3/+8 |
* | add two helper methods | Chris Lattner | 2006-10-23 | 1 | -1/+9 |
* | Add removeModule(). | Devang Patel | 2006-10-23 | 1 | -0/+2 |
* | change this back | Andrew Lenharth | 2006-10-23 | 1 | -1/+1 |
* | More complete solution to deleting blocks and debug info. | Jim Laskey | 2006-10-23 | 1 | -4/+13 |
* | New, wonderful isSuccessor method | Chris Lattner | 2006-10-21 | 1 | -12/+21 |
* | typo | Chris Lattner | 2006-10-20 | 1 | -1/+1 |
* | add isIdenticalTo method to machineinstr/operand. | Chris Lattner | 2006-10-20 | 1 | -0/+19 |
* | add method | Chris Lattner | 2006-10-20 | 1 | -2/+11 |
* | Fix a comment to be accurate. | Reid Spencer | 2006-10-20 | 1 | -4/+4 |
* | For PR950: | Reid Spencer | 2006-10-20 | 3 | -113/+42 |
* | add a method to determine whether evaluation of a constant can trap. | Chris Lattner | 2006-10-20 | 1 | -0/+4 |
* | Add support for the new "target data" information in .ll files. This provides | Owen Anderson | 2006-10-18 | 1 | -0/+8 |
* | add a method to remove a line # record. | Chris Lattner | 2006-10-17 | 1 | -0/+5 |
* | expose DWARF_LABEL opcode# so the branch folder can update debug info properly. | Chris Lattner | 2006-10-17 | 1 | -0/+7 |
* | update comment | Chris Lattner | 2006-10-17 | 1 | -2/+4 |
* | Do not leak all of the SourceLineInfo objects. Do not bother mallocing each | Chris Lattner | 2006-10-17 | 2 | -3/+8 |
* | minor cleanups | Chris Lattner | 2006-10-17 | 1 | -5/+1 |
* | Split PRE_INDEXED to PRE_INC / PRE_DEC and similarly for POST_INDEXED. | Evan Cheng | 2006-10-17 | 2 | -8/+14 |
* | Clean up interface to getGlobalLinkName. | Jim Laskey | 2006-10-17 | 1 | -2/+1 |
* | Basic support for getGlobalLinkName. | Jim Laskey | 2006-10-17 | 1 | -1/+8 |
* | Pass AliasAnalysis thru to DAGCombiner. | Jim Laskey | 2006-10-16 | 1 | -1/+2 |
* | add a ReplaceMBBInJumpTables method | Chris Lattner | 2006-10-16 | 1 | -0/+12 |
* | Start checking from the root of the matched sub-tree. | Evan Cheng | 2006-10-14 | 1 | -2/+2 |
* | When SimplifySetCC was moved to the DAGCombiner, it was never removed from | Chris Lattner | 2006-10-14 | 1 | -5/+4 |
* | Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. | Evan Cheng | 2006-10-13 | 3 | -15/+51 |
* | it is easier to implement these when they are virtual | Chris Lattner | 2006-10-13 | 1 | -4/+4 |
* | allow branch reversal to fail | Chris Lattner | 2006-10-13 | 1 | -4/+5 |
* | Corrected formatting. | Bill Wendling | 2006-10-13 | 1 | -62/+66 |
* | replace the existing branch inspection/modification APIs with something more | Chris Lattner | 2006-10-13 | 1 | -17/+44 |
* | Expose method and ivars for measuring inline asm length properly. | Chris Lattner | 2006-10-13 | 1 | -2/+13 |
* | simplify trivial function | Chris Lattner | 2006-10-12 | 1 | -5/+1 |
* | Add RemoveDeadNode to remove a dead node and its (potentially) dead operands. | Evan Cheng | 2006-10-12 | 1 | -4/+9 |
* | Naming consistency. | Evan Cheng | 2006-10-11 | 1 | -6/+6 |
* | Jimptables working again on alpha. | Andrew Lenharth | 2006-10-11 | 1 | -2/+2 |
* | add two helper methods. | Chris Lattner | 2006-10-11 | 1 | -0/+4 |
* | Comments; getChain(), getBasePtr(), etc. should return a SDOperand by value. | Evan Cheng | 2006-10-10 | 1 | -23/+51 |
* | Merging ISD::LOAD and ISD::LOADX. Added LoadSDNode to represent load nodes. | Evan Cheng | 2006-10-09 | 3 | -32/+153 |
* | Fix build error in gcc 3.4 and make more this general | Andrew Lenharth | 2006-10-09 | 1 | -1/+1 |
* | Fix usage example. | Nick Lewycky | 2006-10-09 | 1 | -1/+1 |
* | Fix PR897 | Chris Lattner | 2006-10-08 | 1 | -0/+5 |
* | Add support for targets to declare that they use a GOT | Chris Lattner | 2006-10-06 | 1 | -0/+11 |
* | add an accessor | Chris Lattner | 2006-10-06 | 1 | -0/+5 |
* | Add getStore() helper function to create ISD::STORE nodes. | Evan Cheng | 2006-10-05 | 1 | -0/+5 |
* | Add insertelement/extractelement helper ctors. | Chris Lattner | 2006-10-05 | 1 | -0/+8 |