aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Uhh, that doesn't exist.Chris Lattner2004-05-271-1/+0
* Header file movedChris Lattner2004-05-2718-17/+18
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-251-3/+3
* Turn the block extractor on by default now that it basically works, eliminati...Chris Lattner2004-05-121-7/+0
* Check to see if all blocks are extractible first.Chris Lattner2004-05-121-8/+19
* Don't leave dead bytecode.output files around if the optimizer/block extracto...Chris Lattner2004-05-121-6/+5
* Implement the final missing bits for block extractor support. Now bugpointChris Lattner2004-05-121-2/+35
* Implement basic block extraction for the miscompilation debugger. This still...Chris Lattner2004-05-113-0/+188
* A class that is meant to be a base class should have a virtual destructorChris Lattner2004-05-111-0/+2
* Allow the user to set the LLVMINTERP environment variable as a workaround, forBrian Gaeke2004-05-071-2/+5
* Use the new commandline flag to allow us to call bugpoint like this:Chris Lattner2004-05-061-2/+2
* Remove a really old commentChris Lattner2004-05-061-9/+0
* Apply simplification suggested by Chris: why assign() when operator = will do?Brian Gaeke2004-05-042-4/+4
* Add --tool-args flag which lets you pass arguments to llc or lli.Brian Gaeke2004-05-041-9/+22
* Add "Args" optional argument to AbstractInterpreter factory methods, whichBrian Gaeke2004-05-042-39/+91
* Teach bugpoint to be a little bit smarter and avoid repeating workChris Lattner2004-04-231-1/+5
* Add command-line option to select whether to isolate or delete function fromMisha Brukman2004-04-222-2/+10
* Add a space before result for readability on the command line.Misha Brukman2004-04-221-7/+7
* Add doxygenified comments to functions.Misha Brukman2004-04-211-0/+18
* Include cerrno (gcc-3.4 fix)Alkis Evlogimenos2004-04-211-0/+1
* As per Chris, greatly simplify handling of external functions by using theMisha Brukman2004-04-191-75/+22
* * Reorder #includesMisha Brukman2004-04-191-2/+3
* Finally implement rewriting global initializers which use external functionsMisha Brukman2004-04-191-10/+83
* Move loop optimization passes up, add loop unrollerChris Lattner2004-04-181-1/+5
* Don't use invalid HTML in a doxygen comment.Misha Brukman2004-04-151-1/+1
* Add a couple more IPO'sChris Lattner2004-04-121-0/+3
* finegrainify namespacificationChris Lattner2004-04-122-34/+32
* Disambiguate symbols after loop extraction so that we can diagnose a codeChris Lattner2004-04-111-16/+18
* Fix an obvious bug in the refactoring I did a few days agoChris Lattner2004-04-091-1/+1
* Disable strict alias analysis in the backend c compiler, as the code weChris Lattner2004-04-081-0/+1
* Revert previous patch, I'm a moron :)Chris Lattner2004-04-081-6/+5
* Right, we break strict aliasing requirements. Make sure to disable strictChris Lattner2004-04-081-5/+6
* Wrap at 80 cols.Misha Brukman2004-04-061-7/+6
* Minor cleanupsChris Lattner2004-04-061-32/+18
* Add a new gccld -native-cbe option which causes gccld to generate native codeChris Lattner2004-04-063-1/+48
* Merge the code generator miscompilation code into the optimizer miscompilationChris Lattner2004-04-053-312/+265
* Make a method publicChris Lattner2004-04-051-1/+2
* Minor cleanups, remove some old debug codeChris Lattner2004-04-051-43/+13
* Refactor and genericize codeChris Lattner2004-04-051-55/+71
* lli no longer takes the -quiet option!Chris Lattner2004-04-051-2/+0
* Make full use of the Mangler interface to simplify codeChris Lattner2004-04-051-63/+9
* Minor changeChris Lattner2004-04-051-1/+1
* Remove obsolete analysesChris Lattner2004-04-022-142/+2
* Tweak libraries for scev changesChris Lattner2004-04-021-2/+2
* Minor speedupChris Lattner2004-04-021-10/+5
* minor formatting changeChris Lattner2004-04-021-3/+2
* Fix two pretty serious bugs:Chris Lattner2004-04-021-9/+14
* Fix a fairly nasty bug that prevented bugpoint from working quite right whenChris Lattner2004-04-021-1/+3
* If the program returns a non-zero exit value, don't leave files layingChris Lattner2004-04-021-1/+4
* Fix wonky headerChris Lattner2004-04-021-2/+14