continue writing.
[oota-llvm.git] / lib / Target /
2011-04-06 Johnny ChenAdd a missing opcode (SMLSLDX) to BadRegsMulFrm() function.
2011-04-05 Owen AndersonReapply r128946 (pseudoization of various instructions...
2011-04-05 Johnny ChenFix a typo in the handling of PKHTB opcode, plus add...
2011-04-05 Bob WilsonClean up some code for clarity.
2011-04-05 Owen AndersonRevert r128946 while I figure out why it broke the...
2011-04-05 Johnny ChenA7.3 register encoding
2011-04-05 Owen AndersonGive RSBS and RSCS the pseudo treatment.
2011-04-05 Johnny ChenARM disassembler was erroneously accepting an invalid...
2011-04-05 Johnny ChenARM disassembler was erroneously accepting an invalid...
2011-04-05 Owen AndersonFix bugs in the pseuo-ization of ADCS/SBCS pointed...
2011-04-05 Johnny ChenThe r128085 checkin modified the operand ordering for...
2011-04-05 Johnny ChenARM disassembler should flag (rGPRRegClassID, r13|r15...
2011-04-05 Jim GrosbachMake second source operand of LDRD pre/post explicit.
2011-04-05 Johnny ChenConstants with multiple encodings (ARM):
2011-04-05 Johnny ChenCheck for invalid register encodings for UMAAL and...
2011-04-05 Owen AndersonConvert ADCS and SBCS instructions into pseudos that...
2011-04-05 Bill WendlingRevamp the SjLj "dispatch setup" intrinsic.
2011-04-05 Eric ChristopherJust use BL all the time. It's safer that way.
2011-04-05 Johnny ChenFix SRS/SRSW encoding bits.
2011-04-04 Johnny ChenA8.6.105 MUL
2011-04-04 Johnny ChenRFE encoding should also specify the "should be" encodi...
2011-04-04 Joerg SonnenbergerMake OpcodeMask an unsigned long long literal to deal...
2011-04-04 Johnny ChenFix incorrect alignment for NEON VST2b32_UPD.
2011-04-04 Jakob Stoklund OlesenInsert code in the right location when lowering PowerPC...
2011-04-04 Bruno Cardoso Lopes- Implement asm parsing support for LDRSBT, LDRHT,...
2011-04-04 Akira HatanakaMove transformation of JmpLink and related nodes done...
2011-04-04 Jakob Stoklund OlesenPowerPC atomic pseudos clobber CR0, they don't read it.
2011-04-04 Jakob Stoklund OlesenUse X0 instead of R0 for the zero register on ppc64.
2011-04-04 Joerg SonnenbergerAdd support for the VIA PadLock instructions.
2011-04-04 Joerg SonnenbergerExpand Op0Mask by one bit in preparation for the PadLoc...
2011-04-04 Jay FoadRemove some support for ReturnInsts with multiple opera...
2011-04-02 Che-Liang Chiouptx: support setp's 4-operand format
2011-04-02 Cameron ZwarichDo some peephole optimizations to remove pointless...
2011-04-02 Johnny ChenFixed a bug in disassembly of STR_POST, where the immed...
2011-04-02 Akira HatanakaUndo changes mistakenly made in revision 128750.
2011-04-02 Akira HatanakaInsert space before ';' to prevent warnings.
2011-04-01 Johnny ChenFixed MOVr for "should be" encoding bits for Inst{19...
2011-04-01 Johnny ChenMOVs should have Inst{19-16} as 0b0000, otherwise,...
2011-04-01 Johnny ChenFix the instruction table entries for AI1_adde_sube_s_i...
2011-04-01 Evan ChengAvoid de-referencing pass beginning of a basic block...
2011-04-01 Akira HatanakaRemove redundant code. There are assignments to variabl...
2011-04-01 Akira HatanakaSimplifies logic for printing target flags.
2011-04-01 Owen AndersonWhen the architecture is explicitly armv6 or thumbv6...
2011-04-01 Jim GrosbachLDRD/STRD instructions should print both Rt and Rt2...
2011-04-01 Johnny ChenFix a LDRT/LDRBT decoding bug where for Encoding A2...
2011-04-01 Akira HatanakaModifies MipsAsmPrinter::isBlockOnlyReachableByFallthro...
2011-04-01 Johnny ChenFix LDRi12 immediate operand, which was changed to...
2011-04-01 Akira HatanakaAdd code for analyzing FP branches. Clean up branch...
2011-04-01 Benjamin KramerInitialize HasVMLxForwarding.
2011-04-01 Evan ChengIssue libcalls __udivmod*i4 / __divmod*i4 for div ...
2011-04-01 Matt Beaumont-GayRemove unused variables
2011-03-31 Bruno Cardoso LopesApply again changes to support ARM memory asm parsing...
2011-03-31 Jakob Stoklund OlesenProvide a legal pointer register class when targeting...
2011-03-31 Evan ChengDistribute (A + B) * C to (A * C) + (B * C) to make...
2011-03-31 Johnny ChenFix single word and unsigned byte data transfer instruc...
2011-03-31 Akira HatanakaAdded support for FP conditional move instructions...
2011-03-31 Johnny ChenAdd BLXi to the instruction table for disassembly purpose.
2011-03-31 Bruno Cardoso LopesRevert r128632 again, until I figure out what break...
2011-03-31 Richard OsborneAdd XCore intrinsics for initializing / starting /...
2011-03-31 Bruno Cardoso LopesReapply r128585 without generating a lib depedency...
2011-03-31 Matt Beaumont-GayRevert "- Implement asm parsing support for LDRT, LDRBT...
2011-03-30 Owen AndersonSomehow we managed to forget to encode the lane index...
2011-03-30 Evan ChengDon't try to create zero-sized stack objects.
2011-03-30 Bruno Cardoso Lopes- Implement asm parsing support for LDRT, LDRBT, STRT...
2011-03-30 Cameron ZwarichAdd a ARM-specific SD node for VBSL so that forms with...
2011-03-30 Akira Hatanakafixed typo
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-29 Evan ChengAdd intrinsics @llvm.arm.neon.vmulls and @llvm.arm...
2011-03-29 Cameron ZwarichAdd Neon SINT_TO_FP and UINT_TO_FP lowering from v4i16...
2011-03-29 Owen AndersonCheck early if this is an unsupported opcode, so that...
2011-03-29 Johnny ChenA8.6.188 STC, STC2
2011-03-29 Owen AndersonAdd safety check that didn't show up in testing.
2011-03-29 Owen AndersonGet rid of the non-writeback versions VLDMDB and VSTMDB...
2011-03-29 Evan ChengOptimizing (zext A + zext B) * C, to (VMULL A, C) ...
2011-03-28 Daniel DunbarIntegrated-As: Add support for setting the AllowTempora...
2011-03-28 Johnny ChenFix ARM disassembly for PLD/PLDW/PLI which suffers...
2011-03-28 Che-Liang Chiouptx: clean up branch code a bit
2011-03-26 Benjamin KramerMake helper static.
2011-03-26 Johnny ChenFixed the t2PLD and friends disassembly and add two...
2011-03-26 Eric ChristopherFix the bfi handling for or (and a mask) (and b mask...
2011-03-25 Johnny ChenFix DisassembleThumb2DPReg()'s handling of RegClass...
2011-03-25 Johnny ChenDisassembleThumb2LdSt() did not handle t2LDRs correctly...
2011-03-25 Johnny ChenModify DisassembleThumb2LdStEx() to be more robust...
2011-03-25 Benjamin KramerAdd a note.
2011-03-25 Johnny ChenInstruction formats of SWP/SWPB were changed from LdStE...
2011-03-25 Johnny ChenAlso need to handle invalid imod values for CPS2p.
2011-03-25 Jakob Stoklund OlesenIgnore special ARM allocation hints for unexpected...
2011-03-25 Johnny ChenModify the wrong logic in the assert of DisassembleThum...
2011-03-24 Matt Beaumont-GaySuppress an unused variable warning in -asserts builds
2011-03-24 Johnny ChenHandle the added VBICiv*i* NEON instructions, too.
2011-03-24 Johnny ChenPlug a leak by ThumbDisassembler::getInstruction()...
2011-03-24 Johnny ChenT2 Load/Store Multiple:
2011-03-24 Benjamin KramerPlug a leak in the arm disassembler and put the tests...
2011-03-24 Bruno Cardoso LopesAdd asm parsing support w/ testcases for strex/ldrex...
2011-03-24 Johnny ChenADR was added with the wrong encoding for inst{24-21...
2011-03-24 Jim GrosbachClean up assembly statement separator support.
2011-03-24 Johnny ChenThe r118201 added support for VORR (immediate). Update...
2011-03-24 Johnny ChenAdd comments to the handling of opcode CPS3p to reject...
2011-03-24 NAKAMURA TakumiTarget/X86: [PR8777][PR8778] Tweak alloca/chkstk for...
2011-03-24 Evan ChengNasty bug in ARMBaseInstrInfo::produceSameValue()....
next