oota-llvm.git
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
2010-02-09 Johnny ChenAdd VBIF/VBIT for disassembly only.
2010-02-09 Jeffrey YasskinMake --disable-libffi work on systems with libffi insta...
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 Sean CallananAdded AsmWriterInst.cpp to the CMakeList so that
2010-02-09 Dale JohannesenDisable unittests/ADT/BitVectorTest on PPC Darwin.
2010-02-09 Chris Lattnerport encoder enhancements over to the new encoder.
2010-02-09 Sean CallananPer PR 6219, factored AsmWriterInst and AsmWriterOperand
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 Dale JohannesenRe-disable for Darwin; I was mistaken to think this...
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-09 Jim GrosbachRadar 7417921
2010-02-09 Jeffrey YasskinAdd support for TypeBuilder<const/volatile void*, false>.
2010-02-09 Eric ChristopherPull these back out, they're a little too aggressive...
2010-02-09 Jakob Stoklund... Oops.
2010-02-09 Johnny ChenAdded vcvtb/vcvtt (between half-precision and single...
2010-02-09 Jakob Stoklund... Remember to update live-in lists when coalescing physregs.
2010-02-09 Jakob Stoklund... clang test suite
2010-02-09 Dan GohmanMention IndVarSimplify in the comment by getSmallConsta...
2010-02-09 Dan GohmanMention vAny and iPTRAny in a comment.
2010-02-09 Chris Lattnermove tests that depend on the x86 backend out of codege...
2010-02-09 Chris Lattnermake target independent.
2010-02-09 Chris Lattnermerge a target-specific add test into x86 directory.
2010-02-09 Chris Lattnermerge another test in, drop the trivially constant...
2010-02-09 Chris Lattnerconsolidate and filecheckize two tests.
2010-02-09 Chris Lattnermerge two tests, make target independent.
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 Sean CallananUpdated the enhanced disassembly library to produce
2010-02-09 Chris Lattnerfix llvm_build_struct_gep for PR6167, patch by
next