1. 6fb2168 Fully general expansion of integer shift of any size. by Evan Cheng · 16 years ago
  2. 431efa1 Add an explicit -asm-verbose to these tests, to make it by Dan Gohman · 16 years ago
  3. 696a130 Remove the "fast" cases for spill and restore point determination, as these were subtlely wrong in obscure cases. Patch the testcase by Owen Anderson · 16 years ago
  4. 07c26ee Fix live-out reg logic to not insert over-aggressive AssertZExt by Dan Gohman · 16 years ago
  5. e6f350d Turn a 2-address instruction into a 3-address one when it's profitable even if the two-address operand is killed. by Evan Cheng · 16 years ago
  6. 30ffe81 Tweak test for recent relro stuff by Anton Korobeynikov · 16 years ago
  7. 878071e Forgot this test. by Evan Cheng · 16 years ago
  8. 807117d Testcase for recent ro/relocs stuff by Anton Korobeynikov · 16 years ago
  9. 004e27c Fix PR3899: add support for extracting floats from vectors by Duncan Sands · 16 years ago
  10. 11ff978 Make check in CheckTailCallReturnConstraints for ignorable instructions between by Arnold Schwaighofer · 16 years ago
  11. e75fd69 Enable tail call optimization for functions that return a struct (bug 3664) and for functions that return types that need extending (e.g i1). by Arnold Schwaighofer · 16 years ago
  12. 0b0cd91 Optimize some 64-bit multiplication by constants into two lea's or one lea + shl since imulq is slow (latency 5). e.g. by Evan Cheng · 16 years ago
  13. 1a36744 Fix this test so that it doesn't spuriously fail due to some by Dan Gohman · 16 years ago
  14. 0802851 Add -march=x86. by Evan Cheng · 16 years ago
  15. dccbfea Add -f to RUN line. by Bill Wendling · 16 years ago
  16. a95dbf2 no need for eh info by Chris Lattner · 16 years ago
  17. 24c98ce Add testcase for r67728. by Bill Wendling · 16 years ago
  18. e597282 Add a test case for PR3779: when to promote the function return value. by Evan Cheng · 16 years ago
  19. 3927f43 Revert 67132. This is breaking some objective-c apps. by Evan Cheng · 16 years ago
  20. 42bf74b CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
  21. e1c5267 Add a testcase for the scheduling heuristic introduced in r67586. by Dan Gohman · 16 years ago
  22. f1c0ae9 Do not emit comments unless -asm-verbose. by Evan Cheng · 16 years ago
  23. 5d088fe Fix a bug in spill weight computation. If the alias is a super-register, and the super-register is in the register class we are trying to allocate. Then add the weight to all sub-registers of the super-register even if they are not aliases. by Evan Cheng · 16 years ago
  24. 1b25cb2 Fix internal representation of fp80 to be the by Dale Johannesen · 16 years ago
  25. 3e744c8 Update test for pr3864. by Evan Cheng · 16 years ago
  26. 2824a65 Fix PR3391 and PR3864. Reg allocator infinite looping. by Evan Cheng · 16 years ago
  27. fb11288 Model inline asm constraint which ties an input to an output register as machine operand TIED_TO constraint. This eliminated the need to pre-allocate registers for these. This also allows register allocator can eliminate the unneeded copies. by Evan Cheng · 16 years ago
  28. 7d6d4b3 Do not fold away subreg_to_reg if the source register has a sub-register index. That means the source register is taking a sub-register of a larger register. e.g. On x86 by Evan Cheng · 16 years ago
  29. 6b2c7ae Add -relocation-model=pic so that the test works both in Linux and Darwin. by Rafael Espindola · 16 years ago
  30. aa9df0b Added missing support for widening when splitting an unary op (PR3683) by Mon P Wang · 16 years ago
  31. 7367319 Add another test case for r64440. by Evan Cheng · 16 years ago
  32. ff81ebf Disable the "call to immediate" optimization on x86-64. It is by Chris Lattner · 16 years ago
  33. 64ec298 A more proper -mtriple. by Bill Wendling · 16 years ago
  34. 652c3c3 Temporary fix. I think Rafael wanted this to be Linux-only. by Bill Wendling · 16 years ago
  35. b7e64ac LSR shouldn't ever try to hack on integer IV's larger than 64-bits. Right now by Chris Lattner · 16 years ago
  36. 152932b Don't force promotion of return arguments on the callee. by Rafael Espindola · 16 years ago
  37. 3985728 this is apparently passing now. Evan/Dan, please check by Chris Lattner · 16 years ago
  38. 0b18e59 Fix codegen to compute the size of an allocation by multiplying the by Chris Lattner · 16 years ago
  39. 58e2287 Add newline at end of file. by Evan Cheng · 16 years ago
  40. a82d3f7 CellSPU: Revert inadvertent mis-fix of fneg. by Scott Michel · 16 years ago
  41. a5fec0d Reapply r67049, with the test adjusted for darwin by Duncan Sands · 16 years ago
  42. 93b7415 Fix a problem with DAGCombine where we were building an illegal build by Mon P Wang · 16 years ago
  43. 9626447 Recognize bswapl as bswap too. by Dan Gohman · 16 years ago
  44. d735666 Recognize "bswapq" as an alternate spelling for the bswap instruction. by Dan Gohman · 16 years ago
  45. e47b008 Spiller may unfold load / mod / store instructions as an optimization when the would be loaded value is available in a register. It needs to check if it's legal to clobber the register. Also, the register can contain values of multiple spill slots, make sure to check all instead of just the one being unfolded. by Evan Cheng · 16 years ago
  46. 7ea02ff CellSPU: by Scott Michel · 16 years ago
  47. db14d63 --- Reverse-merging (from foreign repository) r67049 into '.': by Bill Wendling · 16 years ago
  48. dfec24c Tweak the fix for PR3784: be less sensitive about just by Duncan Sands · 16 years ago
  49. 6e1d147 CellSPU: by Scott Michel · 16 years ago
  50. 318f505 Add a testcase that covers a wide variety of ABI isel cases. by Dan Gohman · 16 years ago
  51. 72bb0a6 Use %rip-relative addressing on x86-64 whenever practical, as by Dan Gohman · 16 years ago
  52. d00d2fe Add a few more ptrtoint/inttoptr cast tests. by Dan Gohman · 16 years ago
  53. 474d3b3 Improve FastISel's handling of truncates to i1, and implement by Dan Gohman · 16 years ago
  54. fc0b80d Fix PR3784: If the source of a phi comes from a bb ended with an invoke, make sure the copy is inserted before the try range (unless it's used as an input to the invoke, then insert it after the last use), not at the end of the bb. by Evan Cheng · 16 years ago
  55. 14ea1ec Fix FastISel's assumption that i1 values are always zero-extended by Dan Gohman · 16 years ago
  56. 9b922aa Improve sext and zext of TLS variables. by Rafael Espindola · 16 years ago
  57. 1606e8e Fix some significant problems with constant pools that resulted in unnecessary paddings between constant pool entries, larger than necessary alignments (e.g. 8 byte alignment for .literal4 sections), and potentially other issues. by Evan Cheng · 16 years ago
  58. cee56e7 generalize the previous code to use the full generality of LEA by Chris Lattner · 16 years ago
  59. 97a29a5 optimize the case of cond ? 42 : 41 and friends. This compiles the example to: by Chris Lattner · 16 years ago
  60. 77502c9 Enhance address-mode folding of ISD::ADD to handle cases where the by Dan Gohman · 16 years ago
  61. 379e15e Add this test back. by Evan Cheng · 16 years ago
  62. 58256f8 Revert commit 66140 since it caused several failures by Duncan Sands · 16 years ago
  63. 826af20 Typo. by Evan Cheng · 16 years ago
  64. 0b220d0 Fix test after Chris' select changes. by Evan Cheng · 16 years ago
  65. d1980a5 Move 3 "(add (select cc, 0, c), x) -> (select cc, x, (add, x, c))" by Chris Lattner · 16 years ago
  66. 536e667 On x86, if the only use of a i64 load is a i64 store, generate a pair of double load and store instead. by Evan Cheng · 16 years ago
  67. 1285295 add no-unwind, remove duplicate run line. by Chris Lattner · 16 years ago
  68. 7a15c8f add nounwinds by Chris Lattner · 16 years ago
  69. 3014376 Revert r66024. The JIT encoding for CALLpcrel32 is wrong -- see PR3773, and the by Dan Gohman · 16 years ago
  70. b316f90 optimize i8 and i16 tls values. by Rafael Espindola · 16 years ago
  71. a597a97 My last coalescer fix introduced a subtler one. It's aborting a commuting optimization too late and left the live intervals to be out of sync with instructions. This fixes 8b10b. by Evan Cheng · 16 years ago
  72. 6b3ef69 For yonah, fix a vector shuffle case for v16i8 where we didn't properly clear some bits. by Mon P Wang · 16 years ago
  73. 37b9a19 Fixed a v8i16 shuffle case that should generate a pshufb instead of a pshuflw/hw. by Mon P Wang · 16 years ago
  74. 600fec3 reapply my previous patch (r66358) with a tweak to set the by Chris Lattner · 16 years ago
  75. a2e6435 Two coalescer fixes in one. by Evan Cheng · 16 years ago
  76. aad49fe Readd test, but XFAIL it. by Bill Wendling · 16 years ago
  77. 41d88d2 Revert 66358 for now. It's breaking povray, 450.soplex, and 456.hmmer on x86 / Darwin. by Evan Cheng · 16 years ago
  78. 3528e38 Add radar number. by Bill Wendling · 16 years ago
  79. 3e0cc26 wire up support for emitting "special" values from inline asm by Chris Lattner · 16 years ago
  80. 66b8bc3 Fix PR3763 by using proper APInt methods instead of uint64_t's. by Chris Lattner · 16 years ago
  81. 6501153 ARM isLegalAddressImmediate should check if type is a simple type now that optimizer can create values of funky scalar types. by Evan Cheng · 16 years ago
  82. 0d8fc52 Yet another case where the spiller marked two uses of the same register on the same instruction as kill. This fixes PR3706. by Evan Cheng · 16 years ago
  83. 4b17474 Recognize triplets starting with armv5-, armv6- etc. And set the ARM arch version accordingly. by Evan Cheng · 16 years ago
  84. 821b856 If a MI uses the same register more than once, only mark one of them as 'kill'. by Evan Cheng · 16 years ago
  85. 4767694 implement an optimization to codegen c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4. by Chris Lattner · 16 years ago
  86. 3112581 Arithmetic instructions don't set EFLAGS bits OF and CF bits by Dan Gohman · 16 years ago
  87. 16e8eda Fix ScheduleDAGRRList::CopyAndMoveSuccessors' handling of nodes by Dan Gohman · 16 years ago
  88. 4bfcf2a Fix the "test" optimization to recognize "dec" as an add of by Dan Gohman · 16 years ago
  89. 8733db3 Make this test more thorough. Not only should there be no %esi, by Dan Gohman · 16 years ago
  90. 6fb8f42 Do not split edges to EH landing pads. It will cause code size explosion. by Evan Cheng · 16 years ago
  91. 076aee3 Re-apply 66008, now that the unfoldMemoryOperand bug is fixed. by Dan Gohman · 16 years ago
  92. c93023a Add a restore folder, which shaves a dozen or so machineinstrs off oggenc. Update a testcase to check this. by Owen Anderson · 16 years ago
  93. ae3f2b6 Fix PR3666: isel calls to constant addresses. by Evan Cheng · 16 years ago
  94. 27759f4 PR3686: make the legalizer handle bitcast from i80 to x86 long double. by Eli Friedman · 16 years ago
  95. 29582d1 Revert r66004 for now; it's causing a variety of test failures. by Dan Gohman · 16 years ago
  96. 10029df Rename test. by Evan Cheng · 16 years ago
  97. 12bbc52 Teach the x86 backend to eliminate "test" instructions by using the EFLAGS by Dan Gohman · 16 years ago
  98. 599a6a8 Fix PR3701. 1. X86 target renamed eflags register to flags. This matches what llvm-gcc generates so codegen knows flags register is being clobbered by inline asm. 2. BURR scheduler should also check if inline asm nodes can clobber "live" physical registers. Previously it was only checking target nodes with implicit defs. by Evan Cheng · 16 years ago
  99. 36ae6c1 The DAG combiner was performing a BT combine. The BT combine had a value of -1, by Bill Wendling · 16 years ago
  100. cbd88ad Fix a problem with DAGCombine on 64b targets where folding by Nate Begeman · 16 years ago