summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
...
* 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
* Minor cleanups:Chris Lattner2003-09-22
* Now that the TCE pass passes all of the tests, add it to GCCASChris Lattner2003-09-20
* Fix file headerChris Lattner2003-09-20
* New header file for gccld.John Criswell2003-09-19
* Removed linking functionality from gccld.cpp and moved it to linker.cpp.John Criswell2003-09-19
* Refactored gccld into three C++ source files.John Criswell2003-09-18
* Replaced the call to strdup() with a new operator followed by a strcpy().John Criswell2003-09-17
* Added the use of the const keyword.John Criswell2003-09-17
* Removed the use of the environ variable and instead use the environment arrayJohn Criswell2003-09-17
* Use new methodChris Lattner2003-09-17
* Added the -native option.John Criswell2003-09-16
* `link' is now `llvm-link'.Misha Brukman2003-09-16
* `link' has become `llvm-link'.Misha Brukman2003-09-16
* `link' is being renamed to `llvm-link'.Misha Brukman2003-09-15
* Stop building `as' and `dis' as they have been removed.Misha Brukman2003-09-15
* `dis' is no longer an LLVM tool.Misha Brukman2003-09-15
* `as' is no longer an LLVM tool.Misha Brukman2003-09-15
* Enable the setjmp/longjmp lowering passChris Lattner2003-09-15
* Added llvm-ar to the MakefileTanya Lattner2003-09-13
* Fixed warning.Tanya Lattner2003-09-13
* Bugpoint has the ability of generating a plethora of core files, so toMisha Brukman2003-09-12
* scalarrepl now includes mem2regChris Lattner2003-09-11
* Move the -indvars pass much later to where it is more likely to do good stuffChris Lattner2003-09-11
* Check in the fix I meant to apply here, but mistakenly applied toBrian Gaeke2003-09-10