Lexer doesn't create typehandle gross stuff now, parser does.
[oota-llvm.git] / include / llvm / Analysis /
2002-04-04 Chris LattnerAdd method to get # nodes in the graph
2002-04-01 Chris LattnerShadow nodes don't need to know their explicit parent...
2002-03-31 Chris Lattner* Allow access to DSNode iterator as DSNode::iterator...
2002-03-30 Chris LattnerInitial checkin of file:
2002-03-30 Chris LattnerAdd accessors and a method to get all the outgoing...
2002-03-30 Chris LattnerAdd an accessor
2002-03-29 Chris LattnerAdd a hook to allow the datastructure to keep naturally...
2002-03-29 Chris LattnerExpose more information to clients
2002-03-28 Chris LattnerImplement getEscapingAllocations & getNonEscapingAlloca...
2002-03-28 Chris Lattner* Remove RemoveUnreachableShadowNodes & UnlinkUndisting...
2002-03-28 Chris Lattner* Define some operators on PointerVal and PVS's
2002-03-27 Chris Lattner* Add a nice utility method to DSNode
2002-03-27 Chris LattnerAllow isa<DSNode>(..)
2002-03-26 Chris LattnerNew header file for datastructure analysis
2002-03-26 Chris LattnerChange uses of Method to Function
2002-03-26 Chris LattnerRemove unneccesary forward declarations for classes
2002-03-23 Chris LattnerRename Method to Function
2002-03-19 Vikram S. AdveBig bug fix: killed uses were being inserted instead...
2002-03-17 Chris LattnerConvert the top line of the header from .cpp style...
2002-03-06 Chris LattnerClean up call graph, add comments, and fix test/Regress...
2002-03-06 Chris LattnerMove callgraph printing out of writer.h into callgraph.h
2002-03-06 Chris LattnerPull Callgraph out of the cfg namespace
2002-03-06 Chris LattnerTake CallGraph out of the CFG namespace. It has nothin...
2002-02-26 Chris LattnerExpose verifier for method and module, and accept const...
2002-02-24 Chris LattnerMake it compile with GCC 3.0.4
2002-02-20 Chris LattnerModernize verifier interface
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-05 Chris LattnerConvert BBLiveVar to be a BasicBlock annotation, this...
2002-02-05 Chris LattnerMinor change: Methods that return ValueSet's that are...
2002-02-05 Chris LattnerRemove generic routines to Support/SetOperations.h
2002-02-05 Chris LattnerRemove empty files
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-05 Chris Lattner* Code Cleanups
2002-02-05 Chris LattnerRemove empty file
2002-02-05 Chris Lattner* Big cleanups.
2002-02-04 Chris LattnerClean up MethodLiveVarInfo
2002-02-04 Chris LattnerTurn live variable analysis into a real MethodPass.
2002-02-04 Chris LattnerRemove Obsolete LoopDepthCalculator. All users should...
2002-02-04 Chris LattnerRemvoe big hack that was used by the register allocator
2002-02-04 Chris Lattnereliminate the add and remove methods, clients must...
2002-02-04 Chris LattnerRemove tons of include pollution
2002-02-04 Chris LattnerUse generic pointer hashes instead of custom ones.
2002-02-04 Chris LattnerEliminate ModuleAnalyzer. It's old code that is not...
2002-02-03 Chris LattnerRemove extraneous #includes
2002-01-31 Chris LattnerFree memory when not in use
2002-01-31 Chris LattnerRemove this file. Folded into UnifyMethodExitNodes...
2002-01-31 Chris LattnerImplement LoopDepth calculation in terms of dominators...
2002-01-30 Chris LattnerConvert analyses over to new Pass framework
2002-01-30 Chris LattnerDon't die on call instructions, which reference methods
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-08 Ruchira SasankaAdded comments are more documentation info
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerInduction variables must be phi nodes
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerAdd writer support for call graph nodes and loops and...
2001-11-26 Chris LattnerImplement an entry node for the call graph
2001-11-26 Chris Lattner* Implement dominator based loop identification
2001-11-15 Chris LattnerFix protection probs
2001-11-09 Chris LattnerNew pass to figure out what types are in use by a program
2001-11-07 Chris LattnerInitial checkin of pointer safety checker
2001-10-22 Vikram S. AdveAdded function IsLeafMethod to identify leaf methods.
2001-10-13 Chris LattnerChanges to compile with GCC 2.96
2001-10-13 Chris LattnerAdd comment indicating semantics of indirect calls
2001-10-12 Ruchira Sasanka--added support for implicit operands in machine instru...
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-09-30 Ruchira Sasankano major change.
2001-09-28 Chris LattnerInitial support for construction of a call graph
2001-09-28 Chris LattnerAdd capability to print out call graph
2001-09-14 Chris LattnerInitial instruction tree support for the analysis library
2001-09-11 Chris LattnerHandle subtract in expression classifier
2001-09-07 Chris LattnerNEw file
2001-09-07 Chris LattnerSimplify SlotCalculator. SlotCalculator is now not...
2001-09-07 Chris LattnerSimplify analyzer
2001-08-28 Vikram S. AdveUse const int instead of #define.
2001-08-20 Ruchira SasankaLV info on machine instructions
2001-07-26 Chris LattnerAdd an arg to insertVal to allow us to prevent builtin...
2001-07-24 Ruchira Sasanka*** empty log message ***
2001-07-21 Chris LattnerMore functionality, renamed API
2001-07-20 Chris LattnerStart of expression analysis support
2001-07-14 Chris Lattner* The parent of a constant pool is a SymTabValue, not...
2001-07-06 Chris LattnerNew file, includes method to merge exit nodes together
2001-07-06 Chris Lattner* Add a DominatorBase base class to maintain root of...
2001-07-03 Chris LattnerIntervalPartition was changed to inherit from vector...
2001-07-03 Chris LattnerCheckin of new Analysis result printing header
2001-07-03 Chris LattnerUpdate documentation a bit, correct #include guard
2001-07-02 Chris LattnerAdd new anaysis routines for building dominator related...
2001-06-27 Chris LattnergetBasicBlocks() is not needed anymore for reading...
2001-06-25 Chris LattnerBig changes. Interval*.h is now more or less finalized...
2001-06-24 Chris LattnerNew files due to the Intervals.h splitup
2001-06-24 Chris LattnerIntervalPartition & IntervalIterator classes have been...
2001-06-24 Chris LattnerAddition of IntervalIterator. Preparing for rename...
2001-06-22 Chris LattnerAdd comments
2001-06-21 Chris Lattner* Added comments
next