1. b9f01eb Fix a minor bug, add comments by Chris Lattner · 19 years ago
  2. a28aec1 teach the type inference code how to infer types for instructions and node by Chris Lattner · 19 years ago
  3. ae5b350 put instructions into a map instead of a vector for quick lookup by Chris Lattner · 19 years ago
  4. ae6d828 when parsing instructions remember information about the types taken and by Chris Lattner · 19 years ago
  5. abbb605 Start parsing "Pattern" nodes by Chris Lattner · 19 years ago
  6. b39e4be rename a couple of methods, add structure for pattern parsing by Chris Lattner · 19 years ago
  7. f131184 Verify that xform functions only occur in logical places by Chris Lattner · 19 years ago
  8. 2175c18 Promote xform fns to be explicit nodes in result patterns, and clean off by Chris Lattner · 19 years ago
  9. b027620 start building the instruction dest pattern correctly. Change the xform by Chris Lattner · 19 years ago
  10. 7da852f catch unnamed inputs by Chris Lattner · 19 years ago
  11. 0b59225 check that there are no unexpected operands by Chris Lattner · 19 years ago
  12. c4a8b73 force all instruction operands to be named. by Chris Lattner · 19 years ago
  13. 5d7d3db Check that operands have unique names. REJECT instructions with broken operand by Chris Lattner · 19 years ago
  14. 3a7319d fix a broke range check by Chris Lattner · 19 years ago
  15. d8a3bde Parse significantly more of the instruction pattern, now collecting and by Chris Lattner · 19 years ago
  16. 39e8af9 Verify that set destinations occur first in the instruction operand list. by Chris Lattner · 19 years ago
  17. a974b20 add an accessor by Chris Lattner · 19 years ago
  18. 71cdb7f remove some code that isn't ready for prime time by Chris Lattner · 19 years ago
  19. ec67643 Switch to a slightly more structured representation for instructions by Chris Lattner · 19 years ago
  20. 5f8cb2a Add some more checking/verification code by Chris Lattner · 19 years ago
  21. 1f39e29 start parsing instructions into patterns, start doing many more checks of by Chris Lattner · 19 years ago
  22. f4f33ba don't emit the namespace inside the class! by Chris Lattner · 19 years ago
  23. 1048b7a Emit code suitable for emission into the ISel class, allowing us to use/define by Chris Lattner · 19 years ago
  24. 6de8b53 continue xform function parsing by Chris Lattner · 19 years ago
  25. 24eeeb8 Start parsing node transformation information by Chris Lattner · 19 years ago
  26. 8f49313 Add a new Record::getValueAsCode method to mirror the other getValueAs* by Chris Lattner · 19 years ago
  27. ee9f0c3 completely eliminate TreePattern::PatternType by Chris Lattner · 19 years ago
  28. 2b931e8 Regenerate by Chris Lattner · 19 years ago
  29. 2fc4f12 Rearrange two rules, which apparently makes some versions of bison happier. by Chris Lattner · 19 years ago
  30. 8337b07 Fix miscellaneous Visual Studio build problems. by Jeff Cohen · 19 years ago
  31. 3793709 add an accessor to provide more checking by Chris Lattner · 19 years ago
  32. f2a17a7 use new accessors to simplify code. Add checking to make sure top-level instr by Chris Lattner · 19 years ago
  33. 2018005 add some accessors by Chris Lattner · 19 years ago
  34. 95f6b76 Fix incorrect comment by Chris Lattner · 19 years ago
  35. 3270760 Implement a complete type inference system for dag patterns, based on the by Chris Lattner · 19 years ago
  36. e9f4ba8 Compute the value types that are natively supported by a target. by Chris Lattner · 19 years ago
  37. 33c92e9 Parse information about type constraints on SDNodes by Chris Lattner · 19 years ago
  38. 6af14a6 use node info in the one place we currently use it by Chris Lattner · 19 years ago
  39. ca559d0 start parsing SDNode info records by Chris Lattner · 19 years ago
  40. 751eabf Fix indentation by Chris Lattner · 19 years ago
  41. ca572be regenerate by Chris Lattner · 19 years ago
  42. a1207a5 Add support for automatically created anonymous definitions. by Chris Lattner · 19 years ago
  43. ba4b144 regenerate by Chris Lattner · 19 years ago
  44. 69b545e Tabs to spaces. by Chris Lattner · 19 years ago
  45. fbf8e57 Keep names even when inlining. This allows us to realize that ADDI is: by Chris Lattner · 19 years ago
  46. 54cb8fd Initial cut of the dag isel generator. This is still very much a work in by Chris Lattner · 19 years ago
  47. 6b5d9cd Rename a class. These files are being migrated to the new isel and I want to by Chris Lattner · 19 years ago
  48. 46a7800 regenerate by Chris Lattner · 19 years ago
  49. 9978332 Tighten up the specification to allow TableGen/nested-comment.td to pass by Chris Lattner · 19 years ago
  50. 4a24c64 Add an option and stuff implementation of a dag isel emitter by Chris Lattner · 19 years ago
  51. 68a24bd Implement PR614: by Reid Spencer · 20 years ago
  52. e3cbf82 spell this right by Chris Lattner · 20 years ago
  53. 5f89bf0 spell this variable right by Chris Lattner · 20 years ago
  54. 8b50f9b Expose a new flag to TargetInstrInfo by Chris Lattner · 20 years ago
  55. 9fdd6e3 add a marker at the end of the instruction enum list by Chris Lattner · 20 years ago
  56. 8d30c23 by Chris Lattner · 20 years ago
  57. 60200e5 Expose the derived register classes to the public header, allowing them by Chris Lattner · 20 years ago
  58. ac46893 Split register class "Methods" into MethodProtos and MethodBodies by Chris Lattner · 20 years ago
  59. 42de581 Refactor to use Target.getRegisterClasses consistently, which provides by Chris Lattner · 20 years ago
  60. d5aa3e2 Emit real operand info for instructions. This currently works but is bad by Chris Lattner · 20 years ago
  61. c67c18f Read the namespace field from register classes by Chris Lattner · 20 years ago
  62. 22c6202 add a setName method to record by Chris Lattner · 20 years ago
  63. 936dd92 Add a setName method to Record. by Chris Lattner · 20 years ago
  64. 0e384b6 For now, just emit empty operand info structures. by Chris Lattner · 20 years ago
  65. bfd4f55 Fix a problem jeffc noticed by Chris Lattner · 20 years ago
  66. fcd60a0 The code emitter generator only supports targets with 32-bit instruction by Chris Lattner · 20 years ago
  67. d98958f now that all of the targets are clean w.r.t. the number of operands for each by Chris Lattner · 20 years ago
  68. cfbf96a Figure out how many operands each instruction has, keep track of whether by Chris Lattner · 20 years ago
  69. f372ae6 revert this change, which causes breakage, temporarily by Chris Lattner · 20 years ago
  70. a3ac88d When emitting implicit use/def lists, only emit each unique list once. Though by Chris Lattner · 20 years ago
  71. dcfa353 Fill in the numOperands field of the TargetInstrDescriptor struct from the by Chris Lattner · 20 years ago
  72. e96e376 make is the standard name, not gmake by Chris Lattner · 20 years ago
  73. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  74. 3e3def9 Fix PR595: These error messages should not be looking at CGI.Name, they by Chris Lattner · 20 years ago
  75. afc5456 Add support for a TODO; instructions in .td files can now have arguments by Nate Begeman · 20 years ago
  76. 4391bb5 * Add ability to specify the target LLVM will compile for via configure by Misha Brukman · 20 years ago
  77. f5f37f0 Add a -cvstag option for testing specific branches, such as release candidates by Misha Brukman · 20 years ago
  78. edd47f2 now with a legend, and multiple lines work. by Andrew Lenharth · 20 years ago
  79. 24d7750 OK, the simple scheme for the db plus a couple of cgi scripts that by Andrew Lenharth · 20 years ago
  80. 74b0f11 It would help if the headings were sorted properly. by Reid Spencer · 20 years ago
  81. bfb7ca9 Fix a brain blunder in the HTML output. by Reid Spencer · 20 years ago
  82. 4dd4e6a Sometimes tab completion is *not* your friend. Added the wrong file, by by Reid Spencer · 20 years ago
  83. 05eaeae Add a script to generate information about the number of lines of code a by Reid Spencer · 20 years ago
  84. af26d3e add support for fastcc and friends by Chris Lattner · 20 years ago
  85. 2bb5508 * Fix wording of the warning by Misha Brukman · 20 years ago
  86. 653488d Hilight tail by Chris Lattner · 20 years ago
  87. e3142be import fix and plot multiple lines at once by Andrew Lenharth · 20 years ago
  88. e43b3fb Generate a gnuplot script for any program and any test (like llc or gcc) by Andrew Lenharth · 20 years ago
  89. 91aa9ee So you want to import nightly tester data into a data base? Have we got the perl script for you by Andrew Lenharth · 20 years ago
  90. 6e92729 fix for parse, and a start at db import. Using CVS as scp :) by Andrew Lenharth · 20 years ago
  91. 4430e3a A first step towards being able to do more interesting things with the nightly tester data. Moreinteresting things will come soon, so tune in by Andrew Lenharth · 20 years ago
  92. 55d2a1a elisp code to help with LLVM code standards compliance by Misha Brukman · 20 years ago
  93. 3d6eea5 .vimrc file to aid in LLVM coding standards conformance by Misha Brukman · 20 years ago
  94. ea3e5e5 Eliminate tabs and trailing spaces by Jeff Cohen · 20 years ago
  95. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  96. a6dcd0e ignore generated files by Chris Lattner · 20 years ago
  97. 6e19b5b fix bogus warning by Chris Lattner · 20 years ago
  98. 7dda395 Major change to tblgen: instead of resolving values every time a class is by Chris Lattner · 20 years ago
  99. 577057f implementing shifting of literal integers by Chris Lattner · 20 years ago
  100. b9266f8 Add initial lexer and parser support for shifting values. Every use of this by Chris Lattner · 20 years ago