| Commit message (Expand) | Author | Age | Files | Lines |
| * | Neon does not actually have VLD{234}.64 instructions. | Bob Wilson | 2009-08-06 | 3 | -9/+0 |
| * | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson | 2009-08-05 | 14 | -49/+69 |
| * | 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 |
| * | Make block and function count available via ProfileInfo. | Daniel Dunbar | 2009-08-05 | 2 | -6/+19 |
| * | When using NEON for single-precision FP, the NEON result must be placed in D0... | David Goodwin | 2009-08-05 | 3 | -21/+41 |
| * | Fix some column padding bugs, reorganize things as suggested by Chris | David Greene | 2009-08-05 | 1 | -2/+16 |
| * | remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs. | Chris Lattner | 2009-08-05 | 3 | -21/+13 |
| * | Fix FindExecutable to use sys::Path::GetMainExecutable instead of | Dan Gohman | 2009-08-05 | 1 | -15/+8 |
| * | Minor code simplification. | Dan Gohman | 2009-08-05 | 1 | -4/+2 |
| * | 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 |
| * | Privatize the FunctionType table. | Owen Anderson | 2009-08-05 | 2 | -7/+9 |
| * | 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 |
| * | Update a comment to reflect the current code. | Dan Gohman | 2009-08-05 | 1 | -1/+2 |
| * | 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 |
| * | Rename a variable to make MSVC happy. | Benjamin Kramer | 2009-08-05 | 1 | -3/+3 |
| * | By default, for cortex-a8 use NEON for single-precision FP. | David Goodwin | 2009-08-05 | 2 | -5/+7 |
| * | Remove unnecessary ProfileInfoLoader methods. | Daniel Dunbar | 2009-08-05 | 2 | -152/+20 |
| * | 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 |
| * | Disable stack coloring with register for now. It's not able to set kill markers. | Evan Cheng | 2009-08-05 | 1 | -1/+3 |
| * | Another nasty coalescer bug (is there another kind): | Evan Cheng | 2009-08-05 | 1 | -5/+19 |
| * | Remove accidental commited comment | Bruno Cardoso Lopes | 2009-08-05 | 1 | -2/+0 |
| * | - Remove custom handling of jumptables by the elf writter (this was | Bruno Cardoso Lopes | 2009-08-05 | 7 | -124/+218 |
| * | 80 col violations. | Evan Cheng | 2009-08-05 | 1 | -9/+15 |
| * | common globals may also not be marked constant. | Chris Lattner | 2009-08-05 | 1 | -3/+6 |
| * | 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 | 2 | -1/+13 |
| * | ZIV tester for LDA. | Andreas Bolka | 2009-08-05 | 1 | -1/+17 |
| * | expose SectionKindForGlobal to curious clients, named as | Chris Lattner | 2009-08-05 | 1 | -9/+8 |
| * | Restrict LDA to GEPs with the same pointer offset. | Andreas Bolka | 2009-08-05 | 1 | -11/+27 |
| * | add a temporary hook to allow reuse of the asmprinter from the disassembler. | Chris Lattner | 2009-08-05 | 1 | -0/+3 |
| * | Turn some insert_subreg, extract_subreg, subreg_to_reg into implicit_defs. | Evan Cheng | 2009-08-05 | 2 | -5/+28 |
| * | Oops. I didn't mean to commit this piece yet. | Bob Wilson | 2009-08-05 | 1 | -2/+0 |
| * | One more. Transfer kill of the larger register when lowering an EXTRACT_SUBREG. | Evan Cheng | 2009-08-05 | 1 | -4/+6 |
| * | One more place where subreg lowering forgot to transfer undefness. | Evan Cheng | 2009-08-05 | 1 | -3/+6 |