aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Testcase for PR2691Anton Korobeynikov2008-11-021-0/+5
* Add a new MergeFunctions pass. It finds identical functions and merges them.Nick Lewycky2008-11-023-0/+61
* Fix demanded bits analysis with srem by negative number. Based on a patchNick Lewycky2008-11-021-0/+8
* Fix this recently moved code to use the correct type. CI is now aDan Gohman2008-11-021-0/+12
* Testcase for PR2613Anton Korobeynikov2008-10-311-0/+61
* Add a bunch of libcalls for ppcf128 that were somehowDuncan Sands2008-10-311-0/+37
* Use MOVSSmr instead of EXTRACTPSmr in the case of extractingDan Gohman2008-10-311-2/+10
* Testcase for PR2987.Duncan Sands2008-10-301-0/+9
* Canonicalize sext(i1) to i1?-1:0, and update various instcombineDan Gohman2008-10-301-1/+25