Rename some VLD1/VST1 instructions to match the implementation, i.e., the
[oota-llvm.git] / lib / Target /
2010-03-22 Bob WilsonRename some VLD1/VST1 instructions to match the impleme...
2010-03-22 Bob WilsonRemove some redundant instruction classes.
2010-03-22 Bob WilsonRefactor instruction encoding arguments for VLDnLN...
2010-03-22 Jakob Stoklund OlesenCompletely remove Blackfin patterns that thought JustCC...
2010-03-22 Jeffrey YasskinDon't leak a MachineInstruction from Thumb1InstrInfo...
2010-03-20 Daniel DunbarMC/X86: Fix an MCOperand link, when we parsing shrld...
2010-03-20 Daniel DunbarTargetRegistry: Fix create{AsmInfo,MCDisassembler}...
2010-03-20 Bob Wilsonpr6652: Use LDM to restore PC to the return address...
2010-03-20 Bob WilsonRe-commit r98683 ("remove redundant writeback flag...
2010-03-20 Bob WilsonAdd instruction variants for VST2, VST3, and VST4 ...
2010-03-20 Bob WilsonAdd variants of VST2, VST3 and VST4 with address regist...
2010-03-20 Bob WilsonAdd instructions for double-spaced VST3 and VST4 withou...
2010-03-20 Bob WilsonAdd VST1 instructions with address register writeback.
2010-03-20 Bob WilsonAdd instruction variants for VLD2, VLD3, and VLD4 ...
2010-03-20 Bob WilsonTidy some more comments and whitespace.
2010-03-20 Bob WilsonAdd variants of VLD2, VLD3 and VLD4 with address regist...
2010-03-20 Bob WilsonTidy some comments and whitespace for consistency.
2010-03-20 Bob WilsonRename some instructions for consistency and sanity...
2010-03-20 Bob WilsonAdd instructions for double-spaced VLD3 and VLD4 withou...
2010-03-20 Bob WilsonAdd VLD1 instructions with address register writeback.
2010-03-20 Benjamin KramerPIC16: Simplify code by using a std::set<std::string...
2010-03-20 Bob WilsonRevert the rest of 98679.
2010-03-20 Bob WilsonFix a very bad typo. Since the register number was...
2010-03-20 Evan ChengIf call result is in ST0 and it is not being passed...
2010-03-20 Johnny ChenAdd NLdStFrm Format.
2010-03-19 Johnny ChenRevert r98679. The disassembler will be updated to...
2010-03-19 Bob WilsonRevert this change, since it was causing ARM performanc...
2010-03-19 Chris Lattnerremove the patterns that I commented out in r98930...
2010-03-19 Kevin EnderbyFixed the encoding problems of the crc32 instructions...
2010-03-19 Daniel DunbarMC/X86: Rename alternate spellings of {ADD64,CMP64...
2010-03-19 Johnny ChenRenumber LdStExFrm from 28 to 11 and shift the existing...
2010-03-19 Daniel DunbarMC: Add TargetAsmBackend::createObjectWriter.
2010-03-19 Daniel DunbarMCCodeEmitter: Add target independent fixup flag for...
2010-03-19 Daniel DunbarMC: Add TargetAsmBackend::isVirtualSection hook.
2010-03-19 Daniel DunbarMCAssembler: Move ApplyFixup to the TargetAsmBackend...
2010-03-19 Jeffrey YasskinRemove a memory leak from the CBackend.
2010-03-19 Chris Lattnerset SDNPVariadic on nodes throughout the rest of the...
2010-03-19 Jeffrey YasskinRemove a memory leak from ThumbTargetMachine.
2010-03-19 Chris Lattneradd a new SDNPVariadic SDNP node flag, and use it in
2010-03-19 Chris Lattnerremove some damaged sign extend patterns that can never...
2010-03-19 Chris Lattnerdisable some illegal blackfin patterns. sext from...
2010-03-19 Chris Lattnercomment out a bunch of parallel store patterns that...
2010-03-19 Daniel DunbarFix -Asserts warnings.
2010-03-19 Daniel DunbarX86: Fix encoding for TEST64rr.
2010-03-19 Chris LattnerNow that tblgen can handle matching implicit defs of...
2010-03-18 Bob WilsonUpdate comment to refer to the right filename.
2010-03-18 Chris Lattnertidy up
2010-03-18 Anton KorobeynikovGet rid of target-specific fp <-> int nodes when still...
2010-03-18 Anton KorobeynikovGet rid of target-specific nodes for fp16 <-> fp32...
2010-03-18 Anton KorobeynikovRefactor Reg-Reg copy emission routine for ARM. This...
2010-03-18 Eric ChristopherCouple of changes that Dan mentioned for llvm.stackprot...
2010-03-18 Daniel DunbarX86MCCodeEmitter: Fix two minor issues with reloc_ripre...
2010-03-18 Chris Lattnerfix some buggy ops concatentation
2010-03-18 Chris Lattneruse ins/outs.
2010-03-18 Chris Lattnerouts come before ins.
2010-03-18 Eric ChristopherMake fast-isel understand llvm.stackprotector.
2010-03-18 Bob WilsonRefactor NEON ld/st instructions to hardcode class...
2010-03-18 Daniel DunbarMC/X86/AsmMatcher: Use the new instruction cleanup...
2010-03-18 Chris Lattnerfix an x86-64 encoding bug Daniel found.
2010-03-18 Chris Lattneradd a special relocation type for movq loads for object
2010-03-18 Chris Lattnercallq is pcrelative
2010-03-18 Bob WilsonCheck if function names start with "llvm." before tryin...
2010-03-18 Benjamin KramerTry to fix a valgrind error on 32 bit platforms: use...
2010-03-18 Evan ChengTurning off post-ra scheduling for x86. It isn't a...
2010-03-18 Daniel DunbarMC/Darwin: Add a new target hook for whether the target...
2010-03-17 Evan ChengX86 address mode matching code MatchAddressRecursively...
2010-03-17 Johnny ChenRevert 98745 with respect to the addition of NEONFrm...
2010-03-17 Johnny ChenFixed a bug in the IT mask printing where T means the...
2010-03-17 Johnny ChenRefines 98745 so that it only contains the patch relate...
2010-03-17 Bob WilsonClean up whitespace.
2010-03-17 Bob WilsonIncrease format field from 5 to 6 bits. ARMII::FormMas...
2010-03-17 Benjamin KramerInitialize Size member to appease valgrind.
2010-03-17 Johnny Chen98745 contains something unrelated to the patch.
2010-03-17 Johnny ChenAdded sub-formats to the NeonI/NeonXI instructions...
2010-03-17 Chris Lattnerfix GetOrCreateTemporarySymbol to require a name, clients
2010-03-16 Bob WilsonRevert 98683. It is breaking something in the disassem...
2010-03-16 Bob WilsonRemove redundant writeback flag from ARM address mode...
2010-03-16 Chris Lattnerreapply r98656 unmodified, which exposed the asmprinter not
2010-03-16 Johnny ChenDisambiguate the *_UPD and * variants by specifying...
2010-03-16 Daniel DunbarRevert r98656, its breaking all over the place.
2010-03-16 Chris Lattnerimprove support for uniontype and ConstantUnion, patch...
2010-03-16 Bob WilsonRemove redundant writeback flag in ARM addressing mode 5.
2010-03-16 Bob WilsonRemove the writeback flag from ARM's address mode 4...
2010-03-16 Bob WilsonFix unused variable warnings.
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...
2010-03-16 Bob WilsonStop using the old pre-UAL syntax for LDM/STM instructi...
2010-03-16 Chris Lattnerfix the same bug on the x86-64 side of the fence.
2010-03-16 Chris Lattnerfix the encoding of TAILJMPd. This fixes Benchmarks...
2010-03-16 Bob WilsonWrap a long line and add some parens to be consistent.
2010-03-15 Daniel DunbarMC: Allow modifiers in MCSymbolRefExpr, and eliminate...
2010-03-15 Dan GohmanRecognize code for doing vector gather/scatter index...
2010-03-15 Bob WilsonTranslate "cc" clobber in ARM inline assembly to ARM...
2010-03-15 Daniel DunbarMC/Mach-O/x86_64: Temporary labels in cstring sections...
2010-03-15 Bill WendlingNow that the default for Darwin platforms is to place...
2010-03-15 Chris Lattneruse Mang->getSymbol()
2010-03-15 Bill WendlingPlace the LSDA into the TEXT section for x86 Darwin...
2010-03-15 Evan ChengAvoid sibcall optimization if either caller or callee...
2010-03-15 Chris Lattnerdo some serious surgery on CellSPU to get it back into...
2010-03-15 Chris Lattnerfix a few more ambiguous types.
next