1. 20ea062 Finegrainify namespacification by Chris Lattner · 19 years ago
  2. 5a7efc9 add a note by Chris Lattner · 19 years ago
  3. 750ac1b Fix some of the stuff in the PPC README file, and clean up legalization by Nate Begeman · 19 years ago
  4. 1f7c630 add a note, I'll take care of this after nate commits his big patch by Chris Lattner · 19 years ago
  5. 3c55c54 - Use xor to clear integer registers (set R, 0). by Evan Cheng · 19 years ago
  6. 214a794 Remove another entry. by Evan Cheng · 19 years ago
  7. 657416c If a pattern's root node is a constant, its size should be 3 rather than 2. by Evan Cheng · 19 years ago
  8. 09f0bd3 Fix VC++ compilation error. by Jeff Cohen · 19 years ago
  9. faa6010 new testcase for the 'ret double folding with load' opzn by Chris Lattner · 19 years ago
  10. 3e1d5e5 Another regression from the pattern isel by Chris Lattner · 19 years ago
  11. a55079a Beef up the interface to inline asm constraint parsing, making it more general, useful, and easier to use. by Chris Lattner · 19 years ago
  12. 2cc2f66 adjust to changes in InlineAsm interface. Fix a few minor bugs. by Chris Lattner · 19 years ago
  13. e202a25 Beef up the interface to inline asm constraint parsing, making it more by Chris Lattner · 19 years ago
  14. 760df29 Return's chain should be matching either the chain produced by the by Evan Cheng · 19 years ago
  15. 0ddc180 another testcase. by Chris Lattner · 19 years ago
  16. 0d084c9 When folding a load into a return of SSE value, check the chain to by Evan Cheng · 19 years ago
  17. 4ccf4c0 Remove an item. It's done. by Evan Cheng · 19 years ago
  18. 0e8671b Be smarter about whether to store the SSE return value in memory. If by Evan Cheng · 19 years ago
  19. bb1d528 turning these into 'adds' would require extra copies by Chris Lattner · 19 years ago
  20. 223547a - Allow XMM load (for scalar use) to be folded into ANDP* and XORP*. by Evan Cheng · 19 years ago
  21. 598463f Remove entries on fabs and fneg. These are done. by Evan Cheng · 19 years ago
  22. b8973bd Allow the specification of explicit alignments for constant pool entries. by Evan Cheng · 19 years ago
  23. 259e97c * Fix 80-column violations by Chris Lattner · 19 years ago
  24. ddc787d add info about the inline asm register constraints for PPC by Chris Lattner · 19 years ago
  25. 59ad781 Allow custom lowering of fabs. I forgot to check in this change which by Evan Cheng · 19 years ago
  26. c03468b add a missing break that caused a lot of failures last night :( by Chris Lattner · 19 years ago
  27. d9aadd4 solaris won't clobber an existing symlink with ln -sf apparently by Chris Lattner · 19 years ago
  28. 4477590 Codegen by Nate Begeman · 19 years ago
  29. a34b898 okay, one more by Chris Lattner · 19 years ago
  30. fabec5b another note by Chris Lattner · 19 years ago
  31. 76e7a44 More notes by Chris Lattner · 19 years ago
  32. a45b492 another one by Chris Lattner · 19 years ago
  33. 302601c add a note by Chris Lattner · 19 years ago
  34. af370f7 add conditional moves of float and double values on int/fp condition codes. by Chris Lattner · 19 years ago
  35. 83e64ba example nate pointed out by Chris Lattner · 19 years ago
  36. 7a4d291 treat conditional branches the same way as conditional moves (giving them by Chris Lattner · 19 years ago
  37. 6788faa compactify all of the integer conditional moves into one instruction that takes by Chris Lattner · 19 years ago
  38. 97f9102 Add immediate forms of integer cmovs by Chris Lattner · 19 years ago
  39. 749d6fa Shrinkify by Chris Lattner · 19 years ago
  40. 273d463 implement test/Regression/TableGen/DagIntSubst.ll by Chris Lattner · 19 years ago
  41. 5def058 new testcase by Chris Lattner · 19 years ago
  42. 6dc83c7 Add the full complement of conditional moves of integer registers. by Chris Lattner · 19 years ago
  43. 86638b9 Compile this: by Chris Lattner · 19 years ago
  44. 19c5c4c Only insert an AND when converting from BR_COND to BRCC if needed. by Chris Lattner · 19 years ago
  45. ef6ffb1 Added custom lowering of fabs by Evan Cheng · 19 years ago
  46. 56b6964 add the 'lucas' optimization by Chris Lattner · 19 years ago
  47. b716343 I don't see why this optimization isn't safe, but it isn't, so disable it by Chris Lattner · 19 years ago
  48. 8e38ae6 Another high-prio selection performance bug by Chris Lattner · 19 years ago
  49. 6656dd1 Handle physreg input/outputs. We now compile this: by Chris Lattner · 19 years ago
  50. 594086d more mumbling by Chris Lattner · 19 years ago
  51. bdde465 add some notes by Chris Lattner · 19 years ago
  52. 6dfa999 Don't generate complex sequence for SETOLE, SETOLT, SETULT, and SETUGT. Flip by Evan Cheng · 19 years ago
  53. a80ea03 Don't generate (or setp, setae) for SETUGE. Simply flip the operands around and by Evan Cheng · 19 years ago
  54. f2b67cf Print the most trivial inline asms. by Chris Lattner · 19 years ago
  55. 73e142f Fix a bug in my legalizer reworking that caused the X86 backend to not get by Chris Lattner · 19 years ago
  56. a0bb4f7 new testcase for the 'C++' failures last night. by Chris Lattner · 19 years ago
  57. 2adc05c Fix FP constants, and the SparcV8/2006-01-22-BitConvertLegalize.ll failure from last night by Chris Lattner · 19 years ago
  58. 02568ff i64 -> f32, f32 -> i64 and some clean up. by Evan Cheng · 19 years ago
  59. 6dab053 Always use FP stack instructions to perform i64 to f64 as well as f64 to i64 by Evan Cheng · 19 years ago
  60. 19f3416 One more getTargetNode() variant shouldn't hurt... by Evan Cheng · 19 years ago
  61. 3772bcb Revamp the ICC/FCC reading instructions to be parameterized in terms of the by Chris Lattner · 19 years ago
  62. 9072c05 Compile: by Chris Lattner · 19 years ago
  63. d7e9f30 new testcase by Chris Lattner · 19 years ago
  64. cb0b555 Clear the OpAction field before setting it. This allows a target to set by Chris Lattner · 19 years ago
  65. 5295de7 If the target has V9 instructions, this pass is a noop, don't bother running it. by Chris Lattner · 19 years ago
  66. b34d3fd When in v9 mode, emit fabsd/fnegd/fmovd by Chris Lattner · 19 years ago
  67. 76afdc9 First step towards V9 instructions in the V8 backend, two conditional move by Chris Lattner · 19 years ago
  68. 6f63001 Two changes: by Chris Lattner · 19 years ago
  69. dea9528 When lowering SELECT_CC, see if the input is a lowered SETCC. If so, fold by Chris Lattner · 19 years ago
  70. 8504690 Add AddSymbol() method to DynamicLibrary to work around Windows limitation by Jeff Cohen · 19 years ago
  71. 0e753d6 don't insert an and node if it isn't needed here, this can prevent folding by Chris Lattner · 19 years ago
  72. c6fd6cd Move MaskedValueIsZero from the DAGCombiner to the TargetLowering interface,making isMaskedValueZeroForTargetNode simpler, and useable from other partsof the compiler. by Chris Lattner · 19 years ago
  73. 553d800 Move MaskedValueIsZero from the DAGCombiner to the TargetLowering interface, by Chris Lattner · 19 years ago
  74. 9247d0b Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. by Jeff Cohen · 19 years ago
  75. 4a397e0 Implement isMaskedValueZeroForTargetNode for the various v8 selectcc nodes, by Chris Lattner · 19 years ago
  76. 5c413bc pass the address of MaskedValueIsZero into isMaskedValueZeroForTargetNode, by Chris Lattner · 19 years ago
  77. 87c890a adjust prototype by Chris Lattner · 19 years ago
  78. 030dae5 Pass the address of the main MaskedValueIsZero function to allow recursion. by Chris Lattner · 19 years ago
  79. bc3814f fix make install/uninstall of libcrtend. by Chris Lattner · 19 years ago
  80. 715bd76 Fix indentation. by Jeff Cohen · 19 years ago
  81. 6862dbc Fix RET of promoted values on targets that custom expand RET to a target node. by Chris Lattner · 19 years ago
  82. 37dd6f1 Functions that are lazily streamed in from the .bc file are *not* external. by Chris Lattner · 19 years ago
  83. 7859313 simplify some code by Chris Lattner · 19 years ago
  84. 024c0b3 Remove extra qualifier. by Jim Laskey · 19 years ago
  85. c7097af add another note by Chris Lattner · 19 years ago
  86. 5164a31 add some performance notes from looking at sgefa by Chris Lattner · 19 years ago
  87. 6a28456 add a high-priority SSE issue from sgefa by Chris Lattner · 19 years ago
  88. b638cd8 add a missed optimization by Chris Lattner · 19 years ago
  89. 68a17fe cleanups to the ValueTypeActions interface by Chris Lattner · 19 years ago
  90. d9b55dd Now that OpActions is big enough, we can specify actions for vector types by Chris Lattner · 19 years ago
  91. 3e6e8cc clean up interface to ValueTypeActions by Chris Lattner · 19 years ago
  92. e3bd778 Clean up the interface to ValueTypeActions, allowing Legalize to use a copy by Chris Lattner · 19 years ago
  93. f38a05d revert an accidental commit by Chris Lattner · 19 years ago
  94. 70814bc Remove some special case hacks for CALLSEQ_*, using UpdateNodeOperands instead. by Chris Lattner · 19 years ago
  95. c1857c2 remove some methods by Chris Lattner · 19 years ago
  96. 3fd327f disable this for now by Chris Lattner · 19 years ago
  97. 2ce5b26 Add a note about lowering llvm.memset, llvm.memcpy, and llvm.memmove to a by Reid Spencer · 19 years ago
  98. 0fc9c26 remove now-dead code, the legalizer takes care of this for us by Chris Lattner · 19 years ago
  99. 44d9b9b The FP stack doesn't support UNDEF, ask the legalizer to legalize it by Chris Lattner · 19 years ago
  100. 8ca05e0 Allow custom expansion of ConstantVec nodes. PPC will use this in the future. by Chris Lattner · 19 years ago