Remove the now unused LiveIntervals::getVNInfoSourceReg().
[oota-llvm.git] / include / llvm / Analysis /
2010-06-23 Gabor Greifminor enhancement to llvm::isFreeCall API: return CallI...
2010-06-22 Dan GohmanReplace ScalarEvolution's private copy of getLoopPredec...
2010-06-22 Dan GohmanSplit out the code for finding a unique loop predecesso...
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 GohmanDon't bother calling releaseMemory before destroying...
2010-06-18 Dan GohmanRemove getIntegerSCEV; it's redundant with getConstant...
2010-06-16 Douglas GregorRevert r106117, which was the result of me misreading...
2010-06-16 Douglas GregorEliminate a redundant "typename" keyword
2010-06-11 Stuart HastingsSupport for nested functions/classes in debug output...
2010-06-09 Evan ChengRevert 105540, 105542, 105544, 105546, and 105548 to...
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 ScalarEvolution's SCEVComplexityCompare predic...
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-05-28 Dan GohmanMove FindAvailableLoadedValue isSafeToLoadUnconditional...
2010-05-28 Dan GohmanFix a comment.
2010-05-26 Dan GohmanFix Lint printing warnings multiple times. Remove the...
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-07 Devang PatelRemove DIGlobal.
2010-05-07 Devang PatelAdd DINameSpace::Verify().
2010-05-07 Douglas GregorClang is dying on this with an ambiguous conversion...
2010-05-07 Devang PatelVerify variable directly.
2010-05-07 Devang PatelWrap const MDNode * inside DIDescriptor.
2010-05-07 Devang Patelremove DIDescriptor::getNode()
2010-05-07 Devang PatelAvoid DIDescriptor::getNode(). Use overloaded operators...
2010-05-07 Dan GohmanAdd a simple module-level debug info printer. It just...
2010-05-07 Dan GohmanConst-ify some stuff.
2010-05-07 Dan GohmanConvert the DebugInfo classes dump() methods into print...
2010-05-01 David ChisnallAdded a variant of InlineCostAnalyzer::getInlineCost...
2010-04-30 Devang PatelAttach AT_APPLE_optimized attribute to optimized functi...
2010-04-30 Dan GohmanAdd some comments.
2010-04-29 Devang PatelMissed earlier. This is part of previous check-in....
2010-04-24 Dan GohmanAdd a new utility function SimplifyICmpOperands. Much...
2010-04-22 Chris Lattnerfix file header.
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 Dale JohannesenAdd comment (lost when reverting and reapplying 101503).
2010-04-17 Dale JohannesenReapply 101503+101520. These are "obviously correct...
2010-04-16 Dan GohmanRevert 101520, which depended on 101503, which was...
2010-04-16 Duncan SandsRevert commit 101503 (johannes), in the hope of fixing...
2010-04-16 Dan GohmanTrim a #include.
2010-04-16 Dale JohannesenUse a ValueMap not a std::map for the reason indicated
2010-04-16 Dan GohmanMake callIsSmall accessible as a utility function.
2010-04-15 Dan GohmanMake getPredecessorWithUniqueSuccessorForBB return...
2010-04-14 Dan GohmanConstify GetConstantStringInfo.
2010-04-11 Dan GohmanEnhance ScalarEvolution::isKnownPredicate with support for
2010-04-11 Dan GohmanFix a comment.
2010-04-11 Dan GohmanFix a #include.
2010-04-11 Dan GohmanRename isLoopGuardedByCond to isLoopEntryGuardedByCond...
2010-04-08 Dan GohmanAdd a -lint pass which checks for common sources of...
2010-04-08 Dan GohmanFix a comment.
2010-04-07 Dan GohmanGeneralize IVUsers to track arbitrary expressions rathe...
2010-04-02 David GreeneOk, third time's the charm. No changes from last time...
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-24 Devang PatelDo not rely on getCompileUnit() to find source file...
2010-03-24 Dan GohmanFix coding style.
2010-03-24 Dan GohmanGeneralize findNearestCommonDominator to work on post...
2010-03-20 Dan GohmanClear the SCEVExpander's insertion point after making...
2010-03-19 Dan GohmanFix more places to more thoroughly ignore debug intrins...
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-13 Devang PatelRemove extra parameter.
2010-03-13 Devang PatelDo not overestimate code size reduction in presense...
2010-03-10 Dan GohmanAdd a DominatorTree argument to isLCSSA so that it...
2010-03-09 Jakob Stoklund OlesenTry to keep the cached inliner costs around for a bit...
2010-03-09 Jakob Stoklund OlesenRevert r98089, it was breaking a clang test.
2010-03-09 Jakob Stoklund OlesenTry to keep the cached inliner costs around for a bit...
2010-03-09 Devang PatelStart using DIFile. See updated SourceLevelDebugging...
2010-03-08 Devang PatelIntroduce DIFile. This will be used to represent header...
2010-03-08 Devang PatelDerive DIType from DIScope. This simplifies getContext...
2010-03-08 Devang PatelRemove DbgNode checks in constructor. Debug descriptors...
2010-03-08 Devang PatelisNull() is not used any more.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Devang PatelRevert r97947.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-07 Tobias GrosserAdd findNearestCommonDominator() for PostDominators.
2010-03-05 Eric ChristopherMove GetStringLength and helper from SimplifyLibCalls...
2010-03-01 Chris Lattnerremove anders-aa from mainline, it isn't maintained...
2010-03-01 Dan GohmanSpelling fixes.
2010-03-01 Dan GohmanWhitespace cleanups.
2010-02-24 Dan GohmanConvert a few more backedge-taken count functions to...
2010-02-24 Daniel DunbarReapply r97010, the speculative revert failed.
2010-02-24 Daniel DunbarSpeculatively revert r97010, "Add an argument to PHITra...
2010-02-24 Bob WilsonAdd an argument to PHITranslateValue to specify the...
2010-02-22 Dan GohmanRename a variable to avoid a -Wshadow warning.
2010-02-19 Dale Johannesenrecommit 96626, evidence that it broke things appears
2010-02-19 Dale JohannesenRevert 96626, which causes build failure on ppc Darwin.
next