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