Move partial/runtime unrolling late in the pipeline
[oota-llvm.git] / lib / Target /
2014-03-31 Adam Nemet[X86] Adjust cost of FP_TO_UINT v4f64->v4i32 as well
2014-03-31 Matt ArsenaultR600/SI: Remove leftover pattern splitting 64-bit ors.
2014-03-31 Manman RenRegister allocator: set CSRFirstUseCost to 5 for ARM64.
2014-03-31 Matt ArsenaultChange shouldSplitVectorElementType to better match...
2014-03-31 Matt ArsenaultR600/SI: Implement shouldConvertConstantLoadToIntImm
2014-03-31 Matt ArsenaultR600: Compute masked bits for min and max
2014-03-31 Rafael EspindolaDon't relocate with sections if there might be a paired...
2014-03-31 Daniel SandersRevert: [mips] Rewrite MipsAsmParser and MipsOperand...
2014-03-31 Matt ArsenaultR600: Add BFE, BFI, and BFM intrinsics to help with...
2014-03-31 Matt ArsenaultR600: Add target nodes for BFM and BFI
2014-03-31 Saleem AbdulrasoolARM: fix typo
2014-03-31 Hal Finkel[PowerPC] Don't ever expand BUILD_VECTOR of v2i64 with...
2014-03-31 Daniel Sanders[mips] Rewrite MipsAsmParser and MipsOperand.
2014-03-31 Hal Finkel[PowerPC] Correct P7 dispatch unit allocation for vecto...
2014-03-31 Eli BenderskyPR19099 - revert r203483
2014-03-31 Christian PirkerARM: change parameter names of the ELFARMAsmBackend...
2014-03-31 Robert KhasanovTest commit.
2014-03-31 Daniel Sanders[mips] Fix use of uninitialized value reported by the...
2014-03-31 Eli BenderskyFix for PR19099 - NVPTX produces invalid symbol names.
2014-03-31 Tim NorthoverARM64: add extra patterns for scalar shifts
2014-03-31 Tim NorthoverARM64: add extra scalar neg pattern & tests.
2014-03-31 Tim NorthoverARM64: add patterns for scalar sqdmlal & sqdmlsl.
2014-03-31 Tim NorthoverARM64: add more patterns for commuted fmsub operations.
2014-03-31 Tim NorthoverARM64: shuffle patterns around for fmin/fmax & add...
2014-03-31 Tim NorthoverARM64: add more scalar patterns for usqadd & suqadd.
2014-03-31 Tim NorthoverARM64: add more scalar patterns for reciprocal ops.
2014-03-31 Tim NorthoverARM64: add i64 scalar pattern for @llvm.arm64.abs
2014-03-31 Daniel Sanders[mips] Implement missing relocations in the integrated...
2014-03-31 Daniel SandersRevert r205194 - [mips] Removed R_MIPS_GOT. It's identi...
2014-03-31 Daniel Sanders[mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16.
2014-03-31 Rafael EspindolaCapitalize the D in parseDirectiveGpDWord.
2014-03-31 Tom StellardR600/SI: Implement SIInstrInfo::isTriviallyRematerializ...
2014-03-31 Tom StellardR600/SI: Lower i64 SELECT by bitcasting to a vector...
2014-03-31 Tom StellardR600/SI: Return the correct index for VGPRs in getHWReg...
2014-03-31 Zoran JovanovicFixed issue with microMIPS JAL instruction.
2014-03-31 Tim NorthoverARM64: fix a couple of signed/unsigned comparison warnings.
2014-03-31 Alexey SamsonovTry to fix MSan bootstrap bot: make ARM64Disassembler...
2014-03-31 Yaron KerenCorrect OS conditionals following r204977 and r204978.
2014-03-31 Craig Topper[C++11] Mark more classes in the X86 target as 'final'.
2014-03-31 Craig TopperMark a couple of the X86 target classes as final. Allow...
2014-03-31 NAKAMURA TakumiARM64CollectLOH.cpp: Tweak \param. [-Wdocumentation]
2014-03-31 Chandler Carruth[ARM64] Fix materialization of an fp128 zero immediate...
2014-03-30 Adam Nemet[X86] Adjust cost of FP_TO_UINT v8f32->v8i32
2014-03-30 Stepan DyatkovskiyPR18929:
2014-03-30 Hal Finkel[PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREG
2014-03-30 Chandler Carruth[ARM64] Fix a heap-use-after-free spotted by ASan.
2014-03-30 Tim NorthoverARM64: uncopy/paste helper function
2014-03-30 Tim NorthoverARM64: remove unused variables
2014-03-30 Tim NorthoverARM64: override all the things.
2014-03-30 NAKAMURA TakumiX86Subtarget.h: isTargetWindows() should tell whether...
2014-03-29 Dmitri GribenkoFix a few -Wdocumentation warnings
2014-03-29 Benjamin KramerDetemplatize LOHDirective.
2014-03-29 Benjamin KramerARM64: Remove unused helper function, make others static.
2014-03-29 Hal Finkel[PowerPC] Handle v2i64 comparisons
2014-03-29 Tim NorthoverARM64: format register strings without creating a local...
2014-03-29 Hal Finkel[PowerPC] VSX instruction latency corrections
2014-03-29 Stepan DyatkovskiyRecommitted fix for PR18931, with extended tests set.
2014-03-29 Tim NorthoverARM64: use 64-bit constant even on 32-bit machines
2014-03-29 Tim NorthoverARM64: change format specifier to work on 32-bit targets
2014-03-29 Chandler Carruth[ARM64] Fix 'assert("...")' to be 'assert(0 && ".....
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-29 Hal Finkel[PowerPC] Add subregister classes for f64 VSX values
2014-03-28 Akira Hatanaka[x86] Fix printing of register operands with q modifier.
2014-03-28 David MajnemerX86: Disable IsLegalToCallImmediateAddr for Win32
2014-03-28 Hal Finkel[PowerPC] Fix VSX permutation isel
2014-03-28 Hal Finkel[PowerPC] v2[fi]64 need to be explicitly passed in...
2014-03-28 Rafael EspindolaParse .gpdword and convert another llc -filetype=obj...
2014-03-28 Rafael EspindolaAdd const to a method I missed in the previous commit.
2014-03-28 Rafael EspindolaAdd const.
2014-03-28 Erik VerbruggenRevert "InstCombine: merge constants in both operands...
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-28 Tim NorthoverR600: avoid calling std::next on an iterator that might...
2014-03-27 Hal Finkel[PowerPC] Use a small cleanup pass to remove VSX self...
2014-03-27 Saleem AbdulrasoolCanonicalise Windows target triple spellings
2014-03-27 Hal Finkel[PowerPC] Don't remove self VSX copies in PPCInstrInfo...
2014-03-27 Quentin Colombet[X86][Vector Cost Model] Add a comment to explain the...
2014-03-27 Hal Finkel[PowerPC] Fix v2f64 vector extract and related patterns
2014-03-27 Hal Finkel[PowerPC] Expand v2i64 shifts
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-27 Matt ArsenaultR600: Implement isZExtFree.
2014-03-27 Matt ArsenaultR600/SI: Fix unreachable with a sext_in_reg to an illeg...
2014-03-27 Daniel Sanders[mips] Some uses of isMips64()/hasMips64() are really...
2014-03-27 Logan Chien[AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTS
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-27 Daniel Sanders[mips] Attempting to use register $32 should be an...
2014-03-27 Aaron BallmanThe forward declare should be a struct instead of a...
2014-03-27 Daniel Sanders[mips] Add support for .cpsetup
2014-03-27 Daniel Sanders[mips] The decision between GOT_DISP and GOT16 for...
2014-03-27 Zoran JovanovicSplit the file MipsAsmBackend.cpp in Split the file...
2014-03-27 Matheus Almeida[mips] Remove unused private field.
2014-03-27 Matheus Almeida[mips] NaCl should now use the custom MipsELFStreamer...
2014-03-27 Matheus Almeida[mips] Implement custom MCELFStreamer.
2014-03-27 Erik VerbruggenInstCombine: merge constants in both operands of icmp.
2014-03-27 Daniel Sanders[mips] Stop caching the result of hasMips64(), isABI_O3...
2014-03-27 Elena DemikhovskyAVX-512: Implemented masking for integer arithmetic...
2014-03-27 Stepan DyatkovskiyRejected r204899 and r204900 due to remaining test...
2014-03-27 Stepan DyatkovskiyFix for pr18931: Crash using integrated assembler with...
2014-03-27 Jiangning LiuARM: raise error message when complex SO expressions...
next