implement some simple bswap optimizations, rdar://5992453
[oota-llvm.git] / lib /
2008-06-18 Chris Lattnerimplement some simple bswap optimizations, rdar://5992453
2008-06-18 Chris Lattnermake truncate/sext elimination capable of changing...
2008-06-18 Evan ChengUnbreak DECLARE isel in pic mode.
2008-06-18 Devang PatelPreserve dominance frontier while trivially unswitching...
2008-06-17 Dan GohmanAuto-upgrade code for multiple-value return statements...
2008-06-17 Dan GohmanIn InsertValueInst's copy ctor, actually copy the operands.
2008-06-17 Owen AndersonWe don't want to find dependencies within the same...
2008-06-17 Dan GohmanImplement the ExtractValueInst::getIndexedType that...
2008-06-17 Evan ChengLive-through live interval is [mbb start, mbb end+1].
2008-06-17 Evan ChengWhen extending a liveinterval by commuting, don't throw...
2008-06-17 Ted KremenekConsistently set "Buckets[NumBuckets] = reinterpret_cas...
2008-06-17 Owen AndersonAdd an insertBefore method for attaching previously...
2008-06-17 Evan ChengIt's not safe to remove SUBREG_TO_REG that looks like...
2008-06-17 Anton KorobeynikovAdd one more 'magic' define :)
2008-06-17 Anton KorobeynikovUnbreak non-PPC builds
2008-06-17 Anton KorobeynikovProvide generic hooks for icache invalidation. Add...
2008-06-17 Chris Lattnerrevert recent patch which is causing widespread breakage.
2008-06-17 Evan ChengDon't forget to initialize SymbolSearchingDisabled.
2008-06-17 Duncan SandsFix typo that changed the logic to something wrong.
2008-06-17 Duncan SandsSplit type expansion into ExpandInteger and ExpandFloat
2008-06-17 Matthijs KooijmanLearn IPConstProp to propagate arguments that are direc...
2008-06-17 Matthijs KooijmanLearn IPConstProp to look at individual return values...
2008-06-17 Matthijs KooijmanUse a SmallVector instead of an array, since auto_ptr...
2008-06-17 Chris Lattneradd a new -enable-value-prop flag for llcbeta, that...
2008-06-17 Duncan SandsFix spelling.
2008-06-17 Evan ChengRather than avoiding to wrap ISD::DECLARE GV operand...
2008-06-16 Chris LattnerAdd a missing ~ (dtor became ctor) which caused crashes...
2008-06-16 Evan ChengDo not issue identity copies.
2008-06-16 Dan GohmanRefine the change in r52258 for avoiding use-before...
2008-06-16 Chris Lattnerswitch TypeHasCycleThroughItself from using an std...
2008-06-16 Chris Lattnerstop making PATypeHolder's so crazily.
2008-06-16 Evan ChengHorizontal-add instructions are not commutative.
2008-06-16 Evan ChengSwitch over to SetVector to ensure same order of iterat...
2008-06-16 Chris Lattneruse a real associative container for type association...
2008-06-16 Evan Chengmpsadbw is commutable.
2008-06-16 Chris Lattnerbail out sooner if we have two concrete but different...
2008-06-16 Chris Lattnersimplify some code.
2008-06-16 Chris LattnerApply a patch from Nathan Keynes, which speeds up llvm...
2008-06-16 Owen AndersonRemove special case handling of empty MBBs now that...
2008-06-16 Chris Lattnerhandle vectors. Any integers that got here would neces...
2008-06-16 Chris LattnerSimplify ResolveTypes by pulling the null case out...
2008-06-16 Evan ChengIterating over SmallPtrSet is not deterministic.
2008-06-16 Chris Lattnersimplify RecursiveResolveTypes and ResolveTypes by...
2008-06-16 Chris LattnerAdd a new flag that disables symbol lookup with dlsym...
2008-06-16 Chris LattnerAdd support for icache invalidation on non-darwin ppc...
2008-06-16 Owen AndersonRe-enable empty block indexing by default, since it...
2008-06-16 Matthijs KooijmanMake BuildSubAggregate use FindInsertedElement again...
2008-06-16 Matthijs KooijmanMake the InsertBefore argument to FindInsertedValue...
2008-06-16 Matthijs KooijmanPass around Instruction* instead of Instruction& in...
2008-06-16 Matthijs Kooijman80 column fixes.
2008-06-16 Matthijs KooijmanMove FindScalarValue from InstructionCombining.cpp...
2008-06-16 Argyrios KyrtzidisMinor comment fix.
2008-06-16 Duncan SandsAllow these transforms for types like i256 while
2008-06-16 Evan ChengFix read after free found by valgrind.
2008-06-16 Evan ChengAdd option to commuteInstruction() which forces it...
2008-06-16 Owen AndersonMake indexing empty basic blocks an option for the...
2008-06-16 Chris Lattnersimplify some code by using a helper function. This...
2008-06-16 Chris Lattnermove a bunch of predicates up into their own section
2008-06-16 Chris LattnerOther parts of this code treat noalias arguments as...
2008-06-16 Chris LattnerIf we are checking to see if the result of a call aliases a
2008-06-16 Owen AndersonAssign indices to empty basic blocks. This will be...
2008-06-16 Chris LattnerRefactor basicaa's main alias function somethin' fierce.
2008-06-16 Chris LattnerSwitch from generating the int128 typedefs based on...
2008-06-16 Chris LattnerFix the crash on SimplifyLibCalls/2005-05-20-sprintf...
2008-06-16 Chris Lattnerfix pr2460
2008-06-15 Duncan SandsThe transforms in visitEXTRACT_VECTOR_ELT are
2008-06-15 Duncan SandsLegalizeTypes support for INSERT_VECTOR_ELT with
2008-06-15 Wojciech MatyjewiczFix PR2434. When scanning for exising binary operator...
2008-06-15 Wojciech MatyjewiczAdd a missing semicolon.
2008-06-15 Argyrios KyrtzidisFix the sys::Path::getSuffix() implementation.
2008-06-15 Argyrios KyrtzidisFix the environment block that is passed to the CreateP...
2008-06-14 Duncan SandsRemove a redundant AfterLegalize check. Turn
2008-06-14 Wojciech MatyjewiczChange 'while' loop to 'do' loop.
2008-06-14 Andrew Lenharthadd missing atomic intrinsic from gcc
2008-06-14 Chris LattnerFix a case where tailcallelim wouldn't set the changed...
2008-06-13 Evan ChengTeach the spiller to commute instructions in order...
2008-06-13 Eli FriedmanDon't skip over instructions other than loads that...
2008-06-13 Dan GohmanProtect ChangeCompareStride from situations in which...
2008-06-13 Eli FriedmanMake sure SimplifyStoreAtEndOfBlock doesn't mess with...
2008-06-13 Duncan SandsDisable some DAG combiner optimizations that may be
2008-06-13 Wojciech MatyjewiczUse recently added getTruncateOrZeroExtend method to...
2008-06-13 Nick LewyckyCrash less. The i64 restriction in BinomialCoefficient...
2008-06-12 Gabor Greiffix a minor deviation from the original in my previous...
2008-06-12 Gabor Greifop_iterator-ify some loops, low hanging fruit only...
2008-06-12 Evan ChengDo not speculatively execute an instruction by hoisting...
2008-06-12 Evan ChengRevert 52223.
2008-06-12 Owen AndersonSwitch GVN to use ScopedHashTable.
2008-06-12 Matthijs KooijmanFix redirection of stderr in sys::Program::ExecuteAndWa...
2008-06-12 Matthijs KooijmanMake I/O redirection handling in sys::Program a bit...
2008-06-11 Gabor Greifop_iterator-ify some loops, fix 80col violations
2008-06-11 Anton KorobeynikovProperly lower DYNAMIC_STACKALLOC - bracket all black...
2008-06-11 Evan ChengFor now, avoid generating FP select instructions in...
2008-06-11 Evan ChengAvoid duplicating loop header which leads to unnatural...
2008-06-11 Matthijs KooijmanTeach instruction combining about the extractvalue...
2008-06-11 Duncan SandsSometimes (rarely) nodes held in LegalizeTypes
2008-06-11 Gordon HenriksenBetter test for availability of __gnu_cxx::stdio_filebuf.
2008-06-11 Matthijs KooijmanClarify a comment.
2008-06-10 Gabor Greifop_iterator-ify loops
2008-06-09 Dan GohmanTeach isGAPlusOffset to respect a GlobalAddressSDNode...
2008-06-09 Dan GohmanRe-apply 52002, allowing the verifier to accept non...
next