aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* reduce this test and convert to filecheck, hopefully the linux buildbot Chris Lattner2010-01-171-15/+5
* The Neon "vtst" instruction takes a suffix that is the element size alone --Bob Wilson2010-01-171-6/+6
* When checking for sret-demotion, it needs to use legal types. When using the...Kenneth Uildriks2010-01-161-0/+12
* this teestcase takes a long time to crash, remove it. If someone cares about...Chris Lattner2010-01-161-34/+0
* Run the pre-register allocation tail duplication pass by default. RemoveBob Wilson2010-01-163-2/+6
* Fix PR6019. A load has more than one use if it feeds a bitconvert thatDavid Greene2010-01-151-0/+28
* add testcase for r93564Jim Grosbach2010-01-151-0/+20
* Reenable testsAnton Korobeynikov2010-01-152-8/+6
* Temporary disable testsAnton Korobeynikov2010-01-152-0/+2
* Add variable-width shifts for MSP430Anton Korobeynikov2010-01-141-0/+51
* Fix a codegen abort seen in 483.xalancbmk.Dan Gohman2010-01-141-0/+20
* this test requires SSE, thanks to jyasskin for pointing this out.Chris Lattner2010-01-131-1/+1
* Commit some changes I had managed to lose last night while refactoring the co...Evan Cheng2010-01-132-1/+47
* Re-enable extension optimization pass.Evan Cheng2010-01-132-2/+1
* remove uses of deprecated functions, this generates slightlyChris Lattner2010-01-132-7/+7
* Disable opt-ext pass to unbreak the build for now.Evan Cheng2010-01-133-2/+3
* Try to fix the ARM and PPC buildbots. The -mattr=vector-unaligned-memJeffrey Yasskin2010-01-131-1/+1
* Add a quick pass to optimize sign / zero extension instructions. For targets ...Evan Cheng2010-01-133-2/+19
* Add nounwind.Evan Cheng2010-01-121-2/+2
* Revert commit 93204, since it causes the assembler to barfDuncan Sands2010-01-121-1/+1
* Make several tests less fragile.Dan Gohman2010-01-123-10/+12
* Reapply the MOV64r0 patch, with a fix: MOV64r0 clobbers EFLAGS.Dan Gohman2010-01-121-1/+0
* Add manual ISD::OR fastisel selection routines. TableGen is no longer autogen...Evan Cheng2010-01-111-1/+1
* Extend r93152 to work on OR r, r. If the source set bits are known not to ove...Evan Cheng2010-01-112-1/+17
* reduce this to a sensible testcase.Chris Lattner2010-01-111-18/+5
* Shorten up this testcase.David Greene2010-01-111-378/+0
* Revert 93158. It's breaking quite a few x86_64 tests.Evan Cheng2010-01-111-0/+1
* Avoid adding PHI arguments for a predecessor that has gone away when a BRCOND...Jakob Stoklund Olesen2010-01-111-0/+97
* Use a 32-bit and with implicit zero-extension instead of a 64-bit and if itDan Gohman2010-01-111-3/+40
* Re-instate MOV64r0 and MOV16r0, with adjustments to work with theDan Gohman2010-01-111-0/+13
* Generalize this check to avoid depending on a specific register assignment.Dan Gohman2010-01-111-1/+1
* Make this test less trivial, to avoid spurious failures.Dan Gohman2010-01-111-2/+2
* Select an OR with immediate as an ADD if the input bits are known zero. This ...Evan Cheng2010-01-112-1/+18
* Implement a feature (-vector-unaligned-mem) to allow targets toDavid Greene2010-01-111-0/+402
* Fix http://llvm.org/PR5729: x86-64 tail calls were putting their targets intoJeffrey Yasskin2010-01-091-0/+71
* Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNodeDan Gohman2010-01-092-0/+49
* Fix a critical bug in 64-bit atomic operation lowering for 32-bit. The result...Evan Cheng2010-01-081-0/+29
* ReplaceAllUsesOfValueWith may delete other nodes that the one being replaced....Evan Cheng2010-01-081-0/+27
* Fix rdar://7517201, a regression introduced by r92849.Chris Lattner2010-01-072-50/+23
* APInt'fy TargetLowering::SimplifySetCC to fix PR5963.Evan Cheng2010-01-071-0/+16
* Fix a minor regression from my dag combiner changes. One more place which nee...Evan Cheng2010-01-071-3/+40
* Add comments.Jakob Stoklund Olesen2010-01-071-0/+2
* Add Target hook to duplicate machine instructions.Jakob Stoklund Olesen2010-01-061-0/+87
* Teach dag combine to fold the following transformation more aggressively:Evan Cheng2010-01-065-4/+39
* Move this test from test/Transforms/IndVarSimplify toDan Gohman2010-01-051-0/+19
* Don't assign the shift the same type as the variable being shifted. This couldBill Wendling2010-01-051-0/+15
* Delete useless trailing semicolons.Dan Gohman2010-01-0529-63/+63
* Make this test more portable.Dan Gohman2010-01-041-1/+1
* Add some tests and update an existing test to reflect recentDan Gohman2010-01-043-11/+104
* Fix invalid chain folding for memory variant of sdiv / udivAnton Korobeynikov2010-01-041-0/+50