Combine FMA4 PS/PD patterns with the instruction definitions.
[oota-llvm.git] / lib / Target /
2011-12-30 Craig TopperCombine FMA4 PS/PD patterns with the instruction defini...
2011-12-30 Craig TopperChange FMA4 memory forms to use memopv* instead of...
2011-12-30 Craig TopperFix load size for FMA4 SS/SD instructions. They need...
2011-12-30 Hal FinkelCleanup stack/frame register define/kill states. This...
2011-12-29 Craig TopperFix execution domains for PS/PD FMA3 instructions....
2011-12-29 Craig TopperExpose FMA3 instructions to the disassembler.
2011-12-29 Craig TopperMake FMA3 imply AVX needs to be enabled. Particularly...
2011-12-29 Craig TopperChange XOP detection to use the correct CPUID bit inste...
2011-12-29 Craig TopperAdd FeaturePOPCNT to all CPU types that lost it was...
2011-12-29 Craig TopperMark non-VEX forms of PCLMUL instructions as requiring...
2011-12-29 Craig TopperMark non-VEX forms of AES instructions as requiring...
2011-12-29 Craig TopperRemove the separate explicit AES instruction patterns...
2011-12-29 Craig TopperMake SSE42 and SSE4A not imply POPCNT. POPCNT should...
2011-12-29 Craig TopperMake LowerBUILD_VECTOR keep node vector types consisten...
2011-12-29 Craig TopperRemove some elses after returns.
2011-12-29 Craig TopperRemove trailing spaces. Fix an assert to use && instead...
2011-12-28 Eli FriedmanFix type-checking for load transformation which is...
2011-12-28 Elena DemikhovskyFixed a bug in LowerVECTOR_SHUFFLE and LowerBUILD_VECTOR.
2011-12-27 Benjamin KramerClean up some Release build warnings.
2011-12-27 Craig TopperAdd handling of x86_avx2_pmovmskb to computeMaskedBitsF...
2011-12-25 Venkatraman Govind... Sparc: Implement emitFrameIndexDebugValue and getDebugV...
2011-12-24 Rafael EspindolaSection relative fixups are a coff concept, not a x86...
2011-12-24 Chandler CarruthUse standard promotion for i8 CTTZ nodes and i8 CTLZ...
2011-12-24 Chandler CarruthAdd systematic testing for cttz as well, and fix the...
2011-12-24 Benjamin KramerChandler fixed this.
2011-12-24 Chandler CarruthExpand more when we have a nice 'tzcnt' instruction...
2011-12-24 Chandler CarruthSwitch the lowering of CTLZ_ZERO_UNDEF from a .td patte...
2011-12-24 Jakob Stoklund OlesenFix Comments.
2011-12-24 Akira HatanakaAdd MachineMemOperands to instructions generated in...
2011-12-24 Akira HatanakaDetect unaligned loads/stores that have been added...
2011-12-24 Akira HatanakaIf target ABI is N64, LEA should be daddiu.
2011-12-24 Rafael EspindolaMove x86 specific bits of the COFF writer to lib/Target...
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 Chad RosierFix 80-column violations.
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 Rafael EspindolaFix an incomplete refactoring of the ppc backend. Thank...
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 EspindolaMove the Mips only bits of the ELF writer to lib/Target...
2011-12-22 Rafael EspindolaMake the virtual methods in ARMELFObjectWriter public.
2011-12-22 Rafael EspindolaMove the MBlaze ELF writer bits to lib/Target/MBlaze.
2011-12-22 Rafael EspindolaFix cmake.
2011-12-22 Rafael EspindolaMove PPC bits to lib/Target/PowerPC.
2011-12-22 Rafael EspindolaHopefully fix the cmake build.
2011-12-22 Rafael EspindolaFix name in comments.
2011-12-22 Akira HatanakaLocal dynamic TLS model for direct object output. Creat...
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 Chad RosierFix 80-column violations.
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 RosierNo case stmt for BUILD_VECTOR in PerformDAGCombine...
2011-12-21 Chad RosierFix a couple of copy-n-paste bugs. Noticed by George...
2011-12-21 Rafael EspindolaMove the X86 specific bits of the ELF writer to the...
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2011-12-21 Craig TopperRemove mode specific disassembler classes and just...
2011-12-21 Craig TopperFix typo in a couple comments
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-21 Akira HatanakaFix bug in zero-store peephole pattern reported in...
2011-12-21 Akira HatanakaExpand 64-bit CTLZ nodes if target architecture does...
2011-12-21 Akira HatanakaExpand 64-bit CTPOP and CTTZ.
2011-12-21 Akira HatanakaExpand 64-bit atomic load and store.
2011-12-20 Akira HatanakaAdd definition of DSBH (Double Swap Bytes within Halfwo...
2011-12-20 Akira HatanakaAdd definition of WSBH (Word Swap Bytes within Halfword...
2011-12-20 Akira Hatanaka64-bit uint-fp conversion nodes are expanded.
2011-12-20 Akira HatanakaEnable custom lowering DYNAMIC_STACKALLOC nodes.
2011-12-20 Akira HatanakaSet the correct stack pointer register that should...
2011-12-20 Jim GrosbachARM .req register name aliases are case insensitive...
2011-12-20 Akira HatanakaAdd function MipsDAGToDAGISel::SelectMULT and factor...
2011-12-20 Akira HatanakaFix indentation.
2011-12-20 Akira Hatanaka64-bit data directive.
2011-12-20 Akira Hatanaka32-to-64-bit sext_inreg pattern.
2011-12-20 Akira HatanakaAdd 64-bit extload patterns.
2011-12-20 Akira HatanakaAdd patterns for matching extloads with 64-bit address...
2011-12-20 Jim GrosbachMove comment to appropriate place.
2011-12-20 Akira HatanakaAdd code in MipsDAGToDAGISel for selecting constant...
2011-12-20 Jakob Stoklund OlesenHeed spill slot alignment on ARM.
2011-12-20 Akira HatanakaRevert part of r146995 that was accidentally commmitted.
2011-12-20 Akira Hatanaka32-to-64-bit sign extension pattern.
2011-12-20 Akira HatanakaAdd a pattern for matching zero-store with 64-bit addre...
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...
next