Move AVX encoding tests to different files
[oota-llvm.git] / lib / Analysis /
2010-06-09 Kenneth UildriksPulled CodeMetrics out of InlineCost.h and made it...
2010-06-07 Dan GohmanThe FoldingSet hash data includes pointer values, so...
2010-06-07 Dan GohmanOptimize this code somewhat by taking advantage of...
2010-06-07 Dan GohmanMicro-optimize this, to speed up this hotspot in debug...
2010-06-07 Dan GohmanMicro-optimize this.
2010-06-07 Dan GohmanOptimize ScalarEvolution's SCEVComplexityCompare predic...
2010-06-07 Bill WendlingCreate new accessors to get arguments for call/invoke...
2010-06-05 Stuart HastingsRevert 105492 & 105493 due to a testcase regression...
2010-06-05 Dan GohmanLSR needs to remember inserted instructions even in...
2010-06-04 Stuart HastingsSupport for nested functions/classes in debug output...
2010-06-04 Dan GohmanFix normalization and de-normalization of non-affine...
2010-06-01 Dan GohmanFix the noalias checking so that it doesn't worry about
2010-05-28 Dan GohmanFix AliasDebugger to be aware of operand values too.
2010-05-28 Dan GohmanAdd lint checks for function attributes.
2010-05-28 Dan GohmanFix lint's memcpy and memmove checks, and its basic...
2010-05-28 Dan GohmanDetect self-referential values.
2010-05-28 Stuart HastingsRevert 104841, 104842, 104876 due to buildbot failures...
2010-05-28 Dan GohmanEli pointed out that va_arg instruction result values...
2010-05-28 Dan GohmanTeach lint how to look through simple store+load pairs...
2010-05-28 Dan GohmanMove FindAvailableLoadedValue isSafeToLoadUnconditional...
2010-05-28 Dan GohmanConstantFoldConstantExpression can theoretically return...
2010-05-28 Dan GohmanAdd a lint check for returning the address of stack...
2010-05-27 Stuart HastingsSupport for nested functions/classes in debug output...
2010-05-26 Jakob Stoklund OlesenAvoid counting InlineAsm as a call - it prevents loop...
2010-05-26 Dan GohmanFix Lint printing warnings multiple times. Remove the...
2010-05-26 Dan GohmanReinstate checking of stackrestore, with checking for...
2010-05-26 Dan GohmanStackrestore is not a load.
2010-05-26 Dan GohmanRemove a TODO which isn't practical.
2010-05-26 Dan GohmanImplement checking of the tail keyword.
2010-05-20 Devang PatelRename variable. add comment.
2010-05-14 Devang PatelAdd support to preserve type info for the variables...
2010-05-12 Nick LewyckyClear CachedFunctionInfo upon Pass::releaseMemory....
2010-05-10 Dan GohmanFix whitespace in debug output to be consistent.
2010-05-07 Devang PatelRemove DIGlobal.
2010-05-07 Devang PatelAdd DINameSpace::Verify().
2010-05-07 Devang PatelVerify variable directly.
2010-05-07 Devang PatelVerify compile unit also.
2010-05-07 Devang PatelWrap const MDNode * inside DIDescriptor.
2010-05-07 Devang PatelUse overloaded operators instead of DIDescriptor::getNode()
2010-05-07 Devang PatelAvoid DIDescriptor::getNode(). Use overloaded operators...
2010-05-07 Dan GohmanAdd some words to this output to indicate what the...
2010-05-07 Dan GohmanAdd a simple module-level debug info printer. It just...
2010-05-07 Dan GohmanFix the new print functions to call print instead of...
2010-05-07 Dan GohmanConvert the DebugInfo classes dump() methods into print...
2010-05-04 Dan GohmanUse the SCEVAddRecExpr::getPostIncExpr utility function...
2010-05-04 Dan GohmanFix a copy+pasto.
2010-05-04 Devang PatelDo not ignore debug loc attached with llvm.dbg.declare...
2010-05-03 Dan GohmanUse getConstant instead of getIntegerSCEV. The two...
2010-05-03 Dan GohmanSilence warnings about -1 being converted to an unsigne...
2010-05-03 Dan GohmanUse isTrueWhenEqual and isFalseWhenEqual instead of...
2010-05-03 Dan GohmanIn ScalarEvolution::print, don't bother printing out...
2010-05-03 Dan GohmanIn SimplifyICmpOperands, avoid needlessly swapping...
2010-05-03 Dan GohmanFactor out the new <= and >= analysis code into Simplif...
2010-05-01 David ChisnallAdded a variant of InlineCostAnalyzer::getInlineCost...
2010-05-01 Chris Lattnerfix PR5009 by making CGSCCPM realize that a call was...
2010-05-01 Chris LattnerImplement rdar://6295824 and PR6724 with two tiny changes
2010-04-30 Chris LattnerDan recently disabled recursive inlining within a funct...
2010-04-30 Devang PatelAttach AT_APPLE_optimized attribute to optimized functi...
2010-04-30 Dan GohmanSet isSigned to true when creating an all-ones integer...
2010-04-30 Dan GohmanSilence compiler warnings.
2010-04-30 Dan GohmanAdd lint checks for invalid uses of memory.
2010-04-29 Devang PatelRefactor.
2010-04-26 Dan GohmanWhen checking whether the special handling for an addre...
2010-04-24 Dan GohmanScalarEvolution support for <= and >= loops.
2010-04-24 Dan GohmanUse SimplifyICmpOperands in isKnownPredicate too.
2010-04-24 Dan GohmanUpdate isImpliedCond to use the new SimplifyICmpOperand...
2010-04-24 Dan GohmanAdd a new utility function SimplifyICmpOperands. Much...
2010-04-23 Chris Lattnerfix callgraph dump to not print 0x0x1234 for nodes.
2010-04-23 Dan GohmanFix LSR to tolerate cases where ScalarEvolution initially
2010-04-23 Dan GohmanWhen it doesn't matter whether zero or sign extension...
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.
next