1. ca5183d Unbreak VC++ build. by Jeff Cohen · 18 years ago
  2. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  3. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  4. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  5. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  6. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  7. 19b7e0e For PR786: by Reid Spencer · 18 years ago
  8. 1adc3de Revert removal of std:: prefixes and addtion of "using namespace std;". by Reid Spencer · 19 years ago
  9. 78b0e6a General cleanup: by Reid Spencer · 19 years ago
  10. e50b075 There are still uses for spaces in Makefiles -- to make text line up together, by Misha Brukman · 19 years ago
  11. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  12. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  13. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  14. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  15. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  16. cac731e We won't use automake by Reid Spencer · 20 years ago
  17. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  18. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  19. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  20. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  21. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  22. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  23. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
  24. bed85ff Header file moved by Chris Lattner · 20 years ago
  25. 8c2730e Annotate functions with edge counts as well, if they are available. by Chris Lattner · 21 years ago
  26. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 21 years ago
  27. 89cf393 Factor profile information loading OUT of llvm-prof into libanalysis by Chris Lattner · 21 years ago
  28. c4ee274 Remove some pointless #includes by Chris Lattner · 21 years ago
  29. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  30. cde1cf3 Add new command line option by Chris Lattner · 21 years ago
  31. 9088de7 never print zero executions blocks by Chris Lattner · 21 years ago
  32. 3b7f416 Simplify code by Chris Lattner · 21 years ago
  33. e1ccadf Add percentage info by Chris Lattner · 21 years ago
  34. 3baed41 Hrm, some of my counters are wrapping around 32 bits by Chris Lattner · 21 years ago
  35. 3673730 If only have function profile, don't print out "not executed" for all of the blocks :) by Chris Lattner · 21 years ago
  36. 5e71764 Add the ability to print out llvm code when the -annotated-llvm option is given by Chris Lattner · 21 years ago
  37. 750ba3d Add the ability to synthesize function counts from block count information by Chris Lattner · 21 years ago
  38. 18884a8 Print the top 20 most frequently executed blocks. Fix sort predicate problem by Chris Lattner · 21 years ago
  39. 3688205 Cleanup output a bit by Chris Lattner · 21 years ago
  40. 4963dcf Print out command lines used to run the programs by Chris Lattner · 21 years ago
  41. 33f1ca7 Add support for reading block frequencies. Fix bug in attribution of counts by Chris Lattner · 21 years ago
  42. 7a78d81 Provide an accessor for getting function count information. Print a simple by Chris Lattner · 21 years ago
  43. e436779 Read in the bytecode and profile information, but don't do anything with it yet. by Chris Lattner · 21 years ago
  44. 6f82d07 Initial checkin of llvmprof stub by Chris Lattner · 21 years ago