aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Back out dependencies on lib/System/Path.hReid Spencer2004-08-162-26/+32
* Fix definitions to match tool's actual capabilities.Reid Spencer2004-08-161-0/+3
* Documentation like this doesn't belong here, and now we have the commandguideChris Lattner2004-08-151-15/+0
* More Functionality:Reid Spencer2004-08-158-218/+619
* Initial configuration files (to be installed) for ll (LLVM Assembly) andReid Spencer2004-08-152-0/+34
* Converted to use flex for tokenizing input so we can use an easier toReid Spencer2004-08-149-723/+752
* Fix header commentary.Reid Spencer2004-08-131-3/+2
* Additional functionality. This version handles option parsing and parameterReid Spencer2004-08-133-44/+477
* First version of a utility internal to llvmc that handles the parsing andReid Spencer2004-08-134-0/+998
* 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