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