| Commit message (Expand) | Author | Age | Files | Lines |
* | remove this test. It is currently failing because we now emit the string | Chris Lattner | 2009-07-25 | 1 | -11/+0 |
* | Teach ScalarEvolution to make use of no-overflow flags when | Dan Gohman | 2009-07-25 | 1 | -0/+40 |
* | I've lost my mind. PR4572 has not been fixed. | Evan Cheng | 2009-07-25 | 1 | -29/+0 |
* | Change Thumb2 jumptable codegen to one that uses two level jumps: | Evan Cheng | 2009-07-25 | 1 | -0/+3 |
* | Remove a duplicated test. | Evan Cheng | 2009-07-25 | 1 | -26/+0 |
* | Forgot this test earlier. | Evan Cheng | 2009-07-24 | 1 | -0/+29 |
* | Fix these tests. | Evan Cheng | 2009-07-24 | 2 | -2/+2 |
* | Fix assert assembling zero-argument constant GEP. | Eli Friedman | 2009-07-24 | 1 | -0/+5 |
* | Move insertps tests to sse41 combo test file, convert to filecheck | Eric Christopher | 2009-07-24 | 2 | -13/+31 |
* | Convert a test to FileCheck. | Evan Cheng | 2009-07-24 | 1 | -4/+3 |
* | Remove SectionKind::Small*. This was only used on mips, and is apparently | Chris Lattner | 2009-07-24 | 1 | -32/+0 |
* | Add tests for handling of globals and tls on the XCore. These currently fail | Richard Osborne | 2009-07-24 | 2 | -0/+58 |
* | Remove the IA-64 backend. | Dan Gohman | 2009-07-24 | 12 | -57/+6 |
* | Thumb2 does not allow the use of "pc" register as part of the load / store ad... | Evan Cheng | 2009-07-23 | 2 | -8/+37 |
* | Fix up ARM constant island pass for Thumb2. | Evan Cheng | 2009-07-23 | 1 | -0/+22 |
* | FileCheck'ize and expand LDA testcases. | Andreas Bolka | 2009-07-23 | 10 | -137/+292 |
* | testcase for PR4590 | Chris Lattner | 2009-07-23 | 1 | -0/+34 |
* | merge vector-casts-0.ll into vector-casts.ll | Chris Lattner | 2009-07-23 | 2 | -55/+56 |
* | Make some existing optimizations that would only trigger on scalars | Chris Lattner | 2009-07-23 | 1 | -2/+31 |
* | convert a test to filecheck format. This fixes an endemic problem | Chris Lattner | 2009-07-23 | 1 | -5/+12 |
* | rename test | Chris Lattner | 2009-07-23 | 1 | -0/+0 |
* | merge one more sse41 test into sse41.ll | Chris Lattner | 2009-07-23 | 2 | -19/+44 |
* | merge another sse41 test into sse41.ll | Chris Lattner | 2009-07-23 | 2 | -12/+23 |
* | merge sse41-pmovx.ll into sse41.ll | Chris Lattner | 2009-07-23 | 2 | -54/+69 |
* | change a test to run in filecheck style. Rename it to be a general | Chris Lattner | 2009-07-23 | 2 | -12/+23 |
* | Support insertps via the intrinsic and add a couple of simple | Eric Christopher | 2009-07-23 | 1 | -0/+13 |
* | Add test for pinsrd and pinsrb instructions. | Eric Christopher | 2009-07-23 | 1 | -0/+12 |
* | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel | 2009-07-23 | 4 | -17/+7 |
* | Revert r75663 (and r76805), as it is causing regressions on powerpc. | Dan Gohman | 2009-07-23 | 1 | -20/+12 |
* | x86 isel tweak: use lea (%reg,%reg) instead of lea (,%reg,2). | Dan Gohman | 2009-07-22 | 1 | -0/+8 |
* | Rename the new unsigned and signed keywords to nuw and nsw, | Dan Gohman | 2009-07-22 | 4 | -54/+54 |
* | Add -march=ppc32 lines so that this test doesn't ever default to ppc64. | Dan Gohman | 2009-07-22 | 1 | -2/+2 |
* | Use getTargetConstant instead of getConstant since it's meant as an constant ... | Evan Cheng | 2009-07-22 | 1 | -0/+95 |
* | Make the grep line in this test more specific, to avoid | Dan Gohman | 2009-07-22 | 1 | -2/+2 |
* | Ignore undef uses. | Evan Cheng | 2009-07-22 | 1 | -0/+94 |
* | Remove empty test. | Devang Patel | 2009-07-22 | 1 | -0/+0 |
* | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel | 2009-07-22 | 2 | -7/+5 |
* | Revert commit 76707, it was breaking the llvm-gcc build | Duncan Sands | 2009-07-22 | 1 | -6/+3 |
* | set the ELF "small" flag on objects that end up in .rodata.cst4 consistently, | Chris Lattner | 2009-07-22 | 1 | -3/+6 |
* | Replace the original ad-hoc code for determining whether (v pred w) implies | Dan Gohman | 2009-07-21 | 1 | -0/+37 |
* | Remove a big test case. | Evan Cheng | 2009-07-21 | 1 | -5384/+0 |
* | Fix ocaml tests for 64-bit MacOS systems. LLVM is currently built | Bob Wilson | 2009-07-21 | 1 | -1/+6 |
* | Do not select tSXTB / tSXTH in thumb2 mode. | Evan Cheng | 2009-07-21 | 1 | -0/+34 |
* | convert this test to filecheck format, which is faster and avoids false match... | Chris Lattner | 2009-07-21 | 1 | -4/+16 |
* | add a testcase for the pic16 section handling stuff. | Chris Lattner | 2009-07-21 | 1 | -0/+15 |
* | Another rewriter bug exposed by recent coalescer changes. ReuseInfo::GetRegFo... | Evan Cheng | 2009-07-21 | 1 | -0/+5384 |
* | remove a very large testcase for now. | Chris Lattner | 2009-07-21 | 1 | -2891/+0 |
* | Fix a dagga combiner bug: avoid creating illegal constant. | Evan Cheng | 2009-07-21 | 1 | -0/+29 |
* | Add a testcase for PR2831. | Dan Gohman | 2009-07-21 | 1 | -0/+35 |
* | Add a testcase for PR4569, which is now fixed. | Dan Gohman | 2009-07-21 | 1 | -0/+24 |