aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix a think-o in isSafeToMove. This fixes it from thinking thatDan Gohman2008-10-021-0/+17
* Disable fast-isel for this test, as it doesn't emit the sameDan Gohman2008-10-011-1/+1
* Attributes noinline alwaysinline are incompatibleDevang Patel2008-10-011-2/+1
* Remove OptimizeForSize global. Use function attribute optsize.Devang Patel2008-10-012-1/+17
* Split this test and move it into target-specific directories.Dan Gohman2008-10-012-1/+8
* nounwind-ify this test.Dan Gohman2008-10-011-4/+4
* Don't leave an output file in the test directory.Dan Gohman2008-10-011-1/+1
* Moved this option to the front-end.Bill Wendling2008-10-011-1/+0
* Use explicit target-triples to unbreak this test on non-darwin systems.Dan Gohman2008-10-011-1/+2
* Just don't transform this memset into "bzero" if no-builtin is specified.Bill Wendling2008-09-301-1/+1
* - Initialize "--no-builtin" to "false".Bill Wendling2008-09-301-0/+1
* Re-apply 56835 along with header file changes.Evan Cheng2008-09-301-0/+85
* Revert commit 56835 since it breaks the build.Duncan Sands2008-09-301-85/+0
* If a re-materializable instruction has a register operand, the spiller will c...Evan Cheng2008-09-301-0/+85
* Fix misoptimization of: xor i1 (icmp eq (X, C1), icmp s[lg]t (X, C2))Nick Lewycky2008-09-301-0/+10
* Support inreg, zext and sext as return value attributes.Devang Patel2008-09-294-4/+17
* Fix PR2835. Do not change the width of a volatile load.Evan Cheng2008-09-291-0/+15
* Add a testcase showing that scalarrepl supports first class structs.Matthijs Kooijman2008-09-291-0/+30
* Re-apply 56683 with fixes.Evan Cheng2008-09-274-5/+18
* Update tests.Devang Patel2008-09-272-4/+4
* Implement function notes as function attributes. Devang Patel2008-09-263-3/+3
* Implement "punpckldq %xmm0, $xmm0" as "pshufd $0x50, %xmm0, %xmm" unless op...Evan Cheng2008-09-262-4/+23
* Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling2008-09-263-2/+5
* Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng2008-09-263-3/+20
* Avoid spilling EBP / RBP twice in the prologue.Evan Cheng2008-09-262-2/+2
* Prefer movlhps over punpcklqdq, etc. in more cases.Evan Cheng2008-09-251-1/+1
* With sse3 and when the source is a load or has multiple uses, favors movddup ...Evan Cheng2008-09-251-0/+16
* Accept 'inreg' attribute on x86 functions asDale Johannesen2008-09-251-0/+19
* Fix patterns for SSE4.1 move and sign extend instructions. Also add instructi...Evan Cheng2008-09-241-0/+47
* Remove SelectionDag early allocation of registersDale Johannesen2008-09-243-2/+35
* Test fp not.Evan Cheng2008-09-241-1/+7
* Properly handle 'm' inline asm constraints. If a GV is being selected for the...Evan Cheng2008-09-241-0/+10
* Rationalize the names of passes that print information:Duncan Sands2008-09-237-8/+11
* Support x86 specific inline asm modifier 'J'.Evan Cheng2008-09-221-4/+8
* Test case for fp logical instructions.Evan Cheng2008-09-221-0/+9
* Change the calling convention used when tail call optimization is enabled fro...Arnold Schwaighofer2008-09-223-3/+3
* Fix PR2808. When regalloc runs out of register, it spill a physical register ...Evan Cheng2008-09-201-0/+22
* Clean up the test.Evan Cheng2008-09-201-4/+4
* No need to print function stubs for Mac OS X 10.5 and up. Linker will handle it.Evan Cheng2008-09-201-0/+12
* Refactor X86SelectConstAddr, folding it into X86SelectAddress. ThisDan Gohman2008-09-191-1/+1
* Re-materalized definition instructions may be dead. Whack them.Evan Cheng2008-09-191-0/+15
* Add test for improvement of readonly to readnone,Duncan Sands2008-09-191-3/+12
* Turn on these tests!Duncan Sands2008-09-191-0/+3
* Remove the MarkModRef pass (use AddReadAttrs instead).Duncan Sands2008-09-191-1104/+0
* Add a new pass AddReadAttrs which works out which functionsDuncan Sands2008-09-194-4/+4
* Test the callgraph directly for the missing edge.Duncan Sands2008-09-191-1/+2
* Teach -callgraph to always print the callgraph (as theDuncan Sands2008-09-193-3/+3
* splitLoop does not handle split condition EQ.Devang Patel2008-09-181-0/+38
* Add a bit to mark operands of asm's that conflictDale Johannesen2008-09-171-0/+24
* Unallocatable registers do not have live intervals.Evan Cheng2008-09-171-0/+17