Age | Commit message (Expand) | Author |
---|---|---|
2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
2009-08-12 | Remove a bunch more now-unnecessary Context arguments. | Dan Gohman |
2009-07-25 | Convert a few more uses of llvm/Support/Streams.h to raw_ostream. | Dan Gohman |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-11 | silence a vc++ warning. | Chris Lattner |
2009-07-10 | Push LLVMContext through the PatternMatch API. | Owen Anderson |
2009-05-19 | Teach SCEVExpander to expand arithmetic involving pointers into GEP | Dan Gohman |
2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands |
2009-02-27 | Fix compiler warning about uninitialized variables. No functional change. | Nick Lewycky |
2009-02-20 | Factor address mode matcher out of codegen prepare to make it available to ot... | Evan Cheng |