summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-upgrade/llvm-upgrade.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45421
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
| | | | | | commands and into the common code. llvm-svn: 42752
* Remove the -emit-bytecode option. Noone in the llvm tree uses it, and thisChris Lattner2007-05-061-12/+2
| | | | | | keeps llvm-upgrade a simple "source to source" tool. llvm-svn: 36848
* Regenerate.Reid Spencer2007-01-261-2/+21
| | | | llvm-svn: 33532
* Adjust to new header file name.Reid Spencer2007-01-051-1/+1
| | | | llvm-svn: 32907
* For PR950:Reid Spencer2006-12-311-2/+6
| | | | | | Convert signed integer types to signless. llvm-svn: 32790
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-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 Lattner2006-12-061-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 testReid Spencer2006-12-011-1/+5
| | | | | | case. llvm-svn: 32089
* Allow llvm-upgrade to read from stdin. Configure the lexer for readingReid Spencer2006-11-301-5/+16
| | | | | | from C++ std::istream. llvm-svn: 32041
* Initial, non-functional, version of llvm-upgrade. This version just echosReid Spencer2006-11-301-0/+114
its input. Committed for safekeeping purposes. Don't use this yet. llvm-svn: 32030
OpenPOWER on IntegriCloud