1. 9302ba4 Fix minor bug in previous checkin by Chris Lattner · 20 years ago
  2. 1caef2c change how we invoke the printer. Instead of passing in the MO directly, by Chris Lattner · 20 years ago
  3. cf03da0 Start parsing more information from the Operand information by Chris Lattner · 20 years ago
  4. 552a842 Remove special case hacks by Chris Lattner · 20 years ago
  5. ad346ad Deleted commented-out code as we now get namespace directly, add comments by Misha Brukman · 20 years ago
  6. e2ba778 Use the target name instead of hard-coding SparcV9. by Misha Brukman · 20 years ago
  7. 2b27b88 This was a good idea, but until this does not break the build of by Chris Lattner · 20 years ago
  8. d7a5b28 Use the current target name instead of a ClassPrefix. by Misha Brukman · 20 years ago
  9. eb178c1 * Use Classname and ClassPrefix instead of hard-coded V9 values by Misha Brukman · 20 years ago
  10. 047e606 Split out -disable-codegen into -disable-llc and -disable-jit. by Brian Gaeke · 20 years ago
  11. 4e4f863 * Added documentation in the file header by Misha Brukman · 20 years ago
  12. c3d5f3e Be picky by Chris Lattner · 20 years ago
  13. 2d12b2c Instructions no longer need to have names. by Chris Lattner · 20 years ago
  14. 076efa7 Add support for asm printing machine instructions that have operands. by Chris Lattner · 20 years ago
  15. 87c5905 Parse the operand list of the instruction. We currently support register and immediate operands. by Chris Lattner · 20 years ago
  16. 2e1f51b Initial cut at an asm writer emitter. So far, this only handles emission of by Chris Lattner · 20 years ago
  17. ec35240 Add, and start using, the CodeGenInstruction class. This class represents by Chris Lattner · 20 years ago
  18. 803a5f6 Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h) by Chris Lattner · 20 years ago
  19. 2082ebe Finegrainify namespacification by Chris Lattner · 20 years ago
  20. 5850599 Support new flag by Chris Lattner · 20 years ago
  21. fe2597a Fix the nightly tester to default to using gnuplot in /usr/bin by Chris Lattner · 20 years ago
  22. 892cdb3 Ugh, the upgrade of zion brought in GCC 3.3.2, our arch nemesis. by Chris Lattner · 20 years ago
  23. 1dba7ab Implement test/Regression/TableGen/ListSlices.td by Chris Lattner · 20 years ago
  24. b0fef64 Add initial support for list slices. This currently allows you to do stuff by Chris Lattner · 20 years ago
  25. a60ff2e A utility to run an arbitrary program on each of the LLVM source files. by Reid Spencer · 20 years ago
  26. 5c2e282 Change column name by Chris Lattner · 20 years ago
  27. 9879aa9 Remove some abandoned code that was never finished. If needed in the future by Chris Lattner · 20 years ago
  28. bd93533 Passing integer 0 in for a pointer value doesn't work on IA64. Fix this by Chris Lattner · 20 years ago
  29. 42df6d1 Make tblgen not try to be smart. This is better handled in makefiles if by Chris Lattner · 20 years ago
  30. 23a354d Fix some thinkos in the script (error handling, proper argument handling). by Reid Spencer · 20 years ago
  31. ebeebec Change the "rotate by 90" xtics specification to just "rotate" which is by Reid Spencer · 20 years ago
  32. 7cccb2d Caused the labels on the small plots to be drawn vertically instead of by Reid Spencer · 20 years ago
  33. 86840d0 Fix relative links for nightly testers not hosted on llvm.cs. by Chris Lattner · 20 years ago
  34. 2280098 Don't try to run qmtests if we fail to build the tree. The qmtests (at by Brian Gaeke · 20 years ago
  35. c5b6705 Move the tests for readability of the template and gnuplot files so they by Reid Spencer · 20 years ago
  36. 1d91463 Added a -noexternals options to avoid performing the externals tests on by Reid Spencer · 20 years ago
  37. a337f0c Make sure GetRegEx returns something gnuplot can deal with (a number, not by Reid Spencer · 20 years ago
  38. cb6a3aa - Added the -nice option for nicing the build processes. by Reid Spencer · 20 years ago
  39. 900576f Added start time, finish time, and platform (uname -a output) information by Reid Spencer · 20 years ago
  40. 60f5cf4 Removed extra href close tag by Tanya Lattner · 20 years ago
  41. 294984c Handle shifts >= 32 bits. by Misha Brukman · 20 years ago
  42. 3048373 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 20 years ago
  43. 8e6d2bb Make fpcmp handle running off of the beginning or end of the file correctly. by Chris Lattner · 20 years ago
  44. 2d67208 A utility to search the LLVM source tree for a grep pattern. This is a by Reid Spencer · 20 years ago
  45. 0603079 Make header comment fit within 80 cols. by Misha Brukman · 20 years ago
  46. 8238c27 The correct prototype is `int atoi(CONST char*)'. Unbroke AIX build. by Misha Brukman · 20 years ago
  47. 4a4bfd8 Get rid of "might be uninitialized" warnings when compiling with GCC 3.3.2 by Reid Spencer · 20 years ago
  48. 253231e Don't trim @PrevDays (causing an error) if it isn't long enough. by Brian Gaeke · 20 years ago
  49. f6d0233 Add two options to the program: by Reid Spencer · 20 years ago
  50. 43f3867 Allow dates with slashes in them in $DateRE. by Brian Gaeke · 20 years ago
  51. 389174b Columnized the compilation statistics for easier reading. by Reid Spencer · 20 years ago
  52. ff2c64c Fix the really bizarre stuff that happened last night in the tester by Chris Lattner · 20 years ago
  53. 1a8c917 Regularize title of Regression Test section. Clean up some blank space. by Reid Spencer · 20 years ago
  54. f5d0af3 * Fix indentation of Regression Test Results by making sure the by Reid Spencer · 20 years ago
  55. bebdb20 Emit a more sensible error message if no subclasses of Target are defined. by Misha Brukman · 20 years ago
  56. 8566854 Honor DISABLE_CBE, etc., even when doing the "running tests" (i.e., Olden) by Brian Gaeke · 20 years ago
  57. 1770e2c Allow script to set configure args. Allow environment to set llvmgccdir. by Brian Gaeke · 20 years ago
  58. 20d13ea Add -disable-codegen option to disable LLC and JIT targets by Chris Lattner · 20 years ago
  59. f252371 Align the lower portion of the page with the left margin so that the page by Reid Spencer · 20 years ago
  60. aa0bfbe Clean up the Feature and Regression test output to (a) use section headers, by Reid Spencer · 20 years ago
  61. 542e859 Make the Regression/Feature test support excise all ": PASS" lines that by Reid Spencer · 20 years ago
  62. 4d00fde Changes to make the nightly tester run the regression tests at night, yaay! by Chris Lattner · 20 years ago
  63. 18884fa Right: the #includes are not needed either by Chris Lattner · 20 years ago
  64. 531b802 Use fileutilities instead of mmap directly by Chris Lattner · 20 years ago
  65. 91e43da doxygen no longer builds into the docs tree, and we no longer have boost by Chris Lattner · 20 years ago
  66. 36c5757 Add support for dos style files. by Chris Lattner · 20 years ago
  67. bed85ff Header file moved by Chris Lattner · 20 years ago
  68. e38adf5 Add hint about syntax-highlighting non-standardly-named LLVM Makefiles. by Misha Brukman · 20 years ago
  69. 6cdff92 Added `zeroinitializer' keyword. by Misha Brukman · 21 years ago
  70. 6893ead mmap of a zero length file returns null on some platforms, so hack around it. by Brian Gaeke · 21 years ago
  71. 9a459ab Fix typo. by Brian Gaeke · 21 years ago
  72. 7c8781e Spiff is no longer in our tree by Chris Lattner · 21 years ago
  73. 234b3ec The "best" of both worlds: readable C++ comments and valid HTML For doxygen. by Misha Brukman · 21 years ago
  74. 6de6a0a Fix bug, add support for +/- by Chris Lattner · 21 years ago
  75. 39975d3 Out with spiff, in with fpcmp by Chris Lattner · 21 years ago
  76. 0d8c3b6 Remove spiff. Though it looked good, it was not really as spiffy as it seemed by Chris Lattner · 21 years ago
  77. 337481a Okay, spiff is completely incapable of handling files of nontrivial size. by Chris Lattner · 21 years ago
  78. e8263c2 Increase buffer size again. *sigh* by Chris Lattner · 21 years ago
  79. 1ae684a Don't index spiff. It should not count as lines of LLVM code by Chris Lattner · 21 years ago
  80. 422acf2 Fixed sized limits are bad... duh. by Chris Lattner · 21 years ago
  81. f7dd526 Really spiff, don't chatter :) by Chris Lattner · 21 years ago
  82. 07b2c46 Don't underline diffs by Brian Gaeke · 21 years ago
  83. cce5a34 Clean up the Spiff code so that it emits fewer warnings. This by Brian Gaeke · 21 years ago
  84. 401be2c Build Spiff directory by Brian Gaeke · 21 years ago
  85. 0df5f9f Add the Spiff fp-aware diff utility from Bellcore by Brian Gaeke · 21 years ago
  86. 88ac78c by Jakub Staszak · 21 years ago
  87. 01b6a6f by Jakub Staszak · 21 years ago
  88. ffb33a1 Teach vim about the select instruction. Allow it to forget about the long-dead by Chris Lattner · 21 years ago
  89. 98124c8 Teach emacs about the select instruction by Chris Lattner · 21 years ago
  90. 5cedaba Default to using edge counts by Chris Lattner · 21 years ago
  91. ba2e098 Squash /usr/dcs path; use a 'require <version>' instead. by Brian Gaeke · 21 years ago
  92. 1d4c902 Add my regression finding by binary searching cvs script. by Brian Gaeke · 21 years ago
  93. c9699cc Added EH support. by John Criswell · 21 years ago
  94. f2cab76 Don't look in the .libs directories that libtool makes by Brian Gaeke · 21 years ago
  95. 8a4045e Do not remove an active template argument even if the superclass had one of the by Chris Lattner · 21 years ago
  96. 81d50ad Ignore X = X assignments that was causing Alkis's rewrite of X86.td to crash by Chris Lattner · 21 years ago
  97. ff367ee Assert instead of going into an infinite loop! by Chris Lattner · 21 years ago
  98. fd04ee6 Added support for C++ compilation. by John Criswell · 21 years ago
  99. 28ccd02 C++ version of llvm-native-gcc. by John Criswell · 21 years ago
  100. cac4b8e Updated to use llc to generate CBE code. by John Criswell · 21 years ago