Fix roundtripping of Thumb BL/BLX instructions with immediate offsets instead of...
[oota-llvm.git] / lib / Target /
2011-08-31 Owen AndersonFix roundtripping of Thumb BL/BLX instructions with...
2011-08-31 Jim GrosbachtBcc is OK to be predicated in Thumb2 outside of IT...
2011-08-31 Jim GrosbachThumb2 parsing and encoding for ADC(register).
2011-08-31 Eli Friedman64-bit atomic cmpxchg for ARM.
2011-08-31 Akira HatanakaFix typo. Patch by Liu.
2011-08-31 Jim GrosbachTweak Thumb1 ADD encoding selection a bit.
2011-08-31 Jakob Stoklund OlesenPut VMOVS widening under a command line option, off...
2011-08-31 Rafael EspindolaSpelling and grammar fixes to problems found by Duncan.
2011-08-31 Eli FriedmanMake sure we don't crash when -miphoneos-version-min...
2011-08-31 Eric ChristopherRework this conditional a bit.
2011-08-31 Bruno Cardoso Lopes- Move all MOVSS and MOVSD patterns close to their...
2011-08-31 Bruno Cardoso LopesRemove unnecessary AVX checks
2011-08-31 Bruno Cardoso LopesTeach more places to use VMOVAPS,VMOVUPS instead of...
2011-08-31 Evan ChengFix (movhps load) lowering / pattern to match more...
2011-08-31 Eli FriedmanSome minor cleanups for r138845.
2011-08-31 Eli FriedmanSome 64-bit atomic operations on ARM. 64-bit cmpxchg...
2011-08-30 Owen AndersonFix issues with disassembly of IT instructions involvin...
2011-08-30 Owen AndersonFix encoding of CBZ/CBNZ Thumb2 instructions with immed...
2011-08-30 Owen AndersonFix encoding of PC-relative Thumb1 LDR's when using...
2011-08-30 Owen AndersonFix encoding of Thumb1 B instructions with immediate...
2011-08-30 Owen AndersonClean up whitespace.
2011-08-30 Bill WendlingFix off-by-one error Benjamin noticed.
2011-08-30 Bill WendlingEnable compact unwind info by default. This only applie...
2011-08-30 Jeffrey YasskinFix C++0x narrowing errors when char is unsigned.
2011-08-30 Rafael EspindolaAdds support for variable sized allocas. For a variable...
2011-08-30 Rafael EspindolaAdds a SelectionDAG node X86SegAlloca which will be...
2011-08-30 Rafael EspindolaEmit segmented-stack specific code into function prolog...
2011-08-30 Rafael EspindolaCommand line option to enable support for segmented...
2011-08-30 Evan ChengFollow up to r138791.
2011-08-30 Roman DivackySet CR1EQ only when lowering vararg floating arguments...
2011-08-30 James MolloyFix typos in SPUMCTargetDesc.h
2011-08-30 James MolloyFix typo in BlackfinFrameLowering.h
2011-08-30 James MolloyFix typo in MSP430MCTargetDesc.h.
2011-08-30 James MolloyFix typo in MipsMCTargetDesc.h; Patch supplied by Liu...
2011-08-30 Evan ChengChange ARM / Thumb2 addc / adde and subc / sube modelin...
2011-08-29 Jim GrosbachRevert 138781. It's not playing nicely with the immedia...
2011-08-29 Jim GrosbachThumb2 assembler aliases for ADC/SBC w/o the .w suffix.
2011-08-29 Owen AndersonAdd missing encoding information for some of the GPR...
2011-08-29 Jim GrosbachThumb2 parsing and encoding for IT blocks.
2011-08-29 Eli FriedmanExplicitly zero out parts of a vector which are require...
2011-08-29 Owen AndersonApply the same fix for the change in LDR_PRE_IMM/LDRB_P...
2011-08-29 Owen AndersonSpecify an additional fixed bit in the PLD/PLDW/PLI...
2011-08-29 Owen Andersonaddrmode_imm12 and addrmode2_offset encode their immedi...
2011-08-29 Owen AndersonImprove handling of #-0 offsets for many more pre-index...
2011-08-29 Eli FriedmanExpand ATOMIC_LOAD and ATOMIC_STORE for architectures...
2011-08-29 Owen AndersonUpdate the load-store optimizer for changes to the...
2011-08-29 Bruno Cardoso LopesMove non-intruction patterns to a more appropriate...
2011-08-29 Owen AndersonAdd support for parsing #-0 on non-memory-operand immed...
2011-08-28 Nicolas GeoffrayRemove premature previous commit.
2011-08-28 Nicolas GeoffrayEncoding of instructions referencing segments has chang...
2011-08-27 Benjamin KramerSilence GCC warnings and make an array const.
2011-08-26 Owen AndersonImprove encoding support for BLX with immediat eoperand...
2011-08-26 Owen AndersonCorrect encoding of BL with immediate offset.
2011-08-26 Jim GrosbachARM assembly parsing tweak for pldw.
2011-08-26 Owen AndersonSpelling fail.
2011-08-26 Jim GrosbachThumb2 assembler parsing and encoding of IT instruction.
2011-08-26 Eli FriedmanAdd support for generating CMPXCHG16B on x86-64 for...
2011-08-26 Owen AndersonFix ARM codegen breakage caused by r138653.
2011-08-26 Owen Andersoninvalid-LDR_PRE-arm.txt was already passing, but for...
2011-08-26 Owen AndersonUpdate for feedback from Jim.
2011-08-26 Benjamin KramerARMDisassembler: Always return a size, even when disass...
2011-08-26 Owen AndersonSupport an extension of ARM asm syntax to allow immedia...
2011-08-26 Kalle RaiskilaDon't insert branch hint lables that are never used.
2011-08-26 Owen AndersonFix PR10755 by checking for invalid predicate codes...
2011-08-26 Craig TopperFix disassembling of VCVTSD2SI
2011-08-26 Eli FriedmanAtomic load/store on ARM/Thumb.
2011-08-25 Bruno Cardoso LopesDo the same as r138461. Mark VZEROALL as clobbering...
2011-08-25 Nick LewyckyRemove stray fullstop.
2011-08-25 Bruno Cardoso LopesAdd support for AVX 256-bit version of MOVDDUP!
2011-08-25 Bruno Cardoso LopesMake isMOVDDUP mask check more strict and update comments!
2011-08-25 Owen AndersonPort over additional encoding tests to decoding tests...
2011-08-25 Andrew TrickARM fix for missing implicit operands on ldmia_ret.
2011-08-25 Andrew Trickwhitespace
2011-08-25 Jim GrosbachExplicitly disallow predication in Thumb1 assembly.
2011-08-25 Craig TopperAdd more missing TB encodings to VEX instructions to...
2011-08-25 Craig TopperAdd TB encoding to VEROALL, VZEROUPPER, and VCVTPS2PD...
2011-08-25 Bruno Cardoso LopesAdd support for 256-bit versions of VSHUFPD and VSHUFPS.
2011-08-25 Bruno Cardoso LopesAdd memory version of SHUFPD to mask decoding!
2011-08-25 Evan ChengHide -global-merge option.
2011-08-25 Evan ChengAdd a command line option to disable global merge pass.
2011-08-25 Evan ChengRemove a out-of-place comment.
2011-08-24 Bruno Cardoso LopesCreate a section for non-instructions patterns in the...
2011-08-24 Bruno Cardoso LopesMove code around!
2011-08-24 Bruno Cardoso LopesOrganize UNPCK* patterns, also add remaining for AVX.
2011-08-24 Bruno Cardoso LopesMove remaining MOVDDUP patterns close to MOVDDUP defint...
2011-08-24 Bruno Cardoso LopesOrganize and tidy up MOVDDUP section. Also update comments!
2011-08-24 Bruno Cardoso LopesMove MOVHLPS patterns close to MOVHLPS definition,...
2011-08-24 Bruno Cardoso LopesMove all PSHUF* patterns close to the PSHUF* definition...
2011-08-24 Bruno Cardoso LopesMove all SHUFP* patterns close to the SHUFP* definition...
2011-08-24 Owen AndersonPerform more thorough checking of t2IT mask parameters...
2011-08-24 Eli FriedmanHook up 64-bit atomic load/store on x86-32. I plan...
2011-08-24 Jim GrosbachARM asm backend initialize isThumbMode based on target...
2011-08-24 Jim GrosbachThumb .n mnemonic qualifiers can be ignored for now.
2011-08-24 Jim GrosbachThumb parsing and encoding for SUB (SP minu immediate).
2011-08-24 Owen AndersonBe careful not to walk off the end of the operand info...
2011-08-24 Jim GrosbachThumb parsing and encoding support for ADD SP instructions.
2011-08-24 Eli FriedmanFix whitespace.
2011-08-24 Eli FriedmanBasic x86 code generation for atomic load and store...
2011-08-24 Jim GrosbachWhen printing Thumb1 NOP ('mov r8, r8'), make sure...
2011-08-24 Bruno Cardoso LopesMark VZEROALL as clobbering all YMM registers
next