Fix MSVC warning.
[oota-llvm.git] / lib /
2014-03-31 Matt ArsenaultR600/SI: Implement shouldConvertConstantLoadToIntImm
2014-03-31 Hal FinkelAdd an optional ability to expand larger BUILD_VECTORs...
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 Hal FinkelAdd a TLI hook to control when BUILD_VECTOR might be...
2014-03-31 Daniel Sanders[mips] Rewrite MipsAsmParser and MipsOperand.
2014-03-31 Paul RobinsonDisable each MachineFunctionPass for 'optnone' function...
2014-03-31 Hal Finkel[PowerPC] Correct P7 dispatch unit allocation for vecto...
2014-03-31 Tom RoederThis patch fixes LTO's RecordStreamer so that it record...
2014-03-31 Saleem AbdulrasoolSupport: generalise object type handling for Windows
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 Hal FinkelLook at shuffles of build_vectors in DAGCombiner::visit...
2014-03-31 Tim NorthoverARM64: fix a couple of signed/unsigned comparison warnings.
2014-03-31 Daniel Sanders[yaml2obj] Add support for ELF e_flags.
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 FinkelMake use of previously generated stores in SelectionDAG...
2014-03-30 Hal Finkel[PowerPC] Handle VSX v2i64 SIGN_EXTEND_INREG
2014-03-30 Chandler Carruth[Allocator] Lift the slab size and size threshold into...
2014-03-30 Chandler CarruthDon't mark the declarations of the TSan annotation...
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: remove -m32/-m64 mapping with ARM.
2014-03-30 Tim NorthoverARM64: override all the things.
2014-03-30 Saleem AbdulrasoolSupport: correct Windows normalisation
2014-03-30 NAKAMURA TakumiX86Subtarget.h: isTargetWindows() should tell whether...
2014-03-30 Lang Hames[MC] Remove an unused (and broken) variant of the setup...
2014-03-30 Rafael EspindolaAdd a missing break.
2014-03-30 Saleem AbdulrasoolSupport: normalize the default triple on Unix
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 Benjamin Kramertblgen: Twinify PrintFatalError.
2014-03-29 Benjamin KramerAvoid storing Twines.
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 Tim NorthoverCodeGen: add sensible defaults for the ISD::FROUND...
2014-03-29 Tim NorthoverMC-exceptions: add support for compact-unwind without...
2014-03-29 Tim NorthoverCodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz...
2014-03-29 Tim NorthoverMC: add a RefKind field to MCValue
2014-03-29 Tim NorthoverMachO: Add linker-optimisation hint framework to MC.
2014-03-29 Tim NorthoverMachO: actually set linker-private prefix at MC level.
2014-03-29 Tim NorthoverMachO: allow each section to have a linker-private...
2014-03-29 Tim NorthoverIntrinsics: add LLVMHalfElementsVectorType constraint
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-29 Hal Finkel[PowerPC] Add subregister classes for f64 VSX values
2014-03-29 Saleem AbdulrasoolWindows: canonicalise the default windows triple
2014-03-28 Akira Hatanaka[x86] Fix printing of register operands with q modifier.
2014-03-28 David BlaikieDebug Compression: Avoid compression debug_frame for now
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 EspindolaMap ELf flags back to more specific section kinds.
2014-03-28 Rafael EspindolaParse .gpdword and convert another llc -filetype=obj...
2014-03-28 Arnold SchwaighoferSLPVectorizer: Take credit for free extractelement...
2014-03-28 Arnold SchwaighoferSLPVectorizer: Fix typos
2014-03-28 Arnold SchwaighoferSLPVectorizer: Ignore users that are insertelements...
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 Erik VerbruggenRevert "GVN: merge overflow intrinsics with non-overflo...
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
next