aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Abstracted away the process of running our tools + gcc from bugpoint.Misha Brukman2003-09-291-0/+115
* * Added an interface for how LLEE would communicate with the OSMisha Brukman2003-09-297-74/+263
* Tersified code:Misha Brukman2003-09-291-39/+33
* * Ordered includes according to LLVM programmers' guideMisha Brukman2003-09-291-127/+50
* Squelch warnings.Misha Brukman2003-09-272-3/+3
* To be consistent with the rest of LLVM codebase (and the rest of this file):Misha Brukman2003-09-251-27/+27
* Squelch warning and delete extra space.Misha Brukman2003-09-231-4/+1
* Minor cleanups:Chris Lattner2003-09-221-38/+15
* Now that the TCE pass passes all of the tests, add it to GCCASChris Lattner2003-09-201-1/+1
* Fix file headerChris Lattner2003-09-201-2/+1
* New header file for gccld.John Criswell2003-09-191-0/+64
* Removed linking functionality from gccld.cpp and moved it to linker.cpp.John Criswell2003-09-195-567/+815
* Refactored gccld into three C++ source files.John Criswell2003-09-184-313/+606
* Replaced the call to strdup() with a new operator followed by a strcpy().John Criswell2003-09-171-1/+2
* Added the use of the const keyword.John Criswell2003-09-171-14/+29
* Removed the use of the environ variable and instead use the environment arrayJohn Criswell2003-09-171-21/+120
* Use new methodChris Lattner2003-09-171-7/+2
* Added the -native option.John Criswell2003-09-161-7/+125
* `link' is now `llvm-link'.Misha Brukman2003-09-161-1/+1