oota-llvm.git
2010-02-26 Chris Lattnerpass in more section kinds, enough to get the .align...
2010-02-26 Sanjiv GuptaThe cloner has nothing to do if any of the main or...
2010-02-26 Chris Lattnerfix PR6435 another bug from the MallocInst elimination...
2010-02-26 Jeffrey YasskinSet svn:keywords property on docs/Packaging.html.
2010-02-26 Jeffrey YasskinAdd to the packaging advice.
2010-02-26 Sanjiv GuptaReapply things reverted back in 97220, with the fixed...
2010-02-26 Dan Gohmanmovl is a cheaper way to materialize 0 without clobberi...
2010-02-26 Richard OsborneFix XCoreTargetLowering::isLegalAddressingMode() to...
2010-02-26 Chandler CarruthRevert r97211 and r97213 to get the build green again.
2010-02-26 Chris Lattneradd some helpful comments to the emitter
2010-02-26 Chris Lattnerswitch from my nice hashtable based merging solution...
2010-02-26 Chris Lattnerfix same bug in CheckChainCompatibleMatcher::isEqualImpl
2010-02-26 Chris Lattnerfix a nasty bug in CheckTypeMatcher::isEqualImpl
2010-02-26 Chris Lattnerfinish off the factoring optimization along the lines...
2010-02-26 Chris Lattneradd a new setNumChildren method for resizing scopes...
2010-02-26 Sanjiv GuptaCurrently in LLVM, names of libcalls are assigned durin...
2010-02-26 Chris Lattnerfix the matcher in the presence of multiple scopes...
2010-02-26 Sanjiv GuptaBefore converting an operand to mem, check if it is...
2010-02-26 Chris Lattnerthis file lacks a run line!
2010-02-26 Dan GohmanFix a typo.
2010-02-26 Dan GohmanDelete a bunch of redundant predicates.
2010-02-26 Bill WendlingFix comments.
2010-02-26 Jeffrey YasskinGive packagers some advice about how to build LLVM...
2010-02-26 Bill WendlingAdd another (and hopefully the last) exception case...
2010-02-26 Bill WendlingAnd should use the correct variable.
2010-02-26 Bill WendlingGot assertion check backwards.
2010-02-25 Bill WendlingCatch a corner case where adding the padding to the...
2010-02-25 Dan GohmanFix a few more typos.
2010-02-25 Dan GohmanFix a typo.
2010-02-25 John CriswellAdded SAFECode (safecode) to the list of projects to...
2010-02-25 Chris Lattnerrewrite OptimizeGlobalAddressOfMalloc to fix PR6422...
2010-02-25 Daniel Dunbartests: Propogate the HOME environment variable through...
2010-02-25 Bill WendlingFix HTML.
2010-02-25 Bill WendlingMake comment more meaningful.
2010-02-25 Dan GohmanAdd svn:ignore.
2010-02-25 Dan GohmanFix ExpandVectorBuildThroughStack for the case where the
2010-02-25 Johnny ChenAdded the following 32-bit Thumb instructions for disas...
2010-02-25 Johnny ChenAdded the 32-bit Thumb instructions (BXJ) for disassemb...
2010-02-25 Chris Lattnerchange the scope node to include a list of children...
2010-02-25 Johnny ChenAdded the 32-bit Thumb instructions (MRS and MSR) for...
2010-02-25 Kevin EnderbyThis is a patch to the assembler frontend to detect...
2010-02-25 Dan Gohmanstkrc is gone.
2010-02-25 Dan GohmanAdd the union keyword.
2010-02-25 Dan GohmanMerge the advanced getelementptr FAQ into the regular
2010-02-25 Daniel DunbarFix TextAlignFillValue in a few places
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.
next