aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-10-30Merge from mainline.Tanya Lattner
2008-10-30Merge from mainline.Tanya Lattner
2008-10-23Merge from mainline. This test was fixed.Tanya Lattner
2008-10-23Merge from mainline for PR2886.Tanya Lattner
2008-10-23Merge from mainline.Tanya Lattner
2008-10-22Merge from mainline.Tanya Lattner
2008-10-22Merge from mainline. Tanya Lattner
2008-10-17remove v[if]cmp functionality from the 2.4 release. These instructions will ...Tanya Lattner
2008-10-17Merge from mainline..Tanya Lattner
2008-10-17Merge from mainline.Tanya Lattner
2008-10-17Merge from mainlineTanya Lattner
2008-10-17Merge from mainline.Tanya Lattner
2008-10-17Merge from mainline.Tanya Lattner
2008-10-07Add test case for ADDC ADDE expansionAndrew Lenharth
2008-10-06Fix typo, fix PR 2865.Devang Patel
2008-10-06Be more precise about which conversions of NaNsDale Johannesen
2008-10-06Fix PR2850 and PR2863. Only generate movddup for 128-bit SSE vector shuffles.Evan Cheng
2008-10-06Remove interfaces implemented by dead pass from the list of available passes.Devang Patel
2008-10-06This is an objective-c test, not an objective-c++ one.Evan Cheng
2008-10-06Allow scalarrepl to treat an all-zero GEP just as bitcast.Matthijs Kooijman
2008-10-06Actually run Obj-C++ tests if llvm-gcc supports.Duncan Sands
2008-10-05rewrite bswap matching to be more general, allowing arbitraryChris Lattner
2008-10-04Ignore loads from and stores to local memory (i.e. allocas)Duncan Sands
2008-10-04Allow the construction of SCEVs with SCEVCouldNotCompute operands, byNick Lewycky
2008-10-04Revert r56675 - it breaks unwinding runtime everywhere.Anton Korobeynikov
2008-10-04Fix a bug in the local allocator's liveness computation where itDan Gohman
2008-10-03Nick Lewycky's patch.Devang Patel
2008-10-03New test case.Evan Cheng
2008-10-02Handle some 64-bit atomics on x86-32, some of the time.Dale Johannesen
2008-10-02Fix a think-o in isSafeToMove. This fixes it from thinking thatDan Gohman
2008-10-01Disable fast-isel for this test, as it doesn't emit the sameDan Gohman
2008-10-01Attributes noinline alwaysinline are incompatibleDevang Patel
2008-10-01Remove OptimizeForSize global. Use function attribute optsize.Devang Patel
2008-10-01Split this test and move it into target-specific directories.Dan Gohman
2008-10-01nounwind-ify this test.Dan Gohman
2008-10-01Don't leave an output file in the test directory.Dan Gohman
2008-10-01Moved this option to the front-end.Bill Wendling
2008-10-01Use explicit target-triples to unbreak this test on non-darwin systems.Dan Gohman
2008-09-30Just don't transform this memset into "bzero" if no-builtin is specified.Bill Wendling
2008-09-30- Initialize "--no-builtin" to "false".Bill Wendling
2008-09-30Re-apply 56835 along with header file changes.Evan Cheng
2008-09-30Revert commit 56835 since it breaks the build.Duncan Sands
2008-09-30If a re-materializable instruction has a register operand, the spiller will c...Evan Cheng
2008-09-30Fix misoptimization of: xor i1 (icmp eq (X, C1), icmp s[lg]t (X, C2))Nick Lewycky
2008-09-29Support inreg, zext and sext as return value attributes.Devang Patel
2008-09-29Fix PR2835. Do not change the width of a volatile load.Evan Cheng
2008-09-29Add a testcase showing that scalarrepl supports first class structs.Matthijs Kooijman
2008-09-27Re-apply 56683 with fixes.Evan Cheng
2008-09-27Update tests.Devang Patel
2008-09-26Implement function notes as function attributes. Devang Patel