1. ffdc4ff new testcase by Chris Lattner · 21 years ago
  2. 65585aa Allow clients to be more efficient. by Chris Lattner · 21 years ago
  3. 414c367 Make comments above APIs reflect what they should do. by Chris Lattner · 21 years ago
  4. e40bb91 New method to allow more efficient clients by Chris Lattner · 21 years ago
  5. fbede52 Fix a bug in my select transformation by Chris Lattner · 21 years ago
  6. a0ae819 Add a missing break, which caused a crash in an obscure situation by Chris Lattner · 21 years ago
  7. adb7c0d Update the value numbering interface. by Chris Lattner · 21 years ago
  8. 7015a03 Note to self: SAVE FILES! by Chris Lattner · 21 years ago
  9. c39546c Add an interface to update value numbering by Chris Lattner · 21 years ago
  10. d76956d Implement InstCombine/select.ll:test13* by Chris Lattner · 21 years ago
  11. fb384a1 New testcases by Chris Lattner · 21 years ago
  12. 66331a4 Implement InstCombine/add.ll:test20 by Chris Lattner · 21 years ago
  13. 7706324 New testcase by Chris Lattner · 21 years ago
  14. 38e66bd Rewrite the GCSE pass to be *substantially* simpler, a bit more efficient, by Chris Lattner · 21 years ago
  15. 326c0f3 Fix spurious warning in release mode by Chris Lattner · 21 years ago
  16. 85aa709 Silence a spurious warning by Chris Lattner · 21 years ago
  17. a5f4103 Simplify code a bit, and fix a bug that was breaking perlbmk by Chris Lattner · 21 years ago
  18. 562cb66 Fix a bug in my checkin last night that was breaking programs using invoke. by Chris Lattner · 21 years ago
  19. 27c694b Fix previous patch by Chris Lattner · 21 years ago
  20. 1717760 Correctly update counters by Chris Lattner · 21 years ago
  21. 0190fdb Add note by Chris Lattner · 21 years ago
  22. b903fc5 Add a couple of more functions that cannot access memory (the intrinsics) and by Chris Lattner · 21 years ago
  23. ede6ac6 Simplify code a bit, and use alias analysis to allow us to delete unused by Chris Lattner · 21 years ago
  24. dc4736f New testcases by Chris Lattner · 21 years ago
  25. 94c420d Clarify interface by Chris Lattner · 21 years ago
  26. 5364360 Create the output directory if it's not already there by Chris Lattner · 21 years ago
  27. 4f21c17 Simplify cfg now eliminates all of the branches in this testcase by Chris Lattner · 21 years ago
  28. 7c4865d Another testcase by Chris Lattner · 21 years ago
  29. 1c48527 Testcase to make sure we can apply the shift to the operands of the select, by Chris Lattner · 21 years ago
  30. e576b91 Implement select.ll:test12* by Chris Lattner · 21 years ago
  31. a5c5830 Add testcases for harder combining cases. by Chris Lattner · 21 years ago
  32. 570751c Fold code like: if (C) V1 |= V2; by Chris Lattner · 21 years ago
  33. 2423db0 Fix an obvious bug in the refactoring I did a few days ago by Chris Lattner · 21 years ago
  34. 3636540 Expand on adding an intrinsic. Move section to before adding an instruction by Chris Lattner · 21 years ago
  35. 6d804f4 Reversed the order of the llvm.writeport() operands so that the value by John Criswell · 21 years ago
  36. 2eefe51 Fold binary operators with a constant operand into select instructions by Chris Lattner · 21 years ago
  37. 82e14fe Implement select.ll:test11 by Chris Lattner · 21 years ago
  38. b5ee959 new testcase by Chris Lattner · 21 years ago
  39. 9a8b490 Add definition list to each live interval. by Alkis Evlogimenos · 21 years ago
  40. 4457dc9 Fixed some spelling. by John Criswell · 21 years ago
  41. 7123e27 Modified the prototypes of the llvm.readport and llvm.writeport intrinsics by John Criswell · 21 years ago
  42. cfd3bac Added the llvm.readport and llvm.writeport intrinsics. by John Criswell · 21 years ago
  43. aee0cf3 Changed assertions to error messages. by John Criswell · 21 years ago
  44. ca6ea0f Changes recommended by Chris: by John Criswell · 21 years ago
  45. f499eac Implement InstCombine/cast-propagate.ll by Chris Lattner · 21 years ago
  46. 77aac12 New testcase by Chris Lattner · 21 years ago
  47. 4ffff9e Added the llvm.readport and llvm.writeport intrinsics for x86. These do by John Criswell · 21 years ago
  48. 9570301 Added the llvm.readport and llvm.writeport intrinsics. by John Criswell · 21 years ago
  49. 60a505b Added the llvm.readport and llvm.writeport intrinsics. by John Criswell · 21 years ago
  50. 8ba725b Implement ScalarRepl/select_promote.ll by Chris Lattner · 21 years ago
  51. 86371b7 New testcase, corresponding to phi_promote.ll by Chris Lattner · 21 years ago
  52. 92eaec9 This file does not appear to be included anywhere. by Brian Gaeke · 21 years ago
  53. a1346a2 Disable strict alias analysis in the backend c compiler, as the code we by Chris Lattner · 21 years ago
  54. 67e0a34 Revert previous patch, I'm a moron :) by Chris Lattner · 21 years ago
  55. 121f09f Right, we break strict aliasing requirements. Make sure to disable strict by Chris Lattner · 21 years ago
  56. 775cbdd Remove the "really gross hacks" that are there to deal with recursive functions. by Chris Lattner · 21 years ago
  57. 0c199a7 Implement InstCombine/select.ll:test[7-10] by Chris Lattner · 21 years ago
  58. 7018f5c Add some more cases we should combine by Chris Lattner · 21 years ago
  59. c326c92 This file is no longer used. by Brian Gaeke · 21 years ago
  60. 8089822 Don't include InstrSelectionSupport.h. by Brian Gaeke · 21 years ago
  61. 1523aac Move ChooseRegOrImmed() prototype here, from InstrSelectionSupport.h. by Brian Gaeke · 21 years ago
  62. 9297613 Don't include InstrSelectionSupport.h. by Brian Gaeke · 21 years ago
  63. cb69a4e Implement test/Regression/Transforms/InstCombine/getelementptr_index.ll by Chris Lattner · 21 years ago
  64. ef09aab New testcase by Chris Lattner · 21 years ago
  65. 58fe769 Fix insertion of SelectInsts. by Brian Gaeke · 21 years ago
  66. 8005ed3 Don't print [%reg + 0], just print [%reg] by Brian Gaeke · 21 years ago
  67. f3334eb First version of code to handle loads. Stub function for handling stores. by Brian Gaeke · 21 years ago
  68. 562cb16 Support loading arguments from %I0...%I5 into virtual registers in by Brian Gaeke · 21 years ago
  69. d54c38b It's setting up the call args right now, but on the callee side, it's by Brian Gaeke · 21 years ago
  70. 9f01e8a New testcase that crashed scalarevolution on sparc by Chris Lattner · 21 years ago
  71. 627018b Fix a bug Brian found. by Chris Lattner · 21 years ago
  72. 2d26135 We have a global reg. allocator now -- thanks to Alkis. by Brian Gaeke · 21 years ago
  73. 8b3df48 New file that can be useful for hand inspection of assembly required for certain by Chris Lattner · 21 years ago
  74. 4d0cda4 This is a start on handling setcc instructions. As the comment notes, we by Chris Lattner · 21 years ago
  75. 6179047 andd subcc instructions which is used to create the 'cmp' pseudo instruction by Chris Lattner · 21 years ago
  76. 0d538bb Avoid emitting an extra copy on each 32-bit operation by Chris Lattner · 21 years ago
  77. 88ddd4a Make generation of stack-slot loads and copies less ugly. by Brian Gaeke · 21 years ago
  78. fa4bb09 Fix bug in printing loads. by Brian Gaeke · 21 years ago
  79. 4be7ca5 Add support for shift instructions, wrap some long lines by Chris Lattner · 21 years ago
  80. a562efc Fix encoding of existing shift instructions, add rr shifts by Chris Lattner · 21 years ago
  81. 6a135f2 New testcase by Chris Lattner · 21 years ago
  82. 22ede70 Add a bunch more instructions by Chris Lattner · 21 years ago
  83. f97b31e Merge my changes with brians by Chris Lattner · 21 years ago
  84. 0f51cc1 Add in some things I forgot, which Chris helpfully reminded me of... by Brian Gaeke · 21 years ago
  85. 59e04e4 Add support for the "Y" register, used by MUL & DIV. by Brian Gaeke · 21 years ago
  86. e88c9dc Add UDIV, SDIV, and a few variants of WR. by Brian Gaeke · 21 years ago
  87. 2d4fa8f Preliminary support for getting 64-bit integer constants into registers. by Brian Gaeke · 21 years ago
  88. ff82826 Prune unnecessary #includes by Brian Gaeke · 21 years ago
  89. 2011710 Simple delay slot filler pass. by Brian Gaeke · 21 years ago
  90. 86a8790 Add references to delay slot filler pass. Fill in addPassesToJITCompile method. by Brian Gaeke · 21 years ago
  91. 3a8ad62 First attempt at handling frame index elimination. by Brian Gaeke · 21 years ago
  92. 1c38175 First attempt at special-casing printing of [%reg + offset] for by Brian Gaeke · 21 years ago
  93. 856e4fc Delete reference to "the Mach-O Runtime ABI". by Brian Gaeke · 21 years ago
  94. ea8494b Deal with call return values. by Brian Gaeke · 21 years ago
  95. 94f0c52 Adding kimwitu++ license. by John Criswell · 21 years ago
  96. acd85c5 Bugs fixed new features implemented by Chris Lattner · 21 years ago
  97. 8ac0009 by Jakub Staszak · 21 years ago
  98. 0a8fd30 by Jakub Staszak · 21 years ago
  99. 88ac78c by Jakub Staszak · 21 years ago
  100. 01b6a6f by Jakub Staszak · 21 years ago