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