aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2010-10-08Change register allocation order for ARM VFP and NEON registers to put theBob Wilson
2010-10-08testcase that goes with r116053Chris Lattner
2010-10-08rename testChris Lattner
2010-10-08merge testsChris Lattner
2010-10-08filecheckize.Chris Lattner
2010-10-08reapply: Use the new TB_NOT_REVERSABLE flag instead of specialChris Lattner
2010-10-08Revert "reimplement the second half of the or/add optimization. We should now",Daniel Dunbar
2010-10-08reimplement the second half of the or/add optimization. We should nowChris Lattner
2010-10-07convert cmp to use a multipatternChris Lattner
2010-10-07Canonicalize X86ISD::MOVDDUP nodes to v2f64 to make sure all cases match. Als...Evan Cheng
2010-10-07Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach
2010-10-06- Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng
2010-10-05PSHUFW is in SSE, not SSSE3.Bill Wendling
2010-10-05Use a more efficient lowering of uint64_t --> float that can take advantage o...Owen Anderson
2010-10-05test/CodeGen/X86/atomic_op.ll: Rename @main to @func. Extra sequences will be...NAKAMURA Takumi
2010-10-03va_args support for Win64.Anton Korobeynikov
2010-10-03Properly emit stack probe on win64 (for non-mingw targets).Anton Korobeynikov
2010-10-03unbreak buildbotChris Lattner
2010-10-03Add test to make sure that the MMX intrinsic calls make it out the other end inBill Wendling
2010-10-01Need to specify SSE4 for machines which don't have SSE4. The code checked for...Bill Wendling
2010-10-01We must check for something.Bill Wendling
2010-10-01Disable tests until I can figure out why they're failing on just two machines...Bill Wendling
2010-10-01Try adding an mtriple.Bill Wendling
2010-10-01Zap some redundant 'ori $?, $?, 0' from SPU.Kalle Raiskila
2010-10-01FileCheck-ize this test.Bill Wendling
2010-10-01FileCheck-ize this test.Bill Wendling
2010-10-01fix rdar://8494845 + PR8244 - a miscompile exposed by my patch in r101350Chris Lattner
2010-10-01One more +sse2.Dale Johannesen
2010-10-01Mark all these as needing SSE2. Should fix PPC andDale Johannesen
2010-10-01Disable these tests for now; it's not obvious why they fail on Linux.Dale Johannesen
2010-10-01Make test not sensitive to register choice.Dale Johannesen
2010-09-30Massive rewrite of MMX: Dale Johannesen
2010-09-30test/CodeGen/X86/sibcall.ll: Add explicit triplets and remove XFAIL: apple-da...NAKAMURA Takumi
2010-09-30Try again to disable critical edge splitting in CodeGenPrepare.Jakob Stoklund Olesen
2010-09-30When isel is emitting instructions for an x86 target without CMOV, the CFG isJakob Stoklund Olesen
2010-09-30Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim
2010-09-29Increase ARM APCS preferred alignment for i64 and f64 from 32 bits to 64 bits.Bob Wilson
2010-09-29do not compare actual branch labels; this may fix llvm-gcc-x86_64-darwin10-cr...Gabor Greif
2010-09-29improve heuristics to find the 'and' corresponding to 'tst' to also catch opp...Gabor Greif
2010-09-28 And remove r114997's test.Bill Wendling
2010-09-28Revert r114997. It was causing a failure on darwin10-selfhost.Bill Wendling
2010-09-28Fix a FIXME. _foo.eh symbols are currently always exported so that the linkerBill Wendling
2010-09-28Add a subtarget hook for reporting the misprediction penalty. Use this to pro...Owen Anderson
2010-09-28User proper libcall names & condcodes while compiling for ARM EABI.Anton Korobeynikov
2010-09-28Part one of switching to using a more sane heuristic for determining if-conve...Owen Anderson
2010-09-28Add a command line option "-arm-strict-align" to disallow unaligned memoryBob Wilson
2010-09-27Revert "Disable codegen prepare critical edge splitting. Machine instruction ...Jakob Stoklund Olesen
2010-09-27Explicitly disable CGP critical edge splitting for this test so it won't breakJakob Stoklund Olesen
2010-09-27Don't depend on basic block numbering.Jakob Stoklund Olesen
2010-09-27the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner