summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Re-apply 56835 along with header file changes.Evan Cheng2008-09-30
* Revert commit 56835 since it breaks the build.Duncan Sands2008-09-30
* If a re-materializable instruction has a register operand, the spiller will c...Evan Cheng2008-09-30
* Fix misoptimization of: xor i1 (icmp eq (X, C1), icmp s[lg]t (X, C2))Nick Lewycky2008-09-30
* Support inreg, zext and sext as return value attributes.Devang Patel2008-09-29
* Fix PR2835. Do not change the width of a volatile load.Evan Cheng2008-09-29
* Add a testcase showing that scalarrepl supports first class structs.Matthijs Kooijman2008-09-29
* Re-apply 56683 with fixes.Evan Cheng2008-09-27
* Update tests.Devang Patel2008-09-27
* Implement function notes as function attributes. Devang Patel2008-09-26
* Implement "punpckldq %xmm0, $xmm0" as "pshufd $0x50, %xmm0, %xmm" unless op...Evan Cheng2008-09-26
* Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling2008-09-26
* Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng2008-09-26
* Avoid spilling EBP / RBP twice in the prologue.Evan Cheng2008-09-26
* Prefer movlhps over punpcklqdq, etc. in more cases.Evan Cheng2008-09-25
* With sse3 and when the source is a load or has multiple uses, favors movddup ...Evan Cheng2008-09-25
* Accept 'inreg' attribute on x86 functions asDale Johannesen2008-09-25
* Fix patterns for SSE4.1 move and sign extend instructions. Also add instructi...Evan Cheng2008-09-24
* Remove SelectionDag early allocation of registersDale Johannesen2008-09-24
* Test fp not.Evan Cheng2008-09-24
* Properly handle 'm' inline asm constraints. If a GV is being selected for the...Evan Cheng2008-09-24
* Rationalize the names of passes that print information:Duncan Sands2008-09-23
* Support x86 specific inline asm modifier 'J'.Evan Cheng2008-09-22
* Test case for fp logical instructions.Evan Cheng2008-09-22
* Change the calling convention used when tail call optimization is enabled fro...Arnold Schwaighofer2008-09-22
* 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