aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM
AgeCommit message (Expand)Author
2011-12-13Thumb2 pre/post indexed stores can be from any non-PC GPR.Jim Grosbach
2011-12-13Thumb2 tweak for ccout handling in RSB parsing.Jim Grosbach
2011-12-13ARM thumb2 parsing of "rsb rd, rn, #0".Jim Grosbach
2011-12-13ARM NEON two-operand aliases for VQDMULH.Jim Grosbach
2011-12-13ARM pre-UAL NEG mnemonic for convenience when porting old code.Jim Grosbach
2011-12-13ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach
2011-12-13ARM add more 'gas' compatibility aliases for NEON instructions.Jim Grosbach
2011-12-13[fast-isel] Unaligned loads of floats are not supported. Therefore, convert ...Chad Rosier
2011-12-13Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth
2011-12-13Account for CPE alignment when searching for new water.Jakob Stoklund Olesen
2011-12-12LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar
2011-12-12Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>Bob Wilson
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-12Add a postOffset() alignment argument.Jakob Stoklund Olesen
2011-12-12Fix typo.Jakob Stoklund Olesen
2011-12-12Also set the proper alignment on inner islands and the function itself.Jakob Stoklund Olesen
2011-12-12Make MF a class member instead of passing it around everywhere.Jakob Stoklund Olesen
2011-12-12Add a -arm-align-constant-islands flag, default off.Jakob Stoklund Olesen
2011-12-11Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy
2011-12-10Revert r146322 to appease buildbots. Original commit message:Chad Rosier
2011-12-10Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy
2011-12-10Try to align the point where a large basic block is split.Jakob Stoklund Olesen
2011-12-10More debug output formatting.Jakob Stoklund Olesen
2011-12-10ARM add some more pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach
2011-12-09Splats can contain undef's; make sure to handle them correctly. PR11526.Eli Friedman
2011-12-09ARM add some pre-UAL VFP mnemonics for convenience when porting old code.Jim Grosbach
2011-12-09ARM allows '' syntax, not just '#imm' for assembly.Jim Grosbach
2011-12-09ARM assembly aliases for BIC<-->AND (immediate).Jim Grosbach
2011-12-09ARM NEON data type aliases for VBIC(register).Jim Grosbach
2011-12-09ARM assembly parsing and encoding for VLD2 with writeback.Jim Grosbach
2011-12-09User a helper overload for a common pattern.Jakob Stoklund Olesen
2011-12-09Tidy up. Better base class factoring.Jim Grosbach
2011-12-09Tidy up. Better base class factoring.Jim Grosbach
2011-12-09Tweak debugging output.Jakob Stoklund Olesen
2011-12-08ARM convenience aliases for VSQRT.Jim Grosbach
2011-12-08ARM 64-bit VEXT assembly uses a .64 suffix, not .32, amazingly enough.Jim Grosbach
2011-12-08ARM VSHR implied destination operand form aliases.Jim Grosbach
2011-12-08ARM asm parser, just issue a warning for a duplicate reg in a list.Jim Grosbach
2011-12-08ARM VSUB implied destination operand form aliases.Jim Grosbach
2011-12-08ARM VQADD implied destination operand form aliases.Jim Grosbach
2011-12-08ARM a few more VMUL implied destination operand form aliases.Jim Grosbach
2011-12-08ARM assembler support for register name aliases.Jim Grosbach
2011-12-08Revert r146143, "Fix bug 9905: Failure in code selection for llvm intrinsicsDaniel Dunbar
2011-12-08Fix bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix for...Stepan Dyatkovskiy
2011-12-08ARM NEON two-operand aliases for VSHL(immediate).Jim Grosbach
2011-12-08Drop the HasInlineAsm flag.Jakob Stoklund Olesen
2011-12-08ARM NEON two-operand aliases for VSHL(register).Jim Grosbach
2011-12-08Simplify offset verification.Jakob Stoklund Olesen
2011-12-08Fix copy/past-o.Jim Grosbach
2011-12-08ARM NEON two-operand aliases for VMUL.Jim Grosbach