Rename Finalizebundle to finalizeBundle to conform to coding guideline.
[oota-llvm.git] / lib / Target /
2012-01-19 Evan ChengRename Finalizebundle to finalizeBundle to conform...
2012-01-18 Jakob Stoklund OlesenAdd experimental -x86-use-regmask command line option.
2012-01-18 Jakob Stoklund OlesenIgnore register mask operands when lowering instruction...
2012-01-18 Jim GrosbachThumb2 alternate syntax for LDR(literal) and friends.
2012-01-18 Devang PatelProcess instructions after match to select alternative...
2012-01-18 Jim GrosbachReplace FIXME with explanatory comment.
2012-01-18 Jim GrosbachThumb2 relaxation for LDR(literal).
2012-01-18 Jim GrosbachRename pattern for clarity.
2012-01-18 Jim GrosbachTidy up. 80 columns.
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-18 Jim GrosbachThumb2 load/store fixups don't set the thumb bit.
2012-01-18 Jim GrosbachMove some ARM specific MCAssmebler bits into the ARMAsm...
2012-01-18 Jakob Stoklund OlesenAdd a CoveredBySubRegs property to Register descriptions.
2012-01-17 Jakob Stoklund OlesenImplement ARMBaseRegisterInfo::getCallPreservedMask().
2012-01-17 Jakob Stoklund OlesenMove X86 callee saved register lists to the X86CallConv...
2012-01-17 Devang PatelIntel syntax: Fix parser match class to check memory...
2012-01-17 Devang PatelIntel syntax: Parse "BYTE PTR [RDX + RCX]"
2012-01-17 Devang PatelUntabify.
2012-01-17 Devang PatelIntel syntax: Do not unncessarily create plus expressio...
2012-01-17 Devang PatelIntel syntax: Robustify memory operand parsing.
2012-01-17 Nadav RotemFix warning.
2012-01-17 Nadav RotemFix 11769.
2012-01-17 Craig TopperRemove unnecessary AVX check from an assert. hasSSE2...
2012-01-17 Andrew TrickMoving options declarations around.
2012-01-17 Craig TopperFix a crasher when PerformShiftCombine receives a BUILD...
2012-01-16 David BlaikieRemoving unused default switch cases in switches over...
2012-01-16 Hal FinkelCleanup PPC RLWINM8 vs RLWINM
2012-01-16 Eli FriedmanMake sure the non-SSE lowering for fences correctly...
2012-01-16 Eli FriedmanGet rid of unused codegen-only instruction.
2012-01-16 Craig TopperGive priority to AVX over SSE for 128-bit floating...
2012-01-16 David BlaikieRefactor variables unused under non-assert builds ...
2012-01-15 Nadav Rotem[AVX] Optimize x86 VSELECT instructions using SimplifyD...
2012-01-15 Benjamin KramerReturn an ArrayRef from ShuffleVectorSDNode::getMask...
2012-01-14 Craig TopperFix the memop type on a couple 256-bit AVX instructions...
2012-01-14 Craig TopperAdd a bunch of AVX instructions to the folding tables...
2012-01-14 Evan ChengAfter r147827 and r147902, it's now possible for unallo...
2012-01-14 Chad RosierFix pasto from r146196.
2012-01-13 Jakob Stoklund OlesenUse RegisterTuples to generate pseudo-registers.
2012-01-13 Devang PatelRevert r148131, it was committed before it was ready.
2012-01-13 Devang PatelRefactor.
2012-01-13 Craig TopperConvert SHUFPD with the same register for both sources...
2012-01-13 Craig Topperuse v8i32 as optimal mem type over v8f32 if AVX2 is...
2012-01-13 Craig TopperMake X86 instruction selection use 256-bit VPXOR for...
2012-01-13 Craig TopperAdd patterns for v16i16 and v32i8 immAllZerosV to selec...
2012-01-13 Andrew TrickAdded the MachineSchedulerPass skeleton.
2012-01-13 Craig TopperUse 8i32 constant pool entry for converting AVX2_SETALL...
2012-01-13 Craig TopperFix typo in PerformAddCombine that caused any vector...
2012-01-13 Bill WendlingFix off-by-one error.
2012-01-12 Bill WendlingFix the code that was WRONG.
2012-01-12 Elena DemikhovskyFixed a bug in LowerVECTOR_SHUFFLE caused assertion...
2012-01-12 Rafael EspindolaSupport segmented stacks on 64-bit FreeBSD.
2012-01-12 Rafael EspindolaSupport segmented stacks on win32.
2012-01-12 Devang PatelRename X86ATTAsmParser -> X86AsmParser
2012-01-12 Benjamin KramerAfter Jakob's r147938 exception handling on i386 was...
2012-01-12 Nadav RotemFix a bug in the AVX 256-bit shuffle code in cases...
2012-01-12 Benjamin KramerX86: Generalize the x << (y & const) optimization to...
2012-01-12 Devang PatelAdd predicate method check match memory operand size...
2012-01-12 Devang PatelAdd intel style operand parser skeleton.
2012-01-12 Chandler CarruthSwitch all of the uses of my InsertDAGNode helper to...
2012-01-11 Eric ChristopherFix assert.
2012-01-11 Rafael EspindolaSupport segmented stacks on mac.
2012-01-11 Rafael EspindolaGenerate the segmented stack prologue for fastcc too.
2012-01-11 Chandler CarruthRevert r147945 which disabled an addressing mode transf...
2012-01-11 Rafael EspindolaUse unsigned comparison in segmented stack prologue.
2012-01-11 Rafael EspindolaExplicitly set the scale to 1 on some segstack prologue...
2012-01-11 Jan SjödinAdd XOP Intrinsics and tests
2012-01-11 Nadav RotemFix a bug in the lowering of BUILD_VECTOR for AVX....
2012-01-11 Chandler CarruthDisable the transformation I added in r147936 to see...
2012-01-11 Chandler CarruthHoist a really redundant code pattern into a helper...
2012-01-11 Chandler CarruthSimplify the AND-rooted mask+shift checking code to...
2012-01-11 Chandler CarruthUnify the interface of the three mask+shift transform...
2012-01-11 Chandler CarruthClarify and make explicit some of the requirements...
2012-01-11 Jakob Stoklund OlesenFix undefined code and reenable test case.
2012-01-11 Chandler CarruthHoist the logic to transform shift+mask combinations...
2012-01-11 Chandler CarruthTeach the X86 instruction selection to do some heroic...
2012-01-11 Rafael EspindolaAdd big endian mips support. Based on a patch by Jack...
2012-01-11 Rafael EspindolaAdd the skeleton of an asm parser for mips.
2012-01-11 Andrew TrickARM Ld/St Optimizer fix.
2012-01-10 Lang HamesFixed order of operands in comment to match code.
2012-01-10 Joerg SonnenbergerDefault stack alignment for 32bit x86 should be 4 Bytes...
2012-01-10 Jakob Stoklund OlesenConsider unknown alignment caused by OptimizeThumb2Inst...
2012-01-10 Chad RosierAdd missing VEX predicates to VMOVSDto64rr/VMOVSDto64mr...
2012-01-10 Jim GrosbachARM updating VST2 pseudo-lowering fixed vs. register...
2012-01-10 Benjamin KramerFix some leftover control reaches end of non-void funct...
2012-01-10 Richard SmithMove default case for covered enum outside of switch.
2012-01-10 Bill WendlingFor i386, don't use the generic code.
2012-01-10 Richard SmithFix a -Wreturn-type warning in g++.
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 Devang PatelAdd definition for intel asm variant.
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-10 Benjamin KramerAdd definitions for AMD's bobcat (aka btver1)
2012-01-10 Craig TopperFix a crash in AVX2 when trying to broadcast a double...
2012-01-10 Craig TopperRemove hasXMM/hasXMMInt functions. Move callers to...
2012-01-10 Craig TopperRemove hasSSE*orAVX functions and change all callers...
2012-01-10 Craig TopperInstruction selection priority fixes to remove the...
2012-01-10 Jakob Stoklund OlesenAccurately model hardware alignment rounding.
2012-01-10 Rafael EspindolaRemove the logging streamer.
2012-01-09 Jakob Stoklund OlesenCatch runaway ARMConstantIslandPass even in -Asserts...
2012-01-09 Devang PatelFix asm string wrt variants.
2012-01-09 Devang PatelSplit AsmParser into two components - AsmParser and...
next