| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Disable NEON single-precision FP support for Cortex-A8, for now... | David Goodwin | 2009-08-05 | 1 | -1/+1 |
* | Remove dead code. MDNode and MDString are not Constant anymore. | Devang Patel | 2009-08-05 | 7 | -21/+0 |
* | Add memory versions of some instructions. | Anton Korobeynikov | 2009-08-05 | 1 | -6/+83 |
* | By default, for cortex-a8 use NEON for single-precision FP. | David Goodwin | 2009-08-05 | 2 | -5/+7 |
* | Special constants as destinations does not work as expected - drop the patterns. | Anton Korobeynikov | 2009-08-05 | 1 | -53/+0 |
* | Alpha: Get section directives right | Andrew Lenharth | 2009-08-05 | 1 | -3/+3 |
* | Cleanup in dbg_stoppoint handling in CBE. Patch by Sandeep Patel. | Anton Korobeynikov | 2009-08-05 | 1 | -7/+6 |
* | Minor arm CBE fixes. Patch by Sandeep. | Anton Korobeynikov | 2009-08-05 | 1 | -2/+2 |
* | Emit module-level inline asm for CBE. | Anton Korobeynikov | 2009-08-05 | 1 | -0/+48 |
* | - Remove custom handling of jumptables by the elf writter (this was | Bruno Cardoso Lopes | 2009-08-05 | 2 | -16/+12 |
* | 80 col violations. | Evan Cheng | 2009-08-05 | 1 | -9/+15 |
* | Teach X86FastISel how to handle CCValAssign::BCvt, which is used for | Dan Gohman | 2009-08-05 | 1 | -0/+8 |
* | Clarify common linkage and the requirements on it. Enforce | Chris Lattner | 2009-08-05 | 1 | -1/+6 |
* | expose SectionKindForGlobal to curious clients, named as | Chris Lattner | 2009-08-05 | 1 | -9/+8 |
* | Oops. I didn't mean to commit this piece yet. | Bob Wilson | 2009-08-05 | 1 | -2/+0 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 32 | -1523/+1562 |
* | Remove an unnecessary flush in the CppBackend's output. | Dan Gohman | 2009-08-05 | 1 | -1/+0 |
* | Don't flush the raw_ostream between each MachineFunction. These flush | Dan Gohman | 2009-08-05 | 6 | -12/+0 |
* | Change DAG nodes for Neon VLD2/3/4 operations to return multiple results. | Bob Wilson | 2009-08-05 | 4 | -31/+108 |
* | 1) Proper emit displacements for x86, using absolute relocations where necessary | Bruno Cardoso Lopes | 2009-08-05 | 3 | -31/+56 |
* | Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode. | Evan Cheng | 2009-08-04 | 3 | -9/+8 |
* | Replace dregsingle operand modifier with explicit escaped curly brackets. | Bob Wilson | 2009-08-04 | 2 | -4/+2 |
* | Restlyize to match other targets, fixes cmake build to boot. | Mike Stump | 2009-08-04 | 2 | -2/+7 |
* | Enable load / store multiple pass for Thumb2. It's not using ldrd / strd yet. | Evan Cheng | 2009-08-04 | 3 | -8/+13 |
* | remove a random reference to subtarget. Even without this, we | Chris Lattner | 2009-08-04 | 1 | -2/+0 |
* | Add NEON single-precision FP support for fabs and fneg. | David Goodwin | 2009-08-04 | 3 | -6/+22 |
* | rip out SectionEndDirectiveSuffix support, only uses by | Chris Lattner | 2009-08-04 | 2 | -2/+0 |
* | Most flags are reserved registers on Blackfin. | Jakob Stoklund Olesen | 2009-08-04 | 1 | -0/+11 |
* | In thumb mode, r7 is used as frame register. This fixes pr4681. | Evan Cheng | 2009-08-04 | 1 | -0/+11 |
* | Match common pattern for FNMAC. Add NEON SP support. | David Goodwin | 2009-08-04 | 2 | -0/+6 |
* | Legalize i64 store operations generated by inst-combine. | Sanjiv Gupta | 2009-08-04 | 1 | -2/+20 |
* | Initial support for single-precision FP using NEON. Added "neonfp" attribute ... | David Goodwin | 2009-08-04 | 7 | -16/+69 |
* | Avoid compiler warning (in -Asserts mode) | Daniel Dunbar | 2009-08-04 | 1 | -2/+2 |
* | enhance codegen to put 16-bit character strings into the | Chris Lattner | 2009-08-04 | 1 | -17/+15 |
* | fix a fixme: don't create an explicit "CStringSection" for ELF, | Chris Lattner | 2009-08-04 | 1 | -9/+4 |
* | Add support emiting for 2/4 byte mergable strings to the ".rodata.str*" | Chris Lattner | 2009-08-04 | 1 | -12/+39 |
* | Ooops, I was too fast to commit the wrong fix :( | Anton Korobeynikov | 2009-08-04 | 1 | -2/+2 |
* | Fix a typo - this unbreaks llvm-gcc build on arm | Anton Korobeynikov | 2009-08-04 | 1 | -2/+2 |
* | Thumb2 does not have ib (increment before) and da (decrement after) forms of ... | Evan Cheng | 2009-08-04 | 1 | -4/+10 |
* | make MergeableCString be a SectionKind "abstract class", and | Chris Lattner | 2009-08-04 | 3 | -13/+37 |
* | No really, it's unused. | Daniel Dunbar | 2009-08-04 | 1 | -2/+1 |
* | Remove now unused Module argument to createTargetMachine. | Daniel Dunbar | 2009-08-04 | 5 | -16/+9 |
* | Remove ARM specific getInlineAsmLength. We'll rely on the simpler (and faster... | Evan Cheng | 2009-08-04 | 2 | -163/+0 |
* | Load / store multiple pass fixes for Thumb2. Not enabled yet. | Evan Cheng | 2009-08-04 | 2 | -77/+88 |
* | Emit sub r, #c instead of transforming it to add r, #-c if c fits in 8-bit. T... | Evan Cheng | 2009-08-04 | 1 | -2/+9 |