summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Allow reducer interfaces to mutate the lists passed inChris Lattner2003-04-24
* Move function from Miscompilation.cppChris Lattner2003-04-24
* Move the ListReducer Class into it's own header file instead of living in Mis...Chris Lattner2003-04-24
* Allow bugpoint to try new an different methods for pruning down listsChris Lattner2003-04-24
* Make sure to create a target data that matches the Module's target properties.Chris Lattner2003-04-24
* Remove support for "target data" pass ctorsChris Lattner2003-04-24
* LevelRaise now gets target data from passmanagerChris Lattner2003-04-24
* Implement support for bugpoint to identify which FUNCTION an optimizationChris Lattner2003-04-24
* Print where reference output goesChris Lattner2003-04-23
* The new CFrontend generates LOTs of basic blocks that just fall through and doChris Lattner2003-04-23
* Allow specifying an input file for the program being executedChris Lattner2003-04-23
* We now need to link libscalar to get the switch lowering passChris Lattner2003-04-23
* Remove unnecessary &*Chris Lattner2003-04-23