aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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