summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Whoops, didn't mean to check that in :(Chris Lattner2003-06-17
* Use more structured command line option processingChris Lattner2003-06-17
* Actually, change it to use explicit new/delete, which is more likely to beChris Lattner2003-06-16
* Remove usage of allocaChris Lattner2003-06-16
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-16
* Fix major bug in my last checkin. :(Chris Lattner2003-06-13
* Remove obsolete comments about llvm-arChris Lattner2003-06-12
* Remove duplicate passChris Lattner2003-06-05
* Remove stupid thinko that was preventing bugpoint from workingChris Lattner2003-06-02
* Give better information about how the passes crashChris Lattner2003-06-02
* Add support for: -o -Chris Lattner2003-05-31
* Add SRoA pass to gccasChris Lattner2003-05-30
* Move indvars pass after mem2reg pass where it is more likely to be usefulChris Lattner2003-05-30
* Fix formatting in fileChris Lattner2003-05-29
* Link in Sparc libs for the JIT, even on X86 to be able to support debuggingMisha Brukman2003-05-27
* Remove ugly hack (that I put in originally) for building in trace stuffChris Lattner2003-05-27
* Add compatibility optionChris Lattner2003-05-27
* Remove ".bc" from the end of InputFile if it is there, inBrian Gaeke2003-05-23
* gccld.cpp:Brian Gaeke2003-05-23
* Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in itsBrian Gaeke2003-05-23
* Kill using declarationsChris Lattner2003-05-22
* Allow disabling final cleanupsChris Lattner2003-05-21
* Increase odds that this won't bork thingsChris Lattner2003-05-21
* Get rid of really old makefile cruftChris Lattner2003-05-14
* Search LLVM_LIB_SEARCH_PATH for objects to allow it to find crtend.oChris Lattner2003-05-13
* Add a disable-verify optionChris Lattner2003-05-12
* Move static stuff to an anonymous namespaceChris Lattner2003-05-12
* Print filename correctlyChris Lattner2003-05-12
* The JIT is the default mode for LLI nowChris Lattner2003-05-12
* Make a comment more accurateChris Lattner2003-05-03
* Add support for debugging miscompilations with the use of the JIT or CBE!Chris Lattner2003-05-03
* Bugpoint is always verbose, eliminate optionChris Lattner2003-05-03
* The Grammar Police is out on patrol.Misha Brukman2003-05-03
* Add an instcombine pass before levelraiseChris Lattner2003-05-02
* Add a new option to disable stripping of bytecode filesChris Lattner2003-04-28
* Remove two fields from TargetData which are target specific.Chris Lattner2003-04-26
* Add options to disable simplification with passes, in case one of them crashesChris Lattner2003-04-25
* Make sure to copy double alignment as wellChris Lattner2003-04-25
* Kill using declarationsChris Lattner2003-04-25
* Make sure to add a targetdata instance to the passmanager, and make it match theChris Lattner2003-04-25
* Rename Kept -> SuffixChris Lattner2003-04-25
* Rename Kept -> SuffixChris Lattner2003-04-25
* Big programs have tons of global variable initializers, and most passes don't...Chris Lattner2003-04-25
* When cleaning up the final bytecode file, make sure to run DTE as wellChris Lattner2003-04-25
* Speed up convergence significantly and also reduce the size of testcases by m...Chris Lattner2003-04-24
* The big fix is this change:Chris Lattner2003-04-24
* Remove dead functionsChris Lattner2003-04-24
* Make sure that deleted functions have external linkageChris Lattner2003-04-24
* Use the list reducer to improve convergence speed and to support crashes thatChris Lattner2003-04-24
* Adjust to match new ListReducer interfaceChris Lattner2003-04-24