1. f913f40 A couple of minor cleanups: don't forward declare private classes, put private by Chris Lattner · 20 years ago
  2. 06905db Cleanup and simplify manipulation of the program, eliminate the need for so by Chris Lattner · 20 years ago
  3. 0252626 Add a stub for debugging code generator crashes by Chris Lattner · 20 years ago
  4. a3de117 indent correctly by Chris Lattner · 20 years ago
  5. 722ca71 Don't yell. BUGPOINT should yell, not the tool runner :) by Chris Lattner · 20 years ago
  6. 7bb1154 Update comments, if we are running with the CBE, make sure the Interpreter by Chris Lattner · 20 years ago
  7. c8580b2 Byebye method by Chris Lattner · 20 years ago
  8. 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
  9. 5dcc366 ctor arguments changed order by Chris Lattner · 20 years ago
  10. 230fef8 Catch exception and print message as appropriate by Chris Lattner · 20 years ago
  11. 8c56be5 When an error occurs executing a tool, we now throw an exception instead by Chris Lattner · 20 years ago
  12. 74d4527 Bugpoint will be throwing exceptions soon, perpare for the worst. by Chris Lattner · 20 years ago
  13. c064e89 This class got moved to FileUtilities.h by Chris Lattner · 20 years ago
  14. ba9cc1f Give extract -o and -f options, just like every other tool! by Chris Lattner · 20 years ago
  15. c4601bf The CBE is now in llc, not llvm-dis by Chris Lattner · 20 years ago
  16. 9915cd9 The C backend is no longer in llvm-dis, it's in llc by Chris Lattner · 20 years ago
  17. df2cf41 The CBE is no longer in llvm-dis by Chris Lattner · 20 years ago
  18. 74661c8 When the user runs 'llc foo.bc -march=c', write the output to "foo.cbe.c", not by Chris Lattner · 20 years ago
  19. dc5feab Break a line that's over 80cols into two. by Misha Brukman · 20 years ago
  20. e8e7a18 Do not advertise our -c option anymore by Chris Lattner · 20 years ago
  21. 2f1f8e0 Mercilessly rip the cbackend out of llvm-dis. Leave a helpful error message by Chris Lattner · 20 years ago
  22. 666d20a Add support for -march=c by Chris Lattner · 20 years ago
  23. 055b3ff Change how we create the cwriter, and add a buttload of libraries that it now by Chris Lattner · 20 years ago
  24. c5cad21 Add check-exit-code option, defaulting to true. by Brian Gaeke · 21 years ago
  25. 89cf393 Factor profile information loading OUT of llvm-prof into libanalysis by Chris Lattner · 21 years ago
  26. 973e3ec7 Fix indentation of selectiondag. by Brian Gaeke · 21 years ago
  27. f2592ce Minor change to breakpoint (lack of) support by Chris Lattner · 21 years ago
  28. 2217bdb Add a -march=powerpc option. Automatically select it if this looks like a by Brian Gaeke · 21 years ago
  29. 7ca255b Link in the PowerPC back-end. by Brian Gaeke · 21 years ago
  30. 05e4e8a Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas. by Chris Lattner · 21 years ago
  31. 6f5592a Fixed PR#197. The libcrtend library is removed from the library linking list by John Criswell · 21 years ago
  32. 7f7d16b Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into by John Criswell · 21 years ago
  33. 0cccb18 Make sure to verify the result before writing out the bytecode file. Not doing by Chris Lattner · 21 years ago
  34. fa76183 finegrainify namespacification by Chris Lattner · 21 years ago
  35. e275fe8 Remove standard C header wrappers by Chris Lattner · 21 years ago
  36. 335eb9d Remove wrappers around std c files by Chris Lattner · 21 years ago
  37. f6608dd Ugh, fix some copy and pasted code that somehow never got compiled or something by Chris Lattner · 21 years ago
  38. e1567ae * Implement set/show args by Chris Lattner · 21 years ago
  39. 8b1125f implement the "null command" which repeats the last command by Chris Lattner · 21 years ago
  40. d508776 /me slaps head by Chris Lattner · 21 years ago
  41. 6d47bae Add new directory by Chris Lattner · 21 years ago
  42. 7af5c12 Initial checkin of the LLVM Source-Level Debugger. This is incomplete, but by Chris Lattner · 21 years ago
  43. c4ee274 Remove some pointless #includes by Chris Lattner · 21 years ago
  44. b74f4d0 Use getFileSize() instead of sys/stat.h directly by Chris Lattner · 21 years ago
  45. 97f752f Use new getFileSize function. Eliminate some using directives. Reorder #includes a bit by Chris Lattner · 21 years ago
  46. 74295c0 Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt just by Chris Lattner · 21 years ago
  47. 6fb6ce3 Pass extra arguments around n stuph by Chris Lattner · 21 years ago
  48. 269a428 Factor out code to ExecutionEngine by Chris Lattner · 21 years ago
  49. 3ef3dd3 Simplify code by Chris Lattner · 21 years ago
  50. efec966 * eliminate the -f argument to lli, as it was silly and never useful anyway by Chris Lattner · 21 years ago
  51. 7efea1d update comment by Chris Lattner · 21 years ago
  52. 368751f Modified the logic so that library objects with main() are only linked in by John Criswell · 21 years ago
  53. 1715ce0 Modified the linker so that it always links in an object from an archive by John Criswell · 21 years ago
  54. ac1ccae Rename method by Chris Lattner · 21 years ago
  55. ef1b62b There is no reason to add -load support to LLC by Chris Lattner · 21 years ago
  56. 2cdd21c Finegrainify namespacification by Chris Lattner · 21 years ago
  57. 3f6e798 Add an assertion to make sure we are at least getting argv[0] right. by Brian Gaeke · 21 years ago
  58. ca6cc6f Run tailcall elimination in a more logical place by Chris Lattner · 21 years ago
  59. b592fc2 Make 'opt -o -' work correctly instead of creating a file named './-' by Chris Lattner · 21 years ago
  60. aa2a47d Added the -h option for compatibility with other linkers. by John Criswell · 21 years ago
  61. de9750d Bugpoint had appalingly bad grammar. Fix some of it. by Chris Lattner · 21 years ago
  62. 1b74716 Do not leave a bunch of crud lying around by Chris Lattner · 21 years ago
  63. 1dcf7bc It is now after pldi. This issue has been fixed, so remove the hack by Chris Lattner · 21 years ago
  64. 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
  65. 043b972 be 3.4 happy by Chris Lattner · 21 years ago
  66. 9e6f686 Fix compatibility with gcc 3.4 by Chris Lattner · 21 years ago
  67. 548e813 The function resolving pass must be run, even if -disable-opt is specified by Chris Lattner · 21 years ago
  68. 6cc8ca9 * The return value of LinkLibraries is ignored, so remove it. by Chris Lattner · 21 years ago
  69. 0d2459a I'm gonna be picky and say we don't really need that trailing slash "lib/" by Misha Brukman · 21 years ago
  70. 3e15c7a Make sure we ONLY add a `-load' switch to the JIT command line if the file is by Misha Brukman · 21 years ago
  71. c6b519d Do not DESTROY programs by default. No wonder bugpoint was not being useful all this time! by Chris Lattner · 21 years ago
  72. 3edb77c Revert the previous patch since it causes lots of miscompilations. :( :( by Chris Lattner · 21 years ago
  73. 8bc098b Do not crash when dealing with invoke and unwind instructions! by Chris Lattner · 21 years ago
  74. 89eca90 Use new interfaces by Chris Lattner · 21 years ago
  75. 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
  76. 3e25f2e When writing out the runner script, add -load=<lib> lines to pull in all the by Misha Brukman · 21 years ago
  77. 84fbc65 Add ability to search only for native shared object, and expose the by Misha Brukman · 21 years ago
  78. 438e364 For consistency, removed space between function name and left paren in function by Misha Brukman · 21 years ago
  79. 9839969 * Doxygenified comments, simplifying them and shortening in the process by Misha Brukman · 21 years ago
  80. 8b1daa3 Unbreak the "-" as filename hack. by Brian Gaeke · 21 years ago
  81. 8204287 Also print an error msg. for files we cannot currently deal with. by Brian Gaeke · 21 years ago
  82. 08d03c7 Fix PR134, by checking FileOpenable() on each input file before analyzing its by Brian Gaeke · 21 years ago
  83. c8db76c Only use -Wl,-R. if HAVE_LINK_R. by Brian Gaeke · 21 years ago
  84. 1c0b698 Include Support/FileUtilities.h. by Brian Gaeke · 21 years ago
  85. 1ab90d4 Add a -verify option to verify the results of gccld passes. by Brian Gaeke · 21 years ago
  86. 2282ae1 When we find a module we want, in an archive, in verbose mode, by Brian Gaeke · 21 years ago
  87. a8d76d4 As the comments indicate, this is a temporary, repulsive, hack by Chris Lattner · 21 years ago
  88. 6a45da0 Restore the -llvm option by Chris Lattner · 21 years ago
  89. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  90. 0d723ac Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments. by Brian Gaeke · 21 years ago
  91. aab9ca7 'Tis quite silly to check for a cached version of the entire executable. That by Misha Brukman · 21 years ago
  92. ee8adb1 This version of Linker.cpp works a lot better, but it's a little messy. Sorry. by Brian Gaeke · 21 years ago
  93. fa33a13 The caching will not live in LLEE's execve() handler; that's suboptimal. by Misha Brukman · 21 years ago
  94. cc650b6 Give gccld more guts by Chris Lattner · 21 years ago
  95. cde1cf3 Add new command line option by Chris Lattner · 21 years ago
  96. aee4de9 Give this header file an Emacs mode-line. by Brian Gaeke · 21 years ago
  97. 00cc86a Do not assume the first file is a bytecode file. Instead, construct a dummy by Brian Gaeke · 21 years ago
  98. 3b3640a Shorten and correct some function-header comments. by Brian Gaeke · 21 years ago
  99. fcb6ec0 I hate it when bugpoint is all ready to give me a bytecode file, then crashes by Chris Lattner · 21 years ago
  100. 417477d Simplify the performFinalCleanups interface by Chris Lattner · 21 years ago