Replace DebugLocTuple with DILocation.
[oota-llvm.git] / lib / Target / X86 /
2010-01-16 Bill WendlingRetrying r91337:
2010-01-16 Chris Lattnereliminate uses of mangler and simplify code.
2010-01-16 Chris Lattnereliminate uses of deprecated mangler apis
2010-01-16 Chris Lattnerswitch X86 target off CurFunctionName and MCIze more.
2010-01-16 Chris LattnerMCize tis, and make it keep CurrentFnSym up to date...
2010-01-16 Chris Lattnerrevert the x86 part of my last patch, cygwin is mutatin...
2010-01-16 Chris LattnerMCize a bunch more stuff, eliminating a lot of uses...
2010-01-15 Dale JohannesenAdjust some comments per review.
2010-01-15 David GreeneFix PR6019. A load has more than one use if it feeds...
2010-01-15 Dale JohannesenDEBUG_VALUE is now variable sized, as it has a
2010-01-15 Dan GohmanFix a typo that Anton noticed.
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-14 Chris LattnerSplit the TargetAsmParser "ParseInstruction" interface...
2010-01-14 Chris Lattnerprune #includes in TargetAsmParser.h
2010-01-14 Chris Lattnerintroduce the MCParsedAsmOperand class.
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 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 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 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 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 Evan ChengFix a minor regression from my dag combiner changes...
2010-01-06 Evan ChengTeach dag combine to fold the following transformation...
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 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
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...
2009-12-29 Benjamin KramerReplace a few more SmallVectors with arrays.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-26 Eli FriedmanPR5886: Make sure IMUL32m is marked as setting EFLAGS...
2009-12-23 Chris Lattnerreally remove the instruction, don't just comment it out
2009-12-23 Chris Lattnercompletely eliminate the MOV16r0 'instruction'. The...
2009-12-23 Sean CallananMore fixes for Visual C++. Replaced several very small
2009-12-23 Chris Lattnerstop pattern matching 16-bit zero's of a register to...
2009-12-22 Sean CallananRemoved the "inline" keyword from the disassembler...
2009-12-22 Sean CallananFixes to the X86 disassembler:
2009-12-22 Evan ChengRemove target attribute break-sse-dep. Instead, do...
2009-12-22 Douglas GregorInclude based on the current path, since we already...
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-12-22 Sean CallananChanged REG_* to MODRM_REG_* to avoid conflicts
2009-12-22 Daniel DunbarFix some may-be-uninitialized var warnings.
2009-12-22 Sean CallananFixed library dependencies between the X86 disassembler and
2009-12-22 Chris Lattnerprint pcrel immediates as signed values instead of...
2009-12-21 Eric ChristopherFix setting and default setting of code model for jit...
2009-12-21 Eli FriedmanA couple minor README updates.
2009-12-19 Daniel Dunbar#if 0 out X86 disassembler for now, it is breaking...
2009-12-19 Nuno Lopesrename dprintf to dbgpritnf, in order to fix build...
2009-12-19 Daniel DunbarUse memset instead of bzero, its more portable.
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...
2009-12-19 Anton KorobeynikovBump alignment requirements for windows targets to...
2009-12-18 Evan ChengOn recent Intel u-arch's, folding loads into some unary...
2009-12-18 Evan ChengRe-apply 91623 now that I actually know what I was...
2009-12-18 Sean CallananInstruction fixes, added instructions, and AsmString...
2009-12-17 Jeffrey YasskinRevert r91623 to unbreak the buildbots.
2009-12-17 Evan ChengRemove an unused option.
2009-12-17 Ken DyckIn LowerEXTRACT_VECTOR_ELT, force an i32 value type...
next