- 3baed41 Hrm, some of my counters are wrapping around 32 bits by Chris Lattner · 22 years ago
- 3673730 If only have function profile, don't print out "not executed" for all of the blocks :) by Chris Lattner · 22 years ago
- 5e71764 Add the ability to print out llvm code when the -annotated-llvm option is given by Chris Lattner · 22 years ago
- 750ba3d Add the ability to synthesize function counts from block count information by Chris Lattner · 22 years ago
- 18884a8 Print the top 20 most frequently executed blocks. Fix sort predicate problem by Chris Lattner · 22 years ago
- 3688205 Cleanup output a bit by Chris Lattner · 22 years ago
- e69671d Add the ability for users to specify a specific argv[0] to pass into the program by Chris Lattner · 22 years ago
- 4963dcf Print out command lines used to run the programs by Chris Lattner · 22 years ago
- 2040890 Fix extract to use the right TargetData, like Bugpoint does. by Brian Gaeke · 22 years ago
- 33f1ca7 Add support for reading block frequencies. Fix bug in attribution of counts by Chris Lattner · 22 years ago
- 7a78d81 Provide an accessor for getting function count information. Print a simple by Chris Lattner · 22 years ago
- e436779 Read in the bytecode and profile information, but don't do anything with it yet. by Chris Lattner · 22 years ago
- 67e7104 Build the llvm-prof directory by Chris Lattner · 22 years ago
- 6f82d07 Initial checkin of llvmprof stub by Chris Lattner · 22 years ago
- 08020c1 Reorder #includes, drop unneeded one by Chris Lattner · 22 years ago
- 73b96bd Do not print out lists with thousands of elements in them, that's kinda silly by Chris Lattner · 22 years ago
- 2f828c3 TraceMode, as you may have heard, is history. by Brian Gaeke · 22 years ago
- 7c7a3a2 lli -q is history. Rebuild your gccld shell scripts, folks! by Brian Gaeke · 22 years ago
- 246ce3c Turn on the inliner by default at link-time by Chris Lattner · 22 years ago
- eaa35bb Turn on the IPCP pass by default. It has passed all of the tests by Chris Lattner · 22 years ago
- 5da69c7 Fix an assertion failure in Bugpoint by Chris Lattner · 22 years ago
- 3b39537 Delete the -print-cfg pass from this file by Chris Lattner · 22 years ago
- 20678b9 New library needed by Chris Lattner · 22 years ago
- f1fce08 Fix off-by-one error in processing of libraries named on command line. by Brian Gaeke · 22 years ago
- b5ee509 Fix the first FIXME in this file: automatically pick a "good" by Brian Gaeke · 22 years ago
- e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 22 years ago
- 1ee1e64 Removed extraneous comment line. by John Criswell · 22 years ago
- 6fbcc26 Added LLVM copyright header (for lack of a better term). by John Criswell · 22 years ago
- 06ea151 Made error message more comprehensible. by Misha Brukman · 22 years ago
- b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- 1dd27b1 fix file header by Chris Lattner · 22 years ago
- 9432111 fix file headers by Chris Lattner · 22 years ago
- 10cf8fa Fix file header by Chris Lattner · 22 years ago
- 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
- 9fc2adc Don't bother forwarding function references which are external to the program entirely by Chris Lattner · 22 years ago
- 6ebe44d Ok, return an explicit path to the shared object, unbreaking code generator by Chris Lattner · 22 years ago
- b656c20 Fix iterator invalidation problem by Chris Lattner · 22 years ago
- 0b1fe84 Add debugtype, make output marginally more nice by Chris Lattner · 22 years ago
- 7b2ccff Fix PR #47 by Chris Lattner · 22 years ago
- 365f09a Update compile information by Chris Lattner · 22 years ago
- 670406d Add usage blurb by Chris Lattner · 22 years ago
- 1f0f162 Without this option, the -run-llc mode does not work with shared objects at by Chris Lattner · 22 years ago
- b715497 Print -fno-strict-aliasing as well by Chris Lattner · 22 years ago
- 1a28a2b Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the place by Chris Lattner · 22 years ago
- 367e1ee Change run-lli -> run-int by Chris Lattner · 22 years ago
- 25d6647 Default to using the CBE instead of the Interpreter if no -run-* option is specified by Chris Lattner · 22 years ago
- a12c06a If we detect a pass crash during miscompilation testing, immediately enter the by Chris Lattner · 22 years ago
- a64c3fa Fix bug in my checkin by Chris Lattner · 22 years ago
- 9f71e79 Another formatting fix by Chris Lattner · 22 years ago
- 5ef681c More cleanups by Chris Lattner · 22 years ago
- 9c6cfe1 Be more helpful if a pass fails while chasing down a miscompilation by Chris Lattner · 22 years ago
- fc046d5 Make llvm-nm work in "pipe mode" by Chris Lattner · 22 years ago
- 9eb52a5 Geeze, what is with Brian and these ifdef's? by Chris Lattner · 22 years ago
- 784fa18 Welcome llvm-nm to the family by Chris Lattner · 22 years ago
- f07c833 Unfortunately, it looks like level raise is still needed :( by Chris Lattner · 22 years ago
- 972d3d7 Okay, this is a little hack that "scratches an itch" of mine. by Brian Gaeke · 22 years ago
- dbc2318 Give this file a proper header by Chris Lattner · 22 years ago
- 76a1bf9 The levelraise pass is a broken old piece of crufty code that should be by Chris Lattner · 22 years ago
- b6c3a88 Flush output after writing out the list of function names. by Brian Gaeke · 22 years ago
- 7dac658 add support forloading additional .so files on the command line by Chris Lattner · 22 years ago
- 769f1fe Change the execute methods to take the shared object filename by const reference. by Chris Lattner · 22 years ago
- eeed983 Generalize abstract interpreter interface to allow linking in an arbitrary number of shared objects by Chris Lattner · 22 years ago
- c4fb6fd Enabling incremental bytecode loading in the JIT: by Misha Brukman · 22 years ago
- 7915a1e Substantial cleanups: by Chris Lattner · 22 years ago
- a0f5b15 The return value of compileSharedObject was never used. Return the shared by Chris Lattner · 22 years ago
- 1798e4a Actually return an error if something bad happens, don't just exit. by Chris Lattner · 22 years ago
- 8deb581 minor cleanups by Chris Lattner · 22 years ago
- 182a21e Fix minor formatting bug by Chris Lattner · 22 years ago
- a5a96a9 Eliminate the bugpoint -mode option, by making bugpoint automatically infer the root of all of your problems by Chris Lattner · 22 years ago
- 99b8533 Unbreak code generator debug mode by Chris Lattner · 22 years ago
- da17eb6 LLI no longer has -abort-on-exception by Chris Lattner · 22 years ago
- ac32bfa Don't include <stdlib.h>. by Brian Gaeke · 22 years ago
- 82a036f Don't include "Config/stdlib.h". by Brian Gaeke · 22 years ago
- 4fa9fd3 Rewrite head-of-file comment. Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 22 years ago
- 0cea3ec Add a new -disable-inlining option by Chris Lattner · 22 years ago
- cf00c4a Fix spelling. by Misha Brukman · 22 years ago
- 452fea9 Fix grammar. by Misha Brukman · 22 years ago
- af9e45f Renamed dis.cpp => llvm-dis.cpp by Misha Brukman · 22 years ago
- 27b1a0b Renamed as.cpp => llvm-as.cpp; this should've happened a long time ago. by Misha Brukman · 22 years ago
- 608e75c Make more error messages have gccld's name in them. by Brian Gaeke · 22 years ago
- 5de0bac This header file moved. Thanks to Bill and Nightly tester for noticing by Chris Lattner · 22 years ago
- 6873450 ToolRunner.h has been moved from include/Support to include/llvm/Support. by Misha Brukman · 22 years ago
- f474449 Add a file header by Chris Lattner · 22 years ago
- 5208ba1 Doxygen-ified comments. by Misha Brukman · 22 years ago
- e97fbed * Ordered includes according to LLVM style by Misha Brukman · 22 years ago
- 61087cc Made code more terse: by Misha Brukman · 22 years ago
- 1c53405 Doxygen-ified function comments. by Misha Brukman · 22 years ago
- b6b2843 Removed extra space in comments. by Misha Brukman · 22 years ago
- 238cf3c Remove initials from source file by Chris Lattner · 22 years ago
- bb5a4d0 Make code more terse: by Misha Brukman · 22 years ago
- e98ddfc 1. Use better error messages in LinkFiles(). by Brian Gaeke · 22 years ago
- a58d2be Update file headers for renamed files. by Chris Lattner · 22 years ago
- 4148556 Use the newly abstracted interface for running our tools and gcc. by Misha Brukman · 22 years ago
- 9558c6a Implementation of the abstraction of running our tools + gcc, taken out of by Misha Brukman · 22 years ago
- 29afb64 Abstracted away the process of running our tools + gcc from bugpoint. by Misha Brukman · 22 years ago
- 2e1fbdd * Added an interface for how LLEE would communicate with the OS by Misha Brukman · 22 years ago
- e676313 Tersified code: by Misha Brukman · 22 years ago
- 17dc4ce * Ordered includes according to LLVM programmers' guide by Misha Brukman · 22 years ago
- 00ce840 Squelch warnings. by Misha Brukman · 22 years ago
- 3d8a54d To be consistent with the rest of LLVM codebase (and the rest of this file): by Misha Brukman · 22 years ago