summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* bug 122:Reid Spencer2004-07-18
* Correctly build shared objects on MacOS X for debugging code generatorsMisha Brukman2004-07-16
* Build skeleton targetChris Lattner2004-07-16
* IA64 compatChris Lattner2004-07-16
* Actually, use an exception to stop verification. This gives us much betterChris Lattner2004-07-13
* There is no reason to abort and print a stack trace if there is a verificationChris Lattner2004-07-13
* * Tabs to spacesMisha Brukman2004-07-12
* Correct an output typo.Reid Spencer2004-07-11
* Prune unused #includeChris Lattner2004-07-11
* Goodbye macro hell, hello nice clean and simple code. This also gives llcChris Lattner2004-07-11
* Add -load optionChris Lattner2004-07-11
* Add a -load optionChris Lattner2004-07-11
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-04
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Build llvm-bcanalyzerBrian Gaeke2004-07-02
* Name Change: llvm-abcd -> llvm-bcanalyzerReid Spencer2004-07-02
* Implement verification feature.Reid Spencer2004-06-29
* The analyzer code now lives in the bcreader library. The bcanalyzer libReid Spencer2004-06-29
* Write .bc files to binary ostreams. This shouldn't change anything on unix,Chris Lattner2004-06-25
* Make sure to link all IPA's into opt, so that it has access to stuff likeChris Lattner2004-06-25
* TransformUtils library is no longer needed since Linker.cpp is in VMCoreMisha Brukman2004-06-23
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-23
* Clean up documentation and naming of variables.Reid Spencer2004-06-10
* Made detailed output the default and changed -details option to -nodetails.Reid Spencer2004-06-10
* Clean up the documentation.Reid Spencer2004-06-08
* Eliminate more traces of the -c optionChris Lattner2004-06-07
* Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer2004-06-07
* 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