summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Combine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single fcmp when possible.Evan Cheng2008-10-141-0/+34
* - Somehow I forgot about one / une.Evan Cheng2008-10-141-1/+9
* Optimize anding of two fcmp into a single fcmp if the operands are the same. ...Evan Cheng2008-10-141-0/+26
* new testcase for PR2797Chris Lattner2008-10-141-0/+9
* When doing the very-late shift-and address-mode optimization,Dan Gohman2008-10-131-0/+38
* Don't barf on 32 bit platforms if llvm-gcc isDuncan Sands2008-10-132-2/+2
* FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOper...Evan Cheng2008-10-131-0/+29
* Also update sub-register intervals after a trivial computation is rematt'ed f...Evan Cheng2008-10-131-0/+42
* Add a test case for _Complex passed as a FCA.Evan Cheng2008-10-131-0/+14
* Remove "long" variants so these will pass on a 64-bit host.Dale Johannesen2008-10-122-98/+6
* Fix PR2697 by rewriting the '(X / pos) op neg' logic. This also changesChris Lattner2008-10-111-0/+8
* Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner2008-10-111-0/+21
* Check loop exit predicate properly while eliminating one iteration loop.Devang Patel2008-10-101-0/+66
* Add testcase for 'r' inline asm operandAnton Korobeynikov2008-10-101-0/+14
* This does not fail anymoreAnton Korobeynikov2008-10-101-2/+0
* Add sparc test for memory operand used in inline asmAnton Korobeynikov2008-10-101-0/+16
* This is not failing anymoreAnton Korobeynikov2008-10-101-2/+0
* get CodeGen/Alpha/mul128.ll to work.Chris Lattner2008-10-091-1/+0
* Remove -disable-fast-isel. Use cl::boolOrDefault with -fast-iselDan Gohman2008-10-071-1/+1
* Add a testcase for i256 add. i256 isn't fully supported inDan Gohman2008-10-071-0/+18
* 128 mul test, xfailedAndrew Lenharth2008-10-071-0/+8
* Certain patterns involving the "movss" instruction were marked as requiring S...Anders Carlsson2008-10-071-0/+22
* add support for running the test suite with valgrind. to run it just type 'ma...Nuno Lopes2008-10-072-3/+33
* Expand arith on machines without carry flagsAndrew Lenharth2008-10-072-1/+9
* fix filetype suffixGabor Greif2008-10-071-0/+0
* no need to write the output to the diskChris Lattner2008-10-071-1/+1
* Add test case for ADDC ADDE expansionAndrew Lenharth2008-10-071-0/+10
* Fix typo, fix PR 2865.Devang Patel2008-10-061-0/+31
* Be more precise about which conversions of NaNsDale Johannesen2008-10-062-0/+31
* Fix PR2850 and PR2863. Only generate movddup for 128-bit SSE vector shuffles.Evan Cheng2008-10-061-0/+12
* Remove interfaces implemented by dead pass from the list of available passes.Devang Patel2008-10-061-0/+11
* This is an objective-c test, not an objective-c++ one.Evan Cheng2008-10-061-1/+1
* Allow scalarrepl to treat an all-zero GEP just as bitcast.Matthijs Kooijman2008-10-061-0/+24
* Actually run Obj-C++ tests if llvm-gcc supports.Duncan Sands2008-10-062-2/+2
* rewrite bswap matching to be more general, allowing arbitraryChris Lattner2008-10-051-1/+16
* Ignore loads from and stores to local memory (i.e. allocas)Duncan Sands2008-10-041-0/+10
* Allow the construction of SCEVs with SCEVCouldNotCompute operands, byNick Lewycky2008-10-041-0/+32
* Revert r56675 - it breaks unwinding runtime everywhere.Anton Korobeynikov2008-10-042-2/+2
* Fix a bug in the local allocator's liveness computation where itDan Gohman2008-10-041-0/+31
* Nick Lewycky's patch.Devang Patel2008-10-031-0/+36
* New test case.Evan Cheng2008-10-031-0/+50
* Handle some 64-bit atomics on x86-32, some of the time.Dale Johannesen2008-10-021-0/+969
* 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