aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
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-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
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
2013-01-07ARM: Fix a few copy-paste errors.Jim Grosbach
2013-01-07This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt
2013-01-07Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose
2013-01-07R600/SIISelLowering.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi
2013-01-07Add LICENSE.TXT covering contributions made by ARM.Tim Northover
2013-01-07Remove more unnecessary # operators with nothing to paste proceeding them.Craig Topper
2013-01-07Remove # from the beginning and end of def names. The # is a paste operator a...Craig Topper
2013-01-07Remove # from the beginning and end of def names.Craig Topper
2013-01-07Remove unnecessary # tokens at the beginning and end of defm names.Craig Topper
2013-01-07Fix the enumerator names for ShuffleKind to match tho coding standards,Chandler Carruth
2013-01-07Make the popcnt support enums and methods have more clear names andChandler Carruth
2013-01-07Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth
2013-01-06Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper
2013-01-06Fix for PR14739. It's not safe to fold a load into a call across a store. Tha...Evan Cheng
2013-01-05Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth
2013-01-05Recommit r171461 which was incorrectly reverted. Mark DIV/IDIV instructions h...Craig Topper
2013-01-05Revert revision 171524. Original message:Nadav Rotem
2013-01-05Refactor the ScalarTargetTransformInfo API for querying about theChandler Carruth
2013-01-05[MIPS] Add support for nacl-expand-tls pass on MIPS.Petar Jovanovic
2013-01-05[mips] Fix data layout string. Add 64 to the list of native integer widthsAkira Hatanaka
2013-01-04Move 'break' to the right place to prevent fallthru. There is no test-caseJakub Staszak
2013-01-04The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd
2013-01-04Move VLD cases properly into IsDangerousLoad and update tests that had incorr...Eli Bendersky
2013-01-04[mips] MipsTargetLowering::getSetCCResultType should return a vector type ifAkira Hatanaka
2013-01-04[mips] 80 columns.Akira Hatanaka