summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* If the block extractor fails, actually emit the bc file that failed to extractChris Lattner2004-08-121-1/+5
* Move CompilerDriver.h here.Reid Spencer2004-08-102-1/+76
* Initial makefile for the LLVM Compiler Driver.Reid Spencer2004-08-101-0/+13
* First "do nothing" version of the LLVM Compiler Driver. This version justReid Spencer2004-08-101-0/+167
* while we're at it, make the libraries be on separate linesChris Lattner2004-08-051-4/+21
* Lines need to end with \ to make sure they're actually continuedMisha Brukman2004-08-051-2/+2
* * Add PowerPC library to LLCMisha Brukman2004-08-051-18/+3
* sparcv9select is history.Brian Gaeke2004-08-051-1/+1
* * Convert C++ comments to CMisha Brukman2004-08-044-37/+51
* Shared libraries are usually prepended with `lib'Misha Brukman2004-08-041-1/+1
* sparcv9select is historyBrian Gaeke2004-08-041-1/+1
* libsparcv9select is historyBrian Gaeke2004-08-041-1/+0
* This pass has proven its metal, remove -disable option.Chris Lattner2004-08-021-5/+1
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-292-2/+2
* Run DSE at link-time, and turn on an IP alias analysis by default in gccld!Chris Lattner2004-07-271-1/+7
* Finally give bugpoint -timeout support!Chris Lattner2004-07-242-2/+20
* Pass timeouts into the low level "execute program with timeout" functionChris Lattner2004-07-241-12/+18
* Provide timeout values to all abstract interpretersChris Lattner2004-07-241-4/+7
* * Convert "\n" -> '\n'Misha Brukman2004-07-235-20/+21
* Remove redundant SCCP passChris Lattner2004-07-221-1/+5
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-213-3/+0
* Err, fix last checkinChris Lattner2004-07-191-1/+1
* Fix bugpoint miscompilation support on OS/XChris Lattner2004-07-191-1/+3
* Remove this printerChris Lattner2004-07-182-38/+0
* bug 122:Reid Spencer2004-07-181-2/+1
* bug 122:Reid Spencer2004-07-182-2/+2
* Correctly build shared objects on MacOS X for debugging code generatorsMisha Brukman2004-07-161-1/+5
* Build skeleton targetChris Lattner2004-07-161-2/+3
* IA64 compatChris Lattner2004-07-162-2/+3
* Actually, use an exception to stop verification. This gives us much betterChris Lattner2004-07-131-1/+5
* There is no reason to abort and print a stack trace if there is a verificationChris Lattner2004-07-131-1/+1
* * Tabs to spacesMisha Brukman2004-07-121-7/+5
* Correct an output typo.Reid Spencer2004-07-111-1/+1
* Prune unused #includeChris Lattner2004-07-111-1/+0
* Goodbye macro hell, hello nice clean and simple code. This also gives llcChris Lattner2004-07-111-58/+17
* Add -load optionChris Lattner2004-07-114-0/+4
* Add a -load optionChris Lattner2004-07-111-0/+1
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-0411-1/+13
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-042-0/+2
* Build llvm-bcanalyzerBrian Gaeke2004-07-021-1/+1
* Name Change: llvm-abcd -> llvm-bcanalyzerReid Spencer2004-07-022-7/+7
* Implement verification feature.Reid Spencer2004-06-291-4/+20
* The analyzer code now lives in the bcreader library. The bcanalyzer libReid Spencer2004-06-291-1/+1
* 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