oota-llvm.git
2014-04-01 David BlaikieFix accidental fallthrough in DebugLocEntry::hasSameVal...
2014-04-01 David BlaikieRemove unused function DebugLocEntry::isEmpty
2014-04-01 David BlaikieRefactor out the comparison of the location/value in...
2014-04-01 David BlaikieAdd inequality operator for MachineLocation.
2014-04-01 David BlaikieDebugInfo: Split DebugLocEntry into its own file.
2014-04-01 Adrian PrantlAdd a comment about the DIDescriptor class hierarchy.
2014-04-01 Adrian PrantlDwarfDebug: Prevent DebugLocEntry merging from coalesci...
2014-04-01 Hal Finkel[PowerPC] Add some missing VSX bitcast patterns
2014-04-01 Yaron KerenIf isKnownWindowsMSVCEnvironment then getOS == Triple...
2014-04-01 Hal FinkelImplement X86TTI::getUnrollingPreferences
2014-04-01 Hal FinkelAdd some additional fields to TTI::UnrollingPreferences
2014-04-01 Hal FinkelUse TopTTI->getGEPCost from within getUserCost
2014-04-01 Kai Nacke[mips] Add Octeon cnMips instructions mtmX and mtpX
2014-04-01 Reid KlecknerSupport segmented stacks on Win64
2014-04-01 Matt ArsenaultFix missing RUN line in test
2014-04-01 Yaron KerenisTargetWindows() renamed to isTargetKnownWindowsMSVC()
2014-04-01 Matt ArsenaultMake isSetCCEquivalent respect the TargetBooleanContents
2014-04-01 Matt ArsenaultAdd helpers for checking if a value is a target boolean...
2014-04-01 David BlaikieDebugInfo: Factor out common functionality for renderin...
2014-04-01 David BlaikieCleanup remaining use of removed variable to fix the...
2014-04-01 David BlaikieSimplify debug_loc.dwo handling slightly.
2014-04-01 Christian PirkerARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble...
2014-04-01 Tim NorthoverARM: teach LLVM that Cortex-A7 is very similar to A8.
2014-04-01 Aaron BallmanAttempting to fix r205124, which had failed asserts...
2014-04-01 Tim NorthoverARM: add cyclone CPU with ZeroCycleZeroing feature.
2014-04-01 Daniel Sanders[mips] Renamed ParseAnyRegisterWithoutDollar to MatchAn...
2014-04-01 Aaron BallmanFixing an MSVC warning about widening the result of...
2014-04-01 Tim NorthoverARM64: add intrinsic for pmull (p64 x p64 = p128) opera...
2014-04-01 Aaron BallmanFixing warnings in the MSVC build. No functional change...
2014-04-01 Daniel Sanders[mips] Extend ParseJumpTarget to support the full symbo...
2014-04-01 Daniel Sanders[mips] Use AsmLexer::peekTok() to resolve the conflict...
2014-04-01 Daniel Sanders[mips] Hoist Parser.Lex() calls out of MatchAnyRegister...
2014-04-01 Tim NorthoverARM64: add patterns for more lane-wise ld1/st1 operations.
2014-04-01 Tim NorthoverARM64: fix bug in ld3r (1d) SelectionDAG.
2014-04-01 Daniel Sanders[mips] Rewrite MipsAsmParser and MipsOperand.
2014-04-01 Renato GolinRecover TableGen/LangRef, make it official
2014-04-01 Alexey Volkov[x86] Do not convert to cmp32 for Atom arch by Sergey...
2014-04-01 David BlaikieDebugInfo: Avoid creating unnecessary/empty line tables...
2014-04-01 David BlaikieDebugInfo: Emit relocation to debug_line section when...
2014-04-01 Adrian PrantlRemove FIXMEs. The scope of a Variable is always a...
2014-04-01 Adrian PrantlLTO type uniquing: store the Decl field of a DIImported...
2014-04-01 Adrian PrantlAdd a comment about type-uniquing ObjC types.
2014-03-31 David BlaikieComment to describe the debug_loc.dwo constants
2014-03-31 Saleem AbdulrasoolMCJIT: ensure that cygwin is identified properly
2014-03-31 Hal FinkelMove partial/runtime unrolling late in the pipeline
2014-03-31 Duncan P. N... lit: Set a base directory for compiler-rt tests
2014-03-31 Arnold SchwaighoferRevert "SLPVectorizer: Ignore users that are insertelem...
2014-03-31 Joerg SonnenbergerShifting into the sign bit is UB as discussed on IRC...
2014-03-31 Juergen Ributzka[Stackmaps] Update the stackmap format to use 64-bit...
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 Rui UeyamaFix MSVC warning.
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 Rafael EspindolaNow that this test is assembly, make the checks a bit...
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 Yaron KerenTwo updated tests for MinGW 32 and 64 exception handlin...
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 Sanders[mips] Remove R_MIPS_GOT which isn't used and shares...
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 Dmitri GribenkoRemove unused private typedef
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 NAKAMURA Takumillvm/test/MC/Mips/mips64r2/valid-xfail.s: This REQUIRES...
2014-03-31 Daniel Sanders[mips] Added a full set of instruction test cases for...
2014-03-31 Hal FinkelLook at shuffles of build_vectors in DAGCombiner::visit...
2014-03-31 Daniel Sanders[mips] Check emitted code for llvm.bswap.i32 on MIPS16...
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.
next