add another overflow idiom
[oota-llvm.git] / lib / Transforms /
2010-12-15 Chris Lattnermake qsort predicate more conformant by returning 0...
2010-12-15 Owen AndersonFix PR8790, another instance where unreachable code...
2010-12-15 Owen AndersonCleanup trailing whitespace.
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 Lattnerreapply my recent change that disables a piece of the...
2010-12-13 Owen AndersonFix recent buildbot breakage by pulling SimplifyCFG...
2010-12-13 Chris Lattnertemporarily disable part of my previous patch, which...
2010-12-13 Chris Lattneradd some DEBUG's.
2010-12-13 Benjamin KramerFix sort predicate. qsort(3)'s predicate semantics...
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 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 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 very similar functions into one that has...
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 Chris Lattneruse getFirstNonPHIOrDbg to simplify this code.
2010-12-11 Benjamin KramerGeneralize the and-icmp-select instcombine further...
2010-12-11 Benjamin KramerFactor the (x & 2^n) ? 2^m : 0 instcombine into its...
2010-12-09 Chris Lattnerenhance memcpyopt to zap memcpy's that have the same...
2010-12-09 Chris Lattnerfix PR8753, eliminating a case where we'd infinitely...
2010-12-09 Dan GohmanReally check that the bits that will become zero are...
2010-12-07 Frits van BommelRemove some dead code from the jump threading pass.
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-12-07 Chris Lattnerreapply r121100 with a tweak to constant fold ConstExpr...
2010-12-07 Eric ChristopherTemporarily revert r121100 as it's causing clang to...
2010-12-07 Chris Lattnerfix PR8710 - teach global opt that some constantexprs...
2010-12-06 Frits van BommelImplement jump threading of 'indirectbr' by keeping...
2010-12-06 Chris Lattnerreplace a linear scan with a symtab lookup, reduce...
2010-12-06 Chris LattnerUse a stronger predicate here, pointed out by Duncan
2010-12-06 Chris Lattneradd some DEBUG statements.
2010-12-06 Chris LattnerFix PR8735, a really terrible problem in the inliner...
2010-12-06 Chris Lattnerimprove comment
2010-12-06 Chris Lattnerimprove -debug output and comments a little.
2010-12-06 Chris LattnerFix PR8728, a miscompilation I recently introduced...
2010-12-05 Frits van BommelRefactor jump threading.
2010-12-05 Frits van BommelRemove trailing whitespace.
2010-12-05 Frits van BommelTeach SimplifyCFG to turn
2010-12-01 Jay FoadPR5207: Rename overloaded APInt methods set(), clear...
2010-12-01 Chris Lattnerfix a bozo bug I introduced in r119930, causing a misco...
2010-11-30 Chris LattnerEnhance DSE to handle the variable index case in PR8657.
2010-11-30 Chris Lattnerteach DSE to use GetPointerBaseWithConstantOffset to...
2010-11-30 Chris Lattnermove GetPointerBaseWithConstantOffset out of GVN into...
2010-11-30 Chris Lattnerremove a fixed fixme
2010-11-30 Chris LattnerMake DeleteDeadInstruction be a static function, move...
2010-11-30 Chris Lattnerswitch RemoveAccessedObjects to use AliasAnalysis:...
2010-11-30 Chris Lattnertwo improvements to RemoveAccessedObjects:
2010-11-30 Chris Lattnerremove the "undead" terminology, which is nonstandard...
2010-11-30 Chris Lattnermove call handling in handleEndBlock up a bit, and...
2010-11-30 Dale JohannesenAvoid exponential growth of a table. It feels like
2010-11-30 Chris Lattnervarious cleanups and code simplification
2010-11-30 Chris Lattnermake getPointerSize a static function. Add ivars to...
2010-11-30 Chris Lattnerreduce indentation, clean up TD use a bit.
2010-11-30 Chris Lattnerenhance isRemovable to refuse to delete volatile mem...
2010-11-30 Chris LattnerRewrite the main DSE loop to be written in terms of...
2010-11-30 Anders CarlssonAdd a puts optimization that converts puts() to putchar...
2010-11-30 Chris Lattnerrename a function and reduce some indentation, no funct...
2010-11-30 Chris Lattnerremove the pointless check of MemoryUseIntrinsic from
2010-11-30 Chris Lattnerrename doesClobberMemory -> hasMemoryWrite to be more...
2010-11-30 Chris Lattnerclean up handling of 'free', detangling it from everyth...
2010-11-30 Chris LattnerTeach basicaa that memset's modref set is at worst...
2010-11-30 Chris Lattnermy previous patch would cause us to start deleting...
2010-11-30 Chris Lattnertwo changes to DSE that shouldn't affect anything:
2010-11-29 Chris Lattnerprune an llvmcontext include and simplify some code.
2010-11-29 Chris Lattnerfix PR8677, patch by Jakub Staszak!
2010-11-29 Frits van BommelTransform (extractvalue (load P), ...) to (load (gep...
2010-11-27 Owen AndersonSecond attempt at fixing the performance regressions...
2010-11-24 Nick LewyckyTreat a call of function pointer like a load of the...
2010-11-23 Duncan SandsRename SimplifyDistributed to the more meaningfull...
2010-11-23 Benjamin KramerThe srem -> urem transform is not safe for any divisor...
2010-11-23 Duncan SandsReplace calls to ConstantFoldInstruction with calls...
2010-11-23 Duncan SandsConstant folding here is pointless, because Instruction...
2010-11-23 Benjamin KramerInstCombine: Reduce "X shift (A srem B)" to "X shift...
2010-11-23 Duncan SandsPropagate LeftDistributes and RightDistributes into...
next