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