summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Don't bother forwarding function references which are external to the program...Chris Lattner2003-10-19
* Ok, return an explicit path to the shared object, unbreaking code generatorChris Lattner2003-10-19
* Fix iterator invalidation problemChris Lattner2003-10-19
* Add debugtype, make output marginally more niceChris Lattner2003-10-19
* Fix PR #47Chris Lattner2003-10-19
* Update compile informationChris Lattner2003-10-18
* Add usage blurbChris Lattner2003-10-18
* Without this option, the -run-llc mode does not work with shared objects atChris Lattner2003-10-18
* Print -fno-strict-aliasing as wellChris Lattner2003-10-18
* Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p...Chris Lattner2003-10-18
* Change run-lli -> run-intChris Lattner2003-10-18
* Default to using the CBE instead of the Interpreter if no -run-* option is sp...Chris Lattner2003-10-18
* If we detect a pass crash during miscompilation testing, immediately enter theChris Lattner2003-10-18
* Fix bug in my checkinChris Lattner2003-10-18