remove a bunch of ad-hoc code to simplify instructions from
[oota-llvm.git] / lib / Target / X86 /
2010-03-30 Jakob Stoklund OlesenAdd cross-block inference to SSEDomainFix.
2010-03-30 Eric ChristopherRemove the pmulld intrinsic and autoupdate it as a...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-30 Eric ChristopherAdd FIXME for operand promotion.
2010-03-30 Jakob Stoklund OlesenBe gentle to MSVC. C++ is hard, after all.
2010-03-29 Jakob Stoklund OlesenBasic implementation of SSEDomainFix pass.
2010-03-29 Benjamin KramerMake isInt?? and isUint?? template specializations...
2010-03-29 Eric ChristopherWe'll never match these as instructions, just as intrin...
2010-03-28 Chris Lattnerzap an extra line that Eli noticed!
2010-03-28 Chris Lattnerremove a pattern with no testcase that doesn't appear...
2010-03-28 Chris Lattnerrevert r99743, this is saying that the repmovs instruct...
2010-03-28 Chris Lattnerremove a bunch of dead patterns.
2010-03-28 Chris Lattnerclaiming to return other is pointless.
2010-03-28 Chris Lattnerfix some modelling problems exposed by a patch I'm...
2010-03-27 Chris Lattnereliminate the last of the parallel's!
2010-03-27 Chris Lattnereliminate almost all the rest of the x86-32 parallels.
2010-03-26 Evan ChengDo not sibcall if stack needs to be dynamically aligned.
2010-03-26 Evan ChengAllow trivial sibcall of vararg callee when no argument...
2010-03-25 Daniel DunbarFix -Asserts warning, again.
2010-03-25 Jakob Stoklund OlesenTag SSE2 integer instructions as SSEPackedInt.
2010-03-25 Jakob Stoklund OlesenTeach TableGen to understand X.Y notation in the TSFlag...
2010-03-25 Jakob Stoklund OlesenAdd a late SSEDomainFix pass that twiddles SSE instruct...
2010-03-25 Bob WilsonReapply Kevin's change 94440, now that Chris has fixed...
2010-03-25 Chris Lattnereliminate a bunch more parallels now that scheduling
2010-03-25 Evan ChengDisable folding loads into tail call in 32-bit PIC...
2010-03-24 Bob WilsonSpeculatively revert this to see if it fixes buildbot...
2010-03-24 Kevin EnderbyAdded the Advanced Encryption Standard (AES) Instructions.
2010-03-24 Kevin EnderbyFixed the SS42AI template for the SSE 4.2 instructions...
2010-03-24 Nate BegemanPer chris's request, add some comments.
2010-03-24 Nate BegemanBUILD_VECTOR was missing out on some prime opportunitie...
2010-03-24 Chris LattnerSwitch INC8r to defining its pattern in terms of X86inc...
2010-03-24 Chris Lattnerswitch SDTBinaryArithWithFlags to be a multiple-result...
2010-03-24 Chris LattnerSwitch SDTUnaryArithWithFlags to being modeled as a...
2010-03-24 Chris Lattnerremove 64-bit or_is_add parallels.
2010-03-24 Chris Lattnerremove useless or_is_add parallel's.
2010-03-24 Chris Lattnerreduce nesting.
2010-03-23 Jakob Stoklund OlesenRevert "Add a late SSEDomainFix pass that twiddles...
2010-03-23 Jakob Stoklund OlesenAdd a late SSEDomainFix pass that twiddles SSE instruct...
2010-03-23 Evan ChengTeach isSafeToClobberEFLAGS to ignore dbg_value's....
2010-03-23 Daniel DunbarMC: Add TargetAsmBackend::MayNeedRelaxation, for checki...
2010-03-23 Daniel DunbarMC: Add TargetAsmBackend::WriteNopData and use to elimi...
2010-03-23 Daniel DunbarMC: Add TargetAsmBackend::RelaxInstruction callback...
2010-03-20 Daniel DunbarMC/X86: Fix an MCOperand link, when we parsing shrld...
2010-03-20 Daniel DunbarTargetRegistry: Fix create{AsmInfo,MCDisassembler}...
2010-03-20 Evan ChengIf call result is in ST0 and it is not being passed...
2010-03-19 Chris Lattnerremove the patterns that I commented out in r98930...
2010-03-19 Kevin EnderbyFixed the encoding problems of the crc32 instructions...
2010-03-19 Daniel DunbarMC/X86: Rename alternate spellings of {ADD64,CMP64...
2010-03-19 Daniel DunbarMC: Add TargetAsmBackend::createObjectWriter.
2010-03-19 Daniel DunbarMCCodeEmitter: Add target independent fixup flag for...
2010-03-19 Daniel DunbarMC: Add TargetAsmBackend::isVirtualSection hook.
2010-03-19 Daniel DunbarMCAssembler: Move ApplyFixup to the TargetAsmBackend...
2010-03-19 Chris Lattneradd a new SDNPVariadic SDNP node flag, and use it in
2010-03-19 Chris Lattnercomment out a bunch of parallel store patterns that...
2010-03-19 Daniel DunbarX86: Fix encoding for TEST64rr.
2010-03-19 Chris LattnerNow that tblgen can handle matching implicit defs of...
2010-03-18 Eric ChristopherCouple of changes that Dan mentioned for llvm.stackprot...
2010-03-18 Daniel DunbarX86MCCodeEmitter: Fix two minor issues with reloc_ripre...
2010-03-18 Chris Lattnerouts come before ins.
2010-03-18 Eric ChristopherMake fast-isel understand llvm.stackprotector.
2010-03-18 Daniel DunbarMC/X86/AsmMatcher: Use the new instruction cleanup...
2010-03-18 Chris Lattnerfix an x86-64 encoding bug Daniel found.
2010-03-18 Chris Lattneradd a special relocation type for movq loads for object
2010-03-18 Chris Lattnercallq is pcrelative
2010-03-18 Benjamin KramerTry to fix a valgrind error on 32 bit platforms: use...
2010-03-18 Evan ChengTurning off post-ra scheduling for x86. It isn't a...
2010-03-18 Daniel DunbarMC/Darwin: Add a new target hook for whether the target...
2010-03-17 Evan ChengX86 address mode matching code MatchAddressRecursively...
2010-03-17 Chris Lattnerfix GetOrCreateTemporarySymbol to require a name, clients
2010-03-16 Chris Lattnerfix the same bug on the x86-64 side of the fence.
2010-03-16 Chris Lattnerfix the encoding of TAILJMPd. This fixes Benchmarks...
2010-03-15 Daniel DunbarMC: Allow modifiers in MCSymbolRefExpr, and eliminate...
2010-03-15 Dan GohmanRecognize code for doing vector gather/scatter index...
2010-03-15 Daniel DunbarMC/Mach-O/x86_64: Temporary labels in cstring sections...
2010-03-15 Bill WendlingNow that the default for Darwin platforms is to place...
2010-03-15 Chris Lattneruse Mang->getSymbol()
2010-03-15 Bill WendlingPlace the LSDA into the TEXT section for x86 Darwin...
2010-03-15 Evan ChengAvoid sibcall optimization if either caller or callee...
2010-03-15 Chris Lattnerfix a few more ambiguous types.
2010-03-15 Jeffrey YasskinTell Valgrind when we modify already-executed machine...
2010-03-14 Chris Lattnerno really, all 64-bit cpu's have cmov support. This...
2010-03-14 Chris Lattnerall 64-bit cpus have cmov, this should fix CodeGen...
2010-03-14 Evan ChengFix jit encoding bugs.
2010-03-14 Chris Lattnerfix PR6605, X86ISD::CMP always returns i32 (EFLAGS...
2010-03-14 Chris Lattneradd support for pentium class CPUs which do not have...
2010-03-14 Chris Lattnercomment fix.
2010-03-14 Chris Lattnershrink 4-byte branches to 1-byte branches when lowering...
2010-03-14 Chris Lattnerget MMI out of the label uniquing business, just go...
2010-03-14 Chris LattnerNow that DBG_LABEL is updated, we can finally make...
2010-03-14 Chris Lattnerchange the DBG_LABEL MachineInstr to always be created
2010-03-14 Chris Lattnerswitch GC_LABEL to use an MCSymbol operand instead...
2010-03-14 Evan ChengDo not force indirect tailcall through fixed registers...
2010-03-14 Chris Lattnerchange the LabelSDNode to be EHLabelSDNode and make...
2010-03-14 Chris Lattnerchange EH related stuff (other than EH_LABEL) to use...
2010-03-13 Daniel DunbarX86_64: Fix encoding for the rest of the 64i32 instruct...
2010-03-13 Daniel DunbarX86: Fix ADD64i32 encoding.
2010-03-13 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-13 Daniel DunbarMC/X86_64: Fix matching of leaq.
2010-03-13 Daniel DunbarMC/X86_64: Fix matching of callq.
next