summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
...
* Back out dependencies on lib/System/Path.hReid Spencer2004-08-16
* Fix definitions to match tool's actual capabilities.Reid Spencer2004-08-16
* Documentation like this doesn't belong here, and now we have the commandguideChris Lattner2004-08-15
* More Functionality:Reid Spencer2004-08-15
* Initial configuration files (to be installed) for ll (LLVM Assembly) andReid Spencer2004-08-15
* Converted to use flex for tokenizing input so we can use an easier toReid Spencer2004-08-14
* Fix header commentary.Reid Spencer2004-08-13
* Additional functionality. This version handles option parsing and parameterReid Spencer2004-08-13
* First version of a utility internal to llvmc that handles the parsing andReid Spencer2004-08-13
* If the block extractor fails, actually emit the bc file that failed to extractChris Lattner2004-08-12
* Move CompilerDriver.h here.Reid Spencer2004-08-10
* Initial makefile for the LLVM Compiler Driver.Reid Spencer2004-08-10
* First "do nothing" version of the LLVM Compiler Driver. This version justReid Spencer2004-08-10
* 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