1. 10ac377 eliminate use of vector-related ctors by Chris Lattner · 18 years ago
  2. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  3. 688b049 For PR411: by Reid Spencer · 18 years ago
  4. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  5. 7ba98a9 For PR1072: by Reid Spencer · 18 years ago
  6. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  7. 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 18 years ago
  8. 2db43c8 relax type by Chris Lattner · 18 years ago
  9. 78d033e For PR411: by Reid Spencer · 18 years ago
  10. 7f7fdcc A bit more debugging printf's. by Evan Cheng · 18 years ago
  11. 71d2ec9 For PR950: Convert signed integer types to signless. by Reid Spencer · 18 years ago
  12. e4d87aa For PR950: by Reid Spencer · 18 years ago
  13. e026c07 Remove DSA. by John Criswell · 18 years ago
  14. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  15. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  16. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  17. 5e1452c Add an -append-exit-code option to bugpoint. This will cause bugpoint to by Reid Spencer · 18 years ago
  18. 3da59db For PR950: by Reid Spencer · 18 years ago
  19. a089d44 Need <iostream> for the time being. by Bill Wendling · 18 years ago
  20. 2803b4c Minor style fixes from review. by Reid Spencer · 18 years ago
  21. dc31a8a Add a -disable-loop-extraction option to bugpoint. by Reid Spencer · 18 years ago
  22. fef0242 completely revert patrick's enhancement to bugpoint. Though it makes bugpoint by Chris Lattner · 18 years ago
  23. cd6f46e add a new bugpoint mode -llc-safe. This uses LLC for both halves of a by Chris Lattner · 18 years ago
  24. d41b30d Unbreak VC++ build. by Jeff Cohen · 18 years ago
  25. 3ed469c For PR786: by Reid Spencer · 18 years ago
  26. 22706e8 Forgot a } by Bill Wendling · 18 years ago
  27. b3d83a3 Re-added the part where it tries to remove all global variables first. by Bill Wendling · 18 years ago
  28. 4e3be89 Fix for PR960. Improves bugpoint so that it removes global variable by Bill Wendling · 18 years ago
  29. b83eb64 For PR950: by Reid Spencer · 18 years ago
  30. 137d0ec Make the bugpoint reduction heuristics more effective. Patch submitted by by Chris Lattner · 18 years ago
  31. 54e4c02 Remove a dead var noticed by Yorion by Chris Lattner · 18 years ago
  32. d422350 comment out debug code by Chris Lattner · 18 years ago
  33. c600f3c Add a new -cbe-bug mode, which works just like -run-llc, except that it uses by Chris Lattner · 18 years ago
  34. e290c6d Fix --enable-valgrind. Add room for the new arguments, and don't keep by Nick Lewycky · 18 years ago
  35. 40394bc Add --enable-valgrind option to run optimizations through valgrind to by Nick Lewycky · 18 years ago
  36. afd39f0 Change DisambiguateGlobalSymbols to not rename asm globals, which breaks by Chris Lattner · 18 years ago
  37. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  38. 1bb6f06 Code cleanups, no functionality change. by Chris Lattner · 18 years ago
  39. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  40. a4be053 analyze no longer exists, don't offer to run it :) by Chris Lattner · 18 years ago
  41. 51c5a28 For PR797: by Reid Spencer · 18 years ago
  42. 8ea5ecb For PR797: by Reid Spencer · 18 years ago
  43. 62c5105 For PR885: by Reid Spencer · 18 years ago
  44. 023fcf9 For PR797: by Reid Spencer · 18 years ago
  45. 61c83e0 For PR797: by Reid Spencer · 18 years ago
  46. c0431fe fit in 80 cols by Chris Lattner · 18 years ago
  47. 7f27570 minor cleanups by Chris Lattner · 18 years ago
  48. 032091d Adding FindBugs.cpp so the -find-bugs option will work. by Patrick Jenkins · 18 years ago
  49. 6a3f31c This commit adds a new feature called find-bugs. The find-bugs option can be invoked on a .bc file from the command like with -find-bugs and a list of passes you wish to test. This procedure takes the set of optimization passes the user specifies, randomizes the passes, runs the passes on the specified .bc file, compiles the program, and finally runs the program checking its output vs the .bc file with no optimizations. This process repeats until either the user kills bugpoint or an error occurs in the optimizations, program complitation, or the running of the program. If an error occurs, bugpoint attempts to diagnose the error by eliminating passes that are not at fault and code that is not needed. by Patrick Jenkins · 18 years ago
  50. 68b1630 Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp to reflect the changes made to that function. Specifically I am removing the FIXME comment because the issue has been addressed. by Patrick Jenkins · 18 years ago
  51. e47863e This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ to run through bugpoint in 1091.15 seconds (user + system time). The time it took to run this on my G4 before I made these changes is 1420.82 seconds (user + system time). This is a speedup of about 5.5 minutes. by Patrick Jenkins · 18 years ago
  52. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  53. 130e2a3 Pass -Xlinker flags to gcc when it builds the shared object. by Chris Lattner · 18 years ago
  54. 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  55. 9686ae7 Teach bugpoint to kill optimization passes that run over the timeout limit, by Chris Lattner · 18 years ago
  56. 629e487 After telling GCC to type of the input file with -x asm/-x c, switch back to by Chris Lattner · 18 years ago
  57. e3f0561 Make sure this tool links in all of libVMCore.a because it can --load by Reid Spencer · 18 years ago
  58. f1b20d8 Move ToolRunner.(cpp|h) into the bugpoint directory by Chris Lattner · 18 years ago
  59. 51ab5c8 Add the -Xlinker option to bugpoint which allows an option to be passed by Reid Spencer · 18 years ago
  60. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  61. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
  62. 53bd1b9 print a nice error if bugpoint gets an error reading inputs. Bug identified by Chris Lattner · 18 years ago
  63. f877e60 Fix a bug found by inspection. by Chris Lattner · 18 years ago
  64. b923b2e Remove dead return value. by Chris Lattner · 18 years ago
  65. 67ef9e4 wrap long line by Chris Lattner · 18 years ago
  66. cc540eb add an assert to get a slightly better msg about this problem by Chris Lattner · 18 years ago
  67. 9dce2b3 Convert llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 18 years ago
  68. 5a7a9e5 Fix a really annoying bug in bugpoint that made reducing C++ testcases by Chris Lattner · 18 years ago
  69. 7c0a937 For transforms the behave differently if main goes away, add an option to prevent bugpoint from removing main by Andrew Lenharth · 18 years ago
  70. fdcc71e Let bugpoint work on sparc with v9 instructions enabled. by Chris Lattner · 19 years ago
  71. e4da1dd Pass plugins on to children when optimizing. by Andrew Lenharth · 19 years ago
  72. 04666d8 this doesn't work, remove it by Chris Lattner · 19 years ago
  73. e31a9cc add explicit #includes of iostream by Chris Lattner · 19 years ago
  74. 86a5484 Add explicit #includes of <iostream> by Chris Lattner · 19 years ago
  75. 4df8665 Revert this, I didn't mean to commit it by Chris Lattner · 19 years ago
  76. 79959d2 Add support for programs with a null argv[0] by Chris Lattner · 19 years ago
  77. de83cee Fix line length of a comment. by Reid Spencer · 19 years ago
  78. 46e1ee9 Get bugpoint building with VC++ again. by Jeff Cohen · 19 years ago
  79. c4bb052 For PR351: by Reid Spencer · 19 years ago
  80. 3bd5fac Fix printing of the instructions. by Chris Lattner · 19 years ago
  81. 0fccc74 This solves the problem of the CBE renaming symbols that start with . but the assembly side still trying to reference them by their old names. Should be safe untill we hit a language front end that lets you specify such a name. by Andrew Lenharth · 19 years ago
  82. a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 19 years ago
  83. e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 19 years ago
  84. ad62eef Remove a now-unneeded library by Chris Lattner · 19 years ago
  85. 831843d Link to archive versions of libraries instead of the relinked ones by Chris Lattner · 19 years ago
  86. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  87. d00b288 Allow bugpoint+PPC codegen to use fsqrt by Chris Lattner · 19 years ago
  88. aed98fa If the user interrupts bugpoint, don't extract loops by Chris Lattner · 19 years ago
  89. f9aaae0 When the user hits ctrl-c, bugpoint should attempt to stop reduction as by Chris Lattner · 19 years ago
  90. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  91. a3efca1 Fix PR576. by Chris Lattner · 19 years ago
  92. a229c5c Final Changes For PR495: by Reid Spencer · 19 years ago
  93. 72b286b Add support for assembling .s files on mac os x for intel by Nate Begeman · 19 years ago
  94. dd04df0 For PR495: by Reid Spencer · 19 years ago
  95. 56c4186 If loopextract breaks the program provide output so that we can repro the by Chris Lattner · 19 years ago
  96. 5a87044 Two changes: by Reid Spencer · 19 years ago
  97. ea3e5e5 Eliminate tabs and trailing spaces by Jeff Cohen · 19 years ago
  98. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  99. f976c85 Remove trailing whitespace by Misha Brukman · 19 years ago
  100. 63b3afa Remove trailing whitespace by Misha Brukman · 19 years ago