[PATCH 1/4] [mips][msa] Source register of FILL instructions is GPR
[oota-llvm.git] / lib / Target /
2013-09-30 Jack Carter[PATCH 1/4] [mips][msa] Source register of FILL instruc...
2013-09-30 Tilmann Scheller[ARM] Assembler: ARM LDRD with writeback requires the...
2013-09-30 Arnold SchwaighoferSwift model: Fix uop description on some writes
2013-09-30 Arnold SchwaighoferIfConverter: Use TargetSchedule for instruction latencies
2013-09-30 Richard Sandiford[SystemZ] Revert r191661: Add definitions of LFH and...
2013-09-30 Richard Sandiford[SystemZ] Add definitions of LFH and STFH
2013-09-30 Richard Sandiford[SystemZ] Add GRH32 for the high word of a GR64
2013-09-30 Richard Sandiford[SystemZ] Rename subregs and add subreg_h32
2013-09-30 Richard Sandiford[SystemZ] Add change missing from previous commit
2013-09-30 Richard Sandiford[SystemZ] Rename 32-bit GPR registers
2013-09-30 Craig TopperVarious x86 disassembler fixes.
2013-09-29 Craig TopperChange type of XOP flag in code emitters to a bool...
2013-09-29 Craig TopperAdd comments for XOPA map introduced with TBM instructi...
2013-09-28 Robert WilhelmEven more spelling fixes for "instruction".
2013-09-28 Robert WilhelmFix spelling intruction -> instruction.
2013-09-28 Tom StellardR600: Fix handling of NAN in comparison instructions
2013-09-28 Tom StellardSelectionDAG: Improve legalization of SELECT_CC with...
2013-09-28 Tom StellardSelectionDAG: Try to expand all condition codes using...
2013-09-28 NAKAMURA TakumiMipsMachineFunction.cpp: Add missing #include <raw_ostr...
2013-09-28 Akira Hatanaka[mips] Make sure loads from lazy-binding entries do...
2013-09-27 Akira Hatanaka[mips] Define a derived class of PseudoSourceValue...
2013-09-27 Akira Hatanaka[mips] Rewrite MipsTargetLowering::getAddr functions...
2013-09-27 Yunzhong GaoAdding intrinsics to the llvm backend for TBM instructi...
2013-09-27 Richard Sandiford[SystemZ] Rein back the use of block operations
2013-09-27 Richard Sandiford[SystemZ] Improve handling of PC-relative addresses
2013-09-27 Daniel Sanders[mips][msa] Implemented insert.d intrinsic.
2013-09-27 Tilmann SchellerARM: Teach assembler to enforce constraints for ARM...
2013-09-27 Daniel Sanders[mips][msa] Implemented fill.d intrinsic.
2013-09-27 Daniel Sanders[mips][msa] Implemented copy_[us].d intrinsic.
2013-09-27 Daniel Sanders[mips][msa] Rename arguments to MSA_INSERT_DESC_BASE...
2013-09-27 Daniel Sanders[mips][msa] Implemented insert_vector_elt for v4f32...
2013-09-27 Daniel Sanders[mips][msa] Implemented extract_vector_elt for v4f32...
2013-09-27 Daniel Sanders[mips][msa] Added support for MSA registers to copyPhysReg
2013-09-27 Daniel Sanders[mips][msa] Added support for matching splati from...
2013-09-27 Daniel Sanders[mips][msa] Added MSA.txt to describe instruction selec...
2013-09-27 Tilmann SchellerFix comment.
2013-09-27 Tilmann SchellerARM: Teach assembler to enforce constraint for Thumb2...
2013-09-27 Daniel Sanders[mips][msa] Tidy up
2013-09-27 Daniel Sanders[mips][msa] MSA requires FR=1 mode (64-bit FPU register...
2013-09-27 Daniel Sanders[mips][msa] Expand all truncstores and loadexts for...
2013-09-27 Daniel Sanders[mips][msa] Added missing check in performSRACombine
2013-09-27 Craig TopperPut HasAVX512 predicate on some patterns to properly...
2013-09-27 Craig TopperSwitch HasAVX to UseAVX in one spot to ensure that...
2013-09-27 Craig TopperRemoval some duplicate patterns.
2013-09-27 Yunzhong GaoFixing Intel format of the vshufpd instruction.
2013-09-26 Jack Carter[mips][msa] Direct Object Emission for 3RF instructions.
2013-09-26 Jack Carter[mips][msa] Updates encoding of 3RF instructions to...
2013-09-26 Weiming ZhaoFix PR 17372: Emitting PLD for stack address for ARM...
2013-09-26 Bill Schmidt[PowerPC] Fix PR17354: Generate nop after local calls...
2013-09-26 Venkatraman Govind... [Sparc] Implements exception handling in SPARC with...
2013-09-26 Amara Emerson[ARM] Use the load-acquire/store-release instructions...
2013-09-26 David MajnemerPPC: Allow partial fills in writeNopData()
2013-09-26 Andrew TrickAdded temp flag -misched-bench for staging in default...
2013-09-26 David MajnemerPPC: Do not introduce ISD nodes for fctid and fctiw
2013-09-26 David MajnemerPPC: Add support for fctid and fctiw
2013-09-26 Jack Carter[mips][msa] Direct Object Emission for 3R instructions.
2013-09-26 Jack Carter[mips][msa] Updates encoding of 3R instructions to...
2013-09-25 Jack Carter[mips][msa] Direct Object Emission for 2RF instructions.
2013-09-25 Jack Carter[mips][msa] Direct Object Emission support for the...
2013-09-25 Jack Carter[mips][msa] Updates encoding of 2RF instructions to...
2013-09-25 Weiming ZhaoFix PR 17368: disable vector mul distribution for squar...
2013-09-25 Reed KotlerFix a bad typo in the inline assembly code for mips16...
2013-09-25 Andrew TrickMark the x86 machine model as incomplete. PR17367.
2013-09-25 Richard Sandiford[SystemZ] Define the GR64 low-word logic instructions...
2013-09-25 David MajnemerMC: Add support for treating $ as a reference to the PC
2013-09-25 Richard Sandiford[SystemZ] Define the call instructions as pseudo aliases.
2013-09-25 Richard Sandiford[SystemZ] Use subregs for 64-bit truncating stores
2013-09-25 Richard Sandiford[SystemZ] Define the return instruction as a pseudo...
2013-09-25 Richard Sandiford[SystemZ] Add instruction-shortening pass
2013-09-25 David MajnemerMC: Remove vestigial PCSymbol field from AsmInfo
2013-09-25 Akira HatanakaRevert r191350.
2013-09-25 Akira Hatanaka[mips] Move public functions to the beginning of the...
2013-09-25 Akira Hatanaka[mips] Define getTargetNode as a template function.
2013-09-25 Andrew TrickCriticalAntiDepBreaker is no longer needed for armv7...
2013-09-24 Yunzhong GaoAdding a feature flag to the llvm backend for x86 TBM...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching pckev, and pckod...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching ilv[lr], ilvod...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching shf from normal...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching vshf from normal...
2013-09-24 Daniel Sanders[mips][msa] Remove the VSPLAT and VSPLATD nodes in...
2013-09-24 Daniel Sanders[mips][msa] Non-constant BUILD_VECTOR's should be expan...
2013-09-24 Daniel Sanders[mips][msa] Added partial support for matching fmax_a...
2013-09-24 Daniel Sanders[mips][msa] Line wrapping.
2013-09-24 Daniel Sanders[mips][msa] Added support for matching andi, ori, nori...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching max, maxi, min...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching bsel and bseli...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching comparisons...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching slli, srai,...
2013-09-24 Bill WendlingFollowup to r191252.
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-24 Eli FriedmanMisc fixes for cpp backend.
2013-09-24 Bill WendlingSelecting the address from a very long chain of GEPs...
2013-09-23 Reed KotlerMake nomips16 mask not repeat if it ends with a '.'.
2013-09-23 Daniel Sanders[mips][msa] Added support for matching addvi, and subvi...
2013-09-23 Amara Emerson[ARM] Split A/R class into separate subtarget features.
2013-09-23 Daniel Sanders[mips][msa] Added support for matching insert and copy...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching pcnt from normal...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching nor from normal...
2013-09-23 Daniel Sanders[mips][msa] Added support for matching and, or, and...
2013-09-23 Daniel SandersPartially revert r191192: Fix -Wunused-variable error...
next