New methods
[oota-llvm.git] / include / llvm / Analysis /
2004-07-26 Chris LattnerNew methods
2004-07-25 Chris LattnerAdd support for free instructions
2004-07-22 Chris LattnerClean up reference counting to stop "leaking" alias...
2004-07-21 Chris LattnerAdd a bunch of new functionality, primarily to do with...
2004-07-21 Chris LattnerMake the AST interface a bit richer by returning whethe...
2004-07-18 Chris LattnerRemove dead file
2004-07-17 Reid Spencerbug 122:
2004-07-15 Chris LattnerFix for PR341
2004-07-07 Chris LattnerHeaders moved
2004-07-07 Chris LattnerAll of these now live in the DataStructure directory
2004-07-07 Chris LattnerMove DSA headers into Analysis/DataStructure to make...
2004-07-07 Chris LattnerAs much as I hate to say it, the whole setNode interfac...
2004-07-04 Reid SpencerMove SlotCalculator.h to lib/Bytecode/Writer since...
2004-06-28 Chris LattnerAdd new header
2004-06-28 Chris LattnerMove file to lib/Analysis/DataStructure
2004-06-28 Chris LattnerMoved to lib/analysis/datastructure
2004-06-28 Chris LattnerMoved to lib/Analysis/DataStructure
2004-06-28 Chris LattnerMoved to lib/Analysis/DataStructure
2004-06-24 Chris LattnerRemove distasteful method which is really part of the...
2004-06-10 Misha BrukmanRemove extra space.
2004-05-26 Reid SpencerPart of bug 122:
2004-05-23 Chris LattnerSeveral *major* changes to the AA interfaces:
2004-05-23 Chris LattnerAdd interfaces to update value numbering results
2004-05-23 Chris LattnerRename a method
2004-05-23 Vikram S. AdveComplete rewrite of the code that merges DS graphs...
2004-05-23 Vikram S. AdveFix size/offset assertion to allow negative offsets...
2004-05-21 Chris LattnerIt's not clear to me whether the old version was correc...
2004-05-17 Brian GaekeDefine erase forwarding method on traces
2004-05-04 Brian GaekeAdd BBTrace accessor method and data member.
2004-05-04 Brian GaekeNew header file containing profile info enums shared...
2004-05-02 Chris LattnerInitialize member out of paranoia
2004-04-27 Chris LattnerFix warning
2004-04-26 Brian GaekeBecause I like being able to instantiate the cfgprinter...
2004-04-26 Brian GaekeFix a typo in a comment.
2004-04-23 Chris LattnerRemove the SCEV::expandCodeFor method, add a new SCEVVi...
2004-04-22 Chris LattnerAdd an ugly cast
2004-04-22 Chris LattnerAdd a method
2004-04-20 Chris LattnerAllow getting the module from a call graph
2004-04-19 Chris LattnerEliminate a poorly conceived method
2004-04-19 Chris Lattner* Improve file header comment
2004-04-18 Chris LattnerProvide an interface that is more convenient for iterat...
2004-04-18 Chris LattnerAdd new method.
2004-04-18 Chris LattnerChange the ExitBlocks list from being explicitly contai...
2004-04-18 Chris LattnerAdd a new method
2004-04-18 Chris LattnerAllow clients to delete loops, add a new method
2004-04-15 Chris LattnerAdd some helpful methods
2004-04-15 Chris LattnerPublically export all of these classes from the ScalarE...
2004-04-12 Chris LattnerAdd some methods that are useful for updating loop...
2004-04-12 Chris LattnerChange the call graph class to have TWO external nodes...
2004-04-11 Chris LattnerMake comments above APIs reflect what they should do.
2004-04-11 Chris LattnerNew method to allow more efficient clients
2004-04-10 Chris LattnerNote to self: SAVE FILES!
2004-04-10 Chris LattnerAdd an interface to update value numbering
2004-04-10 Chris LattnerClarify interface
2004-04-02 Chris LattnerRemove obsolete files
2004-04-02 Chris Lattnercleanup some long-dead code
2004-04-02 Chris LattnerAdd a new analysis
2004-04-02 Chris LattnerMake the verifier API more complete and useful
2004-03-15 Chris LattnerTweak argument
2004-03-15 Chris LattnerDeinline a couple of methods. Improve comment.
2004-03-15 Chris LattnerAdd two new methods which can be used to enable a bunch...
2004-03-11 Misha BrukmanDoxygenified and cleand up comments.
2004-03-09 Chris Lattnernew method
2004-03-08 Chris LattnerSwitch over to using edge profile information as the...
2004-03-08 Chris LattnerWe don't want to make this a pure interface, as it...
2004-03-08 Chris LattnerRearrange some methods, implement the dominates method
2004-03-08 Chris LattnerImport the trace class from the reoptimizer
2004-03-08 Chris LattnerAdd support for representing edge counts
2004-03-03 Chris LattnerRename method, add new method
2004-03-03 Chris LattnerDe-inline methods
2004-03-01 Chris LattnerAdd new method
2004-03-01 Chris LattnerFix the "partial pool allocator" on em3d and others...
2004-02-29 Misha BrukmanDoxygenify comments.
2004-02-21 Chris LattnerUpdate comments and add warning
2004-02-19 Chris LattnerAdd a method useful for updating DSA
2004-02-11 Chris LattnerAdd an important prototype
2004-02-11 Chris LattnerFactor this code out of llvm-prof
2004-02-10 Chris LattnerAn initial implementation of an LLVM ProfileInfo class...
2004-02-10 Chris LattnerRemove some unneeded stuff
2004-02-08 Chris LattnerSubstantially improve the DSA code by removing 'forward...
2004-02-08 Chris LattnerSwitch the Nodes list from being an std::vector<DSNode...
2004-02-08 Chris LattnerChange to use iterators instead of direct access
2004-02-07 Chris LattnerAbstract out the Nodes collection. Instead of providin...
2004-02-07 Chris LattnerActually USE isForwarding method
2004-02-07 Chris LattnerAs Alkis pointed out to me, I forgot to commit this...
2004-01-30 Chris LattnerAdd a new pointsToConstantMemory method to the AliasAna...
2004-01-30 Misha BrukmanDoxygenify comments.
2004-01-28 Chris LattnerKeep track of all of the globals inserted into the...
2004-01-28 Chris LattnerPull the ScalarMap out into something that is more...
2004-01-27 Chris LattnerMinor tweaks
2004-01-27 Chris LattnerAdd comments, allow DSNode "copy ctor" to ignore outgoi...
2004-01-27 Chris Lattner* cloneReachable* and clonePartiallyInto are not obsolete
2004-01-23 Chris LattnerAdd new flag, other minor modifications
2004-01-23 Chris LattnerFix grammar
2004-01-22 Chris LattnerEliminated the CompletedNodes argument to the cloneReac...
2004-01-22 Chris LattnerIt doesn't make sense for one side to be const, but...
2004-01-22 Chris LattnerRemove const qualifier (all Value*'s are nonconst in...
2004-01-22 Chris LattnerSpecialize std::swap correctly
2004-01-20 Chris LattnerMove SlotCalculator.h from include/llvm to include...
2004-01-20 Chris Lattneradd a method proto, make a method not inline
next