MachineCombiner Pass for selecting faster instruction
[oota-llvm.git] / lib /
2014-07-31 Eric ChristopherFix loop end condition.
2014-07-31 Aaron BallmanFixing an -Woverloaded-virtual warnings by exposing...
2014-07-31 Aaron BallmanFixing a -Wcast-qual warning in GCC. No functional...
2014-07-31 Evgeniy Stepanov[msan] Fix handling of array types.
2014-07-31 Evgeniy Stepanov[asan] Support x86 REP MOVS asm instrumentation.
2014-07-31 Stepan DyatkovskiyMergeFunctions, tiny refactoring:
2014-07-31 Juergen Ributzka[FastISel][AArch64] Add basic bitcast support for conve...
2014-07-31 Juergen Ributzka[FastISel][AArch64] Add sqrt intrinsic support.
2014-07-31 David MajnemerInstCombine: Correctly propagate NSW/NUW for x-(-A...
2014-07-31 David MajnemerInstSimplify: Simplify (X - (0 - Y)) if the second...
2014-07-31 Juergen Ributzka[FastISel][AArch64] Add MachO large code model support...
2014-07-31 Rafael EspindolaA std::unique_ptr case I missed in the previous patch.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-31 Pete CooperDon't fail tablegen immediately after failing to set...
2014-07-31 Pete CooperAdd a better error message when failing to assign one...
2014-07-31 Pete CooperFix bit initializer which was one bit too long, but...
2014-07-31 Pete CooperFix bit initializer which was one bit too long, but...
2014-07-31 Rafael EspindolaDelete dead code.
2014-07-31 Duncan P. N. Exon... UseListOrder: Don't give constant IDs to GlobalValues
2014-07-31 Juergen Ributzka[FastISel] Fix the patchpoint intrinsic lowering in...
2014-07-31 Juergen Ributzka[FastISel][AArch64 and X86] Don't emit stores for UNDEF...
2014-07-31 Reid KlecknerX86 asm parser: Avoid duplicating the list of aliased...
2014-07-30 Joerg SonnenbergerAdd mtpid/mfpid for BookE.
2014-07-30 Rafael EspindolaAttempt at fixing the windows dll build.
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-30 Joerg SonnenbergerRefactor TLBIVAX and add tlbsx.
2014-07-30 Reid KlecknerX86 asm parser: Use a loop to disambiguate suffixes...
2014-07-30 Juergen Ributzka[FastISel][AArch64] Add select folding support for...
2014-07-30 Juergen Ributzka[FastISel][AArch64] Add branch folding support for...
2014-07-30 Juergen Ributzka[FastISel][AArch64] Add {s|u}{add|sub|mul}.with.overflo...
2014-07-30 Juergen Ributzka[FastISel] Move the helper function isCommutativeIntrin...
2014-07-30 Juergen Ributzka[FastISel][AArch64] Create helper functions to create...
2014-07-30 Juergen Ributzka[FastISel][AArch64] Add support for shift-immediate.
2014-07-30 David MajnemerInstCombine: Simplify (A ^ B) or/and (A ^ B ^ C)
2014-07-30 Joerg SonnenbergerAdd rfdi and rfmci from the e500/e500mc ISA.
2014-07-30 Chad RosierSLP Vectorizer: Canonicalize tree operands of commutiti...
2014-07-30 Rafael EspindolaSimplifyCFG: Avoid miscompilations due to removed lifet...
2014-07-30 Joerg SonnenbergerAdd BookE's tlbre, tlbwe and tlbivax instructions.
2014-07-30 Rafael EspindolaRefactor duplicated code.
2014-07-30 Aaron BallmanFixing a few -Woverloaded-virtual warnings by exposing...
2014-07-30 Louis GerbargRetain alignment requirements for load->selects modifie...
2014-07-30 Duncan P. N. Exon... UseListOrder: Visit global values
2014-07-30 Rafael EspindolaAdd the missing hasLinkOnceODRLinkage predicate.
2014-07-30 Joerg SonnenbergerAdd BookE's wrtee and wrteei instructions.
2014-07-30 Joerg SonnenbergerSPRG 0 to 3 are valid outside BookE, so move them to...
2014-07-30 Chandler CarruthDon't manually (and forcibly) run the verifier on the...
2014-07-30 Lang Hames[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.
2014-07-30 Matt ArsenaultR600/SI: Remove redundant setting of bits on instructions.
2014-07-30 Duncan P. N. Exon... Reapply "UseListOrder: Order GlobalValue uses after...
2014-07-30 Duncan P. N. Exon... UseListOrder: Fix undefined behaviour
2014-07-30 Matt ArsenaultR600/SI: Consider adjacent offsets in getLdStBaseRegImmOfs
2014-07-30 Petar JovanovicAdd support for scalarizing ctlz_zero_undef
2014-07-30 Richard SmithHeader hygiene: remove using directive and #undef DEBUG...
2014-07-29 Joerg SonnenbergerAdd rfci instruction.
2014-07-29 Lang Hames[MCJIT] Add options to llvm-rtdyld to describe a phony...
2014-07-29 Joerg Sonnenbergermbar without argument is equivalent to mbar 0.
2014-07-29 Duncan P. N. Exon... Revert "UseListOrder: Order GlobalValue uses after...
2014-07-29 Joerg SonnenbergerRecognize BookE's mbar instruction.
2014-07-29 Duncan P. N. Exon... UseListOrder: Order GlobalValue uses after initializers
2014-07-29 Duncan P. N. Exon... UseListOrder: Create a struct around OrderMap, NFC
2014-07-29 Manman RenFeedback on r214189, no functionality change.
2014-07-29 Joerg SonnenbergerFix typo in alias: DSIR -> DSISR
2014-07-29 Justin Bognerllvm-profdata: Clean up and reorganize some tests
2014-07-29 Joerg SonnenbergerSupport move to/from segment register.
2014-07-29 Alex LorenzCoverage: improve efficiency of the counter propagation...
2014-07-29 Lang Hames[MCJIT] Make sure we print the full 64-bit result of...
2014-07-29 Matt ArsenaultR600/SI: Implement getLdStBaseRegImmOfs
2014-07-29 Rafael EspindolaHave a single enum for "not a bitcode" error.
2014-07-29 Matt ArsenaultR600/SI: Enable named operand table for DS instructions
2014-07-29 Matt ArsenaultRemove line with no effect
2014-07-29 Lang Hames[MCJIT] Make the RuntimeDyldChecker stub_addr builtin...
2014-07-29 Rafael EspindolaMove the bitcode error enum to the include directory.
2014-07-29 Alex LorenzCoverage: fix the missing output stream in recursive...
2014-07-29 Juergen Ributzka[RuntimeDyld][AArch64] Make encode/decodeAddend also...
2014-07-29 Juergen Ributzka[RuntimeDyld][AArch64] Make encode/decodeAddend more...
2014-07-29 Joerg SonnenbergerAdd a number of aliases for SPR access.
2014-07-29 Matt ArsenaultR600/SI: Add isMUBUF / isMTBUF
2014-07-29 Matt ArsenaultR600/SI: Set bits on SMRD instructions
2014-07-29 Manman Ren[Debug Info] remove DITrivialType and use null to repre...
2014-07-29 Duncan P. N. Exon... IR: Create the use-list order shuffle vector in-place
2014-07-29 Joerg SonnenbergerAdd rfi instruction. Based on feedback by Ulrich Weigand.
2014-07-29 Sasa Stankovic[mips] Don't use odd-numbered single precision register...
2014-07-29 Tim NorthoverCodeGenPrep: fall back to MVT::Other if instruction...
2014-07-29 Tim NorthoverARM: add __aeabi_d2h for truncation on AEABI systems
2014-07-29 Tim NorthoverARM: fix @llvm.convert.from.fp16 on softfloat targets.
2014-07-29 Jiangning LiuImplement AArch64 TTI interface isAsCheapAsAMove.
2014-07-29 Jiangning LiuAdd TargetInstrInfo interface isAsCheapAsAMove.
2014-07-29 Duncan P. N. Exon... Bitcode: Correctly compare a Use against itself
2014-07-29 Duncan P. N. Exon... IR: Augment debug statements for use-list order
2014-07-29 Matt ArsenaultFix typos / grammar.
2014-07-29 Matt ArsenaultFix header including itself
2014-07-28 Manman Ren[Debug Info] unique MDNodes in the enum types of each...
2014-07-28 Duncan P. N. Exon... IR: Optimize size of use-list order shuffle vectors
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-28 Duncan P. N. Exon... Bitcode: Serialize (and recover) use-list order
2014-07-28 Manman Ren[Debug Info] add a template class DITypedArray.
2014-07-28 Manman Ren[Debug Info] rename getTypeArray to getElements, setTyp...
2014-07-28 Manman Ren[Debug Info] replace DIUnspecifiedParameter with DITriv...
2014-07-28 Matt ArsenaultR600/SI: Fix return type for isMIMG / isSMRD
2014-07-28 Chandler Carruth[SDAG] Add DEBUG logging to the legalizer, fixing a...
next