aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not print out lists with thousands of elements in them, that's kinda sillyChris Lattner2003-10-271-2/+10
* TraceMode, as you may have heard, is history.Brian Gaeke2003-10-241-3/+1
* lli -q is history. Rebuild your gccld shell scripts, folks!Brian Gaeke2003-10-241-1/+1
* Turn on the inliner by default at link-timeChris Lattner2003-10-241-0/+10
* Turn on the IPCP pass by default. It has passed all of the testsChris Lattner2003-10-232-0/+7
* Fix an assertion failure in BugpointChris Lattner2003-10-231-0/+6
* Delete the -print-cfg pass from this fileChris Lattner2003-10-222-134/+4
* New library neededChris Lattner2003-10-221-2/+2
* Fix off-by-one error in processing of libraries named on command line.Brian Gaeke2003-10-211-1/+1
* Fix the first FIXME in this file: automatically pick a "good"Brian Gaeke2003-10-211-6/+24
* Added LLVM copyright to Makefiles.John Criswell2003-10-2015-0/+120
* Removed extraneous comment line.John Criswell2003-10-205-5/+0
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Made error message more comprehensible.Misha Brukman2003-10-201-1/+2
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-203-0/+21
* fix file headerChris Lattner2003-10-209-12/+2
* fix file headersChris Lattner2003-10-2016-19/+2