Fix PR6520. An earlyclobber physreg must not be allocated to anything else.
[oota-llvm.git] / lib / Target /
2010-05-05 Sean CallananFixed a sign-extension bug in the X86 disassembler
2010-05-05 Evan ChengDo not pre-allocate references of D registers pairs...
2010-05-05 Dan GohmanNo-ops emitted for scheduling don't correspond with...
2010-05-05 Jim GrosbachAdd initial support for ARMv7M subtarget and cortex...
2010-05-05 Evan ChengModel CONCAT_VECTORS of two 64-bit values as a REG_SEQU...
2010-05-05 Evan ChengTrim include.
2010-05-05 Eric ChristopherRevert 102941, we're going to do this via attr and...
2010-05-04 Eric ChristopherUpdate comment.
2010-05-04 Evan ChengWith -neon-reg-sequence, models forming a Q register...
2010-05-04 Evan ChengDo not pre-allocate for registers which form a REG_SEQU...
2010-05-04 Chris Lattner"on the rare occasion the SPU BE produces illegal assem...
2010-05-04 Daniel DunbarMC/X86: Chris pointed that 'as' isn't consistent in...
2010-05-04 Daniel DunbarMC/X86: Add "support" for matching ATT style mnemonic...
2010-05-04 Gabor Greiffix operand indexes when outputting InvokeInsts
2010-05-04 Kevin EnderbyFix to r102952. The MOV64toSDrm record in X86Instr64bi...
2010-05-04 Jim Grosbachrdar://7937137 - dbg values not being handled in thumb1...
2010-05-03 Dale JohannesenImplement builtin_return_address(x) and builtin_frame_a...
2010-05-03 Kevin EnderbyChanged llvm-mc to use the same suffixes with floating...
2010-05-03 Kevin EnderbyFixed the encoding of two of the X86 movq instuctions...
2010-05-03 Kevin EnderbyFixed the encoding of the x86 push instructions. Using...
2010-05-03 Eric ChristopherAdd an option, defaulting to off, to disable the sse...
2010-05-03 Dan GohmanAdd a README entry.
2010-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-05-01 Chris Lattnerfix some inconsistent line endings, patch by Jakub...
2010-05-01 Anton KorobeynikovDo folding for indirect branches, where possible
2010-05-01 Anton KorobeynikovImplement indirect branches on MSP430
2010-05-01 Anton KorobeynikovLong branch target oparands are not pc-rel.
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-30 Dan GohmanFix a typo.
2010-04-30 Dan GohmanMake this code less confusing. Instead of reassigning...
2010-04-30 Dan GohmanRemove the -disable-16bit command-line option, which...
2010-04-30 Evan ChengAnother sibcall bug. If caller and callee calling conve...
2010-04-29 Dan GohmanDon't leave Base.FrameIndex uninitialized, so that...
2010-04-29 Dale JohannesenMake naked functions work on PPC.
2010-04-29 Devang PatelPrint variable scope name in DEBUG_VALUE comment. Usefu...
2010-04-29 Evan ChengLoad folding tail call should not use ebp / rbp after...
2010-04-29 Mon P WangAdd support for assemblers that don't support periods...
2010-04-29 Evan ChengFrame index can be negative.
2010-04-28 Kevin EnderbyFixed the word sized Bit Scan Forward/Reverse instructi...
2010-04-28 Jim GrosbachAdd sizes non-floating point versions for the eh sjlj...
2010-04-28 Jakob Stoklund OlesenTeach X86FloatingPoint that a register can be killed...
2010-04-28 Evan ChengEnable i16 to i32 promotion by default.
2010-04-28 Evan ChengUnbreak the build. Only form shld / shrd after legaliza...
2010-04-28 Devang PatelEmit debug info for byval parameters.
2010-04-28 Evan ChengRather than having a ton of patterns for double shift...
2010-04-28 Chris Lattnerfurther simplify EmitAlignment by eliminating the
2010-04-28 Stuart HastingsTweak x86 INC/DEC generation to look for CopyToReg...
2010-04-27 Devang PatelUse MachineOperand::is* predicates.
2010-04-27 Evan ChengFix obvious typos.
2010-04-27 Evan ChengSRA promotion is also not free.
2010-04-26 Chris Lattneron darwin empty functions need to codegen into somethin...
2010-04-26 Bob WilsonHandle register-to-register copies within the tGPR...
2010-04-26 Dale JohannesenHandle target-specific form of DBG_VALUE in AsmPrinter.
2010-04-26 Dale JohannesenAdd PPC AsmPrinter handling for target-specific form of
2010-04-26 Evan ChengPromoting 16-bit cmp / test aren't free. Don't do it.
2010-04-26 Evan ChengRemove a redundant comment.
2010-04-26 Evan ChengAdd PPC specific emitFrameIndexDebugValue.
2010-04-26 Evan ChengAdd ARM specific emitFrameIndexDebugValue.
2010-04-26 Evan Cheng- Move TargetLowering::EmitTargetCodeForFrameDebugValue...
2010-04-25 Dale JohannesenStop abusing EmitInstrWithCustomInserter for target...
2010-04-24 Evan ChengAvoid promoting a i16 node if it would eliminate a...
2010-04-23 Dan GohmanChange TargetData's algorithm for computing defualt...
2010-04-23 Stuart HastingsAdd some missing x86 patterns for movdq2q. Fixes two...
2010-04-23 Evan ChengFix X86ISD::CMP i16 to i32 promotion.
2010-04-22 Jim GrosbachUpdate ARM DAGtoDAG for matching UBFX instruction for...
2010-04-22 Dan GohmanMove HandlePHINodesInSuccessorBlocks functions out...
2010-04-22 Evan Cheng- It's not safe to promote rotates (at least not trivia...
2010-04-21 Johnny ChenModified some assert() msg strings; no other functional...
2010-04-21 Evan ChengImplement -disable-non-leaf-fp-elim which disable frame...
2010-04-21 Evan Chengisel (i32 anyext i16) as insert_subreg when 16-bit...
2010-04-21 Evan ChengTrim include.
2010-04-21 Dan GohmanAdd more const qualifiers on TargetMachine and friends.
2010-04-21 Johnny ChenThumb instructions which have reglist operands at the...
2010-04-21 Bill WendlingHandle a displacement location in 64-bit as an RIP...
2010-04-20 Chris Lattnerteach the x86 address matching stuff to handle
2010-04-20 Dale JohannesenBecause of the EMMS problem, right now we have to support
2010-04-20 Johnny ChenBetter error-handling of getBitFieldInvMask() where...
2010-04-20 Johnny ChenFor t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT...
2010-04-20 Chris Lattnerteach cellspu how to return i8 and i16 from calls,
2010-04-20 Chris Lattnerdisable optimizations in this directory for MSVC9....
2010-04-20 Johnny ChenBetter error-handling for DisassembleThumb2DPModImm...
2010-04-20 Eric ChristopherRemove the palignr intrinsics now that we lower them...
2010-04-20 Johnny ChenMore IT instruction error-handling improvements from...
2010-04-19 Johnny ChenBetter error handling of invalid IT mask '0000', instea...
2010-04-19 Dan GohmanDelete an unnecessary reference to SelectionDAGISel...
2010-04-19 Johnny ChenAccording to A8.6.16 B (Encoding T3) and A8.3 Condition...
2010-04-19 Evan ChengMore progress on promoting i16 operations to i32 for...
2010-04-19 Johnny ChenBetter error-handling for DisassembleThumb2DPSoReg...
2010-04-19 Johnny ChenARM disassembler did not react to recent changes to...
2010-04-18 Anton KorobeynikovAdd missed part of prev. commit
2010-04-18 Anton KorobeynikovMake processor FUs unique for given itinerary. This...
2010-04-17 Chris Lattnerfix PR6332, allowing an index of zero into a zero sized...
2010-04-17 Chris Lattnerteach the x86 asm parser how to handle segment prefixes
2010-04-17 Dan GohmanFix -Wcast-qual warnings.
2010-04-17 Chris Lattnerremove a dead variable, PR6856
2010-04-17 Dan GohmanAdd const qualifiers to TargetLoweringObjectFile usage.
2010-04-17 Dan GohmanUse const_cast instead of a C-style cast to cast away...
2010-04-17 Dan GohmanDelete now-unnecessary const_casts.
2010-04-17 Dan GohmanUse cast instead of dyn_cast when assuming success.
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
next