1. f872940 Parameterize target node ValueType to allow more sharing of emit functions. by Evan Cheng · 18 years ago
  2. fceb57a Reduce instruction selection code size and stack frame size by factoring by Evan Cheng · 18 years ago
  3. fb5115e The generated index array should be const. by Chris Lattner · 18 years ago
  4. 6af022f Emit the string information for the asm writer as a single large string by Chris Lattner · 18 years ago
  5. 79fbf7f Fixed an issue where the user specified gcc was not the gcc we report to the nightly test server. by Patrick Jenkins · 18 years ago
  6. cb12903 Clean up. by Jim Laskey · 18 years ago
  7. f1b05bf 1. Simplfy bit operations. 2. Coalesce instruction cases. by Jim Laskey · 18 years ago
  8. 0b7ae54 Syntax error. I will run perl -c before commiting perl scripts. by Patrick Jenkins · 18 years ago
  9. 4bde3bc Fixed some small bugs exposed when trying to get a sparc machine to run the script. Specifically some misnamed variables. by Patrick Jenkins · 18 years ago
  10. ed39343 Move base value of instruction to lookup table to prepare for case reduction. by Jim Laskey · 18 years ago
  11. 16d42c6 It was pointed out that DEBUG() is only available with -debug. by Jim Laskey · 18 years ago
  12. e37fe9b Ensure that dump calls that are associated with asserts are removed from by Jim Laskey · 18 years ago
  13. 1406bda Reduce bloat in target libraries by removing per machine instruction assertion by Jim Laskey · 18 years ago
  14. 7267bd6 Fixed some output issues where newlines were not being printed after error messages by Patrick Jenkins · 18 years ago
  15. 7b4bb60 Fixed an issue that tried to cat externalprogramstable.txt from the testresults directory when it doesnt exist. by Patrick Jenkins · 18 years ago
  16. 00fbdf1 Syntax error in NewNightlyTest.pl by Patrick Jenkins · 18 years ago
  17. 4c4e356 Fixed a variable naming issue for the External Program Results table. Also fixed an issue with printing the sent data to a sentdata.txt by Patrick Jenkins · 18 years ago
  18. 215b48f Updated comments at top of file to reflect relevant command line options. by Patrick Jenkins · 18 years ago
  19. a5c04d6 Added the -noremoveresults option which will not remove the $WebDir from the nightly test runs. by Patrick Jenkins · 18 years ago
  20. b26d39e Fixed variable naming issue that prevented $Prefix-senddata.txt from having any information by Patrick Jenkins · 18 years ago
  21. a539c03 tblgen uses EH by Chris Lattner · 18 years ago
  22. c6d945f Fixed a bug that looked for -Warnings.txt and -Tests.txt in ridiculous places. by Patrick Jenkins · 18 years ago
  23. 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
  24. 322812e Ugly hack! Add helper functions InsertInFlightSetEntry and by Evan Cheng · 18 years ago
  25. 2a0f984 Added -disable-cbe to disable C backend testing. by Evan Cheng · 18 years ago
  26. 14c299e Fix -extraflags by Evan Cheng · 18 years ago
  27. 6d11ddb Rename EXTRA_FLAGS to EXTRA_OPTIONS. by Evan Cheng · 18 years ago
  28. 02cdb37 Fix an error message regression. Print: by Chris Lattner · 18 years ago
  29. 186fb7d Don't require src/dst patterns to be able to fully resolve their types, by Chris Lattner · 18 years ago
  30. a354849 Make sure to use the result of the pattern to infer the result type of the by Chris Lattner · 18 years ago
  31. 8f60d54 Improve a comment. by Chris Lattner · 18 years ago
  32. 8d3af5e Instructions with variable operands (variable_ops) can have a number required by Evan Cheng · 18 years ago
  33. d7c2c86 Allow more use of iPTR in patterns. by Evan Cheng · 18 years ago
  34. e945f4d Added support for variable_ops. by Evan Cheng · 18 years ago
  35. bc6b86a Fix support for optional input flag. by Evan Cheng · 18 years ago
  36. 50c997e getOperandNum(): error if specified operand number is out of range. by Evan Cheng · 18 years ago
  37. f6dc20f Add a new -compileflags options, remove old externals location specifiers. by Chris Lattner · 18 years ago
  38. 11bcd28 Wrap to 80 cols by Chris Lattner · 18 years ago
  39. 19fd7ef Add -extraflags FLAGS to pass extra compilation options. by Evan Cheng · 18 years ago
  40. d386e55 Don't build tblgen with -pedantic or -Wno-long-long by Reid Spencer · 18 years ago
  41. 553ef1b Can't trust NodeDepth when checking for possibility of load folding creating by Evan Cheng · 18 years ago
  42. b0793f9 Fixed a really ugly bug. The TableGen'd isel is not freeing the "inflight set" by Evan Cheng · 18 years ago
  43. 243be2c Don't make zero-sized static arrays by Chris Lattner · 18 years ago
  44. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
  45. d15531b Now that iPTR is a fully resolved type. We end up losing the type check for by Evan Cheng · 18 years ago
  46. 21d03f2 lib/Target/Target.td by Evan Cheng · 18 years ago
  47. 764811f Don't generate getCalleeSaveReg and getCalleeSaveRegClasses anymore. by Evan Cheng · 18 years ago
  48. 6b12516 Typo by Evan Cheng · 18 years ago
  49. 2618d07 Remove PointerType from target definition. Use abstract type MVT::iPTR to by Evan Cheng · 18 years ago
  50. 44a65fa Allow patterns to refer to physical registers that belong to multiple by Evan Cheng · 18 years ago
  51. dd73e7f Don't try to reference uninitialized data. Make sure we can find "nm". by Reid Spencer · 18 years ago
  52. 9812f1c Noop instruction by Evan Cheng · 18 years ago
  53. d9d4518 Unused instruction by Evan Cheng · 18 years ago
  54. 2ca0efd Also add super- register classes info. by Evan Cheng · 18 years ago
  55. 3eff89b Watch out for the following case: by Evan Cheng · 18 years ago
  56. 045953c Fix a load folding bug. It is exposed by a multi- resulting instructions by Evan Cheng · 18 years ago
  57. 8d58e6a Add sub-register class information. by Evan Cheng · 18 years ago
  58. 829bcb1 Attempt to get this script working on Darwin. by Reid Spencer · 18 years ago
  59. 108714c Set isStore of instructions with ISD::TRUNCSTORE root node. by Evan Cheng · 18 years ago
  60. eff5c36 Put instruction names into the first non TargetInstrInfo namespace found. by Chris Lattner · 18 years ago
  61. a1e8a80 instructions can be in different namespaces. Make sure to use the right by Chris Lattner · 18 years ago
  62. afba446 Formating by Evan Cheng · 18 years ago
  63. 6f6360d Mark instructions whose pattern is (store ...) isStore. by Evan Cheng · 18 years ago
  64. 55d0fa1 Remove the temporary option: -no-isel-fold-inflight by Evan Cheng · 18 years ago
  65. 61a0209 When isel'ing a node, mark its operands "InFlight" before selecting them. These by Evan Cheng · 18 years ago
  66. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 18 years ago
  67. 444b2cf Remove the extraneous --defined-only option to nm. This is the default and by Reid Spencer · 18 years ago
  68. 44fa691 Don't require the "dot" program if -flat option is given, and don't produce by Reid Spencer · 18 years ago
  69. ca40bb9 Remove the llvm-config directory. Its now in tools. by Reid Spencer · 18 years ago
  70. ca432ac llvm-config doesn't live here anymore ==> tools by Reid Spencer · 18 years ago
  71. d075dfb Update the library dependencies for 1.8 with SparcV9 now gone. by Reid Spencer · 18 years ago
  72. 118af5f Remove Burg as a directory to be considered. by Reid Spencer · 18 years ago
  73. ab38f5b remove some stuff by Chris Lattner · 18 years ago
  74. 63ed92e Burg not needed any more now that SparcV9 is gone. by Reid Spencer · 18 years ago
  75. 719c2fc Don't fill in fields that no longer exist. by Chris Lattner · 18 years ago
  76. c81d2a0 Rename AddedCost to AddedComplexity. by Evan Cheng · 18 years ago
  77. 5941320 Allow "let AddedCost = n in" to increase pattern complexity. by Evan Cheng · 18 years ago
  78. 309db81 Fix a build failure on Vladimir's tester. by Chris Lattner · 18 years ago
  79. 8c3e847 Encode a cost of zero as a cost of 1. by Chris Lattner · 18 years ago
  80. 195d8ad Really, I can count! by Chris Lattner · 18 years ago
  81. cf1f644 assign stable opcodes to the various altivec ops. by Chris Lattner · 18 years ago
  82. 2f97623 PPCPerfectShuffle.h is autogenerated, don't include it in the LOC counts. by Chris Lattner · 18 years ago
  83. 4ad53bd Rename BuildShuffleTable -> PerfectShuffle by Chris Lattner · 18 years ago
  84. 3033d4d rename the table by Chris Lattner · 18 years ago
  85. 27e98aa Initial checking of a perfect shuffle generation program for 4-element by Chris Lattner · 18 years ago
  86. 43fdfdc Allow an option, -with-externals, to be specified that provides the location by Reid Spencer · 18 years ago
  87. 28421d0 Add missing things to the distribution. by Reid Spencer · 18 years ago
  88. 7f71e21 one too many l's by Chris Lattner · 18 years ago
  89. 42aa3a5 Fix a typo in the name of a file. by Reid Spencer · 18 years ago
  90. db4f336 Additional files to distribute. by Reid Spencer · 18 years ago
  91. d853fd6 Add the llvm-config directory to the EXTRA_DIST line so it gets distributed by Reid Spencer · 18 years ago
  92. 65c1e46 make recovering running_Olden data easier when the nightly tester eats the graphs by Andrew Lenharth · 18 years ago
  93. 4b2362e Fix a typo: Instr* -> Intr* by Chris Lattner · 18 years ago
  94. 91ded08 Infer element types for shuffle masks by Chris Lattner · 18 years ago
  95. 52793e2 rename a method, to avoid confusion with llvm intrinsics. by Chris Lattner · 18 years ago
  96. 5348e39 Adjust the Intrinsics.gen interface a little bit by Chris Lattner · 18 years ago
  97. b831691 regenerate by Chris Lattner · 18 years ago
  98. 711e5d9 Generalize the previous binary operator support and add a string concatenation by Chris Lattner · 18 years ago
  99. ffa4fdc Allow bits init values to be used in patterns, turn them into ints. by Chris Lattner · 18 years ago
  100. f124b46 Final bugfix for PR724. GCC won't inline varargs functions, so use one to by Chris Lattner · 18 years ago