aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove standard C header wrappersChris Lattner2004-01-101-1/+1
* Remove wrappers around std c filesChris Lattner2004-01-102-3/+3
* Ugh, fix some copy and pasted code that somehow never got compiled or somethingChris Lattner2004-01-061-1/+1
* * Implement set/show argsChris Lattner2004-01-062-11/+64
* implement the "null command" which repeats the last commandChris Lattner2004-01-061-5/+25
* /me slaps headChris Lattner2004-01-051-0/+1
* Add new directoryChris Lattner2004-01-051-2/+3
* Initial checkin of the LLVM Source-Level Debugger. This is incomplete, butChris Lattner2004-01-056-0/+1546
* Remove some pointless #includesChris Lattner2003-12-301-6/+1
* Use getFileSize() instead of sys/stat.h directlyChris Lattner2003-12-301-9/+2
* Use new getFileSize function. Eliminate some using directives. Reorder #inc...Chris Lattner2003-12-301-27/+20
* Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt justChris Lattner2003-12-301-0/+7
* Pass extra arguments around n stuphChris Lattner2003-12-282-4/+4
* Factor out code to ExecutionEngineChris Lattner2003-12-261-50/+10
* Simplify codeChris Lattner2003-12-261-42/+24
* * eliminate the -f argument to lli, as it was silly and never useful anywayChris Lattner2003-12-261-36/+32
* update commentChris Lattner2003-12-261-6/+3
* Modified the logic so that library objects with main() are only linked inJohn Criswell2003-12-231-6/+7
* Modified the linker so that it always links in an object from an archiveJohn Criswell2003-12-231-11/+21
* Rename methodChris Lattner2003-12-232-2/+2
* There is no reason to add -load support to LLCChris Lattner2003-12-151-1/+1
* Finegrainify namespacificationChris Lattner2003-12-141-28/+29
* Add an assertion to make sure we are at least getting argv[0] right.Brian Gaeke2003-12-121-1/+2
* Run tailcall elimination in a more logical placeChris Lattner2003-12-111-1/+1
* Make 'opt -o -' work correctly instead of creating a file named './-'Chris Lattner2003-12-101-2/+2
* Added the -h option for compatibility with other linkers.John Criswell2003-12-091-0/+2
* Bugpoint had appalingly bad grammar. Fix some of it.Chris Lattner2003-12-071-4/+8
* Do not leave a bunch of crud lying aroundChris Lattner2003-12-071-0/+2
* It is now after pldi. This issue has been fixed, so remove the hackChris Lattner2003-12-071-6/+0
* New command line parsing. This isn't as perfect as I would have liked. The Co...Tanya Lattner2003-12-061-58/+247
* be 3.4 happyChris Lattner2003-11-291-0/+1
* Fix compatibility with gcc 3.4Chris Lattner2003-11-291-5/+3
* The function resolving pass must be run, even if -disable-opt is specifiedChris Lattner2003-11-281-6/+6
* * The return value of LinkLibraries is ignored, so remove it.Chris Lattner2003-11-282-43/+31
* I'm gonna be picky and say we don't really need that trailing slash "lib/"Misha Brukman2003-11-241-1/+1
* Make sure we ONLY add a `-load' switch to the JIT command line if the file isMisha Brukman2003-11-241-1/+2
* Do not DESTROY programs by default. No wonder bugpoint was not being useful ...Chris Lattner2003-11-231-11/+7
* Revert the previous patch since it causes lots of miscompilations. :( :(Chris Lattner2003-11-221-4/+2
* Do not crash when dealing with invoke and unwind instructions!Chris Lattner2003-11-221-4/+7
* Use new interfacesChris Lattner2003-11-221-6/+2
* Reorder passes a bit. In particular, it makes sense to run globaldce IMMEDIA...Chris Lattner2003-11-211-2/+4
* When writing out the runner script, add -load=<lib> lines to pull in all theMisha Brukman2003-11-201-1/+18
* Add ability to search only for native shared object, and expose theMisha Brukman2003-11-202-7/+9
* For consistency, removed space between function name and left paren in functionMisha Brukman2003-11-201-15/+15
* * Doxygenified comments, simplifying them and shortening in the processMisha Brukman2003-11-201-67/+43
* Unbreak the "-" as filename hack.Brian Gaeke2003-11-191-2/+3
* Also print an error msg. for files we cannot currently deal with.Brian Gaeke2003-11-191-0/+4
* Fix PR134, by checking FileOpenable() on each input file before analyzing itsBrian Gaeke2003-11-191-1/+10
* Only use -Wl,-R. if HAVE_LINK_R.Brian Gaeke2003-11-181-0/+3
* Include Support/FileUtilities.h.Brian Gaeke2003-11-161-13/+24