1. d263114 the lengths of the strings are known, just use memcmp by Chris Lattner · 18 years ago
  2. 3b51580 Implement Function::getIntrinsicID without it needing to call Value::getName, by Chris Lattner · 18 years ago
  3. ac9dcb9 For PR1195: by Reid Spencer · 18 years ago
  4. 9d6565a For PR1195: by Reid Spencer · 18 years ago
  5. e5ff008 remove obsolete path by Chris Lattner · 18 years ago
  6. 95af592 Automatically generating intrinsic declarations from Dan Gohman. Modified by Jim Laskey · 18 years ago
  7. c9c1787 Set the new NO_INSTALL flag for build-only tools. by Reid Spencer · 18 years ago
  8. 95d97b9 Error check and eliminate unnecessary value. by Jim Laskey · 18 years ago
  9. 01ba6ad Regenerate. by Jim Laskey · 18 years ago
  10. 81a21ea Deemed too cute to live. by Jim Laskey · 18 years ago
  11. 251e3c6 Regenerate. by Jim Laskey · 18 years ago
  12. ba4cc09 Support var arg intrinsics. by Jim Laskey · 18 years ago
  13. 90a2eb0 Use opt to generate the list of passes to run. by Reid Spencer · 18 years ago
  14. 844b892 Make the constant honest. by Jim Laskey · 18 years ago
  15. a683f9b Files missing from LABEL check in. by Jim Laskey · 18 years ago
  16. d8a1728 Make tblgen error more useful. Patch by B. Scott Michel by Chris Lattner · 18 years ago
  17. 2c13f66 Fix this tool for use on Darwin which requires the file to come after the by Reid Spencer · 18 years ago
  18. ea92a10 Join two lines that caused awk to squak on some platforms. by Reid Spencer · 18 years ago
  19. a54b7cb For PR1064: by Reid Spencer · 18 years ago
  20. 40beb40 Put in some needed \ at the end of lines!!! by Reid Spencer · 18 years ago
  21. db8d2be For PR950: Convert signed integer types to signless. by Reid Spencer · 18 years ago
  22. b1788a3 Remove some clutter and make it keep going instead of stopping at the by Reid Spencer · 18 years ago
  23. dbe4006 Ignore entries with blank names. by Jim Laskey · 18 years ago
  24. 9a7dfa3 Rollback changes to take a different tack. by Jim Laskey · 18 years ago
  25. 55a7ec3 Honor the command line specification for machine type. by Jim Laskey · 18 years ago
  26. 33c9683 Provide a script that can track down which optimization pass causes by Reid Spencer · 18 years ago
  27. 2232a80 Allow the input of the test program to be specified. by Reid Spencer · 18 years ago
  28. f8463a3 Add the -ldl library option. by Reid Spencer · 18 years ago
  29. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 18 years ago
  30. 0555122 Match TargetInstrInfo changes. by Evan Cheng · 18 years ago
  31. ba07a69 Only show the first few lines of difference. by Reid Spencer · 18 years ago
  32. 2bae1f5 Add an option to enable lli (interpreter mode) testing. by Reid Spencer · 18 years ago
  33. 6d0fbd4 Stop early if there is no mis-optimization. by Reid Spencer · 18 years ago
  34. f7560ed Fix PR1001, patch by Nikhil Patil! by Chris Lattner · 18 years ago
  35. 161a2fb Make the awk filter print out which files its eliminating. by Reid Spencer · 18 years ago
  36. 35d958c This is a utility for preparing patches against LLVM. It runs cvs diff with by Reid Spencer · 18 years ago
  37. 5b31cf0 Provide a list of gccld optimization switches. by Reid Spencer · 18 years ago
  38. fb1aab0 Add opcode to TargetInstrDescriptor. by Evan Cheng · 18 years ago
  39. a8c3ff4 Use a release version of bugpoint, if found. Include gccld passes. by Reid Spencer · 18 years ago
  40. f64f9a4 Remove the isTwoAddress property from the CodeGenInstruction class. It should by Chris Lattner · 18 years ago
  41. 0bb7500 ADd support for adding constraints to suboperands by Chris Lattner · 18 years ago
  42. 33a4004 restore some 'magic' code that I removed: it is needed. Add comments explaining by Chris Lattner · 18 years ago
  43. 717a611 minimal hack to get patterns whose result type is iPTR to be selected. by Chris Lattner · 18 years ago
  44. 0d1bb13 remove some dead code by Chris Lattner · 18 years ago
  45. ab51ddd Add support for nodes that return iPTR. by Chris Lattner · 18 years ago
  46. 646085d changes to get ptr_rc to be accepted in patterns. This is needed for ppc preinc by Chris Lattner · 18 years ago
  47. 7c3a96b Fix a bug handling nodes with variable arguments. The code was fixed to assume by Chris Lattner · 18 years ago
  48. 0244099 Add some output so the user is informed while they wait. by Reid Spencer · 18 years ago
  49. 2fe47fc Add -lstdc++ to the link line for C++ programs. by Reid Spencer · 18 years ago
  50. f196839 allow ptr_rc to explicitly appear in an instructions operand list, it doesn't by Chris Lattner · 18 years ago
  51. a1fd650 Remove M_2_ADDR_FLAG. by Evan Cheng · 18 years ago
  52. dd2b955 Don't run bugpoint if we can't find a misoptimization. by Reid Spencer · 18 years ago
  53. e4d8f33 Print a usage message if too few arguments to program. by Reid Spencer · 18 years ago
  54. 28b7c7f Add a utility script to find a mis-optimization problem. This sometimes by Reid Spencer · 18 years ago
  55. 892aaf8 Divide select methods into groups by SelectionDAG node opcodes (ISD::ADD, by Evan Cheng · 18 years ago
  56. 811731e Always pass the root node to ComplexPattern isel matching function. by Evan Cheng · 18 years ago
  57. 2943436 emit TIED_TO correctly by Chris Lattner · 18 years ago
  58. d9a7f4d Mark predicate operands as such in operand info. by Chris Lattner · 18 years ago
  59. a0cca4a simplify the way operand flags and constraints are handled, making it easier by Chris Lattner · 18 years ago
  60. a818e92 recognize ppc's blr instruction as predicated by Chris Lattner · 18 years ago
  61. 5fa39df regenerate by Chris Lattner · 18 years ago
  62. d41b30d Unbreak VC++ build. by Jeff Cohen · 18 years ago
  63. c51737f Clean up some code. by Evan Cheng · 18 years ago
  64. efe9f4a Parse PredicateOperand's. When an instruction takes one, have the generated by Chris Lattner · 18 years ago
  65. dfdaeb2 First steps to getting PredicateOperand's to work. This handles instruction by Chris Lattner · 18 years ago
  66. d438b53 eliminate need for the NumMIOperands field in Operand. by Chris Lattner · 18 years ago
  67. fa3e3b9 Remove an unused variable. by Reid Spencer · 18 years ago
  68. 64a8ddd silence warning by Chris Lattner · 18 years ago
  69. 8b9ea80 Don't write out variables that are never used. by Reid Spencer · 18 years ago
  70. 9c5d4de silence warnings by Chris Lattner · 18 years ago
  71. 63fd6ad Revert last patch which causes tblgen to segfault (why, I'm not sure). by Reid Spencer · 18 years ago
  72. 9ec4849 For PR786: Remove unused variables. by Reid Spencer · 18 years ago
  73. 3ed469c For PR786: by Reid Spencer · 18 years ago
  74. 4c2b7a3 Tied-to constraint must be op_with_larger_idx = op_with_smaller_idx or else throw an exception. by Evan Cheng · 18 years ago
  75. 0db427b Not meant to be checked in. by Evan Cheng · 18 years ago
  76. e2ba897 Add operand constraints to TargetInstrInfo. by Evan Cheng · 18 years ago
  77. 93c456c 80 cols fix. by Reid Spencer · 18 years ago
  78. 13e9e9c Passing isel root and use operands to ComplexPattern functions, these should do the usual load folding checks as well. by Evan Cheng · 18 years ago
  79. ce1381a When checking if a load can be folded, we check if there is any non-direct by Evan Cheng · 18 years ago
  80. 4f77616 Really remove dead nodes from isel queue. by Evan Cheng · 18 years ago
  81. 1fae00f Use RemoveDeadNode to kill dead node. by Evan Cheng · 18 years ago
  82. 4326ef5 Prior load folding check on chain operand was too strict. It requires the by Evan Cheng · 18 years ago
  83. 94b3040 Added properties such as SDNPHasChain to ComplexPattern. by Evan Cheng · 18 years ago
  84. bcc3f0a regenerate by Chris Lattner · 18 years ago
  85. 1ceb6c8 Add support for let expressions around an mdef. This implements a new part by Chris Lattner · 18 years ago
  86. 39e73f7 Special case tblgen generated code for patterns like (and X, 255) or (or X, 42). by Chris Lattner · 18 years ago
  87. be8e721 Split some code out into a new method. The generated code is exactly by Chris Lattner · 18 years ago
  88. d3eea90 Predicate function on the node should be matched before its childrean' matching by Evan Cheng · 18 years ago
  89. dc52f17 regenerate by Chris Lattner · 18 years ago
  90. 85899b8 Bugfix: this allows multiclasses to have default arguments. by Chris Lattner · 18 years ago
  91. 90aa839 Fix more static dtor issues by Chris Lattner · 18 years ago
  92. 7a8efce Wrong directory. by Jim Laskey · 18 years ago
  93. ba9f043 Fix search file for -release. by Jim Laskey · 18 years ago
  94. 27b8ba0 Add support for -release-asserts. by Jim Laskey · 18 years ago
  95. 259bda4 This: AggregateString += "\0\0"; by Chris Lattner · 18 years ago
  96. 16f046a Actually, name the method PrintSpecial to match other stuff in AsmPrinter.h by Chris Lattner · 18 years ago
  97. 1bf6361 Add support for ${:foo} syntax, where "foo" is passed into "printSpecial" and by Chris Lattner · 18 years ago
  98. ce6e84c don't allow 'imm' or specific imms, like '1' on the LHS of a binop. by Chris Lattner · 18 years ago
  99. 6490697 Fit to 80 columns. by Chris Lattner · 18 years ago
  100. 01d7bcf Trim the home directory from the dejagnu test by Jim Laskey · 18 years ago