Age | Commit message (Expand) | Author |
---|---|---|
2007-01-21 | For PR970: | Reid Spencer |
2007-01-15 | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner |
2007-01-11 | For PR1043: | Zhou Sheng |
2006-12-13 | Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcode | Reid Spencer |
2006-12-12 | Replace inferred getCast(V,Ty) calls with more strict variants. | Reid Spencer |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-12-04 | Fix 80 cols violation | Reid Spencer |
2006-11-29 | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling |
2006-11-27 | For PR950: | Reid Spencer |
2006-10-20 | For PR950: | Reid Spencer |
2006-02-04 | Pull the InsertCastOfTo out of the header, implement CSE'ing of arguments. | Chris Lattner |
2005-10-30 | Fix a problem that Nate noticed with LSR: | Chris Lattner |
2005-07-30 | Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that | Nate Begeman |