unbreak the build.
[oota-llvm.git] / lib /
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...
2010-02-11 Eric ChristopherAdd ConstantExpr handling to Intrinsic::objectsize...
2010-02-11 Bill WendlingFix to get it to compile.
2010-02-11 Bill WendlingDon't print out a default newline when emitting the...
2010-02-11 Jeffrey YasskinMake it possible to create multiple JIT instances at...
2010-02-11 Jakob Stoklund OlesenReuse operand location when updating PHI instructions.
2010-02-11 Jakob Stoklund OlesenRemove duplicate successors from indirectbr instruction...
2010-02-11 Devang PatelIgnore dbg info intrinsics.
2010-02-10 Mon P WangThe previous fix of widening divides that trap was...
2010-02-10 Dale JohannesenIgnore debug info one more place during coalescing.
2010-02-10 Bob WilsonDelete dead PHI machine instructions. These can be...
2010-02-10 Dale JohannesenSkip debug info in a couple of places.
2010-02-10 Bill WendlingUse an index instead of pointers into the vector. If...
2010-02-10 Dale JohannesenWhen I rewrote this loop per Chris' preference I
2010-02-10 Eli FriedmanA few missed optimizations; the last one could have...
2010-02-10 Devang PatelStrip new llvm.dbg.value intrinsic.
2010-02-10 Daniel DunbarMC/X86 AsmMatcher: Fix a use after free spotted by...
2010-02-10 Dan GohmanMinor whitespace cleanups.
2010-02-10 Dan GohmanUse an AssemblyAnnotatorWriter to clean up IVUsers...
2010-02-10 Dan GohmanAdd a hook to AssemblyAnnotationWriter to allow custom...
2010-02-10 Dan GohmanFix several comments which had previously been "the...
2010-02-10 Johnny ChenAdded NOP, DBG, SVC to the instruction table for disass...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-10 Chris Lattneremit some simple (and probably incorrect) fixups for...
2010-02-10 Chris Lattnerkeep track of what the current byte being emitted is
2010-02-10 Chris Lattnersimplify displacement handling, emit displacements...
2010-02-10 Dan GohmanCanonicalize sizeof and alignof on pointer types to...
2010-02-10 Daniel DunbarMC: Switch MCFixup to just hold an MCExpr pointer inste...
2010-02-10 Evan ChengNow that ShrinkDemandedOps() is separated out from...
2010-02-10 Daniel Dunbarllvm-mc: Remove --show-fixups and always show as part...
2010-02-10 Dale JohannesenRewrite loop to suit Chris' preference.
2010-02-10 Chris Lattnerfix a layering violation: VirtRegRewriter.cpp shouldn...
2010-02-10 Evan ChengRemove duplicated #include.
2010-02-10 Evan ChengEmit an error for illegal inline asm constraint (which...
2010-02-10 Chris Lattnerfix missing #includes.
2010-02-10 Chris Lattnerdaniel *really* likes fixups!
2010-02-10 Bill WendlingImprove comments a even more.
2010-02-10 Dale JohannesenSkip DBG_VALUE many places in live intervals and
2010-02-10 Chris LattnerMove verbose asm instruction comments to using MCStreamer.
2010-02-10 Bill WendlingImprove comments a bit more.
2010-02-10 Dale Johannesenmore comment updates
2010-02-10 Dale JohannesenAdd isDebug argument to ChangeToRegister; this prevents
2010-02-10 Chris Lattnerprint all the newlines at the end of instructions with
2010-02-10 Kenneth UildriksIntegerValType holds a uint32_t, so its constructor...
2010-02-10 Dale JohannesenFix comments to reflect renaming elsewhere.
2010-02-10 Kevin EnderbyFix the encoding of the movntdqa X86 instruction. ...
2010-02-10 Chris LattnerAdd ability for MCInstPrinters to add comments for...
2010-02-09 David GreeneTableGen fragment refactoring.
2010-02-09 Johnny ChenAdd VBIF/VBIT for disassembly only.
2010-02-09 David GreeneOnly dump output in debug mode.
2010-02-09 Daniel Dunbarllvm-mc: Add --show-fixups option, for displaying the...
2010-02-09 Daniel DunbarMC/X86: Add a dummy implementation of MCFixup generatio...
2010-02-09 Daniel DunbarMC: First cut at MCFixup, for getting fixup/relocation...
2010-02-09 Bill WendlingImprove comments in the LSDA somewhat. They can be...
2010-02-09 Johnny ChenAdded VMRS/VMSR for disassembly only.
2010-02-09 Chris Lattnerport encoder enhancements over to the new encoder.
2010-02-09 Chris Lattnerfix X86 encoder to output [disp] only addresses with...
2010-02-09 Eric ChristopherMove Intrinsic::objectsize lowering back to InstCombine...
2010-02-09 Chris Lattnerrevert r95689: getX86RegNum(BaseReg) != N86::ESP is
2010-02-09 Chris Lattnersimplify.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-09 Jim GrosbachRadar 7417921
2010-02-09 Eric ChristopherPull these back out, they're a little too aggressive...
2010-02-09 Johnny ChenAdded vcvtb/vcvtt (between half-precision and single...
2010-02-09 Jakob Stoklund OlesenRemember to update live-in lists when coalescing physregs.
2010-02-09 Chris Lattnermove PR3462 to here.
2010-02-09 Chris Lattneradd a note from PR6194
2010-02-09 Dale JohannesenSkip DEBUG_VALUE in some places where it was affecting...
2010-02-09 Devang PatelAdd declaration attribute to a variable DIE, if there...
2010-02-09 Chris Lattnersimplify this code, duh.
2010-02-09 Chris Lattnerfix PR6193, only considering sign extensions *from...
2010-02-09 Eric ChristopherAdd file in here too.
2010-02-09 Chris Lattnermake -show-inst be formatted a bit nicer. Before:
2010-02-09 Lang HamesFixed a bug in the PBQP allocator's findCoalesces method.
2010-02-09 Chris LattnerImplement x86 asm parsing support for %st and %st(4)
2010-02-09 Lang HamesAdded copy sensible construction & assignment to PBQP...
2010-02-09 Eric ChristopherAdd a new pass to do llvm.objsize lowering using SCEV.
2010-02-09 Chris Lattnerpass stringref by value instead of by const&
2010-02-09 Chris Lattnermove PR6212 to this file.
next