*** empty log message ***
[oota-llvm.git] / lib / Analysis /
2002-10-28 Chris LattnerEliminate uses of MachineBasicBlock::get
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-22 Chris Lattner - Make sure to only keep track of mappings that the...
2002-10-22 Chris LattnerThe callee is not correct, and confuses the TD pass...
2002-10-21 Chris LattnerDelete unused arguments to DSGraph::cloneInto method
2002-10-21 Chris Lattner - Add "ResolvingCaller" to the CallSite record. ...
2002-10-21 Chris LattnerAdd another copy ctor form
2002-10-21 Chris LattnerAs it turns out, we don't need a fully generic mapping...
2002-10-21 Chris LattnerDon't create a new node for every reference to a global...
2002-10-21 Chris LattnerFix a confusing bug that caused return value and callee...
2002-10-21 Chris LattnerRemove some unneccesary 'using' directives
2002-10-21 Chris LattnerFix bug with prior checkin
2002-10-21 Chris Lattner - Make DSCallSite not inherit from std::vector. ...
2002-10-20 Chris LattnerAvoid extra copy
2002-10-20 Chris LattnerSimplify code a bit, add comment flyer
2002-10-20 Chris LattnerSplit some long lines
2002-10-20 Vikram S. AdveRemove spurious caller pointer in DSCallSite.
2002-10-20 Chris LattnerThis function can be static
2002-10-20 Chris LattnerFix previous checkin :(
2002-10-20 Chris LattnerAvoid extra callSite copy
2002-10-20 Chris LattnerPrint the array flag
2002-10-20 Vikram S. AdveAdded a first-class representation for each call site...
2002-10-18 Chris LattnerConvert typerec to be a structure instead of a pair
2002-10-17 Chris LattnerPrint Mod/ref info
2002-10-17 Chris LattnerCalculate mod/ref info
2002-10-17 Chris LattnerRemove more obsolete code
2002-10-17 Chris Lattner * Make the DSGraph cloner automatically merge global...
2002-10-17 Chris LattnerRemove obsolete code
2002-10-17 Chris LattnerEnable incompleteness marking
2002-10-17 Chris Lattner * First try at implementing TD pass this does not...
2002-10-17 Chris LattnerReenable printing of TD analysis
2002-10-17 Chris Lattner * Add data structures and code to track the call...
2002-10-17 Chris LattnerCleanup data structure graph printer, eliminate hard...
2002-10-16 Chris LattnerMake sure to print out the call nodes as well
2002-10-16 Chris Lattner * Print the "return" node in the graphs
2002-10-16 Chris LattnerThe second element of the iterator is really an offset...
2002-10-16 Chris LattnerSpecify the graph name
2002-10-16 Chris Lattner - DSGraph Printing Improvements:
2002-10-13 Chris LattnerHalfway conversion from custom printing to GraphWriter...
2002-10-11 Vikram S. AdveUse PARALLEL_DIRS.
2002-10-11 Misha BrukmanAdded capability to get execution count of a loop if...
2002-10-11 Misha BrukmanAdded helper functions in LoopInfo: isLoopExit and...
2002-10-04 Chris LattnerHandle post dominance correctly in the case where block...
2002-10-03 Chris LattnerPrune function nodes that are no longer referenced...
2002-10-03 Chris Lattnersgefa uses truely huge data structures nodes. Only...
2002-10-03 Chris LattnerHandle bug exposed by power benchmark
2002-10-03 Chris LattnerReimplement/port the Bottom Up Closure pass
2002-10-02 Chris LattnerDataStructure.h doesn't include DSGraph.h
2002-10-02 Chris Lattner * Implement fully general merging of array subscrip...
2002-10-02 Chris LattnerWhen printing DS nodes, print the mergemap index as...
2002-10-02 Chris Lattner* Significant rework of DSNode to support arbitrary...
2002-10-01 Chris LattnerInitial checkin of Steensgaards context insensitive...
2002-10-01 Chris LattnerCheckin some major reworks of data structure analysis...
2002-09-29 Chris LattnerMinor tweak
2002-09-29 Chris LattnerFix printing of loop information
2002-09-26 Chris LattnerFirst try at implementing the AliasSetTracker class...
2002-09-26 Chris LattnerFix printing of loop information
2002-09-26 Chris Lattner - Add new methods to LoopInfo: getLoopPreheader,...
2002-09-25 Chris LattnerConvert BasicVN to be an ImmutablePass
2002-09-24 Chris LattnerMake users of FindUsedTypes not have problems with...
2002-09-10 Chris LattnerClean up indvar printing
2002-09-08 Chris Lattner* Add capability to recognize alias properties of the...
2002-09-03 Chris LattnerMinor bug fix.
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-09-02 Chris LattnerFix bugs
2002-09-02 Chris LattnerAdd printing support to ConstantRange class
2002-09-01 Chris LattnerInitial implementation of ConstantRange support
2002-08-30 Chris Lattner - Eliminate the last traces of the 'analysis' namespace
2002-08-30 Chris LattnerMinor cleanups so I can remove BasicValueNumbering.h
2002-08-30 Chris Lattnerinitial implementation of ValueNumbering interface.
2002-08-30 Chris LattnerInitial implementation of value numbering for load...
2002-08-29 Chris LattnerRemove unneeded #include
2002-08-26 Anand ShuklaChanged so it gets linked properly
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerLoad & StoreInst no longer derive from MemAccessInst...
2002-08-22 Chris Lattnerdoxygenize comments
2002-08-22 Chris LattnerAdd missing #include
2002-08-22 Chris LattnerCheck-in new alias analysis infrastructure
2002-08-21 Chris Lattner - Split Dominators.h into Dominators.h & PostDominators.h
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-09 Chris Lattner*** empty log message ***
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-07 Chris LattnerMinor changes to DEBUG()'s
2002-08-07 Chris LattnerReorder #includes to be right
2002-08-02 Chris LattnerSplit dominance calculation and post dominance calculat...
2002-07-31 Chris LattnerChanges to be GCC3.1 friendly
2002-07-31 Chris Lattner*** empty log message ***
2002-07-31 Chris LattnerAdd new -only-print-main-ds option that causes mains...
2002-07-30 Vikram S. AdveAdd GlobalDSGraph -- a common graph that holds external...
2002-07-30 Vikram S. AdvePrint globals graph after either the BU or the TD pass.
2002-07-30 Vikram S. AdveThis file implements the top-down propagation pass...
2002-07-30 Vikram S. AdveUse a separate globals graph to hold externally visible...
2002-07-30 Chris LattnerDeclare that these passes only depend on the CFG of...
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner*** empty log message ***
next