aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Write .bc files to binary ostreams. This shouldn't change anything on unix,Chris Lattner2004-06-251-2/+4
* Make sure to link all IPA's into opt, so that it has access to stuff likeChris Lattner2004-06-251-1/+1
* TransformUtils library is no longer needed since Linker.cpp is in VMCoreMisha Brukman2004-06-231-1/+1
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-236-6/+6
* Clean up documentation and naming of variables.Reid Spencer2004-06-101-12/+15
* Made detailed output the default and changed -details option to -nodetails.Reid Spencer2004-06-101-2/+2
* Clean up the documentation.Reid Spencer2004-06-081-60/+24
* Eliminate more traces of the -c optionChris Lattner2004-06-071-14/+3
* Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer2004-06-073-1/+130
* Make gccld copy the llvm-stub program to be the execution wrapper forChris Lattner2004-06-021-1/+16
* Fix a double negation (in grammar).Misha Brukman2004-06-021-1/+1
* Move some functions out of gccld.cpp to GenerateCode.cpp. This allows usChris Lattner2004-06-024-110/+86
* Refactor a bit of code into a function, no functionality changes.Chris Lattner2004-06-021-29/+36
* No really cygwin, we LIKE .exe'ness.Chris Lattner2004-06-021-0/+8
* Build the llvm-stub directoryChris Lattner2004-06-011-1/+1
* Initial checkin of a stub executable that can be used by gccld to forward toChris Lattner2004-06-012-0/+64
* Neuter the -q option. Stop printing the "program modified" message, everChris Lattner2004-05-271-3/+2
* Re-introduce the -q option and make opt always return 0, even if theReid Spencer2004-05-271-3/+7
* Removed the -q option and the default message written to stderr. TheReid Spencer2004-05-271-6/+3
* Right, globals aren't values yet..Chris Lattner2004-05-272-2/+2
* Add a simple pass.Chris Lattner2004-05-272-0/+90
* 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