Delete PHI nodes that are not dead but are locked in a cycle of single
[oota-llvm.git] / lib / Analysis /
2005-01-12 Chris LattnerSilence VC++ warnings.
2005-01-10 Jeff CohenApply feed back from Chris:
2005-01-09 Jeff CohenAdd last four createXxxPass functions
2005-01-09 Jeff CohenGet lib/Analysis/DataStructure to compile with VC++
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2004-12-23 Misha BrukmanWrap at 80 cols
2004-12-23 Reid SpencerTry to speed up gccld hot spot in BasicVN::getEqualNumb...
2004-12-17 Chris LattnerActually overload the virtual method. This fixes
2004-12-15 Chris LattnerEliminate a virtual method call
2004-12-15 Chris LattnerFix a bug in -no-aa that caused two DSGraph tests to...
2004-12-15 Chris LattnerAdjust to new alias analysis interfaces
2004-12-08 Alkis EvlogimenosAdd testcase and fix for yet another case where we...
2004-12-08 Alkis EvlogimenosAdd testcase and fix for another case where we query...
2004-12-08 Chris LattnerMove method out of line for better ICC support
2004-12-08 Chris LattnerProperly extern this.
2004-12-08 Chris LattnerWork correctly with ICC, Patch contributed by Bjørn...
2004-12-07 Reid SpencerFor PR387:\
2004-12-07 Reid SpencerFor PR387:\
2004-12-04 Chris LattnerThis patch prevents an infinite recursion while compili...
2004-11-28 Chris LattnerFix DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll
2004-11-27 Chris LattnerWhen merging to alias sets, if they are both must alias...
2004-11-26 Chris LattnerAdd a new interface
2004-11-26 Chris LattnerWhen evaluating an AA, pass in size info
2004-11-26 Chris LattnerThe trick with globals actually works with allocas...
2004-11-26 Chris LattnerA store or load cannot alias a global if the accessed...
2004-11-19 Chris LattnerMission accomplished!
2004-11-17 Chris LattnerSimplify conditional and fix LICM/2004-11-17-UndefIndex...
2004-11-16 Reid SpencerStandardize on 'class' instead of 'struct'. Gets rid...
2004-11-11 Chris LattnerMake this build in release mode
2004-11-08 Chris LattnerFix a bug that was preventing povray and namd from...
2004-11-08 Chris LattnerHandle assert_fail special
2004-11-05 Chris LattnerRemove dead var
2004-11-03 Chris LattnerDon't call Constant::getNullValue when the argument...
2004-11-02 Chris LattnerGraphs that are part of equivalence sets can be multi...
2004-11-02 Chris LattnerCorrectly handle new SCC's found as a result of merging...
2004-11-02 Chris LattnerSubstantially cleanup/speedup the eq graphs pass by...
2004-11-02 Chris LattnerMinor cleanups
2004-11-01 Chris LattnerRemove more dead methods
2004-11-01 Chris LattnerRename FoldedGraph -> DSInfo to be consistent with...
2004-11-01 Chris LattnerGet rid of the EquivClassGraphArgsInfo class, and the...
2004-11-01 Chris LattnerEliminate the cloneGraph method
2004-10-31 Chris Lattner* Do not refer to ActualCallees in CBU, when we can...
2004-10-31 Chris LattnerSimplify graph traversal, improve grammar
2004-10-31 Chris LattnerDo not do horrible things to the CBU graphs. In partic...
2004-10-31 Chris LattnerFix comment
2004-10-31 Chris LattnerImprove comment
2004-10-31 Chris LattnerFix another bug in Prolangs-C++/objects
2004-10-31 Chris LattnerOnly call getNodeForValue on pointer arguments! this...
2004-10-31 Chris LattnerAdd more paranoid assertions :)
2004-10-30 Chris LattnerFix some more problems where we called getOffset before...
2004-10-30 Chris LattnerFix three bugs:
2004-10-30 Chris LattnerFix more undefined behavior
2004-10-30 Chris Lattner* Add a method
2004-10-28 Alkis EvlogimenosFix library name.
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-26 Chris Lattneradd support for UndefValue
2004-10-25 Chris LattnerPatch to support MSVC, contributed by Morten Ofstad
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-16 Chris LattnerAdd support for unreachable
2004-10-16 Chris LattnerAdd support for undef
2004-10-16 Chris LattnerAdd support
2004-10-16 Chris LattnerBe more careful about looking for constants when we...
2004-10-14 Chris LattnerDo not use the same variable name for two different...
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-12 Chris LattnerMinor cleanups:
2004-10-12 Chris LattnerThis nutty patch has been in my tree since before 1...
2004-10-11 Chris LattnerMake this build
2004-10-11 Chris LattnerFix SingleSource/Benchmarks/McGill/chomp
2004-10-10 Reid SpencerBuild both archive and relinked objects
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-07 Chris LattnerFix a nasty dangling pointer problem, due to a free...
2004-10-06 Chris LattnerDont' let null nodes sneak past cast instructions
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-20 Chris LattnerFinegrainify namespacification
2004-09-19 Chris LattnerFix a nasty iterator invalidation problem I introduced...
2004-09-18 Chris LattnerAdd CallGraphNode::removeAnyCallEdgeTo method
2004-09-18 Chris LattnerWhen changing a function, make sure to update the CallG...
2004-09-18 Chris LattnerImplement new changeFunction method, nuke a never imple...
2004-09-15 Reid SpencerConvert code to compile with vc7.1.
2004-09-15 Chris LattnerAdd some assertions
2004-09-14 Chris LattnerImplement an AliasSetTracker::copyValue method
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-16 Chris LattnerFix a bug that caused the pass to go into infinite...
2004-08-08 Chris LattnerAdd standard print/dump methods to CallGraph classes.
2004-08-02 Chris LattnerHide this option
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-07-29 Chris LattnerFix test/Regression/Analysis/BasicAA/2004-07-28-MustAli...
2004-07-27 Brian GaekeMake the create...() functions for some of these passes...
2004-07-27 Chris Lattnernuke pointless -debug output
2004-07-27 Chris LattnerFix conservative assumption, which was quite broken...
2004-07-27 Chris LattnerRemove a bogus assertion
2004-07-27 Chris LattnerComplete rewrite of this pass to be faster, use less...
2004-07-27 Chris LattnerUse context-sensitive alias analysis to avoid pessimiza...
2004-07-27 Chris LattnerMake basicaa a bit more aggressive
2004-07-27 Chris Lattnerbasic-aa can actually provide simple mod/ref info
next