DWARF type hashing: Handle multiple (including recursive) references to the same...
[oota-llvm.git] / lib / Target /
2013-10-01 Richard Sandiford[SystemZ] Add immediate addition involving high words
2013-10-01 Richard Sandiford[SystemZ] Extend test-under-mask support to high GR32s
2013-10-01 Richard Sandiford[SystemZ] Extend 32-bit RISBG optimizations to high...
2013-10-01 Richard Sandiford[SystemZ] Extend pseudo conditional 8- and 16-bit store...
2013-10-01 Tim NorthoverARM: support interrupt attribute
2013-10-01 Richard Sandiford[SystemZ] Optimize 32-bit FPR<->GPR moves for z196...
2013-10-01 Richard Sandiford[SystemZ] Allow integer AND involving high words
2013-10-01 Richard Sandiford[SystemZ] Allow integer XOR involving high words
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-10-01 Richard Sandiford[SystemZ] Allow integer OR involving high words
2013-10-01 Richard Sandiford[SystemZ] Allow integer insertions with a high-word...
2013-10-01 Richard Sandiford[SystemZ] Allow selects with a high-word destination
2013-10-01 Richard Sandiford[SystemZ] Add patterns to load a constant into a high...
2013-10-01 Joey Gouly[ARM] Remove an unused function from the disassembler.
2013-10-01 Matheus AlmeidaTest commit. Updated comment.
2013-10-01 Richard Sandiford[SystemZ] Add register zero extensions involving at...
2013-10-01 Joey Gouly[ARM] Introduce the 'sevl' instruction in ARMv8.
2013-10-01 Richard Sandiford[SystemZ] Add truncating high-word stores (STCH and...
2013-10-01 Richard Sandiford[SystemZ] Add zero-extending high-word loads (LLCH...
2013-10-01 Richard Sandiford[SystemZ] Add sign-extending high-word loads (LBH and...
2013-10-01 Richard Sandiford[SystemZ] Use upper words of GR64s for codegen
2013-10-01 Richard Sandiford[SystemZ] Reapply: Add definitions of LFH and STFH
2013-10-01 Daniel Sanders[mips][msa] Added support for matching mod_[us] from...
2013-10-01 Vladimir MedicThis patch adds aliases for Mips sub instruction with...
2013-10-01 Elena DemikhovskyAVX-512: Added X86vzmovl patterns
2013-10-01 Craig TopperRemove 0 as a valid encoding for the m-mmmm field.
2013-10-01 Craig TopperRemove unneeded fields from disassembler internal instr...
2013-10-01 Craig TopperBEXTR should be defined to take same type for bother...
2013-09-30 Preston GurdForgot to add a break statement.
2013-09-30 Preston GurdThe X86FixupLEAs pass for Intel Atom must not call...
2013-09-30 Jack Carter[mips][msa] Direct Object Emission for I8 instructions.
2013-09-30 Jack Carter[mips][msa] Direct Object Emission for I5 instructions.
2013-09-30 Tilmann Scheller[ARM] Clean up ARMAsmParser::validateInstruction().
2013-09-30 Jack Carter[mips][msa] Direct Object Emission for 2R instructions.
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.
next