aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Improved shuffle normalization to avoid using extract/build when weMon P Wang2008-11-163-0/+80
* Handle the case where there is no "not". It is possible it got Chris Lattner2008-11-161-1/+12
* make this actually test what it is trying to.Chris Lattner2008-11-161-4/+3
* Don't brute-force analyze cubic or higher polynomials.Nick Lewycky2008-11-161-0/+19
* Correct this error message.Nick Lewycky2008-11-151-0/+5
* [XCore] Fix expansion of 64 bit add/sub. Don't custom expandRichard Osborne2008-11-141-0/+12
* Add XCore intrinsics for getid (returns thread id) and bitrev (reversesRichard Osborne2008-11-142-0/+16
* Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnitDan Gohman2008-11-131-1/+1
* testcase for PR 1779.Dale Johannesen2008-11-131-0/+19
* Added testcase for r59214.Bill Wendling2008-11-131-0/+14
* Add test case for ptr annotation.Tanya Lattner2008-11-121-0/+18
* Correct some thinkos in the expansion of ADD/SUBDuncan Sands2008-11-121-0/+14
* Fix the testb optimization so x86 also bootstraps.Dale Johannesen2008-11-121-1/+0
* fix another libgcc blockerAndrew Lenharth2008-11-111-0/+22
* Un-XFAIL tests now that they're fixed.Bill Wendling2008-11-112-2/+0
* r59009 broke these tests. XFAIL for now.Bill Wendling2008-11-112-0/+2
* Temporarily revert r58979 and related patch. It's causing a failure in X86 bo...Bill Wendling2008-11-101-0/+2
* If the sign of exit condition and split condition does not matchDevang Patel2008-11-101-0/+69
* Fix PR2667: add soft float support for sint_to_fp/uint_to_fpDuncan Sands2008-11-101-0/+55
* When promoting the result of fp_to_uint/fp_to_sint,Duncan Sands2008-11-101-10/+1
* Reenable test.Dale Johannesen2008-11-101-1/+0
* The method of doing the matching with a 'select' instruction was wrong. TheBill Wendling2008-11-091-0/+17
* XFAIL this while waiting for a fix.Duncan Sands2008-11-091-0/+1
* If the LHS of the FCMP is coming from a UIToFP instruction, then we don't wantBill Wendling2008-11-091-0/+46
* CellSPU: Update expected counts on expected patternsScott Michel2008-11-091-5/+5
* Add LLVMC2 tool definitions for Objective-C and Objective-C++.Daniel Dunbar2008-11-082-0/+20
* Generated code for generic expansion of SETUGT etc.Dale Johannesen2008-11-081-0/+1
* Xfail an incorrect test.Dale Johannesen2008-11-081-0/+7
* Add basic test for XCore backendRichard Osborne2008-11-072-0/+11
* Testcase for testb optimization.Dale Johannesen2008-11-071-0/+25
* Handle (delete) dbg intrinsics while promoting alloca.Devang Patel2008-11-071-0/+56
* Emit label for llvm.dbg.func.start of the inlined function.Devang Patel2008-11-061-0/+1
* Emit label for llvm.dbg.func.start of the inlined function.Devang Patel2008-11-061-0/+71
* Make ISel ignore dead nodes. The DAGCombiner normally eliminatesDan Gohman2008-11-051-0/+22
* Add PR number.Devang Patel2008-11-051-0/+1
* Add more vector move low and zero-extend patterns.Evan Cheng2008-11-051-0/+15
* New test case.Devang Patel2008-11-051-0/+6
* Add a new pass to simplify specific half_powr function calls. This isDan Gohman2008-11-041-0/+41
* Fix tests not to emit IR outputAnton Korobeynikov2008-11-042-2/+2
* Actually ARM / Mac OS X does have UINTTOFP_I64_F{64|32} libcalls.Evan Cheng2008-11-041-0/+17
* Custom lower bit_convert i64 -> f64 into FMDRR. This is now happening with le...Evan Cheng2008-11-041-0/+29
* Fix PR3011: LegalizeTypes support for scalarizingDuncan Sands2008-11-041-0/+9
* The ANDMask node folds to a constant, and isn't the node that needs toDan Gohman2008-11-031-0/+26
* Ignore conditions that are outside the loop.Devang Patel2008-11-031-0/+47
* Turn floating point IVs into integer IVs where possible.Devang Patel2008-11-031-0/+17
* Change how extended types are represented in MVTs. Instead of fiddlingDan Gohman2008-11-031-0/+9
* Testcase for recent llvm-gcc fixAnton Korobeynikov2008-11-031-0/+3
* Make VAARG work with x86 long double (which isDuncan Sands2008-11-031-0/+17
* Don't crash analyzing certain quadratics (addrec of {X,+,Y,+,1}).Nick Lewycky2008-11-031-0/+21
* Changes from Duncan's review:Nick Lewycky2008-11-021-0/+11