aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2007-10-18Pointer arithmetic should be done with the index the same size as the pointer.Bill Wendling
2007-10-18Really fix PR1734. Carefully track which register uses are sub-register uses byEvan Cheng
2007-10-17Add support for ISD::SELECT in SplitVectorOp.Dan Gohman
2007-10-17Yet another test case for extract_subreg coalescing crash.Evan Cheng
2007-10-16Fix PR1734.Evan Cheng
2007-10-16New test for svn rev 43033, radar 5538745.Dale Johannesen
2007-10-16Fix a bug handling frame references in ppc inline asm when the frame offsetChris Lattner
2007-10-15LowerFP_TO_SINT must not create a stack object if it's not needed.Evan Cheng
2007-10-15Reapply the fix in 42908 for this file. This changes the function namesDan Gohman
2007-10-15Fix PR1729: watch out for val# with no def.Evan Cheng
2007-10-15Fix run line. Tanya Lattner
2007-10-14New test case.Evan Cheng
2007-10-14Revert 42908 for now.Evan Cheng
2007-10-13new testcaseChris Lattner
2007-10-13Fix test case.Evan Cheng
2007-10-13New tests.Evan Cheng
2007-10-12Fix this test to not depend on the assembly output containing somethingDan Gohman
2007-10-12Change the names used for internal labels to use the currentDan Gohman
2007-10-12Doh.Evan Cheng
2007-10-12EXTRACT_SUBREG test case.Evan Cheng
2007-10-12Added missing -march=x86 flag.Arnold Schwaighofer
2007-10-12Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and soDan Gohman
2007-10-11Add an explicit target triple to make this test behave as expected onDan Gohman
2007-10-11Added tail call optimization to the x86 back end. It can beArnold Schwaighofer
2007-10-09These two tests now require only two multiply instructions,Dan Gohman
2007-10-08Update test.Evan Cheng
2007-10-08These two tests now require only three multiply instructions,Dan Gohman
2007-10-06Make test work on non-x86 hosts.Dale Johannesen
2007-10-05Test case for 3-address conversion.Evan Cheng
2007-10-05Enable convertToThreeAddress for X86 by default.Evan Cheng
2007-10-05First round of ppc long double. call/return andDale Johannesen
2007-10-05New test case.Evan Cheng
2007-10-01-pre-RA-sched=none, simple, simple-noitin are gone.Evan Cheng
2007-09-28Teach SplitVectorOp how to split INSERT_VECTOR_ELT.Dan Gohman
2007-09-28Refactor the memcpy lowering for the x86 target.Rafael Espindola
2007-09-28Add sqrt and powi intrinsics for long double.Dale Johannesen
2007-09-26Modernize fabs.ll, add long double. Add testsDale Johannesen
2007-09-25When both x/y and x%y are needed (x and y both scalar integer), computeDan Gohman
2007-09-25Some tests for APFloat conversions.Dale Johannesen
2007-09-25Forgot to check in the changes. Fix test case so it doesn't break with any sc...Evan Cheng
2007-09-24Use the correct result value type instead of using getValueType(0)Dan Gohman
2007-09-24Fix a typo in a comment.Dan Gohman
2007-09-23Implementation of +sse -sse2 has changed; addDale Johannesen
2007-09-21Don't add a default STACK_ALIGN (use the generic ABI alignment)Rafael Espindola
2007-09-20Disable if-conversion for this test.Evan Cheng
2007-09-20-enable-arm-if-conversion is gone.Evan Cheng
2007-09-20Fix several more entries in the x86 reload/remat folding tables.Dan Gohman
2007-09-18Clean up.Evan Cheng
2007-09-18Fix a bogus splat xform:Evan Cheng
2007-09-18Objective-C was generating EH frame info like this:Bill Wendling