aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Change run-lli -> run-intChris Lattner2003-10-181-1/+1
* Default to using the CBE instead of the Interpreter if no -run-* option is sp...Chris Lattner2003-10-181-1/+2
* If we detect a pass crash during miscompilation testing, immediately enter theChris Lattner2003-10-181-4/+4
* Fix bug in my checkinChris Lattner2003-10-181-1/+0
* Another formatting fixChris Lattner2003-10-181-4/+4
* More cleanupsChris Lattner2003-10-171-3/+7
* Be more helpful if a pass fails while chasing down a miscompilationChris Lattner2003-10-172-2/+9
* Make llvm-nm work in "pipe mode"Chris Lattner2003-10-161-3/+7
* Geeze, what is with Brian and these ifdef's?Chris Lattner2003-10-161-2/+0
* Welcome llvm-nm to the familyChris Lattner2003-10-161-1/+1
* Unfortunately, it looks like level raise is still needed :(Chris Lattner2003-10-161-2/+1
* Okay, this is a little hack that "scratches an itch" of mine.Brian Gaeke2003-10-162-0/+132
* Give this file a proper headerChris Lattner2003-10-151-2/+1
* The levelraise pass is a broken old piece of crufty code that should beChris Lattner2003-10-151-1/+2
* Flush output after writing out the list of function names.Brian Gaeke2003-10-151-0/+1
* add support forloading additional .so files on the command lineChris Lattner2003-10-141-1/+6
* Change the execute methods to take the shared object filename by const refere...Chris Lattner2003-10-143-27/+37
* Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner2003-10-142-25/+43
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-141-11/+15
* Substantial cleanups:Chris Lattner2003-10-142-67/+73
* The return value of compileSharedObject was never used. Return the sharedChris Lattner2003-10-143-9/+10
* Actually return an error if something bad happens, don't just exit.Chris Lattner2003-10-141-5/+4
* minor cleanupsChris Lattner2003-10-141-2/+2
* Fix minor formatting bugChris Lattner2003-10-141-2/+2
* Eliminate the bugpoint -mode option, by making bugpoint automatically infer t...Chris Lattner2003-10-142-36/+22
* Unbreak code generator debug modeChris Lattner2003-10-131-3/+5
* LLI no longer has -abort-on-exceptionChris Lattner2003-10-131-1/+0
* Don't include <stdlib.h>.Brian Gaeke2003-10-101-1/+0
* Don't include "Config/stdlib.h".Brian Gaeke2003-10-101-1/+0
* Rewrite head-of-file comment.Brian Gaeke2003-10-101-7/+4
* Add a new -disable-inlining optionChris Lattner2003-10-101-1/+6
* Fix spelling.Misha Brukman2003-10-104-8/+9
* Fix grammar.Misha Brukman2003-10-106-7/+7
* Renamed dis.cpp => llvm-dis.cppMisha Brukman2003-10-101-129/+0
* Renamed as.cpp => llvm-as.cpp; this should've happened a long time ago.Misha Brukman2003-10-101-115/+0
* Make more error messages have gccld's name in them.Brian Gaeke2003-10-081-4/+6
* This header file moved. Thanks to Bill and Nightly tester for noticingChris Lattner2003-10-071-1/+1
* ToolRunner.h has been moved from include/Support to include/llvm/Support.Misha Brukman2003-10-061-1/+1
* Add a file headerChris Lattner2003-09-301-0/+6
* Doxygen-ified comments.Misha Brukman2003-09-301-187/+147
* * Ordered includes according to LLVM styleMisha Brukman2003-09-301-70/+18
* Made code more terse:Misha Brukman2003-09-301-15/+4
* Doxygen-ified function comments.Misha Brukman2003-09-301-61/+43
* Removed extra space in comments.Misha Brukman2003-09-301-12/+12
* Remove initials from source fileChris Lattner2003-09-301-2/+1
* Make code more terse:Misha Brukman2003-09-301-69/+38
* 1. Use better error messages in LinkFiles().Brian Gaeke2003-09-302-3/+4
* Update file headers for renamed files.Chris Lattner2003-09-302-13/+5
* Use the newly abstracted interface for running our tools and gcc.Misha Brukman2003-09-291-437/+18
* Implementation of the abstraction of running our tools + gcc, taken out ofMisha Brukman2003-09-291-0/+374