Move AVX encoding tests to different files
[oota-llvm.git] / lib / Analysis /
2010-07-23 Dan GohmanSimplify this code; it can use the regular CFG utlities...
2010-07-23 Dan GohmanMicro-optimize SCEVComplexityCompare.
2010-07-23 Dan GohmanAdd a const qualifier.
2010-07-22 Gabor Greifuse cascading operator-> feature
2010-07-22 Gabor Greifmass elimination of reliance on automatic iterator...
2010-07-22 Gabor Greifuse -> instead of (*).
2010-07-22 Gabor Greifcache dereferenced iterator
2010-07-22 Tobias GrosserAdd new RegionInfo pass.
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-07-21 Owen AndersonAdd INSTANTIATE_AG_PASS, which combines RegisterPass...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-21 Jim Grosbachtidy up.
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-20 Dan GohmanFix SCEV denormalization of expressions where the exit...
2010-07-20 Dan GohmanAdd a fast path for x - x.
2010-07-20 Dan GohmanSimplify this code; LoopInfo::getCanonicalInductionVari...
2010-07-20 Dan GohmanMake getOrInsertCanonicalInductionVariable guarantee...
2010-07-20 Dan GohmanChange an argument from an Instruction* to a Value...
2010-07-20 Dan GohmanMinor code cleanups.
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Owen AndersonSeparate PassInfo into two classes: a constructor-free...
2010-07-20 Dan GohmanMinor code simplification.
2010-07-19 Stuart HastingsCorrect line info for declarations/definitions. Radar...
2010-07-16 Gabor Greifeliminate CallInst::ArgOffset
2010-07-15 Dan GohmanFix the order that SCEVExpander considers add operands...
2010-07-15 Dan GohmanTeach ScalarEvolution how to fold trunc(undef) and...
2010-07-15 Gabor Greifcache another dereferenced iterator
2010-07-15 Chris LattnerFix PR7647, handling the case when 'To' ends up being
2010-07-15 Eli FriedmanRevert r108401; it breaks bootstrap :(
2010-07-15 Eli FriedmanAdd AssertingVH which makes PR7647 break consistently.
2010-07-12 Dan GohmanAdd a lint check for mismatched return types, inspired...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-12 Chandler CarruthAdd parentheses around an || to correct the logic....
2010-07-12 Chris Lattnerfix PR7429, a crash turning a load from a string into...
2010-07-09 Gabor Greifremove useless cast and fix typos in comment
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifdo not repeatedly dereference use_iterator
2010-07-08 Stuart HastingsReverting r107918 and r107919. Radar 8063111.
2010-07-08 Stuart HastingsFix decl/def debug info for template functions. Radar...
2010-07-07 Dan GohmanMinore code simplification.
2010-07-07 Dan GohmanRemove interprocedural-basic-aa and associated code...
2010-07-07 Gabor Greifconditionalize by CallInst::ArgOffset
2010-07-06 Dan GohmanAdd some more TODO comments.
2010-07-06 Dan GohmanAdd a comment.
2010-07-01 Dan GohmanRemove context sensitivity concerns from interprocedura...
2010-06-30 Dan GohmanIn ScalarEvolution::forgetValue, eliminate any SCEVUnknown
2010-06-30 Dan GohmanRevert the part of r107257 which introduced new logic...
2010-06-30 Dan GohmanImprove ScalarEvolution's nsw and nuw preservation.
2010-06-30 Dan GohmanWhen computing a new ConservativeResult, intersect...
2010-06-30 Dan GohmanRework scev-aa's basic computation so that it doesn...
2010-06-30 Dan GohmanSimplify.
2010-06-29 Dan GohmanFix ScalarEvolution's tripcount computation for chains...
2010-06-29 Dan GohmanFix whitespace style.
2010-06-29 Duncan SandsRemove a pointless variable.
2010-06-29 Benjamin KramerUse a more obvious way to avoid compiling functions...
2010-06-29 Chandler CarruthJump through some silly hoops to make GCC accept that...
2010-06-29 Dan GohmanJust as its not safe to blindly transfer the nsw bit...
2010-06-29 Dan GohmanAdd an Intraprocedural form of BasicAliasAnalysis,...
2010-06-28 Dan GohmanFix Value::stripPointerCasts and BasicAA to avoid troub...
2010-06-28 Dan GohmanGeneralize AAEval so that it can be used both per-funct...
2010-06-28 Devang PatelUse named MDNode, llvm.dbg.sp, to collect subprogram...
2010-06-27 Devang PatelDo not forget last element, function, while creating...
2010-06-25 Dan GohmanEliminate a redundant FoldingSet lookup.
2010-06-24 Dan GohmanDon't try to preserve pointer types in SCEVConstants...
2010-06-24 Dan GohmanMake the trunc code consistent with the zext and sext...
2010-06-23 Gabor Greifuse ArgOperand accessors
2010-06-23 Gabor Greifuse the new isFreeCall API and ArgOperand accessors
2010-06-23 Gabor Greifminor enhancement to llvm::isFreeCall API: return CallI...
2010-06-23 Gabor Greifuse ArgOperand getters
2010-06-22 Dan GohmanReplace ScalarEvolution's private copy of getLoopPredec...
2010-06-22 Dan GohmanUse pre-increment instead of post-increment when the...
2010-06-22 Dan GohmanAllow "exhaustive" trip count evaluation on phi nodes...
2010-06-22 Devang PatelUse single interface, using twine, to get named metadata.
2010-06-22 Devang PatelDo not rely on Twine temporaries to survive.
2010-06-21 Dan GohmanUse A.append(...) instead of A.insert(A.end(), ......
2010-06-21 Devang PatelDo not directly use function names to construct new...
2010-06-19 Dan GohmanRestore a call to rememberInstruction which was acciden...
2010-06-19 Dan GohmanFix ScalarEvolution's "exhaustive" trip count evaluatio...
2010-06-19 Dan GohmanFactor out duplicated code for reusing and inserting...
2010-06-18 Dan GohmanRevert r106304 (105548 and friends), which are the...
2010-06-18 Dan GohmanReapply 105540, 105542, and 105548, and revert r105732.
2010-06-18 Dan GohmanReapply 105546.
2010-06-18 Dan GohmanReapply 105544.
2010-06-18 Dan GohmanRemove getIntegerSCEV; it's redundant with getConstant...
2010-06-18 Dan GohmanEliminate unnecessary uses of getZExtValue().
2010-06-18 Dan GohmanFix a typo in a comment.
2010-06-17 Dan GohmanSimplify this code.
2010-06-16 Jim GrosbachA few more places where SCEVExpander bits need to skip...
2010-06-16 Devang PatelCheck function pointer first, before comparing function...
2010-06-16 Devang PatelUse separate named MDNode to hold each function's local...
2010-06-11 Stuart HastingsSupport for nested functions/classes in debug output...
2010-06-11 Stuart HastingsDelete duplicate function.
2010-06-09 Evan ChengRevert 105540, 105542, 105544, 105546, and 105548 to...
next