| Commit message (Expand) | Author | Age | Files | Lines |
* | Really fix this. I checked that on ARM I get | Rafael Espindola | 2010-01-17 | 1 | -2/+2 |
* | reduce this test and convert to filecheck, hopefully the linux buildbot | Chris Lattner | 2010-01-17 | 1 | -15/+5 |
* | The Neon "vtst" instruction takes a suffix that is the element size alone -- | Bob Wilson | 2010-01-17 | 1 | -6/+6 |
* | Looks like XFAIL has to list every unsupported arch | Rafael Espindola | 2010-01-17 | 1 | -1/+1 |
* | Add test for pr5406 | Rafael Espindola | 2010-01-17 | 1 | -0/+20 |
* | Reduce fsub-fadd.ll and merge it into fsub-fsub.ll. Rename fsub-fsub.ll to | Bill Wendling | 2010-01-17 | 3 | -47/+23 |
* | When checking for sret-demotion, it needs to use legal types. When using the... | Kenneth Uildriks | 2010-01-16 | 1 | -0/+12 |
* | Fix PR6047 | Tobias Grosser | 2010-01-16 | 4 | -0/+205 |
* | this teestcase takes a long time to crash, remove it. If someone cares about... | Chris Lattner | 2010-01-16 | 1 | -34/+0 |
* | Run the pre-register allocation tail duplication pass by default. Remove | Bob Wilson | 2010-01-16 | 3 | -2/+6 |
* | Fix llvm_supports_binding for lit, problem noticed by Bob! | Daniel Dunbar | 2010-01-16 | 1 | -1/+1 |
* | Fix PR6019. A load has more than one use if it feeds a bitconvert that | David Greene | 2010-01-15 | 1 | -0/+28 |
* | add testcase for r93564 | Jim Grosbach | 2010-01-15 | 1 | -0/+20 |
* | Reenable tests | Anton Korobeynikov | 2010-01-15 | 2 | -8/+6 |
* | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez | 2010-01-15 | 3 | -18/+22 |
* | Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au... | Victor Hernandez | 2010-01-15 | 3 | -14/+17 |
* | Test case for http://llvm.org/PR6028. | Jay Foad | 2010-01-15 | 1 | -0/+9 |
* | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez | 2010-01-15 | 3 | -17/+14 |
* | Temporary disable tests | Anton Korobeynikov | 2010-01-15 | 2 | -0/+2 |
* | Do not use AT_specification die for static variables. It confuses gdb. | Devang Patel | 2010-01-15 | 1 | -0/+12 |
* | new test case for r93485. | Devang Patel | 2010-01-15 | 1 | -0/+4 |
* | Add variable-width shifts for MSP430 | Anton Korobeynikov | 2010-01-14 | 1 | -0/+51 |
* | Fix a codegen abort seen in 483.xalancbmk. | Dan Gohman | 2010-01-14 | 1 | -0/+20 |
* | Test for r93409. | Evan Cheng | 2010-01-14 | 1 | -0/+11 |
* | Extend testcase to also test llvm.dbg.value intrinsic | Victor Hernandez | 2010-01-14 | 1 | -0/+7 |
* | Now that LLParser, AsmWriter, BitcodeReader, and BitcodeWriter all correctly ... | Victor Hernandez | 2010-01-14 | 1 | -8/+16 |
* | When the visitSub method was split into visitSub and visitFSub, this xform was | Bill Wendling | 2010-01-13 | 1 | -0/+39 |
* | this test requires SSE, thanks to jyasskin for pointing this out. | Chris Lattner | 2010-01-13 | 1 | -1/+1 |
* | Commit some changes I had managed to lose last night while refactoring the co... | Evan Cheng | 2010-01-13 | 2 | -1/+47 |
* | Re-enable extension optimization pass. | Evan Cheng | 2010-01-13 | 2 | -2/+1 |
* | remove uses of deprecated functions, this generates slightly | Chris Lattner | 2010-01-13 | 2 | -7/+7 |
* | Disable opt-ext pass to unbreak the build for now. | Evan Cheng | 2010-01-13 | 3 | -2/+3 |
* | Try to fix the ARM and PPC buildbots. The -mattr=vector-unaligned-mem | Jeffrey Yasskin | 2010-01-13 | 1 | -1/+1 |
* | Add a quick pass to optimize sign / zero extension instructions. For targets ... | Evan Cheng | 2010-01-13 | 3 | -2/+19 |
* | 1) Use the new SimplifyInstructionsInBlock routine instead of the copy | Chris Lattner | 2010-01-12 | 1 | -6/+1 |
* | Add nounwind. | Evan Cheng | 2010-01-12 | 1 | -2/+2 |
* | Revert commit 93204, since it causes the assembler to barf | Duncan Sands | 2010-01-12 | 1 | -1/+1 |
* | Make several tests less fragile. | Dan Gohman | 2010-01-12 | 5 | -15/+21 |
* | Reapply the MOV64r0 patch, with a fix: MOV64r0 clobbers EFLAGS. | Dan Gohman | 2010-01-12 | 1 | -1/+0 |
* | Teach jump threading to duplicate small blocks when the branch | Chris Lattner | 2010-01-12 | 1 | -5/+18 |
* | disable this testcase, PR5997 | Chris Lattner | 2010-01-11 | 1 | -6/+8 |
* | Add manual ISD::OR fastisel selection routines. TableGen is no longer autogen... | Evan Cheng | 2010-01-11 | 1 | -1/+1 |
* | Extend r93152 to work on OR r, r. If the source set bits are known not to ove... | Evan Cheng | 2010-01-11 | 2 | -1/+17 |
* | reduce this to a sensible testcase. | Chris Lattner | 2010-01-11 | 1 | -18/+5 |
* | Shorten up this testcase. | David Greene | 2010-01-11 | 1 | -378/+0 |
* | Revert 93158. It's breaking quite a few x86_64 tests. | Evan Cheng | 2010-01-11 | 1 | -0/+1 |
* | Avoid adding PHI arguments for a predecessor that has gone away when a BRCOND... | Jakob Stoklund Olesen | 2010-01-11 | 1 | -0/+97 |
* | Use a 32-bit and with implicit zero-extension instead of a 64-bit and if it | Dan Gohman | 2010-01-11 | 1 | -3/+40 |
* | Re-instate MOV64r0 and MOV16r0, with adjustments to work with the | Dan Gohman | 2010-01-11 | 1 | -0/+13 |
* | Generalize this check to avoid depending on a specific register assignment. | Dan Gohman | 2010-01-11 | 1 | -1/+1 |