Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove attributions from tools. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45421 | ||||
* | Move the space in overview output for commands out of each of the | Dan Gohman | 2007-10-08 | 1 | -1/+1 |
| | | | | | | commands and into the common code. llvm-svn: 42752 | ||||
* | Remove the -emit-bytecode option. Noone in the llvm tree uses it, and this | Chris Lattner | 2007-05-06 | 1 | -12/+2 |
| | | | | | | keeps llvm-upgrade a simple "source to source" tool. llvm-svn: 36848 | ||||
* | Regenerate. | Reid Spencer | 2007-01-26 | 1 | -2/+21 |
| | | | | llvm-svn: 33532 | ||||
* | Adjust to new header file name. | Reid Spencer | 2007-01-05 | 1 | -1/+1 |
| | | | | llvm-svn: 32907 | ||||
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -2/+6 |
| | | | | | | Convert signed integer types to signless. llvm-svn: 32790 | ||||
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -10/+10 |
| | | | | | | now cerr, cout, and NullStream resp. llvm-svn: 32298 | ||||
* | make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. | Chris Lattner | 2006-12-06 | 1 | -0/+2 |
| | | | | | | With this change, I can now move -stats to print when llvm_shutdown is called. llvm-svn: 32250 | ||||
* | First version of llvm-upgrade that can correctly upgrade a large test | Reid Spencer | 2006-12-01 | 1 | -1/+5 |
| | | | | | | case. llvm-svn: 32089 | ||||
* | Allow llvm-upgrade to read from stdin. Configure the lexer for reading | Reid Spencer | 2006-11-30 | 1 | -5/+16 |
| | | | | | | from C++ std::istream. llvm-svn: 32041 | ||||
* | Initial, non-functional, version of llvm-upgrade. This version just echos | Reid Spencer | 2006-11-30 | 1 | -0/+114 |
its input. Committed for safekeeping purposes. Don't use this yet. llvm-svn: 32030 |