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