aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-01-15Reenable testsAnton Korobeynikov
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez
2010-01-15Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez
2010-01-15Test case for http://llvm.org/PR6028.Jay Foad
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez
2010-01-15Temporary disable testsAnton Korobeynikov
2010-01-15Do not use AT_specification die for static variables. It confuses gdb.Devang Patel
2010-01-15new test case for r93485.Devang Patel
2010-01-14Add variable-width shifts for MSP430Anton Korobeynikov
2010-01-14Fix a codegen abort seen in 483.xalancbmk.Dan Gohman
2010-01-14Test for r93409.Evan Cheng
2010-01-14Extend testcase to also test llvm.dbg.value intrinsicVictor Hernandez
2010-01-14Now that LLParser, AsmWriter, BitcodeReader, and BitcodeWriter all correctly ...Victor Hernandez
2010-01-13When the visitSub method was split into visitSub and visitFSub, this xform wasBill Wendling
2010-01-13this test requires SSE, thanks to jyasskin for pointing this out.Chris Lattner
2010-01-13Commit some changes I had managed to lose last night while refactoring the co...Evan Cheng
2010-01-13Re-enable extension optimization pass.Evan Cheng
2010-01-13remove uses of deprecated functions, this generates slightlyChris Lattner
2010-01-13Disable opt-ext pass to unbreak the build for now.Evan Cheng
2010-01-13Try to fix the ARM and PPC buildbots. The -mattr=vector-unaligned-memJeffrey Yasskin
2010-01-13Add a quick pass to optimize sign / zero extension instructions. For targets ...Evan Cheng
2010-01-121) Use the new SimplifyInstructionsInBlock routine instead of the copyChris Lattner
2010-01-12Add nounwind.Evan Cheng
2010-01-12Revert commit 93204, since it causes the assembler to barfDuncan Sands
2010-01-12Make several tests less fragile.Dan Gohman
2010-01-12Reapply the MOV64r0 patch, with a fix: MOV64r0 clobbers EFLAGS.Dan Gohman
2010-01-12Teach jump threading to duplicate small blocks when the branchChris Lattner
2010-01-11disable this testcase, PR5997Chris Lattner
2010-01-11Add manual ISD::OR fastisel selection routines. TableGen is no longer autogen...Evan Cheng
2010-01-11Extend r93152 to work on OR r, r. If the source set bits are known not to ove...Evan Cheng
2010-01-11reduce this to a sensible testcase.Chris Lattner
2010-01-11Shorten up this testcase.David Greene
2010-01-11Revert 93158. It's breaking quite a few x86_64 tests.Evan Cheng
2010-01-11Avoid adding PHI arguments for a predecessor that has gone away when a BRCOND...Jakob Stoklund Olesen
2010-01-11Use a 32-bit and with implicit zero-extension instead of a 64-bit and if itDan Gohman
2010-01-11Re-instate MOV64r0 and MOV16r0, with adjustments to work with theDan Gohman
2010-01-11Generalize this check to avoid depending on a specific register assignment.Dan Gohman
2010-01-11Make this test less trivial, to avoid spurious failures.Dan Gohman
2010-01-11Select an OR with immediate as an ADD if the input bits are known zero. This ...Evan Cheng
2010-01-11Implement a feature (-vector-unaligned-mem) to allow targets toDavid Greene
2010-01-11add one more bitfield optimization, allowing clang to generateChris Lattner
2010-01-11Extend CanEvaluateZExtd to handle and/or/xor more aggressively in theChris Lattner
2010-01-11Remove the dead TD argument to CanEvaluateZExtd, and add aChris Lattner
2010-01-10teach sext optimization to handle truncs from types that are notChris Lattner
2010-01-10teach zext optimization how to deal with truncs that don't come fromChris Lattner
2010-01-10now that the cost model has changed, we can always consider Chris Lattner
2010-01-10change the preferred canonical form for a sign extension to beChris Lattner
2010-01-10two changes: Chris Lattner
2010-01-10enhance CanEvaluateZExtd to handle shift left and sext, allowingChris Lattner
2010-01-09fix bogus testChris Lattner