Age | Commit message (Expand) | Author |
---|---|---|
2007-02-04 | Encode small integers more densely in foldingset, avoiding overflowing the Sm... | Chris Lattner |
2007-02-01 | improve comments, add an assertion | Chris Lattner |
2007-01-31 | Add some debug output. | Reid Spencer |
2007-01-31 | minor cleanups. Fix off-by-one in accounting the number of nodes when the | Chris Lattner |
2007-01-30 | reformat comment | Chris Lattner |
2006-11-03 | assert.h -> cassert | Rafael Espindola |
2006-11-02 | #include <assert.h> | Rafael Espindola |
2006-11-02 | Allow FoldingSet clients to pump up the initial hash size. | Jim Laskey |
2006-10-29 | Try again. | Jim Laskey |
2006-10-29 | Not handling zero length strings. | Jim Laskey |
2006-10-27 | SmallVector append not insert. | Jim Laskey |
2006-10-27 | Grrr. | Jim Laskey |
2006-10-27 | Temp patch for missing functionality. | Jim Laskey |
2006-10-27 | MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory. | Bill Wendling |
2006-10-27 | Apply editorials. | Jim Laskey |
2006-10-27 | Breakout folding hash set from SelectionDAGCSEMap. | Jim Laskey |