| Commit message (Expand) | Author | Age | Files | Lines |
* | If linking a library, do not link other libraries, like libc, into it! | Chris Lattner | 2003-11-03 | 1 | -1/+4 |
* | never print zero executions blocks | Chris Lattner | 2003-10-31 | 1 | -0/+1 |
* | Simplify code | Chris Lattner | 2003-10-31 | 1 | -7/+7 |
* | Add percentage info | Chris Lattner | 2003-10-31 | 1 | -2/+3 |
* | Hrm, some of my counters are wrapping around 32 bits | Chris Lattner | 2003-10-31 | 1 | -4/+5 |
* | If only have function profile, don't print out "not executed" for all of the ... | Chris Lattner | 2003-10-30 | 1 | -0/+1 |
* | Add the ability to print out llvm code when the -annotated-llvm option is given | Chris Lattner | 2003-10-30 | 1 | -5/+56 |
* | Add the ability to synthesize function counts from block count information | Chris Lattner | 2003-10-29 | 2 | -3/+10 |
* | Print the top 20 most frequently executed blocks. Fix sort predicate problem | Chris Lattner | 2003-10-29 | 1 | -6/+27 |
* | Cleanup output a bit | Chris Lattner | 2003-10-28 | 1 | -1/+3 |
* | Add the ability for users to specify a specific argv[0] to pass into the | Chris Lattner | 2003-10-28 | 1 | -7/+16 |
* | Print out command lines used to run the programs | Chris Lattner | 2003-10-28 | 2 | -1/+23 |
* | Fix extract to use the right TargetData, like Bugpoint does. | Brian Gaeke | 2003-10-28 | 2 | -0/+4 |
* | Add support for reading block frequencies. Fix bug in attribution of counts | Chris Lattner | 2003-10-28 | 3 | -2/+48 |
* | Provide an accessor for getting function count information. Print a simple | Chris Lattner | 2003-10-28 | 3 | -11/+78 |
* | Read in the bytecode and profile information, but don't do anything with | Chris Lattner | 2003-10-28 | 3 | -1/+175 |
* | Build the llvm-prof directory | Chris Lattner | 2003-10-28 | 1 | -1/+1 |
* | Initial checkin of llvmprof stub | Chris Lattner | 2003-10-28 | 2 | -0/+49 |
* | Reorder #includes, drop unneeded one | Chris Lattner | 2003-10-28 | 1 | -3/+2 |
* | Do not print out lists with thousands of elements in them, that's kinda silly | Chris Lattner | 2003-10-27 | 1 | -2/+10 |
* | TraceMode, as you may have heard, is history. | Brian Gaeke | 2003-10-24 | 1 | -3/+1 |
* | lli -q is history. Rebuild your gccld shell scripts, folks! | Brian Gaeke | 2003-10-24 | 1 | -1/+1 |
* | Turn on the inliner by default at link-time | Chris Lattner | 2003-10-24 | 1 | -0/+10 |
* | Turn on the IPCP pass by default. It has passed all of the tests | Chris Lattner | 2003-10-23 | 2 | -0/+7 |
* | Fix an assertion failure in Bugpoint | Chris Lattner | 2003-10-23 | 1 | -0/+6 |
* | Delete the -print-cfg pass from this file | Chris Lattner | 2003-10-22 | 2 | -134/+4 |
* | New library needed | Chris Lattner | 2003-10-22 | 1 | -2/+2 |
* | Fix off-by-one error in processing of libraries named on command line. | Brian Gaeke | 2003-10-21 | 1 | -1/+1 |
* | Fix the first FIXME in this file: automatically pick a "good" | Brian Gaeke | 2003-10-21 | 1 | -6/+24 |
* | Added LLVM copyright to Makefiles. | John Criswell | 2003-10-20 | 15 | -0/+120 |
* | Removed extraneous comment line. | John Criswell | 2003-10-20 | 5 | -5/+0 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Made error message more comprehensible. | Misha Brukman | 2003-10-20 | 1 | -1/+2 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 3 | -0/+21 |
* | fix file header | Chris Lattner | 2003-10-20 | 9 | -12/+2 |
* | fix file headers | Chris Lattner | 2003-10-20 | 16 | -19/+2 |
* | Fix file header | Chris Lattner | 2003-10-20 | 1 | -3/+1 |
* | Added copyright header to all C++ source files. | John Criswell | 2003-10-20 | 33 | -0/+264 |
* | Don't bother forwarding function references which are external to the program... | Chris Lattner | 2003-10-19 | 1 | -2/+4 |
* | Ok, return an explicit path to the shared object, unbreaking code generator | Chris Lattner | 2003-10-19 | 1 | -1/+1 |
* | Fix iterator invalidation problem | Chris Lattner | 2003-10-19 | 1 | -3/+2 |
* | Add debugtype, make output marginally more nice | Chris Lattner | 2003-10-19 | 1 | -3/+4 |
* | Fix PR #47 | Chris Lattner | 2003-10-19 | 1 | -3/+3 |
* | Update compile information | Chris Lattner | 2003-10-18 | 1 | -1/+1 |
* | Add usage blurb | Chris Lattner | 2003-10-18 | 1 | -1/+4 |
* | Without this option, the -run-llc mode does not work with shared objects at | Chris Lattner | 2003-10-18 | 1 | -0/+1 |
* | Print -fno-strict-aliasing as well | Chris Lattner | 2003-10-18 | 1 | -1/+1 |
* | Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p... | Chris Lattner | 2003-10-18 | 1 | -0/+4 |
* | Change run-lli -> run-int | Chris Lattner | 2003-10-18 | 1 | -1/+1 |
* | Default to using the CBE instead of the Interpreter if no -run-* option is sp... | Chris Lattner | 2003-10-18 | 1 | -1/+2 |