R600: Optimize and cleanup KILL on SI
[oota-llvm.git] / lib / Target /
2013-01-18 Tom StellardR600: Optimize and cleanup KILL on SI
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-18 Craig TopperCalculate vector element size more directly for VINSERT...
2013-01-18 Craig TopperMinor formatting fix. No functional change.
2013-01-18 Craig TopperSpelling fix: extened->extended. Trailing whitespace...
2013-01-18 Craig TopperMake more use of is128BitVector/is256BitVector in place...
2013-01-18 Chad Rosier[ms-inline asm] Make the error message more generic...
2013-01-17 Bill SchmidtThis patch fixes PR13626 by providing i128 support...
2013-01-17 Chad Rosier[ms-inline asm] Add support for the 'SIZE' and 'LENGTH...
2013-01-17 Jyotsna VermaAdd indexed load/store instructions for offset validati...
2013-01-17 Bill SchmidtThis patch fixes the PPC calling convention to handle...
2013-01-17 Elena DemikhovskyOptimization for the following SIGN_EXTEND pairs:
2013-01-17 Craig TopperCombine AVX and SSE forms of MOVSS and MOVSD into the...
2013-01-17 Jakob Stoklund OlesenProvide a place for targets to insert ILP optimization...
2013-01-17 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-16 Renato GolinChange CostTable model to be global to all targets
2013-01-16 Jack Carterreverting 172579
2013-01-16 Jack CarterAkira,
2013-01-15 Jack CarterThis patch fixes a Mips specific bug where
2013-01-14 Chad Rosier[ms-inline asm] Extend support for parsing Intel bracke...
2013-01-14 Dmitri GribenkoImprove r172468: const_cast is not needed here
2013-01-14 Dmitri GribenkoImprove r172471: avoid all those extra casts on the...
2013-01-14 Quentin ColombetFollow up of commit r172472.
2013-01-14 Quentin ColombetComplete the existing support of ARM v6m, v7m, and...
2013-01-14 David GreeneFix Casting
2013-01-14 David GreeneFix Another Cast
2013-01-14 Craig TopperSimplify nested strconcats in X86 td files since strcon...
2013-01-14 Craig TopperCreate a single multiclass for SSE and AVX version...
2013-01-13 Nick LewyckyFix typo in comment.
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-13 Benjamin KramerX86: Add patterns for X86ISD::VSEXT in registers.
2013-01-12 NAKAMURA TakumiMipsDisassembler.cpp: Prune DecodeHWRegs64RegisterClass...
2013-01-12 NAKAMURA TakumiMipsAsmParser: Try to unbreak tests to add extra check.
2013-01-12 Jack CarterThis patch tackles the problem of parsing Mips
2013-01-11 Preston GurdUpdate patch for the pad short functions pass for Intel...
2013-01-11 NAKAMURA TakumiX86AsmParser.cpp: Fix up r172148, to add initializer...
2013-01-10 Jakub StaszakRemove heavy and unused #inclues from X86TargetObjectFi...
2013-01-10 Chad Rosier[ms-inline asm] Make sure we set a default value for...
2013-01-10 Chad Rosier[ms-inline asm] Add support for calling functions from...
2013-01-09 Joel JonesFix description of ARMOperand
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Adhemerval ZanellaPowerPC: EH adjustments
2013-01-09 Nadav RotemEfficient lowering of vector sdiv when the divisor...
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-09 Andrew TrickMIsched: add an ILP window property to machine model.
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-09 Nadav RotemCost Model: Move the 'max unroll factor' variable to...
2013-01-08 Jack CarterThis patch produces the correct addend value for
2013-01-08 Jack CarterThis patch produces the correct pointer size
2013-01-08 Preston GurdPad Short Functions for Intel Atom
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2013-01-07 Jim GrosbachARM: Copy-paste error.
2013-01-07 Jim GrosbachARM: Fix a few copy-paste errors.
2013-01-07 Bill SchmidtThis patch addresses bug 14678 by fixing two problems...
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2013-01-07 NAKAMURA TakumiR600/SIISelLowering.cpp: Suppress a warning. [-Wunused...
2013-01-07 Tim NorthoverAdd LICENSE.TXT covering contributions made by ARM.
2013-01-07 Craig TopperRemove more unnecessary # operators with nothing to...
2013-01-07 Craig TopperRemove # from the beginning and end of def names. The...
2013-01-07 Craig TopperRemove # from the beginning and end of def names.
2013-01-07 Craig TopperRemove unnecessary # tokens at the beginning and end...
2013-01-07 Chandler CarruthFix the enumerator names for ShuffleKind to match tho...
2013-01-07 Chandler CarruthMake the popcnt support enums and methods have more...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-06 Craig TopperFix suffix handling for parsing and printing of cvtsi2s...
2013-01-06 Evan ChengFix for PR14739. It's not safe to fold a load into...
2013-01-05 Chandler CarruthConvert the TargetTransformInfo from an immutable pass...
2013-01-05 Craig TopperRecommit r171461 which was incorrectly reverted. Mark...
2013-01-05 Nadav RotemRevert revision 171524. Original message:
2013-01-05 Chandler CarruthRefactor the ScalarTargetTransformInfo API for querying...
2013-01-05 Akira Hatanaka[mips] Fix data layout string. Add 64 to the list of...
2013-01-04 Jakub StaszakMove 'break' to the right place to prevent fallthru...
2013-01-04 Preston GurdThe current Intel Atom microarchitecture has a feature...
2013-01-04 Akira Hatanaka[mips] MipsTargetLowering::getSetCCResultType should...
2013-01-04 Akira Hatanaka[mips] 80 columns.
2013-01-04 Akira Hatanaka[mips] Reorder template parameters. Remove class shift_...
2013-01-04 Akira Hatanaka[mips] Refactor conditional move instructions.
2013-01-04 Akira Hatanaka[mips] Refactor instructions which move data from or...
2013-01-04 Adhemerval ZanellaPowerPC: Fix eh_frame relocation for PIC
2013-01-04 Nadav RotemChange the default number of registers to prevent unrol...
2013-01-04 Nadav RotemLoopVectorizer:
2013-01-04 Nadav RotemRevert revision: 171467. This transformation is incorre...
2013-01-03 Elena DemikhovskySimplified TRUNCATE operation that comes after SETCC...
2013-01-03 Michael GottesmanRevert "Mark DIV/IDIV instructions hasSideEffects=1...
2013-01-03 Craig TopperMark DIV/IDIV instructions hasSideEffects=1 because...
2013-01-03 Hal FinkelAdd a subtype parameter to VTTI::getShuffleCost
2013-01-02 Kevin EnderbyAdds missing aliases for fcom and fcomp instructions...
2013-01-02 Nadav RotemAVX: Fix a bug in WidenMaskArithmetic.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2013-01-02 Craig TopperMerge SSE and AVX instruction definitions for scalar...
2013-01-02 Craig TopperMerge SSE and AVX instruction definitions for PSHUFD...
2013-01-02 Rafael EspindolaRevert 171351. It broke MC/X86/x86-32-avx.s.
2013-01-01 Craig TopperMerge SSE and AVX instruction definitions for scalar...
2013-01-01 Craig TopperRemove unused argument from a multiclass.
2013-01-01 Craig TopperMerge intrinsic instruction definitions for SSE and...
2013-01-01 Craig TopperRemove 2 unused multiclasses.
2013-01-01 Craig TopperMerge AVX/SSE instruction definitions for SQRTPS/PD...
2012-12-31 Craig TopperUse packed instead of scalar itineraries for SSE1/2...
next