Remove unneeded code now that splitBasicBlock does the "right thing"
[oota-llvm.git] / lib / Analysis /
2004-01-31 Chris LattnerAvoid referencing deleted DSgraphs when merging an...
2004-01-30 Chris LattnerFix thinko
2004-01-30 Chris LattnerForward method request to chained aa implementation
2004-01-30 Chris LattnerImplement the pointsToConstantMemory() method.
2004-01-30 Chris LattnerImprove mod/ref information based on the pointsToConsta...
2004-01-30 Misha BrukmanOrder #includes alphabetically, per style guide.
2004-01-29 Chris LattnerFix a bug aflicting 265.gap
2004-01-29 Chris LattnerMinor bugfixes
2004-01-28 Chris LattnerRename DSGraph::ScalarMapTy -> DSScalarMap
2004-01-28 Chris LattnerFix a bug
2004-01-28 Chris LattnerEliminate the call to removeTriviallyDeadNodes from...
2004-01-28 Chris LattnerIn the TD pass, iterate over globals directly instead...
2004-01-28 Chris LattnerIn the TD pass, don't iterate over the scalar map to...
2004-01-28 Chris LattnerIn updateFromGlobalsGraph, instead of iterating over...
2004-01-28 Chris LattnerMinor tweaks, eliminate useless integer pruning optimzi...
2004-01-28 Chris LattnerFurther reduce the number of nodes cloned with getClone...
2004-01-28 Chris LattnerAdd a timer, fix a minor bug.
2004-01-28 Chris LattnerAnother bugfix, disable "spurious" output.
2004-01-27 Chris Lattnerfix bug in previous checkin
2004-01-27 Chris Lattner* Add a new commandline argument to control the "global...
2004-01-27 Chris LattnerRewrite to use the reachability cloner interface. ...
2004-01-27 Chris Lattnerminor cleanups
2004-01-27 Chris LattnerGet clone flags right, so we don't build InlinedGlobals...
2004-01-23 Chris LattnerInitial support for implementing clonePartiallyInto...
2004-01-22 Chris LattnerEliminated the CompletedNodes argument to the cloneReac...
2004-01-22 Chris LattnerOk, I'm tired of pulling out all my timers to check...
2004-01-22 Chris LattnerBug fix: X.mergeWith(Y) was not updating Y if Y was...
2004-01-22 Chris LattnerStart implementing DSGraph::clonePartiallyInto and...
2004-01-22 Chris LattnerAllow disabling of ALL printing overhead when performin...
2004-01-12 Chris LattnerRemove use of ConstantHandling itf
2004-01-12 Chris LattnerRemove use of ConstantHandling itf
2004-01-12 Chris LattnerEliminate use of ConstantHandling itf
2004-01-09 Chris LattnerLive var is now in lib/Target/Sparc
2004-01-09 Chris LattnerMove sparc-specific code into lib/Target/Sparc
2004-01-08 Chris LattnerImprove encapsulation in the Loop and LoopInfo classes...
2003-12-28 Chris LattnerAdd a note
2003-12-23 Chris Lattnerrename ClassifyExpression -> ClassifyExpr
2003-12-23 Chris LattnerFinegrainify namespacification
2003-12-22 Chris Lattnerfinegrainify namespacification
2003-12-18 Chris LattnerAdd a new AliassetTracker::remove method. Because...
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-14 Alkis EvlogimenosChange interface of MachineOperand as follows:
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-11 Chris LattnerFactor out some duplicated code, implement the rest...
2003-12-11 Chris LattnerFix PR86. This makes basicaa _SIGNIFICANLY_ more aggre...
2003-12-11 Chris LattnerFinegrainify namespacification
2003-12-11 Chris LattnerFix a glaring bug
2003-12-11 Chris LattnerRealize the gep P, <zeros> must aliases P.
2003-12-11 Chris LattnerWith Brian's change to AA.h we can now clean out this...
2003-12-11 Brian GaekeIncludeFile hack to pull in BasicValueNumbering wheneve...
2003-12-10 Chris LattnerFinegrainify namespacification
2003-12-10 Chris LattnerFinegrainify namespacification
2003-12-07 Chris LattnerFinegrainify namespacification
2003-11-25 Chris LattnerDo not depend on index type to determine whether it...
2003-11-25 Chris LattnerFix file header
2003-11-25 Chris LattnerRemove dead variable
2003-11-25 Chris LattnerUse gep_type_begin/end instead of looking for ubytes
2003-11-25 Chris LattnerFinegrainify namespacification
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-14 Chris LattnerImplement a small optimization to handling of GEP's...
2003-11-13 Chris LattnerTrying to get the dsgraph for an external function...
2003-11-13 Chris LattnerImplement the CompleteBU pass
2003-11-13 Chris LattnerMinor code cleanup
2003-11-13 Chris LattnerDisable integer tracking by default
2003-11-13 Chris LattnerAdd an initial version of the CompleteBUDataStructures...
2003-11-12 Chris LattnerFine-grainify namespaces for this library
2003-11-12 Chris LattnerAdd new argument to disable checking
2003-11-12 Chris LattnerPrint return nodes for graphs with multiple functions...
2003-11-12 Chris LattnerDon't crash if no gg
2003-11-12 Chris LattnerCleanups
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Chris LattnerCompute node offsets correctly
2003-11-11 Chris LattnerAdd new method for computing node mappings. This is...
2003-11-09 Chris LattnerMore additions
2003-11-09 Chris LattnerAdd more functions
2003-11-09 Chris LattnerNone of the __llvm_* functions call into the program...
2003-11-09 Chris LattnerAdd support for memmove
2003-11-08 Chris LattnerHandle bzero and memset in the local analysis, because...
2003-11-08 Chris LattnerThis doesn't use DSCallSiteIterator
2003-11-05 Chris LattnerFix name collision
2003-11-02 Chris LattnerAll DSGraphs keep a reference to the targetdata they...
2003-11-02 Chris LattnerFix bug: test/Regression/Analysis/DSGraph/2003-11-02...
2003-11-02 Chris LattnerIncluding the symbol table in the FindUsedTypes analysi...
2003-10-31 Chris LattnerMake the call graph more precise despite the hated...
2003-10-30 Chris LattnerWhen someone includes CallGraph.h, make sure that they...
2003-10-28 Chris LattnerFix PR62, and llvm/test/Regression/CBackend/2003-10...
2003-10-23 Chris LattnerFix bug: CBackend/2003-10-23-UnusedType.ll and hopefull...
2003-10-22 Chris LattnerThis is a disgusting hack that improves code substantia...
2003-10-22 Chris LattnerDo not add unreachable code to a natural loop!
2003-10-22 Chris LattnerMake sure to print labels on nodes without names
2003-10-22 Chris LattnerIf the basic block has no name, make sure to print...
2003-10-22 Chris LattnerImplement the Function::viewCFG* methods, for use in...
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 Chris LattnerConvert this code from using annotations to using a...
2003-10-20 Chris LattnerRemove using declaration
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-13 Chris LattnerMake use of "external" depth-first iterators to avoid...
2003-10-13 Chris LattnerRegularize header file comments
next