| Commit message (Expand) | Author | Age | Files | Lines |
* | -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed | Evan Cheng | 2009-10-18 | 1 | -8/+2 |
* | Distinquish stack slots from other stack objects. They (and fixed objects) ge... | Evan Cheng | 2009-10-17 | 1 | -2/+8 |
* | Revert 84315 for now. Re-thinking the patch. | Evan Cheng | 2009-10-17 | 1 | -2/+2 |
* | Rename getFixedStack to getStackObject. The stack objects represented are not | Evan Cheng | 2009-10-17 | 1 | -2/+2 |
* | Add PseudoSourceValues for constpool stuff on ELF (Darwin should use somethin... | Anton Korobeynikov | 2009-10-07 | 1 | -8/+26 |
* | Introduce the TargetInstrInfo::KILL machine instruction and get rid of the | Jakob Stoklund Olesen | 2009-09-28 | 1 | -0/+1 |
* | Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudo | Evan Cheng | 2009-09-28 | 1 | -1/+2 |
* | Add QPR_VFP2 regclass and add copy_to_regclass nodes, where needed to | Anton Korobeynikov | 2009-09-12 | 1 | -3/+11 |
* | Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails and | Anton Korobeynikov | 2009-09-08 | 1 | -10/+25 |
* | Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which can... | Evan Cheng | 2009-08-27 | 1 | -8/+13 |
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -2/+2 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -2/+2 |
* | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 1 | -1/+0 |
* | Add Thumb2 eh_sjlj_setjmp implementation | Jim Grosbach | 2009-08-11 | 1 | -0/+2 |
* | fix GetInstSizeInBytes for eh_sjlj_setjmp | Jim Grosbach | 2009-08-11 | 1 | -1/+1 |
* | Whitespace cleanup. Remove trailing whitespace. | Jim Grosbach | 2009-08-11 | 1 | -5/+5 |
* | Add support for folding loads / stores into 16-bit moves used by Thumb2. | Evan Cheng | 2009-08-10 | 1 | -37/+61 |
* | 80 col violation. | Evan Cheng | 2009-08-10 | 1 | -2/+3 |
* | Use VLDM / VSTM to spill/reload 128-bit Neon registers | Anton Korobeynikov | 2009-08-08 | 1 | -4/+13 |
* | Code refactoring. No functionality change. | Evan Cheng | 2009-08-08 | 1 | -0/+16 |
* | Fix support to use NEON for single precision fp math. | Evan Cheng | 2009-08-07 | 1 | -5/+7 |
* | It turns out most of the thumb2 instructions are not allowed to touch SP. The... | Evan Cheng | 2009-08-07 | 1 | -1/+1 |
* | When using NEON for single-precision FP, the NEON result must be placed in D0... | David Goodwin | 2009-08-05 | 1 | -7/+13 |
* | Move the getInlineAsmLength virtual method from TAI to TII, where | Chris Lattner | 2009-08-02 | 1 | -2/+2 |
* | Workaround a couple of Darwin assembler bugs. | Evan Cheng | 2009-08-01 | 1 | -3/+8 |
* | t2BR_JT is mov pc, it's 2 byte long, not 4. | Evan Cheng | 2009-07-31 | 1 | -9/+9 |
* | - Teach TBB / TBH offset limits are 510 and 131070 respectively since the offset | Evan Cheng | 2009-07-31 | 1 | -3/+8 |
* | - More refactoring. This gets rid of all of the getOpcode calls. | Evan Cheng | 2009-07-28 | 1 | -7/+151 |
* | convertToThreeAddress can't handle Thumb2 instructions (which don't have same... | Evan Cheng | 2009-07-27 | 1 | -10/+7 |
* | Clean up. | Evan Cheng | 2009-07-27 | 1 | -5/+1 |
* | Get rid of some more getOpcode calls. | Evan Cheng | 2009-07-27 | 1 | -19/+31 |
* | If CPSR is modified but the def is dead, then it's ok to fold the load / store. | Evan Cheng | 2009-07-27 | 1 | -2/+3 |
* | Use t2LDRi12 and t2STRi12 to load / store to / from stack frames. Eliminate m... | Evan Cheng | 2009-07-27 | 1 | -13/+26 |
* | Use the right instructions to copy between GPR and the more strictive tGPR cl... | Evan Cheng | 2009-07-27 | 1 | -1/+1 |
* | Merge isLoadFromStackSlot into one since it behaves the same regardless of su... | Evan Cheng | 2009-07-27 | 1 | -12/+23 |
* | Just use a single isMoveInstr to catch all the cases. | Evan Cheng | 2009-07-27 | 1 | -6/+12 |
* | Change Thumb2 jumptable codegen to one that uses two level jumps: | Evan Cheng | 2009-07-25 | 1 | -6/+6 |
* | Make sure thumb2 jumptable entries are aligned. | Evan Cheng | 2009-07-24 | 1 | -8/+11 |
* | Remove unused member functions. | Eli Friedman | 2009-07-24 | 1 | -56/+0 |
* | FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ maps to the same instructi... | Evan Cheng | 2009-07-24 | 1 | -31/+25 |
* | Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio... | David Goodwin | 2009-07-24 | 1 | -8/+30 |
* | Emit cross regclass register moves for thumb2. | Anton Korobeynikov | 2009-07-16 | 1 | -10/+0 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 1 | -1/+1 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 1 | -2/+2 |
* | 80 col violation. | Evan Cheng | 2009-07-11 | 1 | -2/+2 |
* | Move isPredicated from .cpp to .h | Evan Cheng | 2009-07-10 | 1 | -5/+0 |
* | Change how so_imm and t2_so_imm are handled. At instruction selection time, t... | Evan Cheng | 2009-07-08 | 1 | -3/+2 |
* | Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh... | David Goodwin | 2009-07-08 | 1 | -0/+816 |