Age | Commit message (Expand) | Author |
---|---|---|
2005-10-24 | Remove some beta code that no longer has an owner. | Chris Lattner |
2005-04-23 | Eliminate tabs and trailing spaces | Jeff Cohen |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2004-11-05 | Remove dead vars | Chris Lattner |
2004-07-29 | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman |
2004-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-13 | Regularize header file comments | Chris Lattner |
2003-09-24 | Do not use BasicBlock::*_iterator, just use *_iterator itself. | Chris Lattner |
2003-04-23 | Remove unnecesary &*'s | Chris Lattner |
2003-02-14 | Changes to runtime framework | Anand Shukla |
2003-01-14 | Clean up #includes | Chris Lattner |
2002-09-18 | split retracing into a separate file | Anand Shukla |