aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2013-01-18Calculate vector element size more directly for VINSERTF128/VEXTRACTF128 imme...Craig Topper
2013-01-18Minor formatting fix. No functional change.Craig Topper
2013-01-18Spelling fix: extened->extended. Trailing whitespace in same function.Craig Topper
2013-01-18Make more use of is128BitVector/is256BitVector in place of getSizeInBits() ==...Craig Topper
2013-01-18[ms-inline asm] Make the error message more generic now that we support the Chad Rosier
2013-01-17This patch fixes PR13626 by providing i128 support in the returnBill Schmidt
2013-01-17[ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.Chad Rosier
2013-01-17Add indexed load/store instructions for offset validation check.Jyotsna Verma
2013-01-17This patch fixes the PPC calling convention to handle returns ofBill Schmidt
2013-01-17Optimization for the following SIGN_EXTEND pairs:Elena Demikhovsky
2013-01-17Combine AVX and SSE forms of MOVSS and MOVSD into the same multiclasses so th...Craig Topper
2013-01-17Provide a place for targets to insert ILP optimization passes.Jakob Stoklund Olesen
2013-01-17This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-16Change CostTable model to be global to all targetsRenato Golin
2013-01-16reverting 172579Jack Carter
2013-01-16Akira,Jack Carter
2013-01-15This patch fixes a Mips specific bug where Jack Carter
2013-01-14[ms-inline asm] Extend support for parsing Intel bracketed memory operands thatChad Rosier
2013-01-14Improve r172468: const_cast is not needed hereDmitri Gribenko
2013-01-14Improve r172471: avoid all those extra casts on the lines nearbyDmitri Gribenko
2013-01-14Follow up of commit r172472.Quentin Colombet
2013-01-14Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...Quentin Colombet
2013-01-14Fix CastingDavid Greene
2013-01-14Fix Another CastDavid Greene
2013-01-14Simplify nested strconcats in X86 td files since strconcat can take more than...Craig Topper
2013-01-14Create a single multiclass for SSE and AVX version of MOVL/MOVH. Prevents nee...Craig Topper
2013-01-13Fix typo in comment.Nick Lewycky
2013-01-13Remove redundant 'llvm::' qualificationsDmitri Gribenko
2013-01-13X86: Add patterns for X86ISD::VSEXT in registers.Benjamin Kramer
2013-01-12MipsDisassembler.cpp: Prune DecodeHWRegs64RegisterClass() to suppress a warni...NAKAMURA Takumi
2013-01-12MipsAsmParser: Try to unbreak tests to add extra check.NAKAMURA Takumi
2013-01-12This patch tackles the problem of parsing Mips Jack Carter
2013-01-11Update patch for the pad short functions pass for Intel Atom (only).Preston Gurd
2013-01-11X86AsmParser.cpp: Fix up r172148, to add initializer in another CreateMem().NAKAMURA Takumi
2013-01-10Remove heavy and unused #inclues from X86TargetObjectFile.cpp.Jakub Staszak
2013-01-10[ms-inline asm] Make sure we set a default value for AddressOf. Follow on toChad Rosier
2013-01-10[ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier
2013-01-09Fix description of ARMOperandJoel Jones
2013-01-09ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem
2013-01-09PowerPC: EH adjustmentsAdhemerval Zanella
2013-01-09Efficient lowering of vector sdiv when the divisor is a splatted power of two...Nadav Rotem
2013-01-09Last in the series of removing unnecessary '0' arguments forEric Christopher
2013-01-09MIsched: add an ILP window property to machine model.Andrew Trick
2013-01-09These functions have default arguments of 0 for the last arg. UseEric Christopher
2013-01-09Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem
2013-01-08This patch produces the correct addend value forJack Carter
2013-01-08This patch produces the correct pointer size Jack Carter
2013-01-08Pad Short Functions for Intel AtomPreston Gurd
2013-01-08Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky
2013-01-07ARM: Copy-paste error.Jim Grosbach