1. fffcd69 Missed a label map, reverting till covered. by Jim Laskey · 19 years ago
  2. 1bce1fb Optionally allow comparison operations from affect DSGraphs by Andrew Lenharth · 19 years ago
  3. df983de Allow loop detection during debug in forwarding nodes, and revert auxcall patch as it make 176.gcc untenable by Andrew Lenharth · 19 years ago
  4. eb01e39 debug type for DSA TD by Andrew Lenharth · 19 years ago
  5. 9d4209f 1. Add a pass to fold debug label instructions so a debug info client can detect by Jim Laskey · 19 years ago
  6. 6e11295 add a note from viterbi by Chris Lattner · 19 years ago
  7. 393ebae Enable improved spilling costs by default. This speeds up viterbi on x86 by Chris Lattner · 19 years ago
  8. b9cac27 Got a little ahead of myself here by Andrew Lenharth · 19 years ago
  9. e42c02a Fix this test by Andrew Lenharth · 19 years ago
  10. 7902c75 Use correct value for float HUGH_VAL. by Jim Laskey · 19 years ago
  11. a7bb649 Added target hook for post-indexed memory ops transformation. by Evan Cheng · 19 years ago
  12. bbd6f6e Add post-indexed load / store transformations. by Evan Cheng · 19 years ago
  13. 6591788 Make some corrections to this test case. by Reid Spencer · 19 years ago
  14. 3b0f66b Ignore the Output dir. by Reid Spencer · 19 years ago
  15. ea30338 Add a test case for making sure gdb can get a stack trace with our debug by Reid Spencer · 19 years ago
  16. b75a663 Add a new llcbeta option. This speeds up viterbi from 12.34 to 8.76s on by Chris Lattner · 19 years ago
  17. 5a4951e Unbreak X86/ELF Debugging. Somehow this line got lost in Jim's cleanup. by Reid Spencer · 19 years ago
  18. f8dacd1 Bumping version number by Tanya Lattner · 19 years ago
  19. 6363971 wrong bug # by Chris Lattner · 19 years ago
  20. fa9aa2b Fix PR988 and CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll. by Chris Lattner · 19 years ago
  21. 1b896ca new testcase by Chris Lattner · 19 years ago
  22. 0921365 fix encoding of BLR by Chris Lattner · 19 years ago
  23. 2943436 emit TIED_TO correctly by Chris Lattner · 19 years ago
  24. d9a7f4d Mark predicate operands as such in operand info. by Chris Lattner · 19 years ago
  25. f6e8e6b Add a new operand flag to mark which operand is the first predicate operand by Chris Lattner · 19 years ago
  26. a0cca4a simplify the way operand flags and constraints are handled, making it easier by Chris Lattner · 19 years ago
  27. a818e92 recognize ppc's blr instruction as predicated by Chris Lattner · 19 years ago
  28. 1b1b737 add a flag so that predicated instructions can be recognized by branch folding by Chris Lattner · 19 years ago
  29. d5ad440 Remove dead code; added a missing null ptr check. by Evan Cheng · 19 years ago
  30. 8c97c07 add a note by Chris Lattner · 19 years ago
  31. 1d2bf88 Fix a small bug noticed on code review. by Reid Spencer · 19 years ago
  32. f910a3f Tab interferes with uniqueness. by Jim Laskey · 19 years ago
  33. 84ca10f D'oh - reversed logic. by Jim Laskey · 19 years ago
  34. 3ef554d Add comment. by Evan Cheng · 19 years ago
  35. 5fa39df regenerate by Chris Lattner · 19 years ago
  36. c87dade xfail this for the 1.9 release. This is PR984. by Chris Lattner · 19 years ago
  37. 3ada71c Try again. by Jim Laskey · 19 years ago
  38. 0ccd3f1 Misfire. by Jim Laskey · 19 years ago
  39. 57ff997 Up to date for 1.9 by Jim Laskey · 19 years ago
  40. a6cb9a1 Get LLVMGCCARCH right regardless of the llvm-gcc version being used. by Reid Spencer · 19 years ago
  41. 7b28955 Fix a problem in the the last patch that subverts error message printing. by Reid Spencer · 19 years ago
  42. daa9810 Remove obsolete VS project. by Jeff Cohen · 19 years ago
  43. d41b30d Unbreak VC++ build. by Jeff Cohen · 19 years ago
  44. bcf8124 Fix a bug in the last patch and convert to && instead of & for logical expr. by Reid Spencer · 19 years ago
  45. 7c475c5 Implement the -enabled-cbe-printf-a feature. by Reid Spencer · 19 years ago
  46. 65c5d75 Add a -disable-cbe-printf-a option so that the output of the C Backend by Reid Spencer · 19 years ago
  47. 8b2989a Remove commented line from earlier debugging. by Nick Lewycky · 19 years ago
  48. 33dbedc Added pre-indexed store support. by Evan Cheng · 19 years ago
  49. 9109fb1 Added getIndexedStore. by Evan Cheng · 19 years ago
  50. 1256515 Don't check variables before they are set. by Reid Spencer · 19 years ago
  51. 5cd496e Live local variables are being dropped because the begin or end labels marking by Jim Laskey · 19 years ago
  52. 95f6ede Changes to use operand constraints to process two-address instructions. by Evan Cheng · 19 years ago
  53. fe0b817 Move to operand constraints for two-address instructions. by Evan Cheng · 19 years ago
  54. c51737f Clean up some code. by Evan Cheng · 19 years ago
  55. 6fc4007 encode BLR predicate info for the JIT by Chris Lattner · 19 years ago
  56. af53a87 Go through all kinds of trouble to mark 'blr' as having a predicate operand by Chris Lattner · 19 years ago
  57. efe9f4a Parse PredicateOperand's. When an instruction takes one, have the generated by Chris Lattner · 19 years ago
  58. dfdaeb2 First steps to getting PredicateOperand's to work. This handles instruction by Chris Lattner · 19 years ago
  59. 5d52894 Okay, need a pattern before and after the cast pattern. by Reid Spencer · 19 years ago
  60. 023fa41 Allow the regular expression to be extended by a parameter. by Reid Spencer · 19 years ago
  61. 2461b73 For PR950: by Reid Spencer · 19 years ago
  62. 7a11908 Add a note about warnings from the GNU ld 2.16.X linker. by Reid Spencer · 19 years ago
  63. e077ef6 Fixed some spiller bugs exposed by the recent two-address code changes. Now by Evan Cheng · 19 years ago
  64. 0638b26 Describe PPC predicates, which are a pair of CR# and condition. by Chris Lattner · 19 years ago
  65. 60a09a5 initial steps to getting the predicate on PPC::BLR right. by Chris Lattner · 19 years ago
  66. e69c436 remove dead var by Chris Lattner · 19 years ago
  67. 3751844 remove dead/redundant vars by Chris Lattner · 19 years ago
  68. 56fe5276 remove redundant/dead vars by Chris Lattner · 19 years ago
  69. 7049540 remove dead vars by Chris Lattner · 19 years ago
  70. d438b53 eliminate need for the NumMIOperands field in Operand. by Chris Lattner · 19 years ago
  71. 8ed4c47 The wrong parameter was being tested to deturmine i32 vs i64 by Andrew Lenharth · 19 years ago
  72. 0c7af7c add a regression for memmove by Andrew Lenharth · 19 years ago
  73. d7c628d add a note by Chris Lattner · 19 years ago
  74. 3acfac6 this started failing due to Reid's changes in the bc format. insulate it by Chris Lattner · 19 years ago
  75. 7765d71 Fix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handling out-of-range by Chris Lattner · 19 years ago
  76. 3d6857f new testcase by Chris Lattner · 19 years ago
  77. 6a7c0b7 Make the huge_val test run a C++ program not C by Reid Spencer · 19 years ago
  78. 033b107 this will work better by Chris Lattner · 19 years ago
  79. 0709718 Fix the build on xcode < 2.4 by Chris Lattner · 19 years ago
  80. b2ed0526 Add a check to see if HUGE_VAL is sane or not. by Reid Spencer · 19 years ago
  81. 118c094 Split the External and Intrinsic handling into seperate functions. This by Andrew Lenharth · 19 years ago
  82. e6e97e6 Fix comments. by Evan Cheng · 19 years ago
  83. 1a854be Rename by Evan Cheng · 19 years ago
  84. b8f4e0a Remove dead variable. Fix 80 column violations. by Reid Spencer · 19 years ago
  85. f05696c revert previous patch by Rafael Espindola · 19 years ago
  86. 7fc033a Added DAG combiner transformation to generate pre-indexed loads. by Evan Cheng · 19 years ago
  87. c5fc57d Added isPredecessor. by Evan Cheng · 19 years ago
  88. bf105c8 Proper check for two-addressness. by Evan Cheng · 19 years ago
  89. 24d9cf0 Added a target specific hook to check whether / how a node can be transformed by Evan Cheng · 19 years ago
  90. 7ceebb4 Add isPredecessor to check whether a node is another's predecessor. by Evan Cheng · 19 years ago
  91. bdd371c Dead code. by Evan Cheng · 19 years ago
  92. 162e209 Remove unused variable. by Reid Spencer · 19 years ago
  93. fa3e3b9 Remove an unused variable. by Reid Spencer · 19 years ago
  94. 64a8ddd silence warning by Chris Lattner · 19 years ago
  95. e03f09c Remove some dead code. by Reid Spencer · 19 years ago
  96. 115bfcb add createCFGSimplificationPass to ARMTargetMachine::addInstSelector by Rafael Espindola · 19 years ago
  97. 39c6d3a assert.h -> cassert by Rafael Espindola · 19 years ago
  98. ffa0a9b remove dead code by Chris Lattner · 19 years ago
  99. 02cb49e silence warning by Chris Lattner · 19 years ago
  100. 8b9ea80 Don't write out variables that are never used. by Reid Spencer · 19 years ago