When rematerializing, use the debug location of the original
[oota-llvm.git] / lib / Target / X86 /
2010-05-07 Dan GohmanWhen rematerializing, use the debug location of the...
2010-05-06 Daniel DunbarMC/X86: X86AbsMemAsmOperand is subclass of X86NoSegMemA...
2010-05-06 Chris Lattnerfix rdar://7947167 - llvm-mc doesn't match movsq
2010-05-06 Sean CallananEliminated the classification of control registers...
2010-05-06 Daniel DunbarMC/X86: Error out if we see a non-constant FK_Data_1...
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengAdd argument TargetRegisterInfo to loadRegFromStackSlot...
2010-05-06 Evan ChengRe-apply 103156 and 103157. 103156 didn't break anythin...
2010-05-06 Eric ChristopherRevert r103156 since it was breaking the build bots.
2010-05-05 Sean CallananFixed a sign-extension bug in the X86 disassembler
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 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 Kevin EnderbyFix to r102952. The MOV64toSDrm record in X86Instr64bi...
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-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
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 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 Evan ChengFrame index can be negative.
2010-04-28 Kevin EnderbyFixed the word sized Bit Scan Forward/Reverse instructi...
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 Stuart HastingsTweak x86 INC/DEC generation to look for CopyToReg...
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 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 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 Stuart HastingsAdd some missing x86 patterns for movdq2q. Fixes two...
2010-04-23 Evan ChengFix X86ISD::CMP i16 to i32 promotion.
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 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 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 Chris Lattnerdisable optimizations in this directory for MSVC9....
2010-04-20 Eric ChristopherRemove the palignr intrinsics now that we lower them...
2010-04-19 Evan ChengMore progress on promoting i16 operations to i32 for...
2010-04-17 Chris Lattnerteach the x86 asm parser how to handle segment prefixes
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 GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-17 Dan GohmanMove per-function state out of TargetLowering subclasse...
2010-04-17 Chris Lattnera bunch of ssse3 instructions are misencoded to think...
2010-04-17 Evan ChengMore work to allow dag combiner to promote 16-bit ops...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Dan GohmanAdd skeleton target-specific SelectionDAGInfo files.
2010-04-16 Chris Lattneradd a missing break back, patch by Nico Schmidt!
2010-04-16 Dan GohmanEliminate an unnecessary SelectionDAG dependency in...
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Evan ChengAdding support for dag combiner to promote operations...
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-15 Eric ChristopherAllow lowering for palignr instructions for mmx sized...
2010-04-14 Dan GohmanDelete unneeeded arguments.
2010-04-14 Dan GohmanFactor out EH landing pad code into a separate function...
2010-04-13 Douglas GregorUnbreak CMake build by improving the EnhancedDisassembl...
2010-04-13 Sean CallananFixed a nasty layering violation in the edis source
2010-04-13 Evan ChengRe-apply 101075 and fix it properly. Just reuse the...
2010-04-13 Eric ChristopherTemporarily revert r101075, it's causing invalid iterat...
2010-04-13 Dan GohmanEliminate MachineBasicBlock::const_livein_iterator...
2010-04-12 Evan ChengUse .set expression for x86 pic jump table reference...
2010-04-12 Bill WendlingMicro-optimization:
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-04-08 Chris Lattnerremove the TargetLoweringObjectFileMachO::getMachoSection
2010-04-08 Evan ChengAvoid using f64 to lower memcpy from constant string...
2010-04-08 Eric Christophermpsadbw is not commutative.
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-07 Sean CallananFixed a bug where the disassembler would allow an immediate
2010-04-07 Dale JohannesenEducate GetInstrSizeInBytes implementations that
2010-04-07 John McCallClean up some signedness oddities in this code noticed...
2010-04-07 Dale JohannesenMove printing of target-indepedent DEBUG_VALUE comments
2010-04-06 John McCallFix a number of clang -Wsign-compare warnings that...
2010-04-06 Dale JohannesenRevert 100573, it's causing some testsuite problems.
2010-04-06 Dale JohannesenMove printing of DEBUG_VALUE comments to target-indepen...
2010-04-06 Jim GrosbachFix PR6696 and PR6663
2010-04-06 Jakob Stoklund OlesenDon't try to collapse DomainValues onto an incompatible...
2010-04-05 Jakob Stoklund OlesenProperly enable load clustering.
next