summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Make gccld copy the llvm-stub program to be the execution wrapper forChris Lattner2004-06-02
* Fix a double negation (in grammar).Misha Brukman2004-06-02
* Move some functions out of gccld.cpp to GenerateCode.cpp. This allows usChris Lattner2004-06-02
* Refactor a bit of code into a function, no functionality changes.Chris Lattner2004-06-02
* No really cygwin, we LIKE .exe'ness.Chris Lattner2004-06-02
* Build the llvm-stub directoryChris Lattner2004-06-01
* Initial checkin of a stub executable that can be used by gccld to forward toChris Lattner2004-06-01
* Neuter the -q option. Stop printing the "program modified" message, everChris Lattner2004-05-27
* Re-introduce the -q option and make opt always return 0, even if theReid Spencer2004-05-27
* Removed the -q option and the default message written to stderr. TheReid Spencer2004-05-27
* Right, globals aren't values yet..Chris Lattner2004-05-27
* Add a simple pass.Chris Lattner2004-05-27
* Uhh, that doesn't exist.Chris Lattner2004-05-27
* Header file movedChris Lattner2004-05-27
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-25
* Turn the block extractor on by default now that it basically works, eliminati...Chris Lattner2004-05-12
* Check to see if all blocks are extractible first.Chris Lattner2004-05-12
* Don't leave dead bytecode.output files around if the optimizer/block extracto...Chris Lattner2004-05-12
* Implement the final missing bits for block extractor support. Now bugpointChris Lattner2004-05-12
* Implement basic block extraction for the miscompilation debugger. This still...Chris Lattner2004-05-11
* A class that is meant to be a base class should have a virtual destructorChris Lattner2004-05-11
* Allow the user to set the LLVMINTERP environment variable as a workaround, forBrian Gaeke2004-05-07
* Use the new commandline flag to allow us to call bugpoint like this:Chris Lattner2004-05-06
* Remove a really old commentChris Lattner2004-05-06
* Apply simplification suggested by Chris: why assign() when operator = will do?Brian Gaeke2004-05-04
* Add --tool-args flag which lets you pass arguments to llc or lli.Brian Gaeke2004-05-04
* Add "Args" optional argument to AbstractInterpreter factory methods, whichBrian Gaeke2004-05-04
* Teach bugpoint to be a little bit smarter and avoid repeating workChris Lattner2004-04-23
* Add command-line option to select whether to isolate or delete function fromMisha Brukman2004-04-22
* Add a space before result for readability on the command line.Misha Brukman2004-04-22
* Add doxygenified comments to functions.Misha Brukman2004-04-21
* Include cerrno (gcc-3.4 fix)Alkis Evlogimenos2004-04-21
* 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