summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* [XCore] Fix expansion of 64 bit add/sub. Don't custom expandRichard Osborne2008-11-14
* Add XCore intrinsics for getid (returns thread id) and bitrev (reversesRichard Osborne2008-11-14
* Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnitDan Gohman2008-11-13
* testcase for PR 1779.Dale Johannesen2008-11-13
* Added testcase for r59214.Bill Wendling2008-11-13
* Add test case for ptr annotation.Tanya Lattner2008-11-12
* Correct some thinkos in the expansion of ADD/SUBDuncan Sands2008-11-12
* Fix the testb optimization so x86 also bootstraps.Dale Johannesen2008-11-12
* fix another libgcc blockerAndrew Lenharth2008-11-11
* Un-XFAIL tests now that they're fixed.Bill Wendling2008-11-11
* r59009 broke these tests. XFAIL for now.Bill Wendling2008-11-11
* Temporarily revert r58979 and related patch. It's causing a failure in X86 bo...Bill Wendling2008-11-10
* If the sign of exit condition and split condition does not matchDevang Patel2008-11-10
* Fix PR2667: add soft float support for sint_to_fp/uint_to_fpDuncan Sands2008-11-10
* When promoting the result of fp_to_uint/fp_to_sint,Duncan Sands2008-11-10
* Reenable test.Dale Johannesen2008-11-10
* The method of doing the matching with a 'select' instruction was wrong. TheBill Wendling2008-11-09
* XFAIL this while waiting for a fix.Duncan Sands2008-11-09
* If the LHS of the FCMP is coming from a UIToFP instruction, then we don't wantBill Wendling2008-11-09
* CellSPU: Update expected counts on expected patternsScott Michel2008-11-09
* Add LLVMC2 tool definitions for Objective-C and Objective-C++.Daniel Dunbar2008-11-08
* Generated code for generic expansion of SETUGT etc.Dale Johannesen2008-11-08
* Xfail an incorrect test.Dale Johannesen2008-11-08
* Add basic test for XCore backendRichard Osborne2008-11-07
* Testcase for testb optimization.Dale Johannesen2008-11-07
* Handle (delete) dbg intrinsics while promoting alloca.Devang Patel2008-11-07
* Emit label for llvm.dbg.func.start of the inlined function.Devang Patel2008-11-06
* Emit label for llvm.dbg.func.start of the inlined function.Devang Patel2008-11-06
* Make ISel ignore dead nodes. The DAGCombiner normally eliminatesDan Gohman2008-11-05
* Add PR number.Devang Patel2008-11-05
* Add more vector move low and zero-extend patterns.Evan Cheng2008-11-05
* New test case.Devang Patel2008-11-05
* Add a new pass to simplify specific half_powr function calls. This isDan Gohman2008-11-04
* Fix tests not to emit IR outputAnton Korobeynikov2008-11-04
* Actually ARM / Mac OS X does have UINTTOFP_I64_F{64|32} libcalls.Evan Cheng2008-11-04
* Custom lower bit_convert i64 -> f64 into FMDRR. This is now happening with le...Evan Cheng2008-11-04
* Fix PR3011: LegalizeTypes support for scalarizingDuncan Sands2008-11-04
* The ANDMask node folds to a constant, and isn't the node that needs toDan Gohman2008-11-03
* Ignore conditions that are outside the loop.Devang Patel2008-11-03
* Turn floating point IVs into integer IVs where possible.Devang Patel2008-11-03
* Change how extended types are represented in MVTs. Instead of fiddlingDan Gohman2008-11-03
* Testcase for recent llvm-gcc fixAnton Korobeynikov2008-11-03
* Make VAARG work with x86 long double (which isDuncan Sands2008-11-03
* Don't crash analyzing certain quadratics (addrec of {X,+,Y,+,1}).Nick Lewycky2008-11-03
* Changes from Duncan's review:Nick Lewycky2008-11-02
* Testcase for PR2691Anton Korobeynikov2008-11-02
* Add a new MergeFunctions pass. It finds identical functions and merges them.Nick Lewycky2008-11-02
* Fix demanded bits analysis with srem by negative number. Based on a patchNick Lewycky2008-11-02
* Fix this recently moved code to use the correct type. CI is now aDan Gohman2008-11-02
* Testcase for PR2613Anton Korobeynikov2008-10-31