Revert 102135, 102129, 102127, 102106, 102104, 102102, 102012, 102004,
[oota-llvm.git] / lib / Analysis /
2010-04-22 Chris Lattneradd a DEBUG call so that -debug lists when CGSCCPM...
2010-04-22 Dan GohmanDon't attempt to analyze values which are obviously...
2010-04-22 Dan GohmanTidy a comment.
2010-04-21 Dan GohmanMake ScalarEvolution::getConstant support pointer types...
2010-04-21 Chris LattnerImplement (but don't enable) PR6724 and rdar://6295824...
2010-04-21 Dan GohmanRevert r101471. For tight recursive functions which...
2010-04-20 Benjamin KramerPR6880: Don't dereference CallsExternalNode if it's...
2010-04-20 Chris Lattnermove some select simplifications out out instcombine...
2010-04-20 Chris Lattnermake CallGraphNode dtor abort if a node is deleted...
2010-04-19 Dan GohmanRemove the Expr member from IVUsers. Instead of remembe...
2010-04-17 Chris Lattnerfix PR6858: a dangling pointer use bug which was caused
2010-04-17 Chris Lattnera bunch of cleanups and tweaks, no functionality changes.
2010-04-17 Chris Lattnerreenable r101565, removing a problematic assertion.
2010-04-17 Chris Lattnerdisable r101565: an assert is getting triggered. More...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Chris Lattnerbuilding on the new CallGraphSCC abstraction, teach...
2010-04-16 Chris Lattnermove ReplaceNode out of line, rename scc_iterator:...
2010-04-16 Chris Lattnerintroduce a new CallGraphSCC class, and pass it around
2010-04-16 Chris Lattnermove PrintCallGraphPass out of the middle of CGPassManager.
2010-04-16 Dan GohmanDisable inlining of recursive calls. It can complicate...
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Dan GohmanMake callIsSmall accessible as a utility function.
2010-04-16 Dan GohmanFix SCEVCommutativeExpr::print to be robust in the...
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-15 Dan GohmanMake getPredecessorWithUniqueSuccessorForBB return...
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-14 Dan GohmanConstify GetConstantStringInfo.
2010-04-14 Gabor Greifperformance: cache the dereferenced use_iterator
2010-04-14 Dan GohmanAdd a comment.
2010-04-13 Dan GohmanTeach ScalarEvolution to simplify smax and umax when...
2010-04-13 Dan GohmanMinor code micro-optimizations.
2010-04-12 Dan GohmanMicro-optimize a few hot spots.
2010-04-12 Dan GohmanAdd fast paths to ScalarEvolution::getSizeOf and getOff...
2010-04-12 Tobias GrosserRemove unneeded debug in PostDominator runOnFunction()
2010-04-12 Tobias GrosserRemove dead code in the dotty dominance tree printer.
2010-04-12 Dan GohmanGeneralize ScalarEvolution's PHI analysis to handle...
2010-04-12 Dan GohmanRewrite the overflow checking in the get{Signed,Unsigne...
2010-04-12 Dan GohmanMinor code simplification.
2010-04-11 Dan GohmanFix indentation.
2010-04-11 Dan GohmanEnhance ScalarEvolution::isKnownPredicate with support for
2010-04-11 Dan GohmanMinor code simplification.
2010-04-11 Dan GohmanWhen creating a ConstantRange for [n,UINT_MAX], special...
2010-04-11 Dan GohmanAdd a cast to void to show that the return value is...
2010-04-11 Dan GohmanDelete a dead check.
2010-04-11 Dan GohmanDelete dead code.
2010-04-11 Dan GohmanRename isLoopGuardedByCond to isLoopEntryGuardedByCond...
2010-04-09 Dan GohmanWhen emitting code for an add, don't force a SCEVUnknow...
2010-04-09 Dan GohmanAdd a comment.
2010-04-09 Dan GohmanAdd several more lint checks.
2010-04-09 Dan GohmanFix a bug in IVUsers which was permitting non-affine...
2010-04-08 Dan GohmanAdd a few more lint checks.
2010-04-08 Dan GohmanAdd variants of ult, ule, etc. which take a uint64_t...
2010-04-08 Ted KremenekUpdate CMake build.
2010-04-08 Dan GohmanAdd a -lint pass which checks for common sources of...
2010-04-08 Dan GohmanPointers to zero-sized objects don't point to overlappi...
2010-04-08 Gabor Greifclean up algorithm and remove operand order assumptions
2010-04-08 Dan GohmanRevert this change from a while ago; ScalarEvolution...
2010-04-07 Benjamin KramerUpdate cmake build.
2010-04-07 Dan GohmanGeneralize IVUsers to track arbitrary expressions rathe...
2010-04-06 Dan GohmanAdd a const qualifier.
2010-04-02 David GreeneOk, third time's the charm. No changes from last time...
2010-04-02 Chris LattnerDebugInfoFinder::processModule was foiling my plot by
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
2010-04-02 Evan ChengRevert 100204. It broke a bunch of tests and apparently...
2010-04-02 David GreeneLet's try this again. Re-apply 100143 including an...
2010-04-01 Eric ChristopherRevert r100143.
2010-04-01 David GreeneAdd some switches helpful for debugging:
2010-03-31 Benjamin Kramers/getNameStr/getName/
2010-03-31 Chris Lattnermicrooptimize this hot method, also making it more
2010-03-30 Chris Lattnerreapply my timer rewrite with a change for PassManager...
2010-03-30 Chris Lattnerrevert r99862 which is causing FNT failures.
2010-03-30 Chris Lattnerfairly major rewrite of various timing related stuff.
2010-03-25 Gabor Greifrename pred_const_iterator to const_pred_iterator for...
2010-03-25 Gabor Greifrename use_const_iterator to const_use_iterator for...
2010-03-25 Eric ChristopherReapply r99451 with a fix to move the NoInline check...
2010-03-24 Gabor GreifFinally land the InvokeInst operand reordering.
2010-03-23 Dan GohmanDon't back past debug info intrinsics; SCEVExpander...
2010-03-22 Gabor Greifbacking out r99170 because it still fails on clang...
2010-03-22 Gabor GreifNow that hopefully all direct accesses to InvokeInst...
2010-03-19 Dan GohmanFix more places to more thoroughly ignore debug intrins...
2010-03-19 Gabor Greifback out r98957, it broke smooshlab.apple.com:8010...
2010-03-19 Gabor GreifRecommit r80858 again (which has been backed out in...
2010-03-19 Anton KorobeynikovFP16 constfolding
2010-03-18 Dan GohmanSimplify this code.
2010-03-18 Dan GohmanDefine placement new wrappers for BumpPtrAllocator and
2010-03-18 Dan GohmanAdd the ability to "intern" FoldingSetNodeID data into a
2010-03-18 Dan GohmanReapply r98755 with a thinko which miscompiled gengtype...
2010-03-17 Dan GohmanRevert 98755, which may be causing trouble.
2010-03-17 Dan GohmanChange SCEVNAryExpr's operand array from a SmallVector...
2010-03-15 Duncan SandsTreat copysignl like the other copysign functions.
2010-03-13 Evan ChengFix a typo in ValueTracking that's causing instcombine...
2010-03-13 Devang PatelDo not ignore arg_size() impact while counting bb...
2010-03-13 Devang PatelRemove extra parameter.
2010-03-13 Devang PatelDo not overestimate code size reduction in presense...
2010-03-12 Duncan SandsWhen constant folding GEP of GEP, do not crash if an...
2010-03-10 Dan GohmanAdd a DominatorTree argument to isLCSSA so that it...
2010-03-10 Dan GohmanConstant-fold GEP-of-GEP into a single GEP.
next