summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
...
* 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
* Build the appropriate target machine for the input pointer size and endiannessChris Lattner2003-04-22
* Add support for allowing the user to extend the GCCLD searchpathChris Lattner2003-04-21
* Eliminate useless duplicate librariesChris Lattner2003-04-19
* Add first support for linking in .a files correctly and minimally, like a rea...Chris Lattner2003-04-19
* Add crufty compatibility stuff for ldChris Lattner2003-04-18
* Eliminate some compatibility stuff no longer needed :PChris Lattner2003-04-18
* Use anonymous namespace instead of "static"Chris Lattner2003-04-18
* Don't support codegen passes in optChris Lattner2003-04-16
* Remove codegen libraries to speed up linking optChris Lattner2003-04-16
* Allow the user to disable the internalize passChris Lattner2003-04-16
* Give verbose error messages if bytecode file cannot be parsedChris Lattner2003-04-16
* Improve compatibility with system AS further by allowing input from stdinChris Lattner2003-04-16
* * Get rid of using declarationChris Lattner2003-04-16
* Namespacify command line optionsChris Lattner2003-04-16
* Minor tweakChris Lattner2003-03-31
* Make sure that intermediate code is verifier clean to avoid wierd problems.Chris Lattner2003-03-07