1. 3822ff5 For PR950: by Reid Spencer · 19 years ago
  2. f49c176 regenerate by Chris Lattner · 19 years ago
  3. 3903369 Fix a bug noticed by Emil Mikulic. by Chris Lattner · 19 years ago
  4. 6c1491d Fix a obscure post-indexed load / store dag combine bug. by Evan Cheng · 19 years ago
  5. fc5b1ab Refactor all the addressing mode selection stuff into the isel lowering by Chris Lattner · 19 years ago
  6. 302bf9c correct the (currently unused) pattern for lwzu. by Chris Lattner · 19 years ago
  7. 2c5d185 Beautify. by Devang Patel · 19 years ago
  8. 5d05695 optimize single MBB loops better. In particular, produce: by Chris Lattner · 19 years ago
  9. 53596b6 Update new pass managers to use PassManagerAnalysisHelper API. by Devang Patel · 19 years ago
  10. d925150 scalarrepl should not split the two elements of the vsiidx array: by Chris Lattner · 19 years ago
  11. 889739c Introduce PassManagerAnalysisHelper. by Devang Patel · 19 years ago
  12. b30803b Add PassManager_New. by Devang Patel · 19 years ago
  13. 6e56e2c Fixed a bug which causes x86 be to incorrectly match by Evan Cheng · 19 years ago
  14. 92c45ee Add ModulePassManager_New. by Devang Patel · 19 years ago
  15. 4d0c1a0 Accidently reran commit. by Jim Laskey · 19 years ago
  16. 448d27c Add FunctionPassManager_New. by Devang Patel · 19 years ago
  17. 5e213ea Missed a label map, reverting till covered. by Jim Laskey · 19 years ago
  18. 55fd43f Add BasicBlockPassManager_New. by Devang Patel · 19 years ago
  19. fffcd69 Missed a label map, reverting till covered. by Jim Laskey · 19 years ago
  20. 1bce1fb Optionally allow comparison operations from affect DSGraphs by Andrew Lenharth · 19 years ago
  21. 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
  22. eb01e39 debug type for DSA TD by Andrew Lenharth · 19 years ago
  23. 9d4209f 1. Add a pass to fold debug label instructions so a debug info client can detect by Jim Laskey · 19 years ago
  24. 6e11295 add a note from viterbi by Chris Lattner · 19 years ago
  25. 393ebae Enable improved spilling costs by default. This speeds up viterbi on x86 by Chris Lattner · 19 years ago
  26. 7902c75 Use correct value for float HUGH_VAL. by Jim Laskey · 19 years ago
  27. bbd6f6e Add post-indexed load / store transformations. by Evan Cheng · 19 years ago
  28. b75a663 Add a new llcbeta option. This speeds up viterbi from 12.34 to 8.76s on by Chris Lattner · 19 years ago
  29. 5a4951e Unbreak X86/ELF Debugging. Somehow this line got lost in Jim's cleanup. by Reid Spencer · 19 years ago
  30. fa9aa2b Fix PR988 and CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll. by Chris Lattner · 19 years ago
  31. 0921365 fix encoding of BLR by Chris Lattner · 19 years ago
  32. d5ad440 Remove dead code; added a missing null ptr check. by Evan Cheng · 19 years ago
  33. 8c97c07 add a note by Chris Lattner · 19 years ago
  34. f910a3f Tab interferes with uniqueness. by Jim Laskey · 19 years ago
  35. 84ca10f D'oh - reversed logic. by Jim Laskey · 19 years ago
  36. 3ef554d Add comment. by Evan Cheng · 19 years ago
  37. d41b30d Unbreak VC++ build. by Jeff Cohen · 19 years ago
  38. bcf8124 Fix a bug in the last patch and convert to && instead of & for logical expr. by Reid Spencer · 19 years ago
  39. 7c475c5 Implement the -enabled-cbe-printf-a feature. by Reid Spencer · 19 years ago
  40. 8b2989a Remove commented line from earlier debugging. by Nick Lewycky · 19 years ago
  41. 33dbedc Added pre-indexed store support. by Evan Cheng · 19 years ago
  42. 9109fb1 Added getIndexedStore. by Evan Cheng · 19 years ago
  43. 5cd496e Live local variables are being dropped because the begin or end labels marking by Jim Laskey · 19 years ago
  44. 95f6ede Changes to use operand constraints to process two-address instructions. by Evan Cheng · 19 years ago
  45. 6fc4007 encode BLR predicate info for the JIT by Chris Lattner · 19 years ago
  46. af53a87 Go through all kinds of trouble to mark 'blr' as having a predicate operand by Chris Lattner · 19 years ago
  47. e077ef6 Fixed some spiller bugs exposed by the recent two-address code changes. Now by Evan Cheng · 19 years ago
  48. 0638b26 Describe PPC predicates, which are a pair of CR# and condition. by Chris Lattner · 19 years ago
  49. 60a09a5 initial steps to getting the predicate on PPC::BLR right. by Chris Lattner · 19 years ago
  50. e69c436 remove dead var by Chris Lattner · 19 years ago
  51. 3751844 remove dead/redundant vars by Chris Lattner · 19 years ago
  52. 56fe527 remove redundant/dead vars by Chris Lattner · 19 years ago
  53. 7049540 remove dead vars by Chris Lattner · 19 years ago
  54. 8ed4c47 The wrong parameter was being tested to deturmine i32 vs i64 by Andrew Lenharth · 19 years ago
  55. d7c628d add a note by Chris Lattner · 19 years ago
  56. 7765d71 Fix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handling out-of-range by Chris Lattner · 19 years ago
  57. 033b107 this will work better by Chris Lattner · 19 years ago
  58. 0709718 Fix the build on xcode < 2.4 by Chris Lattner · 19 years ago
  59. 118c094 Split the External and Intrinsic handling into seperate functions. This by Andrew Lenharth · 19 years ago
  60. e6e97e6 Fix comments. by Evan Cheng · 19 years ago
  61. 1a854be Rename by Evan Cheng · 19 years ago
  62. b8f4e0a Remove dead variable. Fix 80 column violations. by Reid Spencer · 19 years ago
  63. f05696c revert previous patch by Rafael Espindola · 19 years ago
  64. 7fc033a Added DAG combiner transformation to generate pre-indexed loads. by Evan Cheng · 19 years ago
  65. c5fc57d Added isPredecessor. by Evan Cheng · 19 years ago
  66. bf105c8 Proper check for two-addressness. by Evan Cheng · 19 years ago
  67. bdd371c Dead code. by Evan Cheng · 19 years ago
  68. e03f09c Remove some dead code. by Reid Spencer · 19 years ago
  69. 115bfcb add createCFGSimplificationPass to ARMTargetMachine::addInstSelector by Rafael Espindola · 19 years ago
  70. 39c6d3a assert.h -> cassert by Rafael Espindola · 19 years ago
  71. ffa0a9b remove dead code by Chris Lattner · 19 years ago
  72. 02cb49e silence warning by Chris Lattner · 19 years ago
  73. 6f51a77 silence warning by Chris Lattner · 19 years ago
  74. 1331dec silence warnings. by Chris Lattner · 19 years ago
  75. 1509254 silence warning by Chris Lattner · 19 years ago
  76. 9c5d4de silence warnings by Chris Lattner · 19 years ago
  77. 3a717d5 Make CBackend -pedantic clean. by Reid Spencer · 19 years ago
  78. 9782131 Make CodeGen libs -pedantic clean. by Reid Spencer · 19 years ago
  79. 2b8ba51 #include <assert.h> by Rafael Espindola · 19 years ago
  80. 4d5c001 fix a bug reid noticed by Chris Lattner · 19 years ago
  81. f673388 by Jim Laskey · 19 years ago
  82. 9bd6d65 Remove unused variable. by Reid Spencer · 19 years ago
  83. 3ed469c For PR786: by Reid Spencer · 19 years ago
  84. ef42a01 by Jim Laskey · 19 years ago
  85. e931a37 move ARMCondCodeToString to ARMAsmPrinter.cpp by Rafael Espindola · 19 years ago
  86. 1f67a99 Allow FoldingSet clients to pump up the initial hash size. by Jim Laskey · 19 years ago
  87. 4156239 Remove unused variable. by Reid Spencer · 19 years ago
  88. 4ab09d4 Remove unused variables. by Reid Spencer · 19 years ago
  89. 45430ac Remove a function prototype that is no longer needed (REM patch missed it) by Reid Spencer · 19 years ago
  90. 2b86b0e Get rid of unused variable. by Reid Spencer · 19 years ago
  91. d079cdb fix 2006-11-01-vastart.ll by Andrew Lenharth · 19 years ago
  92. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 19 years ago
  93. 331d1bc Implement the getRegForInlineAsmConstraint method for PPC. With recent by Chris Lattner · 19 years ago
  94. 2a82160 Allow the getRegForInlineAsmConstraint method to return a register class with by Chris Lattner · 19 years ago
  95. e6ae14e Rename by Evan Cheng · 19 years ago
  96. 360c2dd Two-address instructions no longer have to be A := A op C. Now any pair of dest / src operands can be tied together. by Evan Cheng · 19 years ago
  97. e0805a2 There can be more than one PHINode at the start of the block. by Devang Patel · 19 years ago
  98. 981b5bd Added getTiedToSrcOperand() to check for two-address'ness. by Evan Cheng · 19 years ago
  99. 1dabb68 Clean up. by Evan Cheng · 19 years ago
  100. 2c0565f Handle PHINode with only one incoming value. by Devang Patel · 19 years ago