Combine FMA4 SS/SD patterns with the instruction definitions.
[oota-llvm.git] / lib / Target / ARM /
2011-12-24 Jakob Stoklund OlesenFix Comments.
2011-12-23 Jakob Stoklund OlesenExperimental support for aligned NEON spills.
2011-12-22 Bob WilsonAdd variants of the dispatchsetup pseudo for Thumb...
2011-12-22 Jim GrosbachARM VFP assembly parsing and encoding for VCVT(float...
2011-12-22 Bob WilsonAdd missing usesCustomInserter flag on Int_eh_sjlj_setj...
2011-12-22 Jim GrosbachTidy up. Use predicate function a bit more liberally.
2011-12-22 Rafael EspindolaFix incorrect relocation generation. Patch by Kristof...
2011-12-22 Jim GrosbachARM VFP add encoding of the bitcount to fixed-point...
2011-12-22 Jim GrosbachRemove some bogus comments.
2011-12-22 Jim GrosbachARM pre-UAL aliases. fcmp[sd].
2011-12-22 Jim GrosbachARM assembler should accept shift-by-zero for any shift...
2011-12-22 Jim GrosbachARM assembly parser canonicallize on 'lsl' for shift...
2011-12-22 Jim GrosbachTidy up. Trailing whitespace.
2011-12-22 Jim GrosbachNuke invalid comment from copy/paste.
2011-12-22 Rafael EspindolaMake the virtual methods in ARMELFObjectWriter public.
2011-12-22 Rafael EspindolaHopefully fix the cmake build.
2011-12-22 Rafael EspindolaFix name in comments.
2011-12-22 Richard SmithUnbreak cmake build after r147115.
2011-12-22 Rafael EspindolaMove the ARM specific parts of the ELF writer to Target...
2011-12-21 Jim GrosbachARM NEON mnemonic aliase for vrecpeq.
2011-12-21 Jim GrosbachARM VFP optional data type on VMOV GPR<-->SPR.
2011-12-21 Jim GrosbachARM NEON optional data type on VSWP instructions.
2011-12-21 Jim GrosbachARM NEON mnemonic aliases for vzipq and vswpq.
2011-12-21 Jim GrosbachARM asm parser should be more lenient w/ .thumb_func...
2011-12-21 Jim GrosbachThumb2 assembly parsing of 'mov rd, rn, rrx'.
2011-12-21 Jim GrosbachThumb2 assembly parsing of 'mov(register shifted regist...
2011-12-21 Jakob Stoklund OlesenMove common code into an MRI function.
2011-12-21 Jim GrosbachARM NEON assmebly parsing for VLD2 to all lanes instruc...
2011-12-21 Chad RosierFix a couple of copy-n-paste bugs. Noticed by George...
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2011-12-21 Evan ChengFix a couple of copy-n-paste bugs. Noticed by George...
2011-12-21 Jim GrosbachARM assembly parsing allows constant expressions for...
2011-12-21 Jim GrosbachARM NEON VLD2 assembly parsing for structure to all...
2011-12-20 Jim GrosbachARM .req register name aliases are case insensitive...
2011-12-20 Jim GrosbachMove comment to appropriate place.
2011-12-20 Jakob Stoklund OlesenHeed spill slot alignment on ARM.
2011-12-20 Jim GrosbachARM assembly parsing and encoding for VST2 single-eleme...
2011-12-20 Jim GrosbachARM assembly parsing and encoding for VLD2 single-eleme...
2011-12-20 Evan ChengARM target code clean up. Check for iOS, not Darwin...
2011-12-20 Jason W KimFirst steps in ARM AsmParser support for .eabi_attribut...
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-20 Bob WilsonMark ARM eh_sjlj_dispatchsetup as clobbering all regist...
2011-12-20 Jim GrosbachARM assembly shifts by zero should be plain 'mov' instr...
2011-12-19 Jim GrosbachARM NEON assembly aliases for VMOV<-->VMVN for i32...
2011-12-19 Jim GrosbachARM assembly parsing and encoding support for LDRD...
2011-12-19 Jim GrosbachARM NEON two-operand aliases for VPADD.
2011-12-19 Jim GrosbachARM VFP pre-UAL mnemonic aliases for fmul[sd].
2011-12-19 Jim GrosbachARM VFP pre-UAL mnemonic aliases for fcpy[sd] and fdiv...
2011-12-19 Jim GrosbachARM NEON implied destination aliases for VMAX/VMIN.
2011-12-19 Jim GrosbachARM NEON relax parse time diagnostics for alignment...
2011-12-19 Jim GrosbachTidy up.
2011-12-19 Jakob Stoklund OlesenRemove a register class that can just as well be synthe...
2011-12-19 Jakob Stoklund OlesenEmit a getMatchingSuperRegClass() implementation for...
2011-12-17 Evan ChengFix a CPSR liveness tracking bug introduced when I...
2011-12-17 Jakob Stoklund OlesenPreserve more memory operands in ARMExpandPseudo.
2011-12-16 Jakob Stoklund OlesenFix off-by-one error in bucket sort.
2011-12-16 Jakob Stoklund OlesenDon't adjust for alignment padding in OffsetIsInRange.
2011-12-16 Jakob Stoklund OlesenNote ARM constant island alignment in the release notes.
2011-12-16 Jim GrosbachARM NEON aliases for vmovq.f*
2011-12-15 Jim GrosbachThumb2 ADR assembly parsing w/o the .w suffix.
2011-12-15 Eli FriedmanMake check a bit more strict so we don't call ARM_AM...
2011-12-15 Jim GrosbachARM NEON VCLE is an alias for VCGE w/ the source operan...
2011-12-15 Jim GrosbachARM NEON VTBL/VTBX assembly parsing and encoding.
2011-12-15 Jakob Stoklund OlesenEnable proper constant island alignment by default.
2011-12-15 Jim GrosbachSilence warning.
2011-12-15 Jim GrosbachARM NEON two-register double spaced register list parsi...
2011-12-14 Jakob Stoklund OlesenConsider CPE alignment in CreateNewWater().
2011-12-14 Jim GrosbachARM NEON better assembly operand range checking for...
2011-12-14 Jim GrosbachARM NEON VLD2/VST2 lane indexed assembly parsing and...
2011-12-14 Jim GrosbachARM NEON fix alignment encoding for VST2 w/ writeback.
2011-12-14 Jim GrosbachNuke old code. Missed in last commit.
2011-12-14 Jim GrosbachARM NEON refactor VST2 w/ writeback instructions.
2011-12-14 Jim GrosbachARM NEON improve factoring a bit. No functional change.
2011-12-14 Evan ChengModel ARM predicated write as read-mod-write. e.g.
2011-12-14 Jim GrosbachARM NEON VST2 assembly parsing and encoding.
2011-12-14 Jakob Stoklund OlesenFix speling and 80-col.
2011-12-14 Jim GrosbachFix copy/pasto that skipped the 'modify' step.
2011-12-14 Jim GrosbachARM/Thumb2 mov vs. mvn alias goes both ways.
2011-12-14 Chad RosierVFP2 is required for FP loads. Noticed by inspection.
2011-12-14 Chad RosierTidy up.
2011-12-14 Jim GrosbachARM/Thumb2 'cmp rn, #imm' alias to cmn.
2011-12-14 Chad RosierFix 80-column violation and extraneous brackets.
2011-12-14 Jim GrosbachARM assembler support for the target-specific .req...
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-13 Jim GrosbachThumb2 assembler aliases for "mov(shifted register)"
2011-12-13 Jim GrosbachARM LDM/STM system instruction variants.
2011-12-13 Jim GrosbachThumb2 pre/post indexed stores can be from any non...
2011-12-13 Jim GrosbachThumb2 tweak for ccout handling in RSB parsing.
2011-12-13 Jim GrosbachARM thumb2 parsing of "rsb rd, rn, #0".
2011-12-13 Jim GrosbachARM NEON two-operand aliases for VQDMULH.
2011-12-13 Jim GrosbachARM pre-UAL NEG mnemonic for convenience when porting...
2011-12-13 Jim GrosbachARM add some more pre-UAL VFP mnemonics for convenience...
2011-12-13 Jim GrosbachARM add more 'gas' compatibility aliases for NEON instr...
2011-12-13 Chad Rosier[fast-isel] Unaligned loads of floats are not supported...
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-12-13 Jakob Stoklund OlesenAccount for CPE alignment when searching for new water.
2011-12-12 Daniel DunbarLLVMBuild: Introduce a common section which currently...
2011-12-12 Bob WilsonImplement 'e' and 'f' modifiers for Neon inline asm...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
next