oota-llvm.git
2010-12-14 Jim GrosbachMake sure to propagate the predicate operands for LEApc...
2010-12-14 Owen AndersonFix a small bug (typo?) in the fixup for Thumb1 CBZ...
2010-12-14 Jakob Stoklund... Add LiveIntervalUnion print methods, RegAllocGreedy...
2010-12-14 Jakob Stoklund... Use TRI::printReg instead of AbstractRegisterDescriptio...
2010-12-14 Jakob Stoklund... Add TargetRegisterInfo::printReg() to pretty-print...
2010-12-14 Jim GrosbachARM Fixups relative to thumb functions need to have...
2010-12-14 Jakob Stoklund... Q.seenAllInterferences() must be called after Q.collect...
2010-12-14 Daniel DunbarMC/ARM: Fix-up fixup offset for fixup_arm_branch target...
2010-12-14 Jim GrosbachTrailing whitespace
2010-12-14 Bill WendlingUse the integer scheduling intrinsic for integer loads...
2010-12-14 Chris Lattner - Insert new instructions before DomBlock's terminator,
2010-12-14 Chris Lattnerfix two significant issues with FoldTwoEntryPHINode:
2010-12-14 Chris Lattnerremove the instsimplify logic I added in r121754. ...
2010-12-14 Chris Lattnerclean up logic, convert std::set to SmallPtrSet, handle...
2010-12-14 Chris Lattnertidy up a bit, move DEBUG down to when we commit to...
2010-12-14 Chris Lattneruse SimplifyInstruction instead of reimplementing part...
2010-12-14 Chris Lattnersimplify GetIfCondition by using getSinglePredecessor.
2010-12-14 Chris Lattneruse AddPredecessorToBlock in 3 places instead of a...
2010-12-14 Chris Lattnermake FoldTwoEntryPHINode use instsimplify a bit, make
2010-12-14 Chris Lattnerremove the dead (and terrible) llvm::RemoveSuccessor...
2010-12-14 Chris Lattnerimprove DEBUG's a bit, switch to eraseFromParent()...
2010-12-14 Chris Lattnerfix yet anohter broken line
2010-12-14 Chris Lattnerreapply my recent change that disables a piece of the...
2010-12-14 Bill WendlingThe tLDR et al instructions were emitting either a...
2010-12-14 Evan Chengbfi A, (and B, C1), C2) -> bfi A, B, C2 iff C1 & C2...
2010-12-14 Jason W Kimfix fixme case typo :-)
2010-12-14 Jakob Stoklund... Remove unused vector.
2010-12-14 Jakob Stoklund... Add IntervalMap to the Programmer's Manual.
2010-12-14 Jakob Stoklund... Remove debugging code.
2010-12-14 Jakob Stoklund... Try reassigning all virtual register interferences...
2010-12-14 Jakob Stoklund... Add stub for RAGreedy::trySplit.
2010-12-14 Owen AndersonSecond attempt at make Thumb2 LEAs pseudos. This time...
2010-12-13 Owen AndersonFix recent buildbot breakage by pulling SimplifyCFG...
2010-12-13 Jason W KimFirst cut of ARM/MC/ELF PIC relocations.
2010-12-13 Bob WilsonRemove the rest of the *_sfp Neon instruction patterns.
2010-12-13 Bob WilsonSimplify N2VSPat, removing some unnecessary type arguments.
2010-12-13 Chris Lattnertemporarily disable part of my previous patch, which...
2010-12-13 Dan GohmanUpdate a comment.
2010-12-13 Owen AndersonRevert r121721, which broke buildbots.
2010-12-13 Dan GohmanReapply r121520, PartialAlias implementation for BasicA...
2010-12-13 Dan GohmanUpdate memdep to handle PartialAlias as MayAlias.
2010-12-13 Owen AndersonMake Thumb2 LEA-like instruction into pseudos, which...
2010-12-13 Bob WilsonDelete a line that I forgot to revert previously.
2010-12-13 Bob WilsonUse COPY_TO_REGCLASS instead of pseudo instructions...
2010-12-13 Bob WilsonUse pseudo instructions for 2-register Neon instruction...
2010-12-13 Bob WilsonRemove unused instruction class arguments.
2010-12-13 Evan ChengGeneralize BFI isel lowering a bit.
2010-12-13 Chris Lattneradd some DEBUG's.
2010-12-13 Owen AndersonIn Thumb2, direct branches can be encoded as either...
2010-12-13 Jim GrosbachUse 32-bit types for 32-bit values.
2010-12-13 Jim GrosbachTrailing whitespace.
2010-12-13 Benjamin KramerFix sort predicate. qsort(3)'s predicate semantics...
2010-12-13 Chris Lattnerrename test
2010-12-13 Chris LattnerAdd a couple dag combines to transform mulhi/mullo...
2010-12-13 Chris Lattnerreinstate my patch: the miscompile was caused by an...
2010-12-13 Chris LattnerCompletely disable the optimization I added in r121680...
2010-12-13 Chris Lattnerremove the verbose-asm "constant pool double" comments...
2010-12-13 Chris LattnerMake simplifycfg reprocess newly formed "br (cond1...
2010-12-13 Chris Lattnermake this logic a bit simpler.
2010-12-13 Chris Lattnersplit all the guts of SimplifyCFGOpt::run out into...
2010-12-13 Chris Lattnerfix a bug in r121680 that upset the various buildbots.
2010-12-13 Chris Lattnerrefactor the speculative execution logic to be factored...
2010-12-13 Chris Lattnersimplify a bunch of code.
2010-12-13 Chris Lattnermove HoistThenElseCodeToIf up to a more logical and...
2010-12-13 Chris Lattnermove 'MergeBlocksIntoPredecessor' call earlier. Use
2010-12-13 Chris Lattnermake these tests a bit less fragile
2010-12-13 Chris Lattnerfactor new code out to a SimplifyBranchOnICmpChain...
2010-12-13 Chris Lattnerenhance the "change or icmp's into switch" xform to...
2010-12-13 Chris Lattnermerge two tests
2010-12-13 Chris Lattnermerge two very similar functions into one that has...
2010-12-13 Evan ChengDisable auto-detection of AVX support since AVX codegen...
2010-12-13 Chris Lattnerdon't bother handling non-canonical icmp's
2010-12-13 Chris Lattnerinline a function, making the result much simpler.
2010-12-13 Chris LattnerFix my previous patch to handle a degenerate case that...
2010-12-13 Chris Lattnerconvert some methods to be static functions
2010-12-13 Chris Lattnerzap two more std::sorts.
2010-12-13 Chris Lattnerfix a fairly serious oversight with switch formation...
2010-12-13 Chris Lattnersimplify code and reduce indentation
2010-12-13 Chris Lattnerconvert an std::sort to array_pod_sort.
2010-12-13 Chris Lattnermove the "br (X == 0 | X == 1), T, F" -> switch optimiz...
2010-12-13 Chris Lattnerreduce indentation and generally simplify code, no...
2010-12-13 Bill WendlingAdd support for using the `!if' operator when initializ...
2010-12-13 Chris Lattneruse getFirstNonPHIOrDbg to simplify this code.
2010-12-13 Chris Lattnerreduce indentation by using continue, no functionality...
2010-12-13 Bill WendlingMove <map> include out of .h and into .cpp.
2010-12-13 Bill WendlingMerge DEBUG statements.
2010-12-13 Chris Lattnereliminate the Records global variable, patch by Garriso...
2010-12-13 Chris Lattnerclean up RecordKeeper::getAllDerivedDefinitions, patch...
2010-12-13 Chris Lattnerfurther fixes.
2010-12-13 Chris Lattneradd a note
2010-12-12 Wesley PeckMissed some ADDI <-> ADDIK conversions in 121649.
2010-12-12 Wesley PeckReverting commit to LLVMLibDeps that was inadvertently...
2010-12-12 Wesley PeckMBlaze delay slot filler was not capable of using ADDK...
2010-12-12 Wesley PeckThe ADD and ADDK (and all variants) instructions where...
2010-12-12 Tobias GrosserRemove useless dynamic_cast<>().
2010-12-12 Peter CollingbourneRegen configure
2010-12-12 Peter CollingbourneFix paths; AutoRegen.sh changes its current working...
2010-12-12 Wesley Peck1. Change MBlaze indirect branches to use absolute...
2010-12-12 Duncan SandsCatch attempts to remove a deleted node from the CSE...
2010-12-12 Chris Lattnerfix typo
next