1. 84fbc65 Add ability to search only for native shared object, and expose the by Misha Brukman · 22 years ago
  2. 438e364 For consistency, removed space between function name and left paren in function by Misha Brukman · 22 years ago
  3. 9839969 * Doxygenified comments, simplifying them and shortening in the process by Misha Brukman · 22 years ago
  4. 8b1daa3 Unbreak the "-" as filename hack. by Brian Gaeke · 22 years ago
  5. 8204287 Also print an error msg. for files we cannot currently deal with. by Brian Gaeke · 22 years ago
  6. 08d03c7 Fix PR134, by checking FileOpenable() on each input file before analyzing its by Brian Gaeke · 22 years ago
  7. c8db76c Only use -Wl,-R. if HAVE_LINK_R. by Brian Gaeke · 22 years ago
  8. 1c0b698 Include Support/FileUtilities.h. by Brian Gaeke · 22 years ago
  9. 1ab90d4 Add a -verify option to verify the results of gccld passes. by Brian Gaeke · 22 years ago
  10. 2282ae1 When we find a module we want, in an archive, in verbose mode, by Brian Gaeke · 22 years ago
  11. a8d76d4 As the comments indicate, this is a temporary, repulsive, hack by Chris Lattner · 22 years ago
  12. 6a45da0 Restore the -llvm option by Chris Lattner · 22 years ago
  13. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  14. 0d723ac Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments. by Brian Gaeke · 22 years ago
  15. aab9ca7 'Tis quite silly to check for a cached version of the entire executable. That by Misha Brukman · 22 years ago
  16. ee8adb1 This version of Linker.cpp works a lot better, but it's a little messy. Sorry. by Brian Gaeke · 22 years ago
  17. fa33a13 The caching will not live in LLEE's execve() handler; that's suboptimal. by Misha Brukman · 22 years ago
  18. cc650b6 Give gccld more guts by Chris Lattner · 22 years ago
  19. cde1cf3 Add new command line option by Chris Lattner · 22 years ago
  20. aee4de9 Give this header file an Emacs mode-line. by Brian Gaeke · 22 years ago
  21. 00cc86a Do not assume the first file is a bytecode file. Instead, construct a dummy by Brian Gaeke · 22 years ago
  22. 3b3640a Shorten and correct some function-header comments. by Brian Gaeke · 22 years ago
  23. fcb6ec0 I hate it when bugpoint is all ready to give me a bytecode file, then crashes by Chris Lattner · 22 years ago
  24. 417477d Simplify the performFinalCleanups interface by Chris Lattner · 22 years ago
  25. fe32bf5 Make -r work, fixing PR 91 by Chris Lattner · 22 years ago
  26. fd35c64 If linking a library, do not link other libraries, like libc, into it! by Chris Lattner · 22 years ago
  27. 9088de7 never print zero executions blocks by Chris Lattner · 22 years ago
  28. 3b7f416 Simplify code by Chris Lattner · 22 years ago
  29. e1ccadf Add percentage info by Chris Lattner · 22 years ago
  30. 3baed41 Hrm, some of my counters are wrapping around 32 bits by Chris Lattner · 22 years ago
  31. 3673730 If only have function profile, don't print out "not executed" for all of the blocks :) by Chris Lattner · 22 years ago
  32. 5e71764 Add the ability to print out llvm code when the -annotated-llvm option is given by Chris Lattner · 22 years ago
  33. 750ba3d Add the ability to synthesize function counts from block count information by Chris Lattner · 22 years ago
  34. 18884a8 Print the top 20 most frequently executed blocks. Fix sort predicate problem by Chris Lattner · 22 years ago
  35. 3688205 Cleanup output a bit by Chris Lattner · 22 years ago
  36. e69671d Add the ability for users to specify a specific argv[0] to pass into the program by Chris Lattner · 22 years ago
  37. 4963dcf Print out command lines used to run the programs by Chris Lattner · 22 years ago
  38. 2040890 Fix extract to use the right TargetData, like Bugpoint does. by Brian Gaeke · 22 years ago
  39. 33f1ca7 Add support for reading block frequencies. Fix bug in attribution of counts by Chris Lattner · 22 years ago
  40. 7a78d81 Provide an accessor for getting function count information. Print a simple by Chris Lattner · 22 years ago
  41. e436779 Read in the bytecode and profile information, but don't do anything with it yet. by Chris Lattner · 22 years ago
  42. 67e7104 Build the llvm-prof directory by Chris Lattner · 22 years ago
  43. 6f82d07 Initial checkin of llvmprof stub by Chris Lattner · 22 years ago
  44. 08020c1 Reorder #includes, drop unneeded one by Chris Lattner · 22 years ago
  45. 73b96bd Do not print out lists with thousands of elements in them, that's kinda silly by Chris Lattner · 22 years ago
  46. 2f828c3 TraceMode, as you may have heard, is history. by Brian Gaeke · 22 years ago
  47. 7c7a3a2 lli -q is history. Rebuild your gccld shell scripts, folks! by Brian Gaeke · 22 years ago
  48. 246ce3c Turn on the inliner by default at link-time by Chris Lattner · 22 years ago
  49. eaa35bb Turn on the IPCP pass by default. It has passed all of the tests by Chris Lattner · 22 years ago
  50. 5da69c7 Fix an assertion failure in Bugpoint by Chris Lattner · 22 years ago
  51. 3b39537 Delete the -print-cfg pass from this file by Chris Lattner · 22 years ago
  52. 20678b9 New library needed by Chris Lattner · 22 years ago
  53. f1fce08 Fix off-by-one error in processing of libraries named on command line. by Brian Gaeke · 22 years ago
  54. b5ee509 Fix the first FIXME in this file: automatically pick a "good" by Brian Gaeke · 22 years ago
  55. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 22 years ago
  56. 1ee1e64 Removed extraneous comment line. by John Criswell · 22 years ago
  57. 6fbcc26 Added LLVM copyright header (for lack of a better term). by John Criswell · 22 years ago
  58. 06ea151 Made error message more comprehensible. by Misha Brukman · 22 years ago
  59. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  60. 1dd27b1 fix file header by Chris Lattner · 22 years ago
  61. 9432111 fix file headers by Chris Lattner · 22 years ago
  62. 10cf8fa Fix file header by Chris Lattner · 22 years ago
  63. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  64. 9fc2adc Don't bother forwarding function references which are external to the program entirely by Chris Lattner · 22 years ago
  65. 6ebe44d Ok, return an explicit path to the shared object, unbreaking code generator by Chris Lattner · 22 years ago
  66. b656c20 Fix iterator invalidation problem by Chris Lattner · 22 years ago
  67. 0b1fe84 Add debugtype, make output marginally more nice by Chris Lattner · 22 years ago
  68. 7b2ccff Fix PR #47 by Chris Lattner · 22 years ago
  69. 365f09a Update compile information by Chris Lattner · 22 years ago
  70. 670406d Add usage blurb by Chris Lattner · 22 years ago
  71. 1f0f162 Without this option, the -run-llc mode does not work with shared objects at by Chris Lattner · 22 years ago
  72. b715497 Print -fno-strict-aliasing as well by Chris Lattner · 22 years ago
  73. 1a28a2b Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the place by Chris Lattner · 22 years ago
  74. 367e1ee Change run-lli -> run-int by Chris Lattner · 22 years ago
  75. 25d6647 Default to using the CBE instead of the Interpreter if no -run-* option is specified by Chris Lattner · 22 years ago
  76. a12c06a If we detect a pass crash during miscompilation testing, immediately enter the by Chris Lattner · 22 years ago
  77. a64c3fa Fix bug in my checkin by Chris Lattner · 22 years ago
  78. 9f71e79 Another formatting fix by Chris Lattner · 22 years ago
  79. 5ef681c More cleanups by Chris Lattner · 22 years ago
  80. 9c6cfe1 Be more helpful if a pass fails while chasing down a miscompilation by Chris Lattner · 22 years ago
  81. fc046d5 Make llvm-nm work in "pipe mode" by Chris Lattner · 22 years ago
  82. 9eb52a5 Geeze, what is with Brian and these ifdef's? by Chris Lattner · 22 years ago
  83. 784fa18 Welcome llvm-nm to the family by Chris Lattner · 22 years ago
  84. f07c833 Unfortunately, it looks like level raise is still needed :( by Chris Lattner · 22 years ago
  85. 972d3d7 Okay, this is a little hack that "scratches an itch" of mine. by Brian Gaeke · 22 years ago
  86. dbc2318 Give this file a proper header by Chris Lattner · 22 years ago
  87. 76a1bf9 The levelraise pass is a broken old piece of crufty code that should be by Chris Lattner · 22 years ago
  88. b6c3a88 Flush output after writing out the list of function names. by Brian Gaeke · 22 years ago
  89. 7dac658 add support forloading additional .so files on the command line by Chris Lattner · 22 years ago
  90. 769f1fe Change the execute methods to take the shared object filename by const reference. by Chris Lattner · 22 years ago
  91. eeed983 Generalize abstract interpreter interface to allow linking in an arbitrary number of shared objects by Chris Lattner · 22 years ago
  92. c4fb6fd Enabling incremental bytecode loading in the JIT: by Misha Brukman · 22 years ago
  93. 7915a1e Substantial cleanups: by Chris Lattner · 22 years ago
  94. a0f5b15 The return value of compileSharedObject was never used. Return the shared by Chris Lattner · 22 years ago
  95. 1798e4a Actually return an error if something bad happens, don't just exit. by Chris Lattner · 22 years ago
  96. 8deb581 minor cleanups by Chris Lattner · 22 years ago
  97. 182a21e Fix minor formatting bug by Chris Lattner · 22 years ago
  98. a5a96a9 Eliminate the bugpoint -mode option, by making bugpoint automatically infer the root of all of your problems by Chris Lattner · 22 years ago
  99. 99b8533 Unbreak code generator debug mode by Chris Lattner · 22 years ago
  100. da17eb6 LLI no longer has -abort-on-exception by Chris Lattner · 22 years ago