Bug/case fixes:
[oota-llvm.git] / lib / Analysis /
2003-07-01 Chris LattnerFix bug: Regression/Other/2002-03-11-ExprAssertion.ll
2003-07-01 Chris LattnerRework TD pass to work with the precise call graph...
2003-07-01 Chris LattnerDo not treat global variables as functions! (and assert...
2003-07-01 Chris LattnerDont' print scalar nodes for ConstantPointerRefs
2003-07-01 Chris LattnerMinor cleanups
2003-06-30 Chris LattnerUse the getFunctionNames method
2003-06-30 Chris LattnerAdd new method
2003-06-30 Chris LattnerSplit CallSiteIterator out into DSCallSiteIterator...
2003-06-30 Chris LattnerBe more const-correct
2003-06-30 Chris LattnerFix bug in last checkin
2003-06-30 Chris LattnerReimplement the BU closure to collapse all SCC graphs...
2003-06-30 Chris LattnerHandle the case where OldNodeMap == &ScalarMap correctly
2003-06-30 Chris LattnerRemove dead method
2003-06-30 Chris LattnerDo not delete the same graph multiple times when freein...
2003-06-30 Chris LattnerDo not multiply delete graphs if functions are sharing...
2003-06-30 Chris LattnerMove usages of explicit hash_* datastructures to use...
2003-06-30 Chris LattnerRevamp DSGraphs so that they can support multiple funct...
2003-06-30 Chris LattnerAdjust for new DSGraph API
2003-06-29 Chris LattnerAbstract out the predicate which decides whether a...
2003-06-29 Chris LattnerFix minor bug in previous checkin
2003-06-29 Chris LattnerAdd support for ensuring that nodes are not incomplete
2003-06-29 Chris LattnerAdd support for "physical subtyping", which fixes:
2003-06-29 Chris LattnerAdd print method to not get silly warning from analyze
2003-06-29 Chris LattnerNew pass which is useful for writing regression tests
2003-06-29 Chris LattnerExpose must alias information for global variables...
2003-06-29 Chris LattnerIf the alias analysis algorithm we are using can provid...
2003-06-29 Chris LattnerCount operands to instructions as well as just results...
2003-06-28 Chris LattnerPropagate globals graph from the local to bu to td...
2003-06-28 Chris LattnerDrop references to globals who do exist in the globals...
2003-06-28 Chris LattnerAvoid double negatives
2003-06-28 Chris LattnerNew pass to perform DSA based optimizations. Initially...
2003-06-25 Chris LattnerFix bug: LevelRaise/2003-06-25-ExprAnalysis.ll
2003-06-22 Chris LattnerRemove support for the MultiObject flag, which was...
2003-06-19 Chris Lattner* Changes to make NodeType be private to DSNode.
2003-06-17 Chris LattnerImplement handling of constantexprs for disambiguation...
2003-06-17 Chris LattnerAvoid divide by zero errors
2003-06-16 Chris LattnerNodes get forwarded when they are collapsed currently.
2003-06-16 Chris LattnerRemove bogus assertion: a node with no referrers could...
2003-06-16 Chris LattnerImplement forwarding from stores to loads of must-alias...
2003-06-02 Chris LattnerBe more robust in the face of undefined behavior.
2003-05-31 Chris LattnerFix bug: CBackend/2003-05-31-MissingStructName.ll
2003-05-29 Chris LattnerEliminate unnecessary ->get calls that are now automati...
2003-05-27 Vikram S. AdveRenamed MachienOperand::opIsDef to MachineOperand:...
2003-05-21 Chris LattnerFix Bug: BasicAA/2003-05-21-GEP-Problem.ll
2003-05-20 Misha BrukmanThe word `operands' has an `r' in it.
2003-05-20 Misha BrukmanSparc instruction opcodes now all live under the `V9...
2003-05-20 Misha Brukmans/convertable/convertible/g
2003-05-15 Chris LattnerFix bug: Analysis/LoopInfo/2003-05-15-NestingProblem.ll
2003-05-03 Chris LattnerFix miscompilation in Fhourstones and bug: LICM/2003...
2003-04-26 Chris LattnerFix bug: LoopPreheaders/2003-04-25-AssertFail.ll
2003-04-25 Chris LattnerFix BasicAA/2003-04-25-GEPCrash.ll
2003-04-23 Chris LattnerRemove unneccesary &*
2003-04-22 Chris LattnerFix bug: BasicAA/2003-04-22-GEPProblem.ll
2003-04-16 Chris LattnerFix bug: IndVarSimplify/2003-04-16-ExprAnalysis.ll
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-03-06 Chris LattnerRemove unneccesary forward decl
2003-03-04 Chris LattnerFix bug: BasicAA/2003-03-04-GEPCrash.ll
2003-03-03 Chris LattnerADd two new 'add' methods
2003-03-03 Chris LattnerDon't apply type information to load instructions if...
2003-03-02 Chris LattnerFix a problem with negative indexes
2003-02-28 Chris LattnerAdd dump method for Loops
2003-02-27 Chris LattnerSimplify a bit by using a new member function
2003-02-27 Chris LattnerChange behavior of changeExitBlock function to replace...
2003-02-27 Chris LattnerFix bug: LICM/2003-02-27-PreheaderProblem.ll
2003-02-27 Chris Lattner - LoopInfo now calculates and tracks loop exit blocks
2003-02-26 Chris LattnerMake the aliassettracker much more precise by actually...
2003-02-26 Chris LattnerFix bug: BasicAA/2003-02-26-AccessSizeTest.ll
2003-02-26 Chris LattnerFix several bugs in basic-aa
2003-02-26 Chris LattnerAdd new -no-aa implementation
2003-02-26 Chris LattnerMove BasicAA pass out to it's own header file
2003-02-26 Chris LattnerAdjust to implement new AA interface
2003-02-26 Chris LattnerAdjust to new AA interface
2003-02-26 Chris LattnerConvert to work with new AliasAnalysis interface by...
2003-02-26 Chris LattnerCalculate and pass load sizes to the alias analysis...
2003-02-26 Chris LattnerAdjust to new AA interface
2003-02-26 Chris Lattner - Checkin of the alias analysis work:
2003-02-24 Chris LattnerThis is a substantial rewrite of the AliasSetTracker...
2003-02-22 Chris LattnerDramatically simplify building of natural loops and...
2003-02-20 Chris LattnerFix the requisite bug that I introduced
2003-02-20 Chris LattnerFix 80 character formatting
2003-02-20 Chris LattnerFix bug: 2003-02-19-LoopInfoNestingBug.ll
2003-02-14 Chris LattnerFix resolution of indirect function calls... whoops
2003-02-14 Chris LattnerMark function edges
2003-02-14 Chris Lattner- Eliminate provably non-pointer nodes from graphs.
2003-02-14 Chris LattnerDon't put integer pointers (longs) into the scalar...
2003-02-13 Chris LattnerHax0r around a deficiency in the Pass infrastructure
2003-02-13 Chris LattnerUse the new tailclip property new added to graphviz...
2003-02-13 Chris LattnerMove node forwarding code from being inlined to being...
2003-02-11 Chris LattnerRename options
2003-02-11 Chris LattnerImplement a "union-findy" version of DS-Analysis, which...
2003-02-11 Chris LattnerMinor tweaks to printing. Close the file before viewin...
2003-02-10 Chris LattnerModest speedup which seems to help steens quite a bit...
2003-02-10 Chris LattnerFix problem breaking GAP, use hasNoReferrers more
2003-02-10 Chris LattnerImplement a new "viewGraph" method which can be used...
2003-02-10 Chris LattnerRearrange code
2003-02-10 Chris LattnerFix problem breaking Fhourstones
2003-02-10 Chris LattnerMake steensgaards performance not shameful
2003-02-09 Chris LattnerDon't insert null entries into the scalar map for const...
2003-02-09 Chris LattnerAllow printing of various types of alias analysis results
2003-02-09 Chris LattnerImplement knowledge in BasicAA that &A->field != &A...
next