summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Make llvm-nm work in "pipe mode"Chris Lattner2003-10-16
* Geeze, what is with Brian and these ifdef's?Chris Lattner2003-10-16
* Welcome llvm-nm to the familyChris Lattner2003-10-16
* Unfortunately, it looks like level raise is still needed :(Chris Lattner2003-10-16
* Okay, this is a little hack that "scratches an itch" of mine.Brian Gaeke2003-10-16
* Give this file a proper headerChris Lattner2003-10-15
* The levelraise pass is a broken old piece of crufty code that should beChris Lattner2003-10-15
* Flush output after writing out the list of function names.Brian Gaeke2003-10-15
* add support forloading additional .so files on the command lineChris Lattner2003-10-14
* Change the execute methods to take the shared object filename by const refere...Chris Lattner2003-10-14
* Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner2003-10-14
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* Substantial cleanups:Chris Lattner2003-10-14
* The return value of compileSharedObject was never used. Return the sharedChris Lattner2003-10-14
* Actually return an error if something bad happens, don't just exit.Chris Lattner2003-10-14
* minor cleanupsChris Lattner2003-10-14
* Fix minor formatting bugChris Lattner2003-10-14
* Eliminate the bugpoint -mode option, by making bugpoint automatically infer t...Chris Lattner2003-10-14
* Unbreak code generator debug modeChris Lattner2003-10-13
* LLI no longer has -abort-on-exceptionChris Lattner2003-10-13
* Don't include <stdlib.h>.Brian Gaeke2003-10-10
* Don't include "Config/stdlib.h".Brian Gaeke2003-10-10
* Rewrite head-of-file comment.Brian Gaeke2003-10-10
* Add a new -disable-inlining optionChris Lattner2003-10-10
* Fix spelling.Misha Brukman2003-10-10
* Fix grammar.Misha Brukman2003-10-10
* Renamed dis.cpp => llvm-dis.cppMisha Brukman2003-10-10
* Renamed as.cpp => llvm-as.cpp; this should've happened a long time ago.Misha Brukman2003-10-10
* Make more error messages have gccld's name in them.Brian Gaeke2003-10-08
* This header file moved. Thanks to Bill and Nightly tester for noticingChris Lattner2003-10-07
* ToolRunner.h has been moved from include/Support to include/llvm/Support.Misha Brukman2003-10-06
* Add a file headerChris Lattner2003-09-30
* Doxygen-ified comments.Misha Brukman2003-09-30
* * Ordered includes according to LLVM styleMisha Brukman2003-09-30
* Made code more terse:Misha Brukman2003-09-30
* Doxygen-ified function comments.Misha Brukman2003-09-30
* Removed extra space in comments.Misha Brukman2003-09-30
* Remove initials from source fileChris Lattner2003-09-30
* Make code more terse:Misha Brukman2003-09-30
* 1. Use better error messages in LinkFiles().Brian Gaeke2003-09-30
* Update file headers for renamed files.Chris Lattner2003-09-30
* Use the newly abstracted interface for running our tools and gcc.Misha Brukman2003-09-29
* Implementation of the abstraction of running our tools + gcc, taken out ofMisha Brukman2003-09-29
* Abstracted away the process of running our tools + gcc from bugpoint.Misha Brukman2003-09-29
* * Added an interface for how LLEE would communicate with the OSMisha Brukman2003-09-29
* Tersified code:Misha Brukman2003-09-29
* * Ordered includes according to LLVM programmers' guideMisha Brukman2003-09-29
* Squelch warnings.Misha Brukman2003-09-27
* To be consistent with the rest of LLVM codebase (and the rest of this file):Misha Brukman2003-09-25
* Squelch warning and delete extra space.Misha Brukman2003-09-23