oota-llvm.git
2010-02-25 Daniel DunbarAdd simple script for finding most-recent-rev-before...
2010-02-25 Johnny ChenAdded the following 16-bit Thumb instructions for disas...
2010-02-25 Chris Lattnerremove a dead PatLeaf, I previously changed all uses...
2010-02-25 Dan GohmanFix a typo.
2010-02-25 Dan GohmanClarify the description of pointer types, and move the
2010-02-25 Dan GohmanTeach the constant folder about union types.
2010-02-25 Dan GohmanRemove code which assumes it knows how vectors are...
2010-02-25 Dan GohmanAdd more information to the getSizeOf comment.
2010-02-25 Dan GohmanRemove this paragraph. Vectors may not always have...
2010-02-25 Dan GohmanRevert r97064. Duncan pointed out that bitcasts are...
2010-02-25 Nick LewyckyMake the side-numbering of instructions used by metadat...
2010-02-25 Chris LattnerImplement the first half of redundancy factoring: effic...
2010-02-25 Dan GohmanMake LoopSimplify change conditional branches in loop...
2010-02-25 Chris Lattnerfactor the print method better.
2010-02-25 Nick LewyckyDump the presence of attached metadata even if we don...
2010-02-25 Chris Lattneradd methods to do equality checks and get hashes of...
2010-02-25 Nick LewyckyModernize comment.
2010-02-25 Nick LewyckyCorrect whitespace.
2010-02-25 Jeffrey YasskinTry r96559 for the third time. This time the shared...
2010-02-25 Sanjiv GuptaEach field of auxiliary debug entry is only 1 byte...
2010-02-25 Johnny ChenAdded tNOP for disassembly only.
2010-02-25 Dan GohmanTruncate from i64 to i32 is "free" on x86-32, because...
2010-02-25 Scott MichelRevert this patch for the time being. Needs more testing.
2010-02-25 Johnny ChenAdded tSVC and tTRAP for disassembly only.
2010-02-25 Chris Lattnerformatting.
2010-02-25 Chris Lattnerrename fooMatcherNode to fooMatcher.
2010-02-25 Chris Lattneradd some noop code to push it out of my tree.
2010-02-25 Chris Lattnerrename PushMatcherNode -> ScopeMatcherNode to more...
2010-02-25 Scott MichelLarge stack frame patch for the CellSPU: handle stack...
2010-02-25 Jeffrey YasskinFilter the future all-of-llvm shared library out of...
2010-02-25 Bill WendlingMC'ize padding when padding the ULEB128 value.
2010-02-25 Chris Lattneradd a fixme for an experiment that defeated me for...
2010-02-24 Bill WendlingLLVM puts padding bytes in the __gcc_except_tab section...
2010-02-24 Chris Lattnerfix a bug I introduced by checking the wrong node's...
2010-02-24 Chris Lattnerclean up various VT manipulations, patch by Micah Villm...
2010-02-24 Jakob Stoklund... Create a stack frame on ARM when
2010-02-24 Chris Lattnerfix PR5954, patch by Roman Divacky.
2010-02-24 Bob WilsonCheck for comparisons of +/- zero when optimizing less...
2010-02-24 Dan GohmanMake getTypeSizeInBits work correctly for array types...
2010-02-24 Chris Lattnerconvert cycle checker to smallptrset, add comments...
2010-02-24 Chris Lattnerrevert david's patch which does not even build.
2010-02-24 David GreeneUse a SmallPtrSet as suggested by Chris.
2010-02-24 Wesley PeckAdding function "lookupGCCName" to MBlazeIntrinsicInfo
2010-02-24 Chris Lattnercontract movechild+checktype into a new checkchild...
2010-02-24 Johnny ChenAdded Vector Swap (VSWPd and VSWPq) instructions for...
2010-02-24 Chris Lattnersplit the movechild/record/moveparent -> recordchild...
2010-02-24 Dan GohmanConstantFoldInstOperands can theoretically return null...
2010-02-24 Dan GohmanSimplify this code; these casts aren't necessary.
2010-02-24 Chris Lattneremit a histogram of the opcodes in comments.
2010-02-24 Jakob Stoklund... Stay away from str <undef> in ARMLoadStoreOpt. This...
2010-02-24 Johnny ChenFixed typo of opcodestr, should be "vst1", not "vld1".
2010-02-24 Dan GohmanConvert a few more backedge-taken count functions to...
2010-02-24 Daniel DunbarSpeculatively revert r97011, "Re-apply 96540 and 96556...
2010-02-24 Daniel DunbarReapply r97010, the speculative revert failed.
2010-02-24 Chris Lattnerlets not break the old isel.
2010-02-24 Chris LattnerSince the new instruction selector now works, I don...
2010-02-24 Chris Lattnerimplement a simple proof-of-concept optimization for
2010-02-24 Chris LattnerThe new isel passes all tests, time to start making...
2010-02-24 Dan GohmanAdd svn:ignore properties.
2010-02-24 Daniel DunbarSpeculatively revert r97010, "Add an argument to PHITra...
2010-02-24 Dan GohmanWhen forming SSE min and max nodes for UGE and ULE...
2010-02-24 Dan GohmanFix indentation.
2010-02-24 Chris LattnerChange the scheduler from adding nodes in allnodes...
2010-02-24 Chandler CarruthRemove an unused variable. Was this intentional?
2010-02-24 Chris LattnerThe new isel was not properly handling patterns that...
2010-02-24 Chris Lattneradd node #'s to debug dumps.
2010-02-24 Johnny ChenAdded for disassembly VST1 (multiple single elements...
2010-02-24 Sean CallananChanged the table generator so that the X86
2010-02-24 Jim Grosbachhandle very large call frames when require SPAdj !...
2010-02-24 Jim GrosbachLowerCall() should always do getCopyFromReg() to refere...
2010-02-24 Evan ChengRe-apply 96540 and 96556 with fixes.
2010-02-24 Bob WilsonAdd an argument to PHITranslateValue to specify the...
2010-02-24 Jakob Stoklund... DIV8r must define %AX since X86DAGToDAGISel::Select...
2010-02-23 Chris Lattnerfix X86/uint_to_fp-2.ll, only fold loads when they...
2010-02-23 Chris Lattnermake selectnodeto set the nodeid to -1. This makes...
2010-02-23 Jakob Stoklund... Remember to handle sub-registers when moving imp-defs...
2010-02-23 Jakob Stoklund... Keep track of phi join registers explicitly in LiveVari...
2010-02-23 Evan ChengFix rev 96389 by restricting the xform to mask that...
2010-02-23 Kevin EnderbyThis is the second patch to allow x86 code to be aligne...
2010-02-23 Richard OsborneDon't mark call instruction as a barrier.
2010-02-23 Jeffrey YasskinRoll back r96959 again.
2010-02-23 Johnny ChenAdded for disassembly VLD1 (multiple single elements...
2010-02-23 Nicolas GeoffrayUse the module's context instead of the global context.
2010-02-23 Devang Patelnew test case for r96974.
2010-02-23 Chris Lattnerno need to override IsLegalToFold, the base implementation
2010-02-23 Chris Lattnerfix a bug in findNonImmUse (used by IsLegalToFold)...
2010-02-23 Chris LattnerPrint node ID's in dumps and views if set.
2010-02-23 Wesley PeckAdding the MicroBlaze backend.
2010-02-23 Chris Lattneruse OutStreamer.EmitCodeAlignment for alignment in...
2010-02-23 Chris Lattnergenericize MCAsmStreamer::EmitCodeAlignment to support...
2010-02-23 Jeffrey YasskinOops. Pass -lgcc _only_ on ARM, not on everything...
2010-02-23 Richard OsborneECALLF, ECALLT shouldn't be marked as barriers.
2010-02-23 Kevin EnderbyThis is the first patch to put the needed bits in place...
2010-02-23 Richard OsborneMark unconditional branches as barriers. Found using...
2010-02-23 Jeffrey YasskinRoll r96559 forward again, adding libLLVM-2.7svn.so...
2010-02-23 David GreeneSpeed up cycle checking significantly by caching results.
2010-02-23 Dan GohmanDon't do (X != Y) ? X : Y -> X for floating-point...
2010-02-23 Jim GrosbachSpelling. s/suppor /support /
2010-02-23 Dan GohmanRemove the code which constant-folded ptrtoint(inttoptr...
2010-02-23 Garrison VennModified examples Makefile to only build the ExceptionD...
next