1. 2423db0 Fix an obvious bug in the refactoring I did a few days ago by Chris Lattner · 20 years ago
  2. 3636540 Expand on adding an intrinsic. Move section to before adding an instruction by Chris Lattner · 20 years ago
  3. 6d804f4 Reversed the order of the llvm.writeport() operands so that the value by John Criswell · 20 years ago
  4. 2eefe51 Fold binary operators with a constant operand into select instructions by Chris Lattner · 20 years ago
  5. 82e14fe Implement select.ll:test11 by Chris Lattner · 20 years ago
  6. b5ee959 new testcase by Chris Lattner · 20 years ago
  7. 9a8b490 Add definition list to each live interval. by Alkis Evlogimenos · 20 years ago
  8. 4457dc9 Fixed some spelling. by John Criswell · 20 years ago
  9. 7123e27 Modified the prototypes of the llvm.readport and llvm.writeport intrinsics by John Criswell · 20 years ago
  10. cfd3bac Added the llvm.readport and llvm.writeport intrinsics. by John Criswell · 20 years ago
  11. aee0cf3 Changed assertions to error messages. by John Criswell · 20 years ago
  12. ca6ea0f Changes recommended by Chris: by John Criswell · 20 years ago
  13. f499eac Implement InstCombine/cast-propagate.ll by Chris Lattner · 20 years ago
  14. 77aac12 New testcase by Chris Lattner · 20 years ago
  15. 4ffff9e Added the llvm.readport and llvm.writeport intrinsics for x86. These do by John Criswell · 20 years ago
  16. 9570301 Added the llvm.readport and llvm.writeport intrinsics. by John Criswell · 20 years ago
  17. 60a505b Added the llvm.readport and llvm.writeport intrinsics. by John Criswell · 20 years ago
  18. 8ba725b Implement ScalarRepl/select_promote.ll by Chris Lattner · 20 years ago
  19. 86371b7 New testcase, corresponding to phi_promote.ll by Chris Lattner · 20 years ago
  20. 92eaec9 This file does not appear to be included anywhere. by Brian Gaeke · 20 years ago
  21. a1346a2 Disable strict alias analysis in the backend c compiler, as the code we by Chris Lattner · 20 years ago
  22. 67e0a34 Revert previous patch, I'm a moron :) by Chris Lattner · 20 years ago
  23. 121f09f Right, we break strict aliasing requirements. Make sure to disable strict by Chris Lattner · 20 years ago
  24. 775cbdd Remove the "really gross hacks" that are there to deal with recursive functions. by Chris Lattner · 20 years ago
  25. 0c199a7 Implement InstCombine/select.ll:test[7-10] by Chris Lattner · 20 years ago
  26. 7018f5c Add some more cases we should combine by Chris Lattner · 20 years ago
  27. c326c92 This file is no longer used. by Brian Gaeke · 20 years ago
  28. 8089822 Don't include InstrSelectionSupport.h. by Brian Gaeke · 20 years ago
  29. 1523aac Move ChooseRegOrImmed() prototype here, from InstrSelectionSupport.h. by Brian Gaeke · 20 years ago
  30. 9297613 Don't include InstrSelectionSupport.h. by Brian Gaeke · 20 years ago
  31. cb69a4e Implement test/Regression/Transforms/InstCombine/getelementptr_index.ll by Chris Lattner · 20 years ago
  32. ef09aab New testcase by Chris Lattner · 20 years ago
  33. 58fe769 Fix insertion of SelectInsts. by Brian Gaeke · 20 years ago
  34. 8005ed3 Don't print [%reg + 0], just print [%reg] by Brian Gaeke · 20 years ago
  35. f3334eb First version of code to handle loads. Stub function for handling stores. by Brian Gaeke · 20 years ago
  36. 562cb16 Support loading arguments from %I0...%I5 into virtual registers in by Brian Gaeke · 20 years ago
  37. d54c38b It's setting up the call args right now, but on the callee side, it's by Brian Gaeke · 20 years ago
  38. 9f01e8a New testcase that crashed scalarevolution on sparc by Chris Lattner · 20 years ago
  39. 627018b Fix a bug Brian found. by Chris Lattner · 20 years ago
  40. 2d26135 We have a global reg. allocator now -- thanks to Alkis. by Brian Gaeke · 20 years ago
  41. 8b3df48 New file that can be useful for hand inspection of assembly required for certain by Chris Lattner · 20 years ago
  42. 4d0cda4 This is a start on handling setcc instructions. As the comment notes, we by Chris Lattner · 20 years ago
  43. 6179047 andd subcc instructions which is used to create the 'cmp' pseudo instruction by Chris Lattner · 20 years ago
  44. 0d538bb Avoid emitting an extra copy on each 32-bit operation by Chris Lattner · 20 years ago
  45. 88ddd4a Make generation of stack-slot loads and copies less ugly. by Brian Gaeke · 20 years ago
  46. fa4bb09 Fix bug in printing loads. by Brian Gaeke · 20 years ago
  47. 4be7ca5 Add support for shift instructions, wrap some long lines by Chris Lattner · 20 years ago
  48. a562efc Fix encoding of existing shift instructions, add rr shifts by Chris Lattner · 20 years ago
  49. 6a135f2 New testcase by Chris Lattner · 20 years ago
  50. 22ede70 Add a bunch more instructions by Chris Lattner · 20 years ago
  51. f97b31e Merge my changes with brians by Chris Lattner · 20 years ago
  52. 0f51cc1 Add in some things I forgot, which Chris helpfully reminded me of... by Brian Gaeke · 20 years ago
  53. 59e04e4 Add support for the "Y" register, used by MUL & DIV. by Brian Gaeke · 20 years ago
  54. e88c9dc Add UDIV, SDIV, and a few variants of WR. by Brian Gaeke · 20 years ago
  55. 2d4fa8f Preliminary support for getting 64-bit integer constants into registers. by Brian Gaeke · 20 years ago
  56. ff82826 Prune unnecessary #includes by Brian Gaeke · 20 years ago
  57. 2011710 Simple delay slot filler pass. by Brian Gaeke · 20 years ago
  58. 86a8790 Add references to delay slot filler pass. Fill in addPassesToJITCompile method. by Brian Gaeke · 20 years ago
  59. 3a8ad62 First attempt at handling frame index elimination. by Brian Gaeke · 20 years ago
  60. 1c38175 First attempt at special-casing printing of [%reg + offset] for by Brian Gaeke · 20 years ago
  61. 856e4fc Delete reference to "the Mach-O Runtime ABI". by Brian Gaeke · 20 years ago
  62. ea8494b Deal with call return values. by Brian Gaeke · 20 years ago
  63. 94f0c52 Adding kimwitu++ license. by John Criswell · 20 years ago
  64. acd85c5 Bugs fixed new features implemented by Chris Lattner · 20 years ago
  65. 8ac0009 by Jakub Staszak · 20 years ago
  66. 0a8fd30 by Jakub Staszak · 20 years ago
  67. 88ac78c by Jakub Staszak · 20 years ago
  68. 01b6a6f by Jakub Staszak · 20 years ago
  69. 7b92de1e Fix PR313: [x86] JIT miscompiles unsigned short to floating point by Chris Lattner · 20 years ago
  70. 43ab3a8 Fix incorrect encoding of some ADC and SBB instuctions by Chris Lattner · 20 years ago
  71. 53c94cb Added licensing information for treecc. by John Criswell · 20 years ago
  72. 48c937e Fix a minor bug in previous checking by Chris Lattner · 20 years ago
  73. b04da8a Wrap at 80 cols. by Misha Brukman · 20 years ago
  74. 27a9b27 Minor cleanups by Chris Lattner · 20 years ago
  75. f701069 Document new option by Chris Lattner · 20 years ago
  76. 69e8d28 Add a new gccld -native-cbe option which causes gccld to generate native code by Chris Lattner · 20 years ago
  77. e80e637 Improve codegen of long == and != comparisons against constants. Before, by Chris Lattner · 20 years ago
  78. 1c62355 Update docs a bit by Chris Lattner · 20 years ago
  79. e5109fa Remove some options that don't really have anything to do with bugpoint by Chris Lattner · 20 years ago
  80. 6ab06d5 Handle various other important cases of multiplying a long constant immediate. For by Chris Lattner · 20 years ago
  81. 028adc4 Efficiently handle a long multiplication by a constant. For this testcase: by Chris Lattner · 20 years ago
  82. 1e07e0c * Added link to newly written ExtendingLLVM.html document by Misha Brukman · 20 years ago
  83. b3b2827 Incorporated Chris' comments. by Misha Brukman · 20 years ago
  84. a3ce429 Added notes on extending LLVM with new instructions, intrinsics, types, etc. by Misha Brukman · 20 years ago
  85. 722070e Improve code generation of long shifts by 32. On this testcase: by Chris Lattner · 20 years ago
  86. 0652167 Bugfixes: inc/dec don't set the carry flag! by Chris Lattner · 20 years ago
  87. 92900a6 Improve code for passing constant longs as arguments to function calls. by Chris Lattner · 20 years ago
  88. 33f7fa3 Emit more efficient 64-bit operations when the RHS is a constant, and one by Chris Lattner · 20 years ago
  89. 7ba9230 Fix typeo by Chris Lattner · 20 years ago
  90. ab1d0e0 Add support for simple immediate handling to long instruction selection. by Chris Lattner · 20 years ago
  91. ee98389 The sbb instructions really ARE sbb's, not adc's by Chris Lattner · 20 years ago
  92. edd5e49 Implement negation of longs efficiently. For this testcase: by Chris Lattner · 20 years ago
  93. 502e36c Minor tweak to avoid an extra reg-reg copy that the register allocator has to eliminate by Chris Lattner · 20 years ago
  94. 29bf062 Two changes: by Chris Lattner · 20 years ago
  95. a57d86b Merge the code generator miscompilation code into the optimizer miscompilation by Chris Lattner · 20 years ago
  96. 11b8cd1 Make a method public by Chris Lattner · 20 years ago
  97. 9ae427a Minor cleanups, remove some old debug code by Chris Lattner · 20 years ago
  98. b15825b Refactor and genericize code by Chris Lattner · 20 years ago
  99. 8505c86 lli no longer takes the -quiet option! by Chris Lattner · 20 years ago
  100. 6e40e1d Do not mangle intrinsics in any way! by Chris Lattner · 20 years ago