1. d62276a Add a hook to run with the V8 target, though it doesn't currently work. Also by Chris Lattner · 20 years ago
  2. f74a401 We have this snazzy link-time optimizer. How about we start using it? This by Chris Lattner · 20 years ago
  3. dd429c6 Add a new pass, run internalize first by Chris Lattner · 20 years ago
  4. a93d19f Add a new pass by Chris Lattner · 20 years ago
  5. 150666f Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) by Brian Gaeke · 20 years ago
  6. c38aa6d Include Config/config.h for SHLIBEXT. by Alkis Evlogimenos · 20 years ago
  7. 5110bed If bugpoint can't match the reference output, at LEAST provide the output by Chris Lattner · 20 years ago
  8. bdc9784 Wild and passionate uncontrolled goose chases are amusing to watch, but not by Chris Lattner · 20 years ago
  9. 47dd276 Format a bit more nicely by Chris Lattner · 20 years ago
  10. 3733f3b Make sure to print a stack trace whenever an error signal is delivered by Chris Lattner · 20 years ago
  11. 364d120 Make sure to print a stack trace whenever an error signal is delivered to by Chris Lattner · 20 years ago
  12. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 20 years ago
  13. 7c955fd Be a bit more robust. Explicitly check for a code generator crash. by Chris Lattner · 20 years ago
  14. 1d29a6d Make ToolExecutionError inherit std::exception and implement its by Alkis Evlogimenos · 20 years ago
  15. f66d906 Fix the "horribly N^2'd" problem when deleting individual instructions. by Chris Lattner · 20 years ago
  16. 8b18927 * Predicate the optimizer crash debugger on a function. by Chris Lattner · 20 years ago
  17. ea9212c Add a new method for use by the code generator crash debugger. by Chris Lattner · 20 years ago
  18. ca00512 Don't crash if there are no passes in the PassesToRun list by Chris Lattner · 20 years ago
  19. 9cbbee3 Add support for just running the code generator by Chris Lattner · 20 years ago
  20. f03715c Add support for just compiling a program by Chris Lattner · 20 years ago
  21. 9709272 Make the executeProgram method exception safe, not leaving around bytecode by Chris Lattner · 20 years ago
  22. 0cc8807 Make more stuff public. Make the instruction argument to by Chris Lattner · 20 years ago
  23. a36ec88 make a bunch of methods public by Chris Lattner · 20 years ago
  24. f913f40 A couple of minor cleanups: don't forward declare private classes, put private by Chris Lattner · 20 years ago
  25. 06905db Cleanup and simplify manipulation of the program, eliminate the need for so by Chris Lattner · 20 years ago
  26. 0252626 Add a stub for debugging code generator crashes by Chris Lattner · 20 years ago
  27. a3de117 indent correctly by Chris Lattner · 20 years ago
  28. 722ca71 Don't yell. BUGPOINT should yell, not the tool runner :) by Chris Lattner · 20 years ago
  29. 7bb1154 Update comments, if we are running with the CBE, make sure the Interpreter by Chris Lattner · 20 years ago
  30. c8580b2 Byebye method by Chris Lattner · 20 years ago
  31. 89bf9ea If there is an error running a tool, include the error message (e.g. assertion failure) in the exception by Chris Lattner · 20 years ago
  32. 5dcc366 ctor arguments changed order by Chris Lattner · 20 years ago
  33. 230fef8 Catch exception and print message as appropriate by Chris Lattner · 20 years ago
  34. 8c56be5 When an error occurs executing a tool, we now throw an exception instead by Chris Lattner · 20 years ago
  35. 74d4527 Bugpoint will be throwing exceptions soon, perpare for the worst. by Chris Lattner · 20 years ago
  36. c064e89 This class got moved to FileUtilities.h by Chris Lattner · 20 years ago
  37. ba9cc1f Give extract -o and -f options, just like every other tool! by Chris Lattner · 20 years ago
  38. c4601bf The CBE is now in llc, not llvm-dis by Chris Lattner · 20 years ago
  39. 9915cd9 The C backend is no longer in llvm-dis, it's in llc by Chris Lattner · 20 years ago
  40. df2cf41 The CBE is no longer in llvm-dis by Chris Lattner · 20 years ago
  41. 74661c8 When the user runs 'llc foo.bc -march=c', write the output to "foo.cbe.c", not by Chris Lattner · 20 years ago
  42. dc5feab Break a line that's over 80cols into two. by Misha Brukman · 21 years ago
  43. e8e7a18 Do not advertise our -c option anymore by Chris Lattner · 21 years ago
  44. 2f1f8e0 Mercilessly rip the cbackend out of llvm-dis. Leave a helpful error message by Chris Lattner · 21 years ago
  45. 666d20a Add support for -march=c by Chris Lattner · 21 years ago
  46. 055b3ff Change how we create the cwriter, and add a buttload of libraries that it now by Chris Lattner · 21 years ago
  47. c5cad21 Add check-exit-code option, defaulting to true. by Brian Gaeke · 21 years ago
  48. 89cf393 Factor profile information loading OUT of llvm-prof into libanalysis by Chris Lattner · 21 years ago
  49. 973e3ec7 Fix indentation of selectiondag. by Brian Gaeke · 21 years ago
  50. f2592ce Minor change to breakpoint (lack of) support by Chris Lattner · 21 years ago
  51. 2217bdb Add a -march=powerpc option. Automatically select it if this looks like a by Brian Gaeke · 21 years ago
  52. 7ca255b Link in the PowerPC back-end. by Brian Gaeke · 21 years ago
  53. 05e4e8a Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas. by Chris Lattner · 21 years ago
  54. 6f5592a Fixed PR#197. The libcrtend library is removed from the library linking list by John Criswell · 21 years ago
  55. 7f7d16b Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into by John Criswell · 21 years ago
  56. 0cccb18 Make sure to verify the result before writing out the bytecode file. Not doing by Chris Lattner · 21 years ago
  57. fa76183 finegrainify namespacification by Chris Lattner · 21 years ago
  58. e275fe8 Remove standard C header wrappers by Chris Lattner · 21 years ago
  59. 335eb9d Remove wrappers around std c files by Chris Lattner · 21 years ago
  60. f6608dd Ugh, fix some copy and pasted code that somehow never got compiled or something by Chris Lattner · 21 years ago
  61. e1567ae * Implement set/show args by Chris Lattner · 21 years ago
  62. 8b1125f implement the "null command" which repeats the last command by Chris Lattner · 21 years ago
  63. d508776 /me slaps head by Chris Lattner · 21 years ago
  64. 6d47bae Add new directory by Chris Lattner · 21 years ago
  65. 7af5c12 Initial checkin of the LLVM Source-Level Debugger. This is incomplete, but by Chris Lattner · 21 years ago
  66. c4ee274 Remove some pointless #includes by Chris Lattner · 21 years ago
  67. b74f4d0 Use getFileSize() instead of sys/stat.h directly by Chris Lattner · 21 years ago
  68. 97f752f Use new getFileSize function. Eliminate some using directives. Reorder #includes a bit by Chris Lattner · 21 years ago
  69. 74295c0 Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt just by Chris Lattner · 21 years ago
  70. 6fb6ce3 Pass extra arguments around n stuph by Chris Lattner · 21 years ago
  71. 269a428 Factor out code to ExecutionEngine by Chris Lattner · 21 years ago
  72. 3ef3dd3 Simplify code by Chris Lattner · 21 years ago
  73. efec966 * eliminate the -f argument to lli, as it was silly and never useful anyway by Chris Lattner · 21 years ago
  74. 7efea1d update comment by Chris Lattner · 21 years ago
  75. 368751f Modified the logic so that library objects with main() are only linked in by John Criswell · 21 years ago
  76. 1715ce0 Modified the linker so that it always links in an object from an archive by John Criswell · 21 years ago
  77. ac1ccae Rename method by Chris Lattner · 21 years ago
  78. ef1b62b There is no reason to add -load support to LLC by Chris Lattner · 21 years ago
  79. 2cdd21c Finegrainify namespacification by Chris Lattner · 21 years ago
  80. 3f6e798 Add an assertion to make sure we are at least getting argv[0] right. by Brian Gaeke · 21 years ago
  81. ca6cc6f Run tailcall elimination in a more logical place by Chris Lattner · 21 years ago
  82. b592fc2 Make 'opt -o -' work correctly instead of creating a file named './-' by Chris Lattner · 21 years ago
  83. aa2a47d Added the -h option for compatibility with other linkers. by John Criswell · 21 years ago
  84. de9750d Bugpoint had appalingly bad grammar. Fix some of it. by Chris Lattner · 21 years ago
  85. 1b74716 Do not leave a bunch of crud lying around by Chris Lattner · 21 years ago
  86. 1dcf7bc It is now after pldi. This issue has been fixed, so remove the hack by Chris Lattner · 21 years ago
  87. 57bd796 New command line parsing. This isn't as perfect as I would have liked. The CommandLine Library needs to be extended, in order to parse the options and allow for optional dashes. In addition, the help option isn't correct since I do the parsing mostly myself. But this is in the ocorrect ar format. by Tanya Lattner · 21 years ago
  88. 043b972 be 3.4 happy by Chris Lattner · 21 years ago
  89. 9e6f686 Fix compatibility with gcc 3.4 by Chris Lattner · 21 years ago
  90. 548e813 The function resolving pass must be run, even if -disable-opt is specified by Chris Lattner · 21 years ago
  91. 6cc8ca9 * The return value of LinkLibraries is ignored, so remove it. by Chris Lattner · 21 years ago
  92. 0d2459a I'm gonna be picky and say we don't really need that trailing slash "lib/" by Misha Brukman · 21 years ago
  93. 3e15c7a Make sure we ONLY add a `-load' switch to the JIT command line if the file is by Misha Brukman · 21 years ago
  94. c6b519d Do not DESTROY programs by default. No wonder bugpoint was not being useful all this time! by Chris Lattner · 21 years ago
  95. 3edb77c Revert the previous patch since it causes lots of miscompilations. :( :( by Chris Lattner · 21 years ago
  96. 8bc098b Do not crash when dealing with invoke and unwind instructions! by Chris Lattner · 21 years ago
  97. 89eca90 Use new interfaces by Chris Lattner · 21 years ago
  98. 14b170f Reorder passes a bit. In particular, it makes sense to run globaldce IMMEDIATELY after funcresolve. Also, run the mem2reg pass _early_ so that IPCP and DAE actually do stuff. by Chris Lattner · 21 years ago
  99. 3e25f2e When writing out the runner script, add -load=<lib> lines to pull in all the by Misha Brukman · 21 years ago
  100. 84fbc65 Add ability to search only for native shared object, and expose the by Misha Brukman · 21 years ago