| Age | Commit message (Expand) | Author |
| 2006-10-23 | More complete solution to deleting blocks and debug info. | Jim Laskey |
| 2006-10-21 | New, wonderful isSuccessor method | Chris Lattner |
| 2006-10-20 | typo | Chris Lattner |
| 2006-10-20 | add isIdenticalTo method to machineinstr/operand. | Chris Lattner |
| 2006-10-20 | add method | Chris Lattner |
| 2006-10-17 | add a method to remove a line # record. | Chris Lattner |
| 2006-10-17 | Do not leak all of the SourceLineInfo objects. Do not bother mallocing each | Chris Lattner |
| 2006-10-17 | minor cleanups | Chris Lattner |
| 2006-10-17 | Split PRE_INDEXED to PRE_INC / PRE_DEC and similarly for POST_INDEXED. | Evan Cheng |
| 2006-10-17 | Clean up interface to getGlobalLinkName. | Jim Laskey |
| 2006-10-17 | Basic support for getGlobalLinkName. | Jim Laskey |
| 2006-10-16 | Pass AliasAnalysis thru to DAGCombiner. | Jim Laskey |
| 2006-10-16 | add a ReplaceMBBInJumpTables method | Chris Lattner |
| 2006-10-14 | Start checking from the root of the matched sub-tree. | Evan Cheng |
| 2006-10-14 | When SimplifySetCC was moved to the DAGCombiner, it was never removed from | Chris Lattner |
| 2006-10-13 | Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. | Evan Cheng |
| 2006-10-12 | Add RemoveDeadNode to remove a dead node and its (potentially) dead operands. | Evan Cheng |
| 2006-10-11 | Naming consistency. | Evan Cheng |
| 2006-10-11 | Jimptables working again on alpha. | Andrew Lenharth |
| 2006-10-11 | add two helper methods. | Chris Lattner |
| 2006-10-10 | Comments; getChain(), getBasePtr(), etc. should return a SDOperand by value. | Evan Cheng |
| 2006-10-09 | Merging ISD::LOAD and ISD::LOADX. Added LoadSDNode to represent load nodes. | Evan Cheng |
| 2006-10-06 | add an accessor | Chris Lattner |
| 2006-10-05 | Add getStore() helper function to create ISD::STORE nodes. | Evan Cheng |
| 2006-10-05 | Pass the MachineFunction into EmitJumpTableInfo. | Chris Lattner |
| 2006-10-05 | move getSectionForFunction to AsmPrinter. | Chris Lattner |
| 2006-10-04 | Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an | Evan Cheng |
| 2006-10-03 | ADd a method | Chris Lattner |
| 2006-10-03 | Provide a function that ensures MBB numbering is dense and inorder. This | Chris Lattner |
| 2006-10-03 | Fix for PR929. The PHI nodes were being gone through for each instruction | Bill Wendling |
| 2006-10-02 | Add ability to annotate (color) nodes in a viewGraph. | Jim Laskey |
| 2006-09-28 | refactor critical edge breaking out into the SplitCritEdgesForPHIConstants me... | Chris Lattner |
| 2006-09-26 | Add support for ${:comment}, which expands to the current target's comment | Chris Lattner |
| 2006-09-26 | Add support for targets that want to do something with the llvm.used list, | Chris Lattner |
| 2006-09-24 | Add support for other relocation bases to jump tables, as well as custom asm ... | Andrew Lenharth |
| 2006-09-18 | Sort out mangled names for globals | Jim Laskey |
| 2006-09-15 | Keep track of the start of MBB's in a separate map from instructions. This | Chris Lattner |
| 2006-09-14 | Add MachineConstantPoolEntry getOffset() accessor. | Evan Cheng |
| 2006-09-14 | The top bit is used to determine whether it's a MachineConstantPoolValue. | Evan Cheng |
| 2006-09-14 | revert accidentally committed file | Chris Lattner |
| 2006-09-14 | Remove dead methods, add getNumBlockIDs() method | Chris Lattner |
| 2006-09-14 | Mirrors ConstantPoolSDNode. | Evan Cheng |
| 2006-09-12 | Added support for machine specific constantpool values. These are useful for | Evan Cheng |
| 2006-09-10 | Behold, more work on relocations. Things are looking pretty good now. | Nate Begeman |
| 2006-09-09 | Implement new fpowi node | Chris Lattner |
| 2006-09-08 | First pass at supporting relocations. Relocations are written correctly to | Nate Begeman |
| 2006-09-07 | Make target asm info a property of the target machine. | Jim Laskey |
| 2006-09-06 | Separate target specific asm properties from the asm printers. | Jim Laskey |
| 2006-09-05 | IsDef can only be accessed / set if operand is a register. | Evan Cheng |
| 2006-09-05 | Initialize IsDef of all non-register MachineOperand to false. | Evan Cheng |