aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2011-04-12Split a store of a VMOVDRR into two integer stores to avoid mixing NEON and ARMCameron Zwarich
2011-04-11Add scheduling information for the MBlaze backend.Wesley Peck
2011-04-11Look pass copies when determining whether hoisting would end up inserting mor...Evan Cheng
2011-04-09look for the verboten argument slot access in any order, thanks to FritsChris Lattner
2011-04-09Fix a bug where RecursivelyDeleteTriviallyDeadInstructions couldChris Lattner
2011-04-09fix two completely broken tests, which were matching due to PR9629.Chris Lattner
2011-04-09remove a bunch of CHECK lines that aren't checking whatChris Lattner
2011-04-09have dag combine zap "store undef", which can be formed during call loweringChris Lattner
2011-04-09don't test for codegen of 'store undef'Chris Lattner
2011-04-08Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...Evan Cheng
2011-04-07Add option to emit @llvm.trap as a function call instead of a trap instructio...Evan Cheng
2011-04-07Added a check in the preRA scheduler for potential interference on aAndrew Trick
2011-04-07Fix handling of functions with internal linkage.Akira Hatanaka
2011-04-07Prevent ARM DAG Combiner from doing an AND or OR combine on an illegal vector...Tanya Lattner
2011-04-07Change -arm-divmod-libcall to a target neutral option.Evan Cheng
2011-04-06Teach the ARM peephole optimizer that RSB, RSC, ADC, and SBC can be used for ...Owen Anderson
2011-04-05These tests no longer require linear scan because reserved register coalescin...Jakob Stoklund Olesen
2011-04-05Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.Jakob Stoklund Olesen
2011-04-05Fix one more batch of X86 tests to be register allocation dependent.Jakob Stoklund Olesen
2011-04-05When dead code elimination removes all but one use, try to fold the single de...Jakob Stoklund Olesen
2011-04-05Fix test-llvm failures.Johnny Chen
2011-04-05ARM doesn't support byval yet. XFAIL this test until it does.Stuart Hastings
2011-04-05Ensure all defs referring to a virtual register are marked dead by addRegiste...Jakob Stoklund Olesen
2011-04-05Print visibility info for external variables.Rafael Espindola
2011-04-05Fix up testcase for previous commit.Eric Christopher
2011-04-05Fix register-dependent X86 tests.Jakob Stoklund Olesen
2011-04-04Allow coalescing with reserved physregs in certain cases:Jakob Stoklund Olesen
2011-04-04Disable the PowerPC/Atomics-64 test.Jakob Stoklund Olesen
2011-04-04Fix PowerPC tests to be register allocator independent.Jakob Stoklund Olesen
2011-04-02ptx: support setp's 4-operand formatChe-Liang Chiou
2011-04-02Do some peephole optimizations to remove pointless VMOVs from Neon to integerCameron Zwarich
2011-04-01LDRD/STRD instructions should print both Rt and Rt2 in the asm string.Jim Grosbach
2011-04-01Add code for analyzing FP branches. Clean up branch Analysis functions.Akira Hatanaka
2011-04-01Add test case.Evan Cheng
2011-04-01FileCheck'ify test.Evan Cheng
2011-03-31Fix Thumb and Thumb2 tests to be register allocator independent.Jakob Stoklund Olesen
2011-03-31Provide a legal pointer register class when targeting thumb1.Jakob Stoklund Olesen
2011-03-31Fix SystemZ testsJakob Stoklund Olesen
2011-03-31Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen
2011-03-31Distribute (A + B) * C to (A * C) + (B * C) to make use of NEON multiplierEvan Cheng
2011-03-31Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen
2011-03-31Added support for FP conditional move instructions and fixed bugs in handling...Akira Hatanaka
2011-03-31Don't completely eliminate identity copies that also modify super register li...Jakob Stoklund Olesen
2011-03-31Mark all uses as <undef> when joining a copy.Jakob Stoklund Olesen
2011-03-31Add XCore intrinsics for initializing / starting / synchronizing threads.Richard Osborne
2011-03-31Pick a conservative register class when creating a small live range for remat.Jakob Stoklund Olesen
2011-03-30Don't try to create zero-sized stack objects.Evan Cheng
2011-03-30Add a ARM-specific SD node for VBSL so that forms with a constant first operandCameron Zwarich
2011-03-29Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. FrontendsEvan Cheng
2011-03-29Add Neon SINT_TO_FP and UINT_TO_FP lowering from v4i16 to v4f32. FixesCameron Zwarich