| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm-mc/Mach-O: Improve symbol table support: | Daniel Dunbar | 2009-08-22 | 1 | -0/+160 |
* | Fix typo. | Daniel Dunbar | 2009-08-22 | 1 | -1/+1 |
* | Force triple for these tests. | Daniel Dunbar | 2009-08-22 | 2 | -2/+2 |
* | llvm-mc: Hopefully fix Mach-O tests on big-endian platforms, force values to be | Daniel Dunbar | 2009-08-22 | 1 | -1/+4 |
* | llvm-mc: Clean up some handling of symbol/section association to be more correct | Daniel Dunbar | 2009-08-22 | 1 | -12/+84 |
* | Make x86 test actually test x86 code generation. Fix the | Eli Friedman | 2009-08-22 | 2 | -2/+10 |
* | rename test, make more specific. | Chris Lattner | 2009-08-22 | 1 | -4/+6 |
* | Add missing RUN line | Anton Korobeynikov | 2009-08-22 | 1 | -0/+1 |
* | Reduce the test | Anton Korobeynikov | 2009-08-22 | 1 | -88/+5 |
* | Use CHECK-NEXT to make sure we're only getting one copy of each shuffle | Bob Wilson | 2009-08-22 | 3 | -0/+20 |
* | llvm-mc: Improve handling of implicit alignment for magic section directives | Daniel Dunbar | 2009-08-21 | 1 | -18/+9 |
* | llvm-mc/Mach-O: Support .o emission for .org and .align. | Daniel Dunbar | 2009-08-21 | 1 | -4/+11 |
* | Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations, | Bob Wilson | 2009-08-21 | 3 | -0/+257 |
* | Add fcopysign instructions | Anton Korobeynikov | 2009-08-21 | 1 | -0/+22 |
* | llvm-mc/Mach-O: Support byte and fill value emission. | Daniel Dunbar | 2009-08-21 | 1 | -0/+60 |
* | Handle 'r' inline asm constraint | Anton Korobeynikov | 2009-08-21 | 1 | -0/+103 |
* | Change getelementptr folding to use APInt instead of uint64_t for | Dan Gohman | 2009-08-21 | 1 | -3/+19 |
* | Add some tests for vext.16 and vext.32. | Bob Wilson | 2009-08-21 | 1 | -0/+19 |
* | llvm-mc: Accept .fill size of 8. | Daniel Dunbar | 2009-08-21 | 1 | -0/+5 |
* | Removed profiling test, lli not available on all platforms. | Andreas Neustifter | 2009-08-21 | 4 | -330/+0 |
* | Added tests for Profiling Infrastructure. | Andreas Neustifter | 2009-08-21 | 4 | -0/+330 |
* | Make for 32-bit only. | Bill Wendling | 2009-08-21 | 1 | -1/+1 |
* | llvm-mc: Start MCAssembler and MCMachOStreamer. | Daniel Dunbar | 2009-08-21 | 3 | -0/+694 |
* | Probably should emit bitcode instead of text. | Bill Wendling | 2009-08-21 | 1 | -1/+1 |
* | Testcase for r79597. | Bill Wendling | 2009-08-21 | 1 | -0/+7 |
* | Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as | Bob Wilson | 2009-08-21 | 3 | -351/+0 |
* | Use FileCheck even though this means testing for something | Dale Johannesen | 2009-08-20 | 1 | -1/+1 |
* | Fix an x86 code size regression: prefer RIP-relative addressing | Dan Gohman | 2009-08-20 | 3 | -75/+78 |
* | Fix an obvious copy-n-paste bug. | Evan Cheng | 2009-08-20 | 1 | -0/+66 |
* | Use FileCheck for the test run where it's appropriate. | Dale Johannesen | 2009-08-20 | 1 | -1/+2 |
* | Loosen up the regex for this test so that it doesn't implicitly | Dan Gohman | 2009-08-19 | 1 | -1/+3 |
* | Add targetdata strings to these tests, since SimplifyLibCalls uses | Dan Gohman | 2009-08-19 | 8 | -2/+32 |
* | Fix a bug in the over-index constant folding. When over-indexing an | Dan Gohman | 2009-08-19 | 1 | -0/+17 |
* | Handle 'a' modifier in X86 asms. PR 4742. | Dale Johannesen | 2009-08-19 | 1 | -0/+18 |
* | Make this test platform neutral. | Bill Wendling | 2009-08-19 | 1 | -1/+1 |
* | Fix typo | Daniel Dunbar | 2009-08-19 | 1 | -1/+1 |
* | Canonicalize indices in a constantexpr GEP. If Indices exceed the | Dan Gohman | 2009-08-19 | 1 | -0/+50 |
* | Add an x86 peep that narrows TEST instructions to forms that use | Dan Gohman | 2009-08-19 | 2 | -1/+159 |
* | Convert the rest of the ocaml types and functions to use context. | Erick Tryzelaar | 2009-08-19 | 7 | -39/+64 |
* | Add support for Neon VEXT (vector extract) shuffles. | Bob Wilson | 2009-08-19 | 1 | -0/+37 |
* | PR4737: Fix a nasty bug in load narrowing with non-power-of-two types. | Eli Friedman | 2009-08-19 | 1 | -0/+15 |
* | Fix up PHI nodes correctly in the presence of unreachable BBs, part two. Also | Nick Lewycky | 2009-08-19 | 1 | -0/+22 |
* | Allow passing around LLVMContext in ocaml. | Erick Tryzelaar | 2009-08-19 | 7 | -57/+59 |
* | fix asmstreaming of 2/4 byte elements with pow-2 alignments. | Chris Lattner | 2009-08-19 | 1 | -2/+2 |
* | Fix SimplifyLibcalls and ValueTracking to check mayBeOverridden | Dan Gohman | 2009-08-19 | 1 | -0/+26 |
* | Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, and | Dan Gohman | 2009-08-18 | 1 | -0/+22 |
* | Add support for mergeable sections back into the XCore backend. | Richard Osborne | 2009-08-18 | 2 | -2/+2 |
* | Put data with relocations in the same sections as data without relocations. | Richard Osborne | 2009-08-18 | 1 | -0/+56 |
* | Attempt to normalize test results. | Daniel Dunbar | 2009-08-18 | 1 | -4/+2 |
* | Make this test less sensitive to assembler differences. | Dan Gohman | 2009-08-18 | 1 | -4/+4 |