1. b9a131e Added the POVRAY_ROOT to locate Povray. by John Criswell · 21 years ago
  2. 0538d42 Added an option for configuring Povray. By default, it should find my local by John Criswell · 21 years ago
  3. c224efb Build an archive for use with Povray. by John Criswell · 21 years ago
  4. 007726c Some more statistics improvements. by Alkis Evlogimenos · 21 years ago
  5. df158c7 Disambiguate statistic descriptions. by Alkis Evlogimenos · 21 years ago
  6. cea4471 Rename statistic and add another one. by Alkis Evlogimenos · 21 years ago
  7. 8ecc27e Add support for some string functions, the scanf family, and sprintf by Chris Lattner · 21 years ago
  8. 3da1258 Add a simple implementation of strncpy by Chris Lattner · 21 years ago
  9. 54e4e20 New testcase, do not emit a call to __builtin_sqrt, emit a call to sqrt instead! by Chris Lattner · 21 years ago
  10. 9832874 Bug fixed by Chris Lattner · 21 years ago
  11. 9d7c585 PR244: [llvm-gcc] miscompilation when a function is re-declared as static by Chris Lattner · 21 years ago
  12. 22f7646 Add checks for <execinfo.h> and backtrace(). by Brian Gaeke · 21 years ago
  13. fa510c4 Fix crash in debug output. by Alkis Evlogimenos · 21 years ago
  14. 38ce7e5 Use backtrace() and include execinfo.h, if they were detected by autoconf. by Brian Gaeke · 21 years ago
  15. 0c80389 Regenerated using autoheader-2.57. by Brian Gaeke · 21 years ago
  16. f526147 Regenerated using autoconf-2.57. by Brian Gaeke · 21 years ago
  17. 537fa98 Fix instruction numbering in debug output. by Alkis Evlogimenos · 21 years ago
  18. 39a0d5c Too many changes in one commit: by Alkis Evlogimenos · 21 years ago
  19. 5110bed If bugpoint can't match the reference output, at LEAST provide the output by Chris Lattner · 21 years ago
  20. bdc9784 Wild and passionate uncontrolled goose chases are amusing to watch, but not by Chris Lattner · 21 years ago
  21. 47dd276 Format a bit more nicely by Chris Lattner · 21 years ago
  22. f358c5a It is totally unacceptable to print out (literally) millions of zeros when by Chris Lattner · 21 years ago
  23. a803209 Add strndup by Chris Lattner · 21 years ago
  24. bbdfe40 Add a method useful for updating DSA by Chris Lattner · 21 years ago
  25. 6559615 Disable the stack trace thing until we can get an autoconf test for it. This by Chris Lattner · 21 years ago
  26. 3733f3b Make sure to print a stack trace whenever an error signal is delivered by Chris Lattner · 21 years ago
  27. 364d120 Make sure to print a stack trace whenever an error signal is delivered to by Chris Lattner · 21 years ago
  28. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 21 years ago
  29. 982774c Implement new function by Chris Lattner · 21 years ago
  30. 9717ee9 Add a new function by Chris Lattner · 21 years ago
  31. d195e99 Fix RA::verifyAssignment() by Alkis Evlogimenos · 21 years ago
  32. d368c61 Fix problem fusing spill code into instructions: we didn't update the live by Chris Lattner · 21 years ago
  33. a96478d Fix an iterator invalidation problem. :( by Chris Lattner · 21 years ago
  34. da8ab2e ADd a method for when an instruction moves by Chris Lattner · 21 years ago
  35. 5ed001b Add method to update livevar when an instruction moves by Chris Lattner · 21 years ago
  36. 7c955fd Be a bit more robust. Explicitly check for a code generator crash. by Chris Lattner · 21 years ago
  37. 8517e1f Fix a __LONG__ term annoyance of mine: symbolic registers weren't being printed by Chris Lattner · 21 years ago
  38. 5e61fa9 Add a MachineBasicBlock::getParent() method by Chris Lattner · 21 years ago
  39. 1d29a6d Make ToolExecutionError inherit std::exception and implement its by Alkis Evlogimenos · 21 years ago
  40. 280f9c9 Print stacktrace in STDERR before dying on a fatal signal. Currently by Alkis Evlogimenos · 21 years ago
  41. 2acef2d Rename reloads/spills to loads/stores. by Alkis Evlogimenos · 21 years ago
  42. 04319bb This is needed by assignment verification in linear-scan. by Alkis Evlogimenos · 21 years ago
  43. f66d906 Fix the "horribly N^2'd" problem when deleting individual instructions. by Chris Lattner · 21 years ago
  44. eb373aa Document the code generator debugger. by Chris Lattner · 21 years ago
  45. 15a2986 document the -march=c option by Chris Lattner · 21 years ago
  46. 8b18927 * Predicate the optimizer crash debugger on a function. by Chris Lattner · 21 years ago
  47. ea9212c Add a new method for use by the code generator crash debugger. by Chris Lattner · 21 years ago
  48. ca00512 Don't crash if there are no passes in the PassesToRun list by Chris Lattner · 21 years ago
  49. 9cbbee3 Add support for just running the code generator by Chris Lattner · 21 years ago
  50. f03715c Add support for just compiling a program by Chris Lattner · 21 years ago
  51. 779e640 Implement assignment correctness verification. by Alkis Evlogimenos · 21 years ago
  52. 52f8f56 Move unused typedefs in private section. Add method to return interval by Alkis Evlogimenos · 21 years ago
  53. 9709272 Make the executeProgram method exception safe, not leaving around bytecode by Chris Lattner · 21 years ago
  54. 0cc8807 Make more stuff public. Make the instruction argument to by Chris Lattner · 21 years ago
  55. a36ec88 make a bunch of methods public by Chris Lattner · 21 years ago
  56. f913f40 A couple of minor cleanups: don't forward declare private classes, put private by Chris Lattner · 21 years ago
  57. 06905db Cleanup and simplify manipulation of the program, eliminate the need for so by Chris Lattner · 21 years ago
  58. 0252626 Add a stub for debugging code generator crashes by Chris Lattner · 21 years ago
  59. a3de117 indent correctly by Chris Lattner · 21 years ago
  60. 722ca71 Don't yell. BUGPOINT should yell, not the tool runner :) by Chris Lattner · 21 years ago
  61. 7bb1154 Update comments, if we are running with the CBE, make sure the Interpreter by Chris Lattner · 21 years ago
  62. c8580b2 Byebye method by Chris Lattner · 21 years ago
  63. 89bf9ea If there is an error running a tool, include the error message (e.g. assertion failure) in the exception by Chris Lattner · 21 years ago
  64. e9f66b9 Add a label for the bump when we started counting llvm/projects by Chris Lattner · 21 years ago
  65. 5dcc366 ctor arguments changed order by Chris Lattner · 21 years ago
  66. 230fef8 Catch exception and print message as appropriate by Chris Lattner · 21 years ago
  67. 8c56be5 When an error occurs executing a tool, we now throw an exception instead by Chris Lattner · 21 years ago
  68. f5c8146 Change the order of the arguments to the ctor, allowing us to make the boolean default to true by Chris Lattner · 21 years ago
  69. 5f0e301 Pre-emptive commit of cfrac license information. by John Criswell · 21 years ago
  70. 74d4527 Bugpoint will be throwing exceptions soon, perpare for the worst. by Chris Lattner · 21 years ago
  71. c064e89 This class got moved to FileUtilities.h by Chris Lattner · 21 years ago
  72. f1e3285 Move a helper class out of bugpoint to here. by Chris Lattner · 21 years ago
  73. a972dad Extract has new options by Chris Lattner · 21 years ago
  74. ba9cc1f Give extract -o and -f options, just like every other tool! by Chris Lattner · 21 years ago
  75. 9b2c31c eliminate a pair of really inefficient methods now that noone uses them by Chris Lattner · 21 years ago
  76. e6d04f1 Eliminate operator[] is deprecated warnings by Chris Lattner · 21 years ago
  77. fdc01ce Fix deprecated operator[] warnings by Chris Lattner · 21 years ago
  78. e9118f3 Fix argument size for MOVSX and MOVZX instructions. by Alkis Evlogimenos · 21 years ago
  79. 23c114f Be more agressive when joining ranges. by Alkis Evlogimenos · 21 years ago
  80. 99d9923 Fix overly conservative spill interval computation. by Alkis Evlogimenos · 21 years ago
  81. 3a9986f Beautify debug output. by Alkis Evlogimenos · 21 years ago
  82. d9a7349 Added the Malloc perl benchmark license information. by John Criswell · 21 years ago
  83. 9502658 Bug fixed by Chris Lattner · 21 years ago
  84. bf6fd9d New testcase for PR245 by Chris Lattner · 21 years ago
  85. 57cb988 Fix PR245: Linking weak and strong global variables is dependent on link order by Chris Lattner · 21 years ago
  86. 28a631d When we complete the bottom-up pass, make sure to merge the globals in 'main' into by Chris Lattner · 21 years ago
  87. 3c5df26 Since tail duplication is currently neutered, we have to help the optimizer to remove the overhead of __main by Chris Lattner · 21 years ago
  88. cc0d2f5 Add support for GlobalAddress's for alkis by Chris Lattner · 21 years ago
  89. 9b9b7fc These store to memory too. by Alkis Evlogimenos · 21 years ago
  90. 56ddada Remove the -disable-kill option. The register allocator is buggy with it, by Chris Lattner · 21 years ago
  91. acce13e These store to memory, not read from it. by Chris Lattner · 21 years ago
  92. 6df708d Added espresso. by John Criswell · 21 years ago
  93. d886ed9 Instructiosn with 1 memory operand have 4 operands in our representation.. duh! by Alkis Evlogimenos · 21 years ago
  94. f41dada Align case statements. by Alkis Evlogimenos · 21 years ago
  95. 14ffe75 Add TEST and XCHG memory operand support. by Alkis Evlogimenos · 21 years ago
  96. 68bff8e Add OR and XOR memory operand support. by Alkis Evlogimenos · 21 years ago
  97. e287a00 Peephole optimize SUBmi{16,32} into SUBmi{16,32}b when immediate is 8 bits wide. by Alkis Evlogimenos · 21 years ago
  98. cacca82 ADDmi{16,32} should be in the next case statement. by Alkis Evlogimenos · 21 years ago
  99. a7be982 Add memory operand folding support for MUL, DIV, IDIV, NEG, NOT, by Alkis Evlogimenos · 21 years ago
  100. 89b0214 Add memory operand folding for CMP{rm,mr,mi}{8,16,32}, INCm{8,16,32} by Alkis Evlogimenos · 21 years ago