| Commit message (Expand) | Author | Age | Files | Lines |
* | don't check the result of printInstruction anymore. | Chris Lattner | 2009-08-08 | 5 | -19/+5 |
* | Do not generate 32-bit call on win64 when imm does not fit | Anton Korobeynikov | 2009-08-07 | 1 | -2/+2 |
* | Make NEON single-precision FP support the default for cortex-a8 (again). | David Goodwin | 2009-08-07 | 1 | -1/+1 |
* | remove a bunch of now-dead crud from the asmprinter and TAI interfaces. | Chris Lattner | 2009-08-07 | 1 | -2/+0 |
* | Unbreak the stuff | Anton Korobeynikov | 2009-08-07 | 1 | -2/+2 |
* | avoid this libcall with long inline expansion | Andrew Lenharth | 2009-08-07 | 1 | -1/+30 |
* | 2 more vdup.32 cases | Anton Korobeynikov | 2009-08-07 | 2 | -0/+19 |
* | A big oops. Thumb1 default CC is a def of CPSR, not a use of CPSR. | Evan Cheng | 2009-08-07 | 1 | -1/+1 |
* | Reformatting of lines. Put multiple DEBUG statements under one DEBUG statement. | Bill Wendling | 2009-08-07 | 1 | -45/+78 |
* | Thumb2 32-bit ldm / stm needs .w suffix if submode is ia. | Evan Cheng | 2009-08-07 | 2 | -3/+7 |
* | llvm-mc/AsmMatcher: Tweaks in response to feedback. | Daniel Dunbar | 2009-08-07 | 1 | -1/+1 |
* | This is done. | Evan Cheng | 2009-08-07 | 1 | -2/+0 |
* | Use 16-bit tMOVgpr2gpr instead of tMOVr to copy GPR registers in Thumb2 mode. | Evan Cheng | 2009-08-07 | 2 | -8/+1 |
* | Fix support to use NEON for single precision fp math. | Evan Cheng | 2009-08-07 | 2 | -46/+90 |
* | Minor fixes to avoid using invalid debugloc. | Sanjiv Gupta | 2009-08-07 | 1 | -5/+9 |
* | Simplify code and avoid allocations. | Benjamin Kramer | 2009-08-07 | 1 | -10/+3 |
* | Improve disabling of X86 AsmMatcher. | Daniel Dunbar | 2009-08-07 | 1 | -0/+1 |
* | Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory on | Daniel Dunbar | 2009-08-07 | 1 | -0/+19 |
* | llvm-mc/AsmMatcher: Move to a slightly more sane matching design. | Daniel Dunbar | 2009-08-07 | 1 | -139/+61 |
* | Error out, rather than infinite looping, if constant island pass can't converge. | Evan Cheng | 2009-08-07 | 1 | -4/+12 |
* | tBfar is bl, which clobbers LR. | Evan Cheng | 2009-08-07 | 2 | -1/+3 |
* | Run memsel inserter just before emit assembly to avoid tinkering by other pas... | Sanjiv Gupta | 2009-08-07 | 2 | -2/+2 |
* | These should be expanded | Andrew Lenharth | 2009-08-07 | 1 | -0/+3 |
* | Fix a bunch of namespace pollution. | Dan Gohman | 2009-08-07 | 3 | -4/+7 |
* | It turns out most of the thumb2 instructions are not allowed to touch SP. The... | Evan Cheng | 2009-08-07 | 10 | -70/+346 |
* | Output the new StructType constructor, which takes the context of the | Nicolas Geoffray | 2009-08-06 | 1 | -0/+1 |
* | Use DebugInfoFinder | Devang Patel | 2009-08-06 | 1 | -15/+9 |
* | Implement Neon VST[234] operations. | Bob Wilson | 2009-08-06 | 5 | -31/+176 |
* | Add parameter to pattern classes to enable an itinerary to be specified for i... | David Goodwin | 2009-08-06 | 6 | -819/+926 |
* | Fix several fixmes and clean up code by sinking *all* section | Chris Lattner | 2009-08-06 | 3 | -39/+48 |
* | go through PIC16TargetObjectFile to make sections instead of | Chris Lattner | 2009-08-06 | 4 | -12/+26 |
* | We need to sext global addresses in kernel code model, not zext | Anton Korobeynikov | 2009-08-06 | 2 | -11/+24 |
* | Fix a bug in x86's PreprocessForRMW logic that was exposed | Dan Gohman | 2009-08-06 | 1 | -3/+5 |
* | Missed part of recent kernel codemodel tweaks | Anton Korobeynikov | 2009-08-06 | 1 | -2/+4 |
* | Neon does not actually have VLD{234}.64 instructions. | Bob Wilson | 2009-08-06 | 3 | -9/+0 |
* | Add a new pre-allocation pass to assign adjacent registers for Neon instructions | Bob Wilson | 2009-08-05 | 4 | -1/+142 |
* | Better handle kernel code model. Also, generalize the things and fix one | Anton Korobeynikov | 2009-08-05 | 3 | -34/+81 |
* | Use GR32 for copies between GR32_NOSP and GR32_NOREX, as neither | Dan Gohman | 2009-08-05 | 1 | -3/+11 |
* | When using NEON for single-precision FP, the NEON result must be placed in D0... | David Goodwin | 2009-08-05 | 3 | -21/+41 |
* | remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs. | Chris Lattner | 2009-08-05 | 2 | -6/+0 |
* | Remove redundand checks: the only way to have, e.g. f32 RegVT is exactly | Anton Korobeynikov | 2009-08-05 | 1 | -11/+7 |
* | hasSuperClass tests for a strict superset relation, rather than | Dan Gohman | 2009-08-05 | 1 | -2/+2 |
* | Unbreak the stuff, this is ugly, but we cannot do better for now with 'plain'... | Anton Korobeynikov | 2009-08-05 | 1 | -5/+4 |
* | Missed pieces for ARM HardFP ABI. | Anton Korobeynikov | 2009-08-05 | 4 | -24/+41 |
* | Use elf Object File directly | Andrew Lenharth | 2009-08-05 | 1 | -18/+1 |
* | Remove some dead code. | Daniel Dunbar | 2009-08-05 | 3 | -35/+1 |
* | Enable the new no-SP register classes by default. This is to address | Dan Gohman | 2009-08-05 | 3 | -17/+6 |
* | Remove a redundant declaration. | Bob Wilson | 2009-08-05 | 1 | -2/+0 |
* | Convert bswap test to filecheck, add more test entries & convert stuff to fil... | Anton Korobeynikov | 2009-08-05 | 1 | -1/+1 |
* | Fix a bug in the PIC16 backend. | Dan Gohman | 2009-08-05 | 1 | -1/+1 |