Age | Commit message (Expand) | Author |
---|---|---|
2006-10-27 | Switch over from SelectionNodeCSEMap to FoldingSet. | Jim Laskey |
2006-09-12 | Added support for machine specific constantpool values. These are useful for | Evan Cheng |
2006-08-15 | Start using SDVTList more consistently | Chris Lattner |
2006-08-14 | Add code to resize the CSEMap hash table. This doesn't speedup codegen of | Chris Lattner |
2006-08-12 | Track # nodes in a CSEMap. | Chris Lattner |
2006-08-11 | Switch NodeID to track 32-bit chunks instead of 8-bit chunks, for a 2.5% | Chris Lattner |
2006-08-11 | Start moving leaf nodes over to the CSEMap. | Chris Lattner |
2006-08-11 | new method for adding ints | Chris Lattner |
2006-08-07 | New CSEMap datastructure impl | Chris Lattner |