aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2012-08-18Remove the CAND/COR/CXOR custom ISD nodes and their select code.Jakob Stoklund Olesen
2012-08-18Remove virtual from many methods. These methods replace methods in the base c...Craig Topper
2012-08-18Also combine zext/sext into selects for ARM.Jakob Stoklund Olesen
2012-08-18Also pass logical ops to combineSelectAndUse.Jakob Stoklund Olesen
2012-08-18Reapply r162160 with a fix: Optimize Arith->Trunc->SETCC sequence to allow be...Nadav Rotem
2012-08-18fp16-to-fp32 conversion instructions are available in Thumb mode as well.Anton Korobeynikov
2012-08-18Refactor code a bit to reduce number of calls in the final compiled code. No ...Craig Topper
2012-08-18Reorder initialization list to silence -WreorderCraig Topper
2012-08-18Revert r162160 because it made a few buildbots fail.Nadav Rotem
2012-08-18The X86 backend has a number of optimizations for SETCC nodes which useNadav Rotem
2012-08-17Add MipsELFWriterInfo.{h,cpp}.Akira Hatanaka
2012-08-17Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka
2012-08-17Avoid folding ADD instructions with FI operands.Jakob Stoklund Olesen
2012-08-17Add stub methods for mips assembly matcher. Akira Hatanaka
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling
2012-08-17Add comment, clean up code. No functional change.Jakob Stoklund Olesen
2012-08-17Implement NEON domain switching for scalar <-> S-register vmovs on ARMTim Northover
2012-08-17Use nested switch to select arguments to reduce calls to EmitPCMP.Craig Topper
2012-08-17Make ReplaceATOMIC_BINARY_64 a static function. Use a nested switch to reduce...Craig Topper
2012-08-17Remove unnecessary include of ARMGenInstrInfo.inc.Craig Topper
2012-08-16Add ADD and SUB to the predicable ARM instructions.Jakob Stoklund Olesen
2012-08-16Handle ARM MOVCC optimization in PeepholeOptimizer.Jakob Stoklund Olesen
2012-08-16Revert r162034, r162035 and r162037.Roman Divacky
2012-08-16Define and handle additional fixup kinds. By Adhemerval Zanella.Roman Divacky
2012-08-16Fix typo and grammar. By Adhemerval Zanella.Roman Divacky
2012-08-16[arm-fast-isel] Add support for fastcc.Jush Lu
2012-08-16Patch to enable FMA on bdver2 target. Make XOP feature enable FMA4 as well.Anitha Boyapati
2012-08-16git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162010 91177308-0d34...Anitha Boyapati
2012-08-16Add Android ABI to Mips backend to handle functions returning vectors of fourAkira Hatanaka
2012-08-15Fold predicable instructions into MOVCC / t2MOVCC.Jakob Stoklund Olesen
2012-08-15Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...Evan Cheng
2012-08-15Add missing Rfalse operand to the predicated pseudo-instructions.Jakob Stoklund Olesen
2012-08-14The names of VFP variants of half-to-float conversion instructions wereAnton Korobeynikov
2012-08-14This needs braces. Spotted by Bill.Eric Christopher
2012-08-14minor fix of X86ISD::VSEXT_MOVL dumpMichael Liao
2012-08-14fix PR11334Michael Liao
2012-08-14Switch the fixed-length disassembler to be table-driven.Jim Grosbach
2012-08-14Factor duplicate calls to getUNDEF in several functions.Craig Topper
2012-08-14Re-factor intrinsic lowering to combine common parts of similar intrinsics. R...Craig Topper
2012-08-13Remove the TII::scheduleTwoAddrSource() hook.Jakob Stoklund Olesen
2012-08-13ARM: enable struct byval for AAPCS-VFP.Manman Ren
2012-08-13[Hexagon] Don't mark callee saved registers as clobbered by a tail callArnold Schwaighofer
2012-08-13Do not optimize (or (and X,Y), Z) into BFI and other sequences if the AND ISD...Nadav Rotem
2012-08-13X86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDrr, Int_CVTSS2SDrr fromManman Ren
2012-08-13Add support for the %H output modifier.Eric Christopher
2012-08-13X86: when auto-detecting the subtarget features, make sure use IsIntel to detectManman Ren
2012-08-13Use correct loads for vector types during extending-load operations.Tim Northover
2012-08-13Tidy up VSETCC lowering code a bit more by adding an llvm_unreachable and put...Craig Topper
2012-08-13Refactor code a bit to share commonalities. No functional change intended.Craig Topper
2012-08-13Fix an unused variable warning from r161742.Craig Topper