summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* while we're at it, make the libraries be on separate linesChris Lattner2004-08-05
* Lines need to end with \ to make sure they're actually continuedMisha Brukman2004-08-05
* * Add PowerPC library to LLCMisha Brukman2004-08-05
* sparcv9select is history.Brian Gaeke2004-08-05
* * Convert C++ comments to CMisha Brukman2004-08-04
* Shared libraries are usually prepended with `lib'Misha Brukman2004-08-04
* sparcv9select is historyBrian Gaeke2004-08-04
* libsparcv9select is historyBrian Gaeke2004-08-04
* This pass has proven its metal, remove -disable option.Chris Lattner2004-08-02
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Run DSE at link-time, and turn on an IP alias analysis by default in gccld!Chris Lattner2004-07-27
* Finally give bugpoint -timeout support!Chris Lattner2004-07-24
* Pass timeouts into the low level "execute program with timeout" functionChris Lattner2004-07-24
* Provide timeout values to all abstract interpretersChris Lattner2004-07-24
* * Convert "\n" -> '\n'Misha Brukman2004-07-23
* Remove redundant SCCP passChris Lattner2004-07-22
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-21
* Err, fix last checkinChris Lattner2004-07-19
* Fix bugpoint miscompilation support on OS/XChris Lattner2004-07-19
* Remove this printerChris Lattner2004-07-18
* bug 122:Reid Spencer2004-07-18
* 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