summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Ignore loads from and stores to local memory (i.e. allocas)Duncan Sands2008-10-04
* Allow the construction of SCEVs with SCEVCouldNotCompute operands, byNick Lewycky2008-10-04
* Revert r56675 - it breaks unwinding runtime everywhere.Anton Korobeynikov2008-10-04
* Fix a bug in the local allocator's liveness computation where itDan Gohman2008-10-04
* Nick Lewycky's patch.Devang Patel2008-10-03
* New test case.Evan Cheng2008-10-03
* Handle some 64-bit atomics on x86-32, some of the time.Dale Johannesen2008-10-02
* Fix a think-o in isSafeToMove. This fixes it from thinking thatDan Gohman2008-10-02
* Disable fast-isel for this test, as it doesn't emit the sameDan Gohman2008-10-01
* Attributes noinline alwaysinline are incompatibleDevang Patel2008-10-01
* Remove OptimizeForSize global. Use function attribute optsize.Devang Patel2008-10-01
* Split this test and move it into target-specific directories.Dan Gohman2008-10-01
* nounwind-ify this test.Dan Gohman2008-10-01
* Don't leave an output file in the test directory.Dan Gohman2008-10-01
* Moved this option to the front-end.Bill Wendling2008-10-01
* Use explicit target-triples to unbreak this test on non-darwin systems.Dan Gohman2008-10-01
* Just don't transform this memset into "bzero" if no-builtin is specified.Bill Wendling2008-09-30
* - Initialize "--no-builtin" to "false".Bill Wendling2008-09-30
* 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