1. 6d11ddb Rename EXTRA_FLAGS to EXTRA_OPTIONS. by Evan Cheng · 18 years ago
  2. 02cdb37 Fix an error message regression. Print: by Chris Lattner · 18 years ago
  3. 186fb7d Don't require src/dst patterns to be able to fully resolve their types, by Chris Lattner · 18 years ago
  4. a354849 Make sure to use the result of the pattern to infer the result type of the by Chris Lattner · 18 years ago
  5. 8f60d54 Improve a comment. by Chris Lattner · 18 years ago
  6. 8d3af5e Instructions with variable operands (variable_ops) can have a number required by Evan Cheng · 18 years ago
  7. d7c2c86 Allow more use of iPTR in patterns. by Evan Cheng · 18 years ago
  8. e945f4d Added support for variable_ops. by Evan Cheng · 18 years ago
  9. bc6b86a Fix support for optional input flag. by Evan Cheng · 18 years ago
  10. 50c997e getOperandNum(): error if specified operand number is out of range. by Evan Cheng · 18 years ago
  11. f6dc20f Add a new -compileflags options, remove old externals location specifiers. by Chris Lattner · 18 years ago
  12. 11bcd28 Wrap to 80 cols by Chris Lattner · 18 years ago
  13. 19fd7ef Add -extraflags FLAGS to pass extra compilation options. by Evan Cheng · 18 years ago
  14. d386e55 Don't build tblgen with -pedantic or -Wno-long-long by Reid Spencer · 18 years ago
  15. 553ef1b Can't trust NodeDepth when checking for possibility of load folding creating by Evan Cheng · 18 years ago
  16. b0793f9 Fixed a really ugly bug. The TableGen'd isel is not freeing the "inflight set" by Evan Cheng · 18 years ago
  17. 243be2c Don't make zero-sized static arrays by Chris Lattner · 18 years ago
  18. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
  19. d15531b Now that iPTR is a fully resolved type. We end up losing the type check for by Evan Cheng · 18 years ago
  20. 21d03f2 lib/Target/Target.td by Evan Cheng · 18 years ago
  21. 764811f Don't generate getCalleeSaveReg and getCalleeSaveRegClasses anymore. by Evan Cheng · 18 years ago
  22. 6b12516 Typo by Evan Cheng · 18 years ago
  23. 2618d07 Remove PointerType from target definition. Use abstract type MVT::iPTR to by Evan Cheng · 18 years ago
  24. 44a65fa Allow patterns to refer to physical registers that belong to multiple by Evan Cheng · 18 years ago
  25. dd73e7f Don't try to reference uninitialized data. Make sure we can find "nm". by Reid Spencer · 18 years ago
  26. 9812f1c Noop instruction by Evan Cheng · 18 years ago
  27. d9d4518 Unused instruction by Evan Cheng · 18 years ago
  28. 2ca0efd Also add super- register classes info. by Evan Cheng · 18 years ago
  29. 3eff89b Watch out for the following case: by Evan Cheng · 18 years ago
  30. 045953c Fix a load folding bug. It is exposed by a multi- resulting instructions by Evan Cheng · 18 years ago
  31. 8d58e6a Add sub-register class information. by Evan Cheng · 18 years ago
  32. 829bcb1 Attempt to get this script working on Darwin. by Reid Spencer · 19 years ago
  33. 108714c Set isStore of instructions with ISD::TRUNCSTORE root node. by Evan Cheng · 19 years ago
  34. eff5c36 Put instruction names into the first non TargetInstrInfo namespace found. by Chris Lattner · 19 years ago
  35. a1e8a80 instructions can be in different namespaces. Make sure to use the right by Chris Lattner · 19 years ago
  36. afba446 Formating by Evan Cheng · 19 years ago
  37. 6f6360d Mark instructions whose pattern is (store ...) isStore. by Evan Cheng · 19 years ago
  38. 55d0fa1 Remove the temporary option: -no-isel-fold-inflight by Evan Cheng · 19 years ago
  39. 61a0209 When isel'ing a node, mark its operands "InFlight" before selecting them. These by Evan Cheng · 19 years ago
  40. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 19 years ago
  41. 444b2cf Remove the extraneous --defined-only option to nm. This is the default and by Reid Spencer · 19 years ago
  42. 44fa691 Don't require the "dot" program if -flat option is given, and don't produce by Reid Spencer · 19 years ago
  43. ca40bb9 Remove the llvm-config directory. Its now in tools. by Reid Spencer · 19 years ago
  44. ca432ac llvm-config doesn't live here anymore ==> tools by Reid Spencer · 19 years ago
  45. d075dfb Update the library dependencies for 1.8 with SparcV9 now gone. by Reid Spencer · 19 years ago
  46. 118af5f Remove Burg as a directory to be considered. by Reid Spencer · 19 years ago
  47. ab38f5b remove some stuff by Chris Lattner · 19 years ago
  48. 63ed92e Burg not needed any more now that SparcV9 is gone. by Reid Spencer · 19 years ago
  49. 719c2fc Don't fill in fields that no longer exist. by Chris Lattner · 19 years ago
  50. c81d2a0 Rename AddedCost to AddedComplexity. by Evan Cheng · 19 years ago
  51. 5941320 Allow "let AddedCost = n in" to increase pattern complexity. by Evan Cheng · 19 years ago
  52. 309db81 Fix a build failure on Vladimir's tester. by Chris Lattner · 19 years ago
  53. 8c3e847 Encode a cost of zero as a cost of 1. by Chris Lattner · 19 years ago
  54. 195d8ad Really, I can count! by Chris Lattner · 19 years ago
  55. cf1f644 assign stable opcodes to the various altivec ops. by Chris Lattner · 19 years ago
  56. 2f97623 PPCPerfectShuffle.h is autogenerated, don't include it in the LOC counts. by Chris Lattner · 19 years ago
  57. 4ad53bd Rename BuildShuffleTable -> PerfectShuffle by Chris Lattner · 19 years ago
  58. 3033d4d rename the table by Chris Lattner · 19 years ago
  59. 27e98aa Initial checking of a perfect shuffle generation program for 4-element by Chris Lattner · 19 years ago
  60. 43fdfdc Allow an option, -with-externals, to be specified that provides the location by Reid Spencer · 19 years ago
  61. 28421d0 Add missing things to the distribution. by Reid Spencer · 19 years ago
  62. 7f71e21 one too many l's by Chris Lattner · 19 years ago
  63. 42aa3a5 Fix a typo in the name of a file. by Reid Spencer · 19 years ago
  64. db4f336 Additional files to distribute. by Reid Spencer · 19 years ago
  65. d853fd6 Add the llvm-config directory to the EXTRA_DIST line so it gets distributed by Reid Spencer · 19 years ago
  66. 65c1e46 make recovering running_Olden data easier when the nightly tester eats the graphs by Andrew Lenharth · 19 years ago
  67. 4b2362e Fix a typo: Instr* -> Intr* by Chris Lattner · 19 years ago
  68. 91ded08 Infer element types for shuffle masks by Chris Lattner · 19 years ago
  69. 52793e2 rename a method, to avoid confusion with llvm intrinsics. by Chris Lattner · 19 years ago
  70. 5348e39 Adjust the Intrinsics.gen interface a little bit by Chris Lattner · 19 years ago
  71. b831691 regenerate by Chris Lattner · 19 years ago
  72. 711e5d9 Generalize the previous binary operator support and add a string concatenation by Chris Lattner · 19 years ago
  73. ffa4fdc Allow bits init values to be used in patterns, turn them into ints. by Chris Lattner · 19 years ago
  74. f124b46 Final bugfix for PR724. GCC won't inline varargs functions, so use one to by Chris Lattner · 19 years ago
  75. c4d9b24 When emitting code for the verifier, instead of emitting each case statement by Chris Lattner · 19 years ago
  76. 8177969 regenerate by Chris Lattner · 19 years ago
  77. 8c06318 Implement Regression/TableGen/DagDefSubst.ll by Chris Lattner · 19 years ago
  78. f065a6f Don't sort the names before outputing the intrinsic name table. It causes a by Evan Cheng · 19 years ago
  79. b026e70 Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum value. Split them into separate enums. by Chris Lattner · 19 years ago
  80. 6a160fb Only compute intrinsic valuetypes when in a target .td file. by Chris Lattner · 19 years ago
  81. 76f8c7c revert this, it breaks things. by Chris Lattner · 19 years ago
  82. 8850a1b Add support for decoding iPTR to the right pointer type. by Chris Lattner · 19 years ago
  83. 2c4e65d Print error messages like this: by Chris Lattner · 19 years ago
  84. 5c4c774 Add a missing check which cause an invalid .td file to crash tblgen by Chris Lattner · 19 years ago
  85. 9bf2d3e When failing selection for an intrinsic, print this: by Chris Lattner · 19 years ago
  86. 5a1df38 Change approach so that we get codegen for free for intrinsics. With this, by Chris Lattner · 19 years ago
  87. 947604b fix 80 column violations by Chris Lattner · 19 years ago
  88. 550525e Parse intrinsics correctly and perform type propagation. This doesn't currently by Chris Lattner · 19 years ago
  89. 47622e3 Add dwarf register numbering to register data. by Jim Laskey · 19 years ago
  90. 2ca956f Make sure to initialize the TheDef field! by Chris Lattner · 19 years ago
  91. 43fbbc3 Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest of by Chris Lattner · 19 years ago
  92. 7056de3 extract some more information from the intrinsic table by Chris Lattner · 19 years ago
  93. 1c070fc Remove the interpreter component as its not working at the moment. by Reid Spencer · 19 years ago
  94. 96bfd4a Add a .cvsignore file to get rid of notices about gram.tab.[ch] by Reid Spencer · 19 years ago
  95. 4d9f05c Add new generated files to be ignored. by Reid Spencer · 19 years ago
  96. f39fcc7 Ignore temporary files generated by building. by Reid Spencer · 19 years ago
  97. b195d9d Update to llvm-config tool, by Erik Kidd: by Reid Spencer · 19 years ago
  98. 2fee235 A little script to find LLVM symbols. Ideally this would use c++filt for by Reid Spencer · 19 years ago
  99. 025213e Don't print out ugly command line when building LibDeps.txt. by Reid Spencer · 19 years ago
  100. ff9b038 Updated for library changes: by Reid Spencer · 19 years ago