summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* As per Chris, greatly simplify handling of external functions by using theMisha Brukman2004-04-19
* * Reorder #includesMisha Brukman2004-04-19
* Finally implement rewriting global initializers which use external functionsMisha Brukman2004-04-19
* Move loop optimization passes up, add loop unrollerChris Lattner2004-04-18
* Don't use invalid HTML in a doxygen comment.Misha Brukman2004-04-15
* Add a couple more IPO'sChris Lattner2004-04-12
* finegrainify namespacificationChris Lattner2004-04-12
* Disambiguate symbols after loop extraction so that we can diagnose a codeChris Lattner2004-04-11
* Fix an obvious bug in the refactoring I did a few days agoChris Lattner2004-04-09
* Disable strict alias analysis in the backend c compiler, as the code weChris Lattner2004-04-08
* Revert previous patch, I'm a moron :)Chris Lattner2004-04-08
* Right, we break strict aliasing requirements. Make sure to disable strictChris Lattner2004-04-08
* Wrap at 80 cols.Misha Brukman2004-04-06
* Minor cleanupsChris Lattner2004-04-06
* Add a new gccld -native-cbe option which causes gccld to generate native codeChris Lattner2004-04-06
* Merge the code generator miscompilation code into the optimizer miscompilationChris Lattner2004-04-05
* Make a method publicChris Lattner2004-04-05
* Minor cleanups, remove some old debug codeChris Lattner2004-04-05
* Refactor and genericize codeChris Lattner2004-04-05
* lli no longer takes the -quiet option!Chris Lattner2004-04-05
* Make full use of the Mangler interface to simplify codeChris Lattner2004-04-05
* Minor changeChris Lattner2004-04-05
* Remove obsolete analysesChris Lattner2004-04-02
* Tweak libraries for scev changesChris Lattner2004-04-02
* Minor speedupChris Lattner2004-04-02
* minor formatting changeChris Lattner2004-04-02
* Fix two pretty serious bugs:Chris Lattner2004-04-02
* Fix a fairly nasty bug that prevented bugpoint from working quite right whenChris Lattner2004-04-02
* If the program returns a non-zero exit value, don't leave files layingChris Lattner2004-04-02
* Fix wonky headerChris Lattner2004-04-02
* When loop extraction succeeds, make sure to map the function pointers overChris Lattner2004-03-17
* Fix an inverted condition that causes us to think that loop extractionChris Lattner2004-03-17
* Fix an iterator invalidation problem in a "buggy" passChris Lattner2004-03-17
* Add a better head-of-file comment.Brian Gaeke2004-03-16
* Fix thinko, and PR292Chris Lattner2004-03-16
* After reducing a miscompiled program down to the functions which are beingChris Lattner2004-03-14
* Fix a minor bug in runPassesOnChris Lattner2004-03-14
* Add a new "AutoDebugCrashes" optionChris Lattner2004-03-14
* Refactor to use a new methodChris Lattner2004-03-14
* Add new methodChris Lattner2004-03-14
* Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner2004-03-14
* Add a method to extract a loopChris Lattner2004-03-14
* add a fixmeChris Lattner2004-03-14
* Refactor all of the "splitting a module into two pieces" code to avoidChris Lattner2004-03-14
* Turn on argument promotion in gccas. This can give us substantially betterChris Lattner2004-03-13
* Fix the "infinite looping unless you disable adce" bugChris Lattner2004-03-13
* Revise comment and error message for the Bug 38 situation. Also, make itBrian Gaeke2004-03-12
* SparcV8 removed until it grows up becomes a mature backend.Misha Brukman2004-03-11
* Annotate functions with edge counts as well, if they are available.Chris Lattner2004-03-08
* Run the new pass in gccld now that it passes all testsChris Lattner2004-03-07