Implement Assembler/2003-08-21-ConstantExprCast-Fold.llx
[oota-llvm.git] / lib / Analysis /
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...
2003-02-09 Chris Lattner - Fix BasicAA to correctly detect the non-aliasness...
2003-02-09 Chris LattnerSwitch to using the right call vector
2003-02-09 Chris LattnerFix major bugs in incompleteness marking that were...
2003-02-09 Chris LattnerPrint out the steens graph if -debug is specified
2003-02-09 Chris Lattner* Fix a bug where global incompleteness marking would...
2003-02-08 Chris LattnerAdd a special case for main because we know it's incomi...
2003-02-08 Chris LattnerFix a bug where we would mark the callees arguments...
2003-02-08 Chris LattnerFix division by zero problem
2003-02-08 Chris LattnerRemove explicit result counters
2003-02-08 Chris LattnerAdd a flag which effectively disables field sensitivity
2003-02-07 Chris LattnerDon't bother counting alias results, allow the AliasAna...
2003-02-07 Chris LattnerAllow counting multiple passes, and print the pass...
2003-02-07 Chris LattnerNew general purpose alias analysis result auditor
2003-02-06 Chris LattnerAdd a summary
2003-02-06 Chris LattnerSimple N^2 alias anlysis accuracy checker
2003-02-06 Chris LattnerFix an assertion failure
2003-02-05 Chris LattnerImplement optimization for direct function call case...
2003-02-04 Chris LattnerRemove bogus assertion
2003-02-04 Chris LattnerFix a huge bug with handling non-pointer instructions
2003-02-04 Chris LattnerMake the TD pass not include all of the call nodes...
2003-02-04 Chris LattnerAdd sanity check
2003-02-04 Chris LattnerFix steensgaard to work on a lot more cases...
2003-02-04 Chris LattnerFix printing of nonfunction graphs
2003-02-03 Chris LattnerRename variable
2003-02-03 Chris LattnerHack to work around deficiency in pass infrastructure
2003-02-03 Chris LattnerInitial implementation of ds-aa
2003-02-03 Chris LattnerAdd statistics to basicAA pass
2003-02-03 Chris Lattner* Fix a bug introduced in the last checkin wrt Stack...
2003-02-03 Chris LattnerImplement the globals graph!
2003-02-03 Chris LattnerAdd better debug output
2003-02-02 Chris LattnerBe a bit more specific in caption
2003-02-01 Chris LattnerFix a bug where we would delete neccesary calls in...
2003-02-01 Chris LattnerFix a bug where we would incorrectly delete globals...
2003-02-01 Chris LattnerDelete nodes more efficiently
2003-02-01 Chris LattnerRemove dead nodes more efficiently
2003-02-01 Chris LattnerImprove efficiency of aliveness traversal code
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-02-01 Chris LattnerRemove using declarations
2003-01-31 Chris LattnerRemove globals on the bottom up pass which do not conta...
2003-01-31 Chris LattnerAdd functions to the ban list
2003-01-29 Chris LattnerUse and implement API for graph traversals
2003-01-28 Chris Lattnerfree instructions mark their operands as being heap...
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2003-01-23 Chris Lattner* Eliminate boolean arguments in favor of using enums
2003-01-23 Chris LattnerSlight efficiency improvement
2003-01-22 Chris LattnerFix analysis of the Burg program
2003-01-14 Chris LattnerRename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h...
2003-01-14 Chris LattnerMove llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
2003-01-14 Chris LattnerMove annotations to support library
2002-12-12 Misha Brukman'graph' is spelled without a 'c'.
2002-12-12 Chris LattnerRemove #includes
2002-12-10 Vikram S. AdveThis file implements a pass that automatically parallel...
2002-12-08 Vikram S. AdveIterator that enumerates the ProgramDependenceGraph...
2002-12-08 Vikram S. AdveAn explicit representation of dependence graphs, and...
2002-12-07 Chris LattnerAdd total instruction, bb, & function counts
2002-12-06 Vikram S. AdveTwo bug fixes:
2002-12-06 Vikram S. AdveFix several related bugs in DSNode::mergeWith() caused...
2002-12-05 Vikram S. AdveCute bug fix: when moving links from N to this, some...
2002-12-03 Chris LattnerSimplify code
2002-11-27 Vikram S. AdveFix logical error in TD pass: we should clear Mod/Ref...
2002-11-27 Vikram S. Adve(1) Bug fix that was causing nodes with dangling refere...
next