aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix file headerChris Lattner2003-10-201-3/+1
* Added copyright header to all C++ source files.John Criswell2003-10-2033-0/+264
* Don't bother forwarding function references which are external to the program...Chris Lattner2003-10-191-2/+4
* Ok, return an explicit path to the shared object, unbreaking code generatorChris Lattner2003-10-191-1/+1
* Fix iterator invalidation problemChris Lattner2003-10-191-3/+2
* Add debugtype, make output marginally more niceChris Lattner2003-10-191-3/+4
* Fix PR #47Chris Lattner2003-10-191-3/+3
* Update compile informationChris Lattner2003-10-181-1/+1
* Add usage blurbChris Lattner2003-10-181-1/+4
* Without this option, the -run-llc mode does not work with shared objects atChris Lattner2003-10-181-0/+1
* Print -fno-strict-aliasing as wellChris Lattner2003-10-181-1/+1
* Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p...Chris Lattner2003-10-181-0/+4
* Change run-lli -> run-intChris Lattner2003-10-181-1/+1
* Default to using the CBE instead of the Interpreter if no -run-* option is sp...Chris Lattner2003-10-181-1/+2
* If we detect a pass crash during miscompilation testing, immediately enter theChris Lattner2003-10-181-4/+4
* Fix bug in my checkinChris Lattner2003-10-181-1/+0
* Another formatting fixChris Lattner2003-10-181-4/+4
* More cleanupsChris Lattner2003-10-171-3/+7