fix a bug in range information for $42, eliminate an
[oota-llvm.git] / lib / Target /
2010-01-15 Chris Lattnerfix a bug in range information for $42, eliminate an
2010-01-15 Chris Lattneradd range information for mem X86Operand's, now all
2010-01-15 Chris Lattnerextend MCAsmParser::ParseExpression and ParseParenExpre...
2010-01-15 Chris Lattnergive X86Operand a ctor and start passing SMLoc's into it.
2010-01-15 Dale JohannesenRevert 93499. After discussion with Chris we agreed
2010-01-15 Chris Lattneradd range location info for registers, change
2010-01-15 Chris Lattnerclean up the memory management of the operands.
2010-01-15 Chris Lattnerrefactor ParseRegister to avoid using X86Operand as...
2010-01-15 Dale JohannesenLower FrameIndex operand of DEBUG_VALUE (specially...
2010-01-15 Anton KorobeynikovFix cmp emission on msp430: we definitely should turn...
2010-01-15 Jim GrosbachName change for consistency. No functional change.
2010-01-15 Jim GrosbachEmitAtomicCmpSwap() custome inserter needs to delete...
2010-01-14 Jeffrey YasskinTeach PPC how to replaceMachineCodeForFunction correctl...
2010-01-14 Johnny ChenAdded 16-bit Thumb Load/Store immediate instructions...
2010-01-14 Chris LattnerSplit the TargetAsmParser "ParseInstruction" interface...
2010-01-14 Anton KorobeynikovRemove pseudo-MI in custom inserter.
2010-01-14 Chris Lattnerprune #includes in TargetAsmParser.h
2010-01-14 Chris Lattnerintroduce MCParsedAsmOperand
2010-01-14 Chris Lattnerintroduce the MCParsedAsmOperand class.
2010-01-14 Jakob Stoklund OlesenARM "l" constraint for inline asm means R0-R7, also...
2010-01-14 Jakob Stoklund OlesenDon't fold insufficiently aligned ldr/str into ldm...
2010-01-13 Chris Lattnerthis is an SSE-specific issue.
2010-01-13 Chris LattnerX86 if conversion + tail merging issues from PR6032.
2010-01-13 Chris Lattnerfix ELF section mangling stuff for weak symbols to...
2010-01-13 Chris Lattnerreduce duplicate mangling logic by using MCSymbol:...
2010-01-13 Johnny ChenFixed a couple of places for Thumb MOV where encoding...
2010-01-13 Jakob Stoklund OlesenFix pasto
2010-01-13 Chris Lattnerstop the CBE from using deprecated Mangler stuff.
2010-01-13 Chris LattnerUse the GV version of getNameWithPrefix in TargetLoweri...
2010-01-13 Chris Lattnerjust finish MCizing FnStubInfo which cleans it up and...
2010-01-13 Chris Lattnerdon't call getNameWithPrefix repeatedly and unnecesarily.
2010-01-13 Chris Lattnerproperly use MCSymbol to print the strings aquired...
2010-01-13 Chris Lattnerupgrade and MC'ize a few uses of makeNameProper.
2010-01-13 Chris LattnerMC'ize this a bit and upgrade APIs
2010-01-13 Chris Lattneradd a fixme, ELF MCSection isn't quite right and weak...
2010-01-13 Evan ChengFor now, avoid issuing extract_subreg to reuse lower...
2010-01-13 Chris Lattnereliminate some uses of Mangler::makeNameProper.
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2010-01-13 Jakob Stoklund OlesenRemove the JustSP single-register regclass.
2010-01-13 Evan ChengAdd a quick pass to optimize sign / zero extension...
2010-01-12 Evan ChengEliminate or_not_add and just use AddedComplexity so...
2010-01-12 Duncan SandsRevert commit 93204, since it causes the assembler...
2010-01-12 Duncan SandsFix typo.
2010-01-12 Duncan SandsTweak commit 91745, which changed target data for both...
2010-01-12 Dan GohmanReapply the MOV64r0 patch, with a fix: MOV64r0 clobbers...
2010-01-12 Evan ChengAdd TargetInstrInfo::isCoalescableInstr. It returns...
2010-01-11 Evan ChengAdd manual ISD::OR fastisel selection routines. TableGe...
2010-01-11 Evan ChengExtend r93152 to work on OR r, r. If the source set...
2010-01-11 Evan ChengRevert 93158. It's breaking quite a few x86_64 tests.
2010-01-11 Evan ChengDo not turn 8-bit OR to ADD since ADD8ri is not 3-addre...
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
2010-01-11 Dan GohmanUse a 32-bit and with implicit zero-extension instead...
2010-01-11 Dan GohmanRe-instate MOV64r0 and MOV16r0, with adjustments to...
2010-01-11 Dan GohmanPattern top-level operators don't need to be restricted...
2010-01-11 Dan GohmanReword this comment to reference a more fundamental...
2010-01-11 Evan ChengSelect an OR with immediate as an ADD if the input...
2010-01-11 David GreeneImplement a feature (-vector-unaligned-mem) to allow...
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2010-01-09 Jeffrey YasskinFix llvm.org/PR5729: x86-64 tail calls were putting...
2010-01-08 Evan ChengFix a critical bug in 64-bit atomic operation lowering...
2010-01-08 Evan ChengFix comment.
2010-01-08 Johnny ChenMinor change, change the order of two "let Inst{.....
2010-01-08 Eric ChristopherAfter further thought revert the patch to make fast...
2010-01-08 Evan ChengFix what looks to me obvious instruction definition...
2010-01-08 Eric ChristopherRemove extraneous include.
2010-01-07 Eric ChristopherIf the data requires a relocation then don't attempt to
2010-01-07 Eric ChristopherWe need to put any kind of data with a relocation into a
2010-01-07 Chris Lattnerconstant materialization could be improved.
2010-01-07 Evan ChengFix a minor regression from my dag combiner changes...
2010-01-06 Jim Grosbach80 column violations
2010-01-06 Jakob Stoklund OlesenAdd Target hook to duplicate machine instructions.
2010-01-06 Jim GrosbachAddressing mode 6 (load/store) instructions can't encod...
2010-01-06 Evan ChengTeach dag combine to fold the following transformation...
2010-01-06 Duncan SandsFix a README item: have functionattrs look through...
2010-01-06 Duncan SandsPartially address a README by having functionattrs...
2010-01-06 Dale JohannesenReenable debug info on PPC. Works well enough to
2010-01-06 Dale JohannesenMake sure debug info hook gets called when emitting
2010-01-05 Johnny ChenUndo r92785, it caused test failure.
2010-01-05 Johnny ChenAdd Rt2 to the asm format string for 32-bit Thumb load...
2010-01-05 Jakob Stoklund OlesenDon't specify CR sub-registers as implicit defs of...
2010-01-05 Benjamin KramerMove remaining stuff to the isInteger predicate.
2010-01-05 Benjamin KramerConvert a ton of simple integer type equality tests...
2010-01-05 Evan ChengCode refactoring.
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2010-01-05 Dan GohmanRemove the SDNPAssociative properties for the flags...
2010-01-04 Evan ChengPerform this folding as a target specific dag combine:
2010-01-04 Dan GohmanRemove some README.txt entries which are now implemented.
2010-01-04 Dan GohmanA use by operand 1 or 2 of a SELECT is not a FLAGS...
2010-01-04 Dan GohmanFlags-producing add, and, or, etc. have the same profib...
2010-01-04 Dan GohmanAdd SDNPCommutative and SDNPAssociative to several...
2010-01-04 Anton KorobeynikovFix invalid chain folding for memory variant of sdiv...
2010-01-04 Chris Lattnerimplement an instcombine xform needed by clang's codegen
next