oota-llvm.git
2010-02-11 Jeffrey YasskinMake Kaleidoscope not link against the interpreter...
2010-02-11 Dan GohmanAdd an svn:ignore.
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... Use 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 Jeffrey YasskinFix (harmless) memory leak found by memcheck.
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 Lattnerconvert to filecheck.
2010-02-11 Chris LattnerMake DSE only scan blocks that are reachable from the...
2010-02-11 Chris Lattnera testcase that doesn't crash GVN but could someday.
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 Devang Pateltest case for r95842.
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... Reuse operand location when updating PHI instructions.
2010-02-11 Jakob Stoklund... Remove duplicate successors from indirectbr instruction...
2010-02-11 Devang PatelIgnore dbg info intrinsics.
2010-02-11 Kevin EnderbyRemove the few # TAILCALL comments that snuck in. ...
2010-02-11 Kevin EnderbyUpdate the X86 assembler matcher test case now that...
2010-02-10 Dan GohmanAdd support to llvm-extract for extracting multiple...
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 Dale JohannesenAllow isDebug inquiry on any MO.
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 Chris Lattneradd a virtual dtor to MCTargetExpr, hopefully silencing...
2010-02-10 Eli FriedmanA few missed optimizations; the last one could have...
2010-02-10 Chris Lattnerwork around a gcc bug with -Wuninitialized.
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 Daniel DunbarXFAIL this on linux until I figure out what is happening.
2010-02-10 Daniel Dunbarlit: Ignore dot files when scanning for tests (e.g...
2010-02-10 Daniel DunbarMC/AsmMatcher: Tweak conversion function name.
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 GohmanUse doxygen comment syntax.
2010-02-10 Dan GohmanFix several comments which had previously been "the...
2010-02-10 Kevin EnderbyReplace this file containing 4 tests of x86 32-bit...
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 Dan GohmanMinor code simplification.
2010-02-10 Benjamin KramerSilence GCC warnings.
2010-02-10 Daniel DunbarMC/AsmMatcher: Add support for creating tied operands...
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 Dan GohmanImplement operators |=, &=, and ^= for SmallBitVector...
2010-02-10 Daniel DunbarMC: Switch MCFixup to just hold an MCExpr pointer inste...
2010-02-10 Daniel DunbarFix a signed comparison warning.
2010-02-10 Daniel DunbarRemove stray DOS newline.
2010-02-10 Daniel DunbarAdd a ReleaseNotes FIXME.
2010-02-10 Garrison VennPrevented build on WINDOWS using default make system...
2010-02-10 Sean CallananUpdated the enhanced disassembly library's TableGen
2010-02-10 Garrison VennPrevented ExceptionDemo example being built on WINDOWS...
2010-02-10 Sean CallananUpdated the TableGen emitter for the Enhanced
2010-02-10 Sean CallananChanged AsmWriterOperand to also include the index...
2010-02-10 Evan ChengNow that ShrinkDemandedOps() is separated out from...
2010-02-10 Chris Lattner"fixup" a comment.
2010-02-10 Chris LattnerIntroduce a new CodeGenInstruction::ConstraintInfo...
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 Chris LattnerStop MachineInstr.h from #including AsmPrinter.h
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 Garrison VennAdds a JIT based exception handling example to the...
2010-02-09 Sean CallananFixed some indentation in the AsmWriterInst
next