Add AVX versions of MOVZDI2PDI patterns. Use SUBREG_TO_REG to indicate
[oota-llvm.git] / lib /
2011-09-03 Bruno Cardoso LopesAdd AVX versions of MOVZDI2PDI patterns. Use SUBREG_TO_...
2011-09-03 Bruno Cardoso LopesEnforce subtarget checks in a few places to be explicit...
2011-09-03 Bruno Cardoso LopesTidy up code moving patterns to their appropriate place!
2011-09-03 Bruno Cardoso LopesAdd AVX versions of FsMOVAPS and FsMOVAPS. Teach X86Ins...
2011-09-03 Bruno Cardoso LopesTeach X86FastISel to use AVX versions of instructions...
2011-09-03 Bruno Cardoso LopesFix 80-column and style
2011-09-03 Bruno Cardoso LopesTidy up some SSE/AVX convert intrinsics. Also add an...
2011-09-03 Owen AndersonFix a truly heinous bug in DAGCombine related to Assert...
2011-09-02 Jakob Stoklund OlesenPseudo CMOV instructions don't clobber EFLAGS.
2011-09-02 Jakob Stoklund OlesenCheck for EFLAGS live-out before clobbering it.
2011-09-02 Jakob Stoklund OlesenUse existing function.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BXJ.
2011-09-02 Jim GrosbachThumb2 parsing and encoding of B instruction.
2011-09-02 Jakob Stoklund OlesenRemove unused variables.
2011-09-02 Eli FriedmanDon't fast-isel for atomic load/store; some cases requi...
2011-09-02 Jim GrosbachThumb2 parsing and encoding for ASR.
2011-09-02 Andrew TrickComment and clarifying assert.
2011-09-02 Bill WendlingNo need to get fancy inserting a PHI node when the...
2011-09-02 Kevin EnderbyChange X86 disassembly to print immediates values as...
2011-09-02 Jim GrosbachTidy up. Formatting.
2011-09-02 Bill WendlingUpdate comments to reflect reality.
2011-09-02 Jim GrosbachTidy up. 80 columns.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for AND (register).
2011-09-02 Jakob Stoklund OlesenSimplify by using isFullCopy().
2011-09-02 Bill WendlingRevert r138826 until PR10834 can be fixed.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for ADD (register).
2011-09-02 Duncan SandsDarwin wants ctors/dtors to be ordered the other way...
2011-09-02 Andrew TrickEnable SCEV-based unrolling by default.
2011-09-02 Jakub StaszakReturn undef value (instead of arbitrary) for wrong...
2011-09-02 Jakub StaszakConstantVector returns arbitrary value for the wrong...
2011-09-02 Jakub StaszakCompare type size instead of type _store_ size to make...
2011-09-02 Kalle RaiskilaPass signed (not unsigned) 10 bit field to SPU 'ori...
2011-09-02 Bill WendlingPerform the upgrading of the old EH to the new EH in...
2011-09-01 Owen AndersonMerge the ARM disassembler header into the implementati...
2011-09-01 Owen AndersonFix 80 columns violations.
2011-09-01 Dan GohmanRevert r131152, r129796, r129761. This code is currentl...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-09-01 Eli FriedmanNull-initialize to shut up -Wuninitialized warnings.
2011-09-01 James MolloyFix apparent build error caused by r138948 on certain...
2011-09-01 Bill WendlingReduce indentation. No functionality change.
2011-09-01 Bill WendlingChange worklist driven deletion to be an iterative...
2011-09-01 Eli FriedmanFix an issue with the IR sink pass found by inspection...
2011-09-01 Nick LewyckyFix the build for us -Werror users.
2011-09-01 Eli FriedmanMake isSafeToSpeculativelyExecute() return the right...
2011-09-01 Jakob Stoklund OlesenPermit remat of partial register defs when it is safe.
2011-09-01 Jim GrosbachARM 'rscs' mnemonic is carry-setting 'rsc', not 'rs...
2011-09-01 Bruno Cardoso LopesFix vbroadcast matching logic to early unmatch if the...
2011-09-01 James MolloyFix up r137380 based on post-commit review by Jim Grosbach.
2011-09-01 Owen Andersont2Bcc is allowed to have a predicate without a precedin...
2011-09-01 Jakob Stoklund OlesenRevert r138794, "Do not try to rematerialize a value...
2011-09-01 Jakob Stoklund OlesenPrevent remat of partial register redefinitions.
2011-09-01 Evan ChengTeach MachineLICM reg pressure tracking code to deal...
2011-09-01 Bill WendlingResubmit with fix. Properly remove the instructions...
2011-09-01 Bill WendlingSubmitted this too early.
2011-09-01 Bill WendlingDon't DCE the landingpad instruction.
2011-09-01 Andrew TrickPreRA scheduler should avoid cloning compares.
2011-09-01 Bill WendlingDon't forget to add the landingpad and resume instructi...
2011-09-01 Jim GrosbachThumb2 assembly parsing and encoding for ADD(immediate).
2011-08-31 Chad RosierFixup for functions that return a bool.
2011-08-31 Jim GrosbachStatic relocation model Thumb jump table interworking.
2011-08-31 Owen AndersonThe asm parser currently selects the wrong encoding...
2011-08-31 David GreeneFix Size Typing
2011-08-31 Jim GrosbachThumb2 t2Bcc should encode as t2B when condition is...
2011-08-31 Bruno Cardoso LopesMove more code around and duplicate AVX patterns: MOVHP...
2011-08-31 Bruno Cardoso LopesMove MOVAPS,MOVUPS patterns close to the instructions...
2011-08-31 Bruno Cardoso LopesRemove "_Int" forms of MOVUPSmr and MOVAPSmr
2011-08-31 Bill WendlingMake sure we aren't deleting the landingpad instruction.
2011-08-31 Owen AndersonFix encoding for tBcc with immediate offset operand.
2011-08-31 Eli FriedmanMisc cleanup; addresses Duncan's comments on r138877.
2011-08-31 Owen AndersonWhen performing instruction selection for LDR_PRE_IMM...
2011-08-31 Jim GrosbachRemove FIXME. Thumb2 MOV instruction will use separate...
2011-08-31 Eli FriedmanFill in type legalization for MERGE_VALUES in all the...
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 Eli FriedmanGeneric expansion for atomic load/store into cmpxchg...
2011-08-31 Jim GrosbachThumb2 parsing and encoding for ADC(register).
2011-08-31 Devang PatelAfter r138010, subroutine type does not have context...
2011-08-31 Eli Friedman64-bit atomic cmpxchg for ARM.
2011-08-31 Akira HatanakaFix typo. Patch by Liu.
2011-08-31 David GreeneCompress Repeated Byte Output
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 Rafael EspindolaRemove the old tail duplication pass. It is not used...
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 Benjamin KramerTeach macho-dump to dump the uleb128s referred to by...
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 Owen AndersonSpeculatively revert r138809 in an attempt to fix Drago...
next