summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments.Brian Gaeke2003-11-11
* 'Tis quite silly to check for a cached version of the entire executable. ThatMisha Brukman2003-11-11
* This version of Linker.cpp works a lot better, but it's a little messy. Sorry.Brian Gaeke2003-11-11
* The caching will not live in LLEE's execve() handler; that's suboptimal.Misha Brukman2003-11-11
* Give gccld more gutsChris Lattner2003-11-09
* Add new command line optionChris Lattner2003-11-06
* Give this header file an Emacs mode-line.Brian Gaeke2003-11-05
* Do not assume the first file is a bytecode file. Instead, construct a dummyBrian Gaeke2003-11-05
* Shorten and correct some function-header comments.Brian Gaeke2003-11-05
* I hate it when bugpoint is all ready to give me a bytecode file, then crashesChris Lattner2003-11-05
* Simplify the performFinalCleanups interfaceChris Lattner2003-11-05
* Make -r work, fixing PR 91Chris Lattner2003-11-05
* If linking a library, do not link other libraries, like libc, into it!Chris Lattner2003-11-03
* never print zero executions blocksChris Lattner2003-10-31
* Simplify codeChris Lattner2003-10-31
* Add percentage infoChris Lattner2003-10-31
* Hrm, some of my counters are wrapping around 32 bitsChris Lattner2003-10-31
* If only have function profile, don't print out "not executed" for all of the ...Chris Lattner2003-10-30
* Add the ability to print out llvm code when the -annotated-llvm option is givenChris Lattner2003-10-30
* Add the ability to synthesize function counts from block count informationChris Lattner2003-10-29
* Print the top 20 most frequently executed blocks. Fix sort predicate problemChris Lattner2003-10-29
* Cleanup output a bitChris Lattner2003-10-28
* Add the ability for users to specify a specific argv[0] to pass into theChris Lattner2003-10-28
* Print out command lines used to run the programsChris Lattner2003-10-28
* Fix extract to use the right TargetData, like Bugpoint does.Brian Gaeke2003-10-28
* Add support for reading block frequencies. Fix bug in attribution of countsChris Lattner2003-10-28
* Provide an accessor for getting function count information. Print a simpleChris Lattner2003-10-28
* Read in the bytecode and profile information, but don't do anything withChris Lattner2003-10-28
* Build the llvm-prof directoryChris Lattner2003-10-28
* Initial checkin of llvmprof stubChris Lattner2003-10-28
* Reorder #includes, drop unneeded oneChris Lattner2003-10-28
* Do not print out lists with thousands of elements in them, that's kinda sillyChris Lattner2003-10-27
* TraceMode, as you may have heard, is history.Brian Gaeke2003-10-24
* lli -q is history. Rebuild your gccld shell scripts, folks!Brian Gaeke2003-10-24
* Turn on the inliner by default at link-timeChris Lattner2003-10-24
* Turn on the IPCP pass by default. It has passed all of the testsChris Lattner2003-10-23
* Fix an assertion failure in BugpointChris Lattner2003-10-23
* Delete the -print-cfg pass from this fileChris Lattner2003-10-22
* New library neededChris Lattner2003-10-22
* Fix off-by-one error in processing of libraries named on command line.Brian Gaeke2003-10-21
* Fix the first FIXME in this file: automatically pick a "good"Brian Gaeke2003-10-21
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Removed extraneous comment line.John Criswell2003-10-20
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Made error message more comprehensible.Misha Brukman2003-10-20
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* fix file headerChris Lattner2003-10-20
* fix file headersChris Lattner2003-10-20
* Fix file headerChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20