summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
...
* Fix the x86 move to/from segment register instructions.Kevin Enderby2010-05-26
* MC: Change RelaxInstruction to only take the input and output instructions.Daniel Dunbar2010-05-26
* Fix a typo in a comment that Gabor noticed.Dan Gohman2010-05-26
* MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query itDaniel Dunbar2010-05-26
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-26
* MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar2010-05-26
* MC: Use accessors for access to MCAsmFixup.Daniel Dunbar2010-05-26
* MC: Change MCInst::dump_pretty to not include a trailing newline.Daniel Dunbar2010-05-26
* SRetReturnReg was set in LowerFormalArguments(). So only assert it here.Zhongxing Xu2010-05-26
* Coding style change (Adding 1 missing space.)Shih-wei Liao2010-05-26
* Adding the missing implementation for ARM::SBFX and ARM::UBFX.Shih-wei Liao2010-05-26
* fix off by 1 (insn) error in eh.sjlj.setjmp thumb code sequence.Jim Grosbach2010-05-26
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-26
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-26
* Adding the missing implementation of Bitfield's "clear" and "insert".Shih-wei Liao2010-05-26
* To handle s* registers in emitVFPLoadStoreMultipleInstruction().Shih-wei Liao2010-05-26
* Drop the SuperregHashTable. It is essentially the same as SubregHashTable.Jakob Stoklund Olesen2010-05-25
* Changed the encoding of X86 floating point stack operations where both operandsKevin Enderby2010-05-25
* Separate unrelated cases that once shared a numeric valueJakob Stoklund Olesen2010-05-25
* Print symbolic SubRegIndex names on machine operands.Jakob Stoklund Olesen2010-05-25
* Remove NumberHack entirely.Jakob Stoklund Olesen2010-05-25
* MC/X86: Add a hack to allow recognizing 'cmpltps' and friends.Daniel Dunbar2010-05-25
* MC/X86: Define explicit immediate forms of cmp{ss,sd,ps,pd}.Daniel Dunbar2010-05-25
* The BT64ri8 record in X86Instr64bit.td was missing a REX_W which is requiredKevin Enderby2010-05-25
* Make sure aeskeygenassist uses an unsigned immediate field.Eric Christopher2010-05-25
* Ignore NumberHack and give each SubRegIndex instance a unique enum value inst...Jakob Stoklund Olesen2010-05-25
* Use enums instead of literals for SystemZ subregistersJakob Stoklund Olesen2010-05-25
* Use enums instead of literals for X86 subregisters.Jakob Stoklund Olesen2010-05-25
* Add missing implementation to the materialization of VFP misc. instructions (...Zonr Chang2010-05-25
* Add support to MOVimm32 using movt/movw for ARM JITZonr Chang2010-05-25
* Allow t2MOVsrl_flag and t2MOVsra_flag instructions to be predicated.Bob Wilson2010-05-25
* Fix up instruction classes for Thumb2 RSB instructions to be consistent withBob Wilson2010-05-25
* Clean up indentation.Bob Wilson2010-05-25
* Use enums instead of literals in the ARM backend.Jakob Stoklund Olesen2010-05-25
* Switch SubRegSet to using symbolic SubRegIndicesJakob Stoklund Olesen2010-05-24
* Allow Thumb2 MVN instructions to set condition codes. The immediate operandBob Wilson2010-05-24
* Lose the dummiesJakob Stoklund Olesen2010-05-24
* Replace the tablegen RegisterClass field SubRegClassList with an alist-like dataJakob Stoklund Olesen2010-05-24
* Fix an mmx movd encoding.Dan Gohman2010-05-24
* MC/X86: Add aliases for CMOVcc variants.Kevin Enderby2010-05-24
* Clean up some extra whitespace.Bob Wilson2010-05-24
* Thumb2 RSBS instructions were being printed without the 'S' suffix.Bob Wilson2010-05-24
* LR is in GPR, not tGPR even in Thumb1 mode.Evan Cheng2010-05-24
* Add SubRegIndex defs to PowerPC. It looks like the CR subregister indices areJakob Stoklund Olesen2010-05-24
* Use SubRegIndex in SystemZ.Jakob Stoklund Olesen2010-05-24
* SubRegIndex'ize MipsJakob Stoklund Olesen2010-05-24
* SubRegIndex'ize MSP430Jakob Stoklund Olesen2010-05-24
* Fix a few places that depended on the numeric value of subreg indices.Jakob Stoklund Olesen2010-05-24
* Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enumsJakob Stoklund Olesen2010-05-24
* Rename X86 subregister indices to something shorter.Jakob Stoklund Olesen2010-05-24