aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up header, remove extra #includeChris Lattner2003-09-102-6/+2
* Make createVerifierPass return a FunctionPass *.Brian Gaeke2003-09-102-0/+2
* Reorder #includes to follow LLVM conventionsChris Lattner2003-09-051-5/+5
* Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine)Brian Gaeke2003-09-052-4/+3
* -abort-on-exception is gone. Rebuild your gccld shell scripts, folks! :-)Brian Gaeke2003-09-051-1/+1
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-051-2/+79
* Move EE dtor where it belongsBrian Gaeke2003-09-041-8/+0
* Interpreter cleanups:Brian Gaeke2003-09-041-4/+2
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-031-9/+3
* Added code that makes the bytecode file readable (needed by the generated shellJohn Criswell2003-09-021-5/+4
* Modified the code so that it uses the MakeFileExecutable() method. The newJohn Criswell2003-09-021-16/+3
* #include is unnecessaryChris Lattner2003-09-011-1/+0
* Preselection is now integrated into the Sparc target libraryChris Lattner2003-09-012-2/+1
* Sparc peephole optimizer moved out of post-opts library into Sparc target lib...Chris Lattner2003-09-012-2/+1
* Remove the -stopAfterNPasses option, which has been long obsoleted by bugpointChris Lattner2003-08-311-19/+4
* * move the dead-type-eliminate passes to the end, where they are more usefulChris Lattner2003-08-311-4/+9
* Rename TarjanSCCIterator -> scc_iteratorChris Lattner2003-08-312-18/+20
* Don't explicitly use the SCC classChris Lattner2003-08-312-4/+4
* The SCC::HasLoop method is now in the main iteratorChris Lattner2003-08-312-14/+14
* The tarjan iterator now returns a reference to the current SCC, not a possibl...Chris Lattner2003-08-312-4/+4
* Indent classes correctly in the namespaceChris Lattner2003-08-312-92/+112
* * CleanupsChris Lattner2003-08-312-76/+60
* "Help keep our secrets secret."John Criswell2003-08-291-2/+16
* Renaming `dis' -> `llvm-dis'.Misha Brukman2003-08-282-7/+8