summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix PR2808. When regalloc runs out of register, it spill a physical register ...Evan Cheng2008-09-20
* Clean up the test.Evan Cheng2008-09-20
* No need to print function stubs for Mac OS X 10.5 and up. Linker will handle it.Evan Cheng2008-09-20
* Refactor X86SelectConstAddr, folding it into X86SelectAddress. ThisDan Gohman2008-09-19
* Re-materalized definition instructions may be dead. Whack them.Evan Cheng2008-09-19
* Add test for improvement of readonly to readnone,Duncan Sands2008-09-19
* Turn on these tests!Duncan Sands2008-09-19
* Remove the MarkModRef pass (use AddReadAttrs instead).Duncan Sands2008-09-19
* Add a new pass AddReadAttrs which works out which functionsDuncan Sands2008-09-19
* Test the callgraph directly for the missing edge.Duncan Sands2008-09-19
* Teach -callgraph to always print the callgraph (as theDuncan Sands2008-09-19
* splitLoop does not handle split condition EQ.Devang Patel2008-09-18
* Add a bit to mark operands of asm's that conflictDale Johannesen2008-09-17
* Unallocatable registers do not have live intervals.Evan Cheng2008-09-17
* Do not hoist instruction above branch condition. The instruction may use bran...Devang Patel2008-09-17
* Do not ignore iv uses outside the loop.Devang Patel2008-09-17
* Add trampoline support to PPC. GCC simply calls the "__trampoline_setup"Bill Wendling2008-09-17
* Finally re-apply r46959. This is made feasible by the combinationDan Gohman2008-09-16
* Improve instcombine's handling of integer min and max in two ways:Dan Gohman2008-09-16
* Fix test to account for no more whitespace and that one of the matches is theBill Wendling2008-09-16
* Remove space that was forgotten.`Bill Wendling2008-09-16
* Fix spacing in the grep line for this test, following the recentDan Gohman2008-09-16
* Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman2008-09-16
* Teach ScalarEvolution to consider loop preheaders in the search forDan Gohman2008-09-15
* Teach LSR to optimize away SMAX operations for tripcounts in commonDan Gohman2008-09-15
* Re-enable SelectionDAG CSE for calls. It matters in the case ofDan Gohman2008-09-15
* Added testcase for bswap allegrexel intrinsicBruno Cardoso Lopes2008-09-15
* Correctly update kill infos after extending a live range and merge 2 val#'s; ...Evan Cheng2008-09-15
* Fix WriteAsOperand to not emit a leading space character. AdjustDan Gohman2008-09-14
* Fix PR2792: treat volatile loads as writing memory somewhere.Duncan Sands2008-09-13
* On some targets, non-move instructions can become move instructions because o...Evan Cheng2008-09-12
* On 64-bit targets, change 32-bit getelementptr indices to be 64-bitDan Gohman2008-09-11
* Fix a vectorshuffle instcombine bug introduced by r55995.Dan Gohman2008-09-11
* Add indirect tail call (function pointer) examples.Arnold Schwaighofer2008-09-11
* When tailcallopt is enabled all fastcc calls must have an aligned argument st...Arnold Schwaighofer2008-09-11
* Fix PR2748. Avoid coalescing physical register with virtual register which wo...Evan Cheng2008-09-11
* Fix PR2783 - coalescer bug. Missing a TargetRegisterInfo::isVirtualRegister c...Evan Cheng2008-09-11
* Propagate subreg index when promoting a load to a copy.Evan Cheng2008-09-11
* Fix an icmp+sdiv optimization to check for and handle an overflowDan Gohman2008-09-10
* Fix a fastcc + sret bug. If fastcc and sret, callee doesn't need to pop the h...Evan Cheng2008-09-10
* Legalizer was missing code that expand fpow to a libcall.Evan Cheng2008-09-09
* Remove. Devang Patel2008-09-09
* if loop induction variable is always sign or zero extended then Devang Patel2008-09-09
* fix overflow check.Devang Patel2008-09-09
* Fix PR2757. Ignore liveinterval register allocation preference if the prefere...Evan Cheng2008-09-09
* Resolve aliases, when possibleAnton Korobeynikov2008-09-09
* Make SimplifyDemandedVectorElts simplify vectors with multipleDan Gohman2008-09-09
* Correct callgraph construction. It has two problems:Duncan Sands2008-09-09
* Temporarily disable vector select in the bitcode reader. TheDan Gohman2008-09-09
* Fix a constant lowering bug. Now we can do load and store instructions with f...Evan Cheng2008-09-09