* Add support for encoding t_addrmode_s2 and t_addrmode_s1. They are the same as
[oota-llvm.git] / lib / Target /
2010-11-30 Bill Wendling* Add support for encoding t_addrmode_s2 and t_addrmode...
2010-11-30 Owen AndersonSimplify the encoding of reg+/-imm12 values that allow...
2010-11-30 Jim GrosbachFix handling of ARM negative pc-relative fixups for...
2010-11-30 Eric ChristopherMove X86InstrFPStack.td over to PseudoI as well.
2010-11-30 Eric ChristopherMigrate X86InstrControl.td to use PseudoI and fix a...
2010-11-30 Owen AndersonProvide Thumb2 encodings for a few miscellaneous instru...
2010-11-30 Jim GrosbachAdd FIXME
2010-11-30 Owen AndersonAdd encoding support for Thumb2 PLD and PLI instructions.
2010-11-30 Eric ChristopherNoticed this on inspection, fix and update some comments.
2010-11-30 Jim GrosbachPseudo-ize ARM MOVPCRX
2010-11-30 Owen AndersonProvide encodings for a few more load/store variants.
2010-11-30 Jim GrosbachPseudo-ize BX_CALL and friends. Remove dead instruction...
2010-11-30 Che-Liang Chiouptx: add command-line options for gpu target and ptx...
2010-11-30 Eric ChristopherFix some grammar in comments I noticed.
2010-11-30 Eric ChristopherThis defaults to GenericDomain.
2010-11-30 Eric ChristopherImplement a PseudoI class and transfer the sse instruct...
2010-11-30 Eric ChristopherFix insertion point in pcmp expander.
2010-11-30 Eric ChristopherFix some cleanups from my last patch.
2010-11-30 Bill WendlingAdd parsing for the Thumb t_addrmode_s4 addressing...
2010-11-30 Che-Liang Chiouptx: add ld instruction
2010-11-30 Eric ChristopherRewrite mwait and monitor support and custom lower...
2010-11-30 Bill WendlingMinor cleanups. No functional change.
2010-11-30 Bill Wendlings/ARM::BRIND/ARM::BX/g to coincide with r120366.
2010-11-30 Bill WendlingAdd correct encoding for "bl __aeabi_read_tp". However...
2010-11-30 Jim GrosbachRename BX/BRIND/etc patterns to clarify which is actual...
2010-11-30 Bill WendlingAdd some encoding for the adr instruction. Labels still...
2010-11-30 Owen AndersonCorrect Thumb2 encodings for a much wider range of...
2010-11-30 Jim GrosbachMake a few more ARM pseudo instructions actually use...
2010-11-30 Bill WendlingPredicate encoding should be withing {}s. And general...
2010-11-30 Bill WendlingPredicate encoding should be withing {}s.
2010-11-30 Bob WilsonFix the encoding of VLD4-dup alignment.
2010-11-30 Bob WilsonRename VLDnDUP instructions with double-spaced registers
2010-11-30 Bob WilsonAdd support for NEON VLD3-dup instructions.
2010-11-29 Jim GrosbachSimplify definitions of the ARM eh.sjlj.*jmp pseudo...
2010-11-29 Jim GrosbachParameterize ARMPseudoInst size property.
2010-11-29 Jim GrosbachAdd a few missing initializers.
2010-11-29 Jim GrosbachNuke trailing whitespace.
2010-11-29 Jim GrosbachNuke a FIXME. No need to be fancier here, as ARM handle...
2010-11-29 Owen AndersonProvide Thumb2 encodings for basic loads and stores.
2010-11-29 Evan ChengMark Darwin call instructions as using "r7" to prevent...
2010-11-29 Jim GrosbachNuke dead isCodeGenOnly annotation and extraneous comment.
2010-11-29 Jim Grosbachtidy up.
2010-11-29 Bill WendlingThumb encodings for conditional moves.
2010-11-29 Jim GrosbachPseudo-ize Thumb2 jump tables with explicit MC lowering...
2010-11-29 Bill WendlingRefactor some of the "disassembly-only" instructions...
2010-11-29 Eric ChristopherUpdate fastisel for the changes in r120272.
2010-11-29 Jim GrosbachRename t2 TBB and TBH instructions to reference that...
2010-11-29 Owen AndersonImproving the factoring of several instruction encodings.
2010-11-29 Bob WilsonAdd support for NEON VLD3-dup instructions.
2010-11-29 Bob WilsonFix copy-and-paste errors in VLD2-dup scheduling itiner...
2010-11-29 Jim GrosbachARM Pseudo-ize tBR_JTr.
2010-11-29 Owen AndersonThumb2 encodings for MSR and MRS.
2010-11-29 Owen AndersonThumb2 encodings for system instructions.
2010-11-29 Owen AndersonThumb2 encodings for branches and IT blocks.
2010-11-29 Jim GrosbachThe ARM BR_JT* pseudos don't need to use the printer...
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-11-29 Jim GrosbachSwitch ARM BR_JTm and BR_JTr instructions to be MC...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-29 Kalle RaiskilaHandle lshr for i128 correctly on SPU also when
2010-11-29 Kalle RaiskilaEnable PostRA scheduling for SPU.
2010-11-29 Kalle RaiskilaAllow machine LICM to do its job on SPU.
2010-11-29 Kalle RaiskilaAdd missing i128 case.
2010-11-29 Bill WendlingAdd more Thumb encodings.
2010-11-29 Bill WendlingMore Thumb encodings.
2010-11-29 Bill WendlingAdd Thumb encodings for REV instructions.
2010-11-29 Bill WendlingAdd more Thumb encodings.
2010-11-28 Rafael EspindolaMake EmitIntValue non virtual.
2010-11-28 Rafael EspindolaMove lowering of TLS_addr32 and TLS_addr64 to X86MCInst...
2010-11-28 Chris Lattnerfix PR8686, accepting a 'b' suffix at the end of all...
2010-11-28 Nicolas GeoffrayWhen emitting a single function with cppgen=function...
2010-11-28 Rafael EspindolaMove the PTXMCAsmStreamer class to the .cpp file.
2010-11-28 Rafael EspindolaDefine generic 1, 2 and 4 byte pc relative relocations...
2010-11-28 Bob WilsonAdd support for NEON VLD2-dup instructions.
2010-11-28 Bob WilsonAnother minor refactoring for VLD1DUP instructions.
2010-11-28 Bob WilsonAdd entry in getTargetNodeName() for ARMISD::VBICIMM.
2010-11-27 Anton KorobeynikovMove more PEI-related hooks to TFI
2010-11-27 Anton KorobeynikovMove callee-saved regs spills / reloads to TFI
2010-11-27 Rafael EspindolaLower TLS_addr32 and TLS_addr64.
2010-11-27 Rafael EspindolaImplement the data16 prefix.
2010-11-27 Bob WilsonRefactor. Set alignment bit in VLD1-dup instruction...
2010-11-27 Bob WilsonAdd NEON VLD1-dup instructions (load 1 element to all...
2010-11-27 Bob WilsonFix incorrect scheduling itineraries for NEON vld1...
2010-11-27 Daniel DunbarMC/Mach-O: Switch to using MachOFormat.h.
2010-11-26 Rafael EspindolaRemove the unused TheTarget member.
2010-11-25 Rafael EspindolaUse multiple 0x66 prefixes so that all nops up to 15...
2010-11-25 Benjamin KramerNamespacify.
2010-11-24 Wesley PeckUpdating MBlaze .mask and .frame directives to match...
2010-11-24 Wesley Peck1. Fixing error where basic block labels were not being...
2010-11-24 Kalle RaiskilaUse i8 as SETCC result type for i1 in SPU.
2010-11-24 Kalle RaiskilaAllow for 'fcmp ogt' in SPU.
2010-11-23 Benjamin KramerThe srem -> urem transform is not safe for any divisor...
2010-11-23 Jason W KimMove the ARM reloc constants to Support/ELF.h
2010-11-23 Bob WilsonRecognize sign/zero-extended constant BUILD_VECTORs...
2010-11-23 Benjamin KramerInstCombine: Reduce "X shift (A srem B)" to "X shift...
2010-11-23 Kalle RaiskilaDivision by pow-of-2 is not cheap on SPU, do it with
2010-11-23 Rafael EspindolaImplement the rex64 prefix.
2010-11-23 Rafael EspindolaProduce a relocation for pcrel absolute values. Based...
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-11-22 Rafael EspindolaRemove duplicated constants. Thanks to Jason for notici...
2010-11-22 Benjamin KramerInstCombine: Implement X - A*-B -> X + A*B.
next