| Commit message (Expand) | Author | Age | Files | Lines |
* | add a method to remove a line # record. | Chris Lattner | 2006-10-17 | 1 | -0/+5 |
* | 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 | 2 | -14/+23 |
* | 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 | 2 | -25/+148 |
* | 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 |
* | Pass the MachineFunction into EmitJumpTableInfo. | Chris Lattner | 2006-10-05 | 1 | -1/+1 |
* | move getSectionForFunction to AsmPrinter. | Chris Lattner | 2006-10-05 | 1 | -0/+6 |
* | Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an | Evan Cheng | 2006-10-04 | 2 | -8/+53 |
* | ADd a method | Chris Lattner | 2006-10-03 | 1 | -0/+1 |
* | Provide a function that ensures MBB numbering is dense and inorder. This | Chris Lattner | 2006-10-03 | 1 | -0/+8 |
* | Fix for PR929. The PHI nodes were being gone through for each instruction | Bill Wendling | 2006-10-03 | 1 | -1/+11 |
* | Add ability to annotate (color) nodes in a viewGraph. | Jim Laskey | 2006-10-02 | 1 | -1/+20 |
* | refactor critical edge breaking out into the SplitCritEdgesForPHIConstants me... | Chris Lattner | 2006-09-28 | 1 | -0/+1 |
* | Add support for ${:comment}, which expands to the current target's comment | Chris Lattner | 2006-09-26 | 1 | -0/+8 |
* | Add support for targets that want to do something with the llvm.used list, | Chris Lattner | 2006-09-26 | 1 | -0/+1 |
* | Add support for other relocation bases to jump tables, as well as custom asm ... | Andrew Lenharth | 2006-09-24 | 1 | -0/+3 |
* | Sort out mangled names for globals | Jim Laskey | 2006-09-18 | 1 | -0/+3 |
* | Keep track of the start of MBB's in a separate map from instructions. This | Chris Lattner | 2006-09-15 | 1 | -2/+17 |
* | Add MachineConstantPoolEntry getOffset() accessor. | Evan Cheng | 2006-09-14 | 1 | -2/+6 |
* | The top bit is used to determine whether it's a MachineConstantPoolValue. | Evan Cheng | 2006-09-14 | 1 | -2/+4 |
* | revert accidentally committed file | Chris Lattner | 2006-09-14 | 1 | -23/+3 |
* | Remove dead methods, add getNumBlockIDs() method | Chris Lattner | 2006-09-14 | 2 | -10/+25 |
* | Mirrors ConstantPoolSDNode. | Evan Cheng | 2006-09-14 | 1 | -0/+2 |
* | Added support for machine specific constantpool values. These are useful for | Evan Cheng | 2006-09-12 | 5 | -10/+123 |
* | Behold, more work on relocations. Things are looking pretty good now. | Nate Begeman | 2006-09-10 | 1 | -11/+36 |
* | Implement new fpowi node | Chris Lattner | 2006-09-09 | 1 | -3/+4 |
* | First pass at supporting relocations. Relocations are written correctly to | Nate Begeman | 2006-09-08 | 1 | -54/+86 |
* | Make target asm info a property of the target machine. | Jim Laskey | 2006-09-07 | 2 | -5/+5 |
* | Separate target specific asm properties from the asm printers. | Jim Laskey | 2006-09-06 | 2 | -237/+25 |
* | IsDef can only be accessed / set if operand is a register. | Evan Cheng | 2006-09-05 | 1 | -11/+16 |
* | Initialize IsDef of all non-register MachineOperand to false. | Evan Cheng | 2006-09-05 | 1 | -0/+7 |
* | Completely eliminate def&use operands. Now a register operand is EITHER a | Chris Lattner | 2006-09-05 | 2 | -55/+17 |
* | ADd getImm/setImm methods | Chris Lattner | 2006-09-04 | 1 | -6/+15 |
* | Add some short-hand accessors | Chris Lattner | 2006-09-04 | 1 | -0/+4 |
* | Avoid beating on the mi2i map when we know the answer already. | Chris Lattner | 2006-09-03 | 1 | -4/+6 |
* | Move two methods out of line, make them work when the record for a machine | Chris Lattner | 2006-09-03 | 1 | -28/+6 |