summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* `link' has become `llvm-link'.Misha Brukman2003-09-162-145/+0
* `link' is being renamed to `llvm-link'.Misha Brukman2003-09-152-3/+3
* Stop building `as' and `dis' as they have been removed.Misha Brukman2003-09-151-1/+1
* `dis' is no longer an LLVM tool.Misha Brukman2003-09-152-135/+0
* `as' is no longer an LLVM tool.Misha Brukman2003-09-152-120/+0
* Enable the setjmp/longjmp lowering passChris Lattner2003-09-151-0/+1
* Added llvm-ar to the MakefileTanya Lattner2003-09-131-1/+1
* Fixed warning.Tanya Lattner2003-09-131-1/+1
* Bugpoint has the ability of generating a plethora of core files, so toMisha Brukman2003-09-121-0/+12
* scalarrepl now includes mem2regChris Lattner2003-09-111-1/+0
* Move the -indvars pass much later to where it is more likely to do good stuffChris Lattner2003-09-111-1/+1
* Check in the fix I meant to apply here, but mistakenly applied toBrian Gaeke2003-09-101-0/+1