MC/Mach-O: Implement EmitValue using data fragments + fixups instead of fill fragment.
[oota-llvm.git] / lib /
2010-02-13 Daniel DunbarMC/Mach-O: Implement EmitValue using data fragments...
2010-02-13 Daniel DunbarMCAssembler: Start applying fixups in the data section.
2010-02-13 Daniel DunbarMCAssembler: Add assorted dump() methods.
2010-02-13 Daniel DunbarX86: Move extended MCFixupKinds into X86FixupKinds.h
2010-02-13 Chris LattnerSplit some code out to a helper function (FindReusableP...
2010-02-13 Chris LattnerSpeed up codegen prepare from 3.58s to 0.488s.
2010-02-13 Chris LattnerPHINode::getBasicBlockIndex is O(n) in the number of...
2010-02-13 Chris Lattneriterate over preds using PHI information when available...
2010-02-13 Chris Lattnerspeed up CGP a bit by scanning predecessors through...
2010-02-13 Chris Lattneradd encoder support and tests for rdtscp
2010-02-13 Johnny ChenAdd SETEND and BXJ instructions for disassembly only.
2010-02-13 Sean CallananAdded the rdtscp instruction to the x86 instruction
2010-02-13 Jakob Stoklund OlesenFix PR6283.
2010-02-13 Dan GohmanFix a pruning heuristic which implicitly assumed that...
2010-02-13 Evan ChengTeach MachineFrameInfo to track maximum alignment while...
2010-02-13 Jakob Stoklund OlesenEnable the inlinehint attribute in the Inliner.
2010-02-13 Sean CallananFixed encodings for invlpg, invept, and invvpid.
2010-02-13 Daniel DunbarMC/AsmParser: Attempt to constant fold expressions...
2010-02-13 Johnny ChenAdded a bunch of saturating add/subtract instructions...
2010-02-13 Chris Lattnerrip out the 'heinous' x86 MCCodeEmitter implementation.
2010-02-13 Chris Lattnerremove special cases for vmlaunch, vmresume, vmxoff...
2010-02-13 Bob WilsonBesides removing phi cycles that reduce to a single...
2010-02-13 Dan GohmanOverride dominates and properlyDominates for SCEVAddRec...
2010-02-13 Daniel DunbarMC/X86: Push immediate operands as immediates not expre...
2010-02-13 Jeffrey YasskinMake PassRegistrar thread-safe since it can be modified...
2010-02-12 Chris LattnerRemove special cases for [LM]FENCE, MONITOR and MWAIT...
2010-02-12 Chris Lattnerimplement the rest of correct x86-64 encoder support for
2010-02-12 Dale JohannesenAdd the problem I just hacked around in 96015/96020.
2010-02-12 Chris Lattnergive MCCodeEmitters access to the current MCContext.
2010-02-12 Jeffrey YasskinMake JIT::runFunction clean up the generated stub function.
2010-02-12 Chris Lattnerimplement infrastructure to support fixups for rip-rel
2010-02-12 Johnny ChenAdd YIELD, WFE, WFI, and SEV instructions for disassemb...
2010-02-12 Chris Lattnerpull the rip-relative addressing mode case up early.
2010-02-12 Chris Lattnerfixme resolved!
2010-02-12 Chris Lattnerstart producing reloc_pcrel_4byte/reloc_pcrel_1byte...
2010-02-12 Chris Lattnerenhance the immediate field encoding to know whether...
2010-02-12 Evan ChengLoad / store multiple instructions cannot load / store...
2010-02-12 Dale JohannesenThis should have gone in with 26015, see comments there.
2010-02-12 Johnny ChenAdd halfword multiply accumulate long SMLALBB/BT/TB...
2010-02-12 Dale JohannesenWhen save/restoring CR at prolog/epilog, in a large
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-12 Johnny ChenAdd SWP (Swap) and SWPB (Swap Byte) for disassembly...
2010-02-12 Evan ChengAlso recognize armv6t2-* and armv5te-* triplets.
2010-02-12 Dan GohmanFix a case of mismatched types in an Add that turned...
2010-02-12 Evan ChengAdd ARM bitcode file magic.
2010-02-12 Dan GohmanReapply 95979, a compile-time speedup, now that the...
2010-02-12 Dan GohmanFix this code to avoid dereferencing an end() iterator in
2010-02-12 Johnny ChenAdd CPS, MRS, MRSsys, MSR, MSRsys for disassembly only.
2010-02-12 Dale JohannesenRewrite handling of DBG_VALUE; previous algorithm
2010-02-12 Chris Lattner1. modernize the constantmerge pass, using densemap...
2010-02-12 Daniel DunbarRevert "Reverse the order for collecting the parts...
2010-02-12 Anton KorobeynikovSetup correct data layout to match gcc's expectations...
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2010-02-12 Dan GohmanReverse the order for collecting the parts of an addrec...
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-02-12 Lang Hames* Updated the cost matrix normalization proceedure...
2010-02-12 Chris Lattneradd a bunch of mod/rm encoding types for fixed mod...
2010-02-12 Chris Lattnerrevert r95949, it turns out that adding new prefixes...
2010-02-12 Johnny ChenAdded coprocessor Instructions CDP, CDP2, MCR, MCR2...
2010-02-12 Bob WilsonAdd a new pass on machine instructions to optimize...
2010-02-12 Daniel DunbarX86: Fix definition for RCL/RCR.*m? operations -- they...
2010-02-12 Chris Lattneradd another bit of space for new kinds of instruction...
2010-02-12 Nate BegemanAdd a missing pattern for movhps so that we get:
2010-02-12 Chris Lattnerfix the encodings of monitor and mwait, which were...
2010-02-12 Chris Lattnerimprove support for minix, PR6280, patch by
2010-02-12 Charles DavisAdd a new function attribute, 'alignstack'. It will...
2010-02-11 Jakob Stoklund OlesenReapply coalescer fix for better cross-class coalescing.
2010-02-11 Chris Lattnerenhance llvm-mc -show-inst to print the enum of an...
2010-02-11 Chris Lattneradd a new MCInstPrinter::getOpcodeName interface, when...
2010-02-11 Chris Lattnerimprove encoding information for branches. We now...
2010-02-11 Daniel DunbarMC: Move assembler-backend's fixup list into the fragment.
2010-02-11 Daniel DunbarMC: Move MCSectionData::Fixup out to MCAsmFixup.
2010-02-11 Chris Lattnermake getFixupKindInfo return a const reference, allowing
2010-02-11 Jakob Stoklund OlesenRevert functional change. This broke a bunch of tests.
2010-02-11 Chris Lattnerswitch to target-indep fixups for 1/2/4/8 byte data.
2010-02-11 Devang Patelrevert 95903.
2010-02-11 Jakob Stoklund OlesenIt is always good to do a cross-class join when the...
2010-02-11 Johnny ChenAdded LDRT/LDRBT/STRT/STRBT for disassembly only.
2010-02-11 Chris Lattnerunbreak the build.
2010-02-11 Devang PatelDestroy MDNodes while destructing llvm context.
2010-02-11 Chris Lattnerrefactor the conditional jump instructions in the ...
2010-02-11 Johnny ChenForgot to also check in this file for vcvt (floating...
2010-02-11 Dale JohannesenAllow for more than one DBG_VALUE targeting the
2010-02-11 Dale JohannesenDon't allow DBG_VALUE to affect codegen.
2010-02-11 Johnny ChenAdded VCVT (between floating-point and fixed-point...
2010-02-11 Johnny ChenAdded BKPT/tBKPT (breakpoint) to the instruction table...
2010-02-11 Jakob Stoklund OlesenUse array_pod_sort instead of std::sort for improved...
2010-02-11 Eric ChristopherMake sure that ConstantExpr offsets also aren't off...
2010-02-11 Johnny ChenAdd pseudo instruction TRAP for disassembly, which...
2010-02-11 Bill WendlingUse .empty() instead of .size().
2010-02-11 Chris Lattnerdont' call getX86RegNum on X86::RIP, it doesn't like...
2010-02-11 Chris Lattnerfix a really nasty bug I introduced in r95693: r12...
2010-02-11 Chris LattnerAdd and commonize encoder support for all immediates.
2010-02-11 Chris Lattnergeneralize EmitDisplacementField to work with any size
2010-02-11 Chris Lattnereliminate the dead IsPCRel argument.
2010-02-11 Chris Lattnereliminate the dead "PCAdj" logic.
2010-02-11 Jeffrey YasskinFix some of the memcheck errors found in the JIT unittests.
2010-02-11 Chris LattnerRename ValueRequiresCast to ShouldOptimizeCast, to...
2010-02-11 Chris LattnerMake DSE only scan blocks that are reachable from the...
2010-02-11 Chris LattnerMake jump threading honor x|undef -> true and x&undef...
next