summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a -verify option to verify the results of gccld passes.Brian Gaeke2003-11-161-43/+63
* When we find a module we want, in an archive, in verbose mode,Brian Gaeke2003-11-161-6/+13
* As the comments indicate, this is a temporary, repulsive, hackChris Lattner2003-11-131-0/+6
* Restore the -llvm optionChris Lattner2003-11-121-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-1138-6/+133
* Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments.Brian Gaeke2003-11-111-60/+17
* 'Tis quite silly to check for a cached version of the entire executable. ThatMisha Brukman2003-11-111-16/+0
* This version of Linker.cpp works a lot better, but it's a little messy. Sorry.Brian Gaeke2003-11-111-20/+28
* The caching will not live in LLEE's execve() handler; that's suboptimal.Misha Brukman2003-11-111-8/+2
* Give gccld more gutsChris Lattner2003-11-092-2/+11
* Add new command line optionChris Lattner2003-11-061-2/+5
* Give this header file an Emacs mode-line.Brian Gaeke2003-11-051-1/+1
* Do not assume the first file is a bytecode file. Instead, construct a dummyBrian Gaeke2003-11-051-5/+3
* Shorten and correct some function-header comments.Brian Gaeke2003-11-051-53/+28
* I hate it when bugpoint is all ready to give me a bytecode file, then crashesChris Lattner2003-11-054-25/+35
* Simplify the performFinalCleanups interfaceChris Lattner2003-11-054-13/+11
* Make -r work, fixing PR 91Chris Lattner2003-11-051-3/+4
* If linking a library, do not link other libraries, like libc, into it!Chris Lattner2003-11-031-1/+4
* never print zero executions blocksChris Lattner2003-10-311-0/+1
* Simplify codeChris Lattner2003-10-311-7/+7
* Add percentage infoChris Lattner2003-10-311-2/+3
* Hrm, some of my counters are wrapping around 32 bitsChris Lattner2003-10-311-4/+5
* If only have function profile, don't print out "not executed" for all of the ...Chris Lattner2003-10-301-0/+1
* Add the ability to print out llvm code when the -annotated-llvm option is givenChris Lattner2003-10-301-5/+56
* Add the ability to synthesize function counts from block count informationChris Lattner2003-10-292-3/+10
* Print the top 20 most frequently executed blocks. Fix sort predicate problemChris Lattner2003-10-291-6/+27
* Cleanup output a bitChris Lattner2003-10-281-1/+3
* Add the ability for users to specify a specific argv[0] to pass into theChris Lattner2003-10-281-7/+16
* Print out command lines used to run the programsChris Lattner2003-10-282-1/+23
* Fix extract to use the right TargetData, like Bugpoint does.Brian Gaeke2003-10-282-0/+4
* Add support for reading block frequencies. Fix bug in attribution of countsChris Lattner2003-10-283-2/+48
* Provide an accessor for getting function count information. Print a simpleChris Lattner2003-10-283-11/+78
* Read in the bytecode and profile information, but don't do anything withChris Lattner2003-10-283-1/+175
* Build the llvm-prof directoryChris Lattner2003-10-281-1/+1
* Initial checkin of llvmprof stubChris Lattner2003-10-282-0/+49
* Reorder #includes, drop unneeded oneChris Lattner2003-10-281-3/+2