Patch to make assembly output compatible with mingw compilation (identical
[oota-llvm.git] / lib / Analysis /
2005-03-05 Chris LattnerMake sure the two arguments of a setcc instruction...
2005-03-04 Chris LattnerTrivial cleanup patch
2005-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif
2005-02-26 Chris LattnerDCE a dead function
2005-02-26 Chris Lattner1 + 100 + 51 == 152, not 52.
2005-02-25 Chris LattnerHandle null a bit more carefully.
2005-02-24 Chris LattnerThis instruction:
2005-02-24 Chris LattnerFix a bug introduced by revision 1.187 of this file.
2005-02-22 Chris LattnerRemove use of bind_obj, deleter, and finegrainify names...
2005-02-17 Chris LattnerScary typo that fixes Regression/Transforms/IndVarsSimp...
2005-02-15 Chris LattnerAdd a sanity check.
2005-02-15 Chris LattnerAdd a new method to make it easy to update graphs.
2005-02-13 Chris LattnerCorrect the recursive PHI node handling routines in...
2005-02-09 Chris LattnerUse new edge iterators to simplify some code.
2005-02-07 Chris LattnerIndCallGraphMap is now a pointer to a new'd map.
2005-02-04 Chris LattnerIf we have an indirect call site that calls N functions...
2005-02-04 Chris LattnerSplit mergeInGraph into two methods.
2005-02-04 Chris LattnerFix the Regression/Transforms/DSAnalysis/recursion...
2005-02-03 Chris LattnerRefactor getFunctionArgumentsForCall out of mergeInGraph.
2005-02-01 Chris LattnerEliminate some duplicated debug code
2005-02-01 Chris LattnerEliminate self-recursion as a special case.
2005-02-01 Chris LattnerEliminate use of DSCallSiteIterator in key loop. This...
2005-02-01 Chris LattnerSignficantly speed up printing by not emitting the...
2005-02-01 Chris LattnerDo not revisit nodes in the SCC traversal. This speeds...
2005-02-01 Chris LattnerFix a problem where we could infinitely recurse on...
2005-01-31 Chris LattnerRename variables to work with VC++'s hokey scoping...
2005-01-31 Chris LattnerFix some scary bugs that VC++ detected.
2005-01-30 Chris LattnerMake things more const-correct, adjust to changes in...
2005-01-30 Chris Lattner* Make some methods more const correct.
2005-01-29 Chris LattnerDue to previous simplifications, we can simplify the...
2005-01-29 Chris LattnerProperly handle volatile.
2005-01-29 Chris LattnerRemove some useless map operations. Loads/stores that...
2005-01-29 Chris LattnerBefore doing expensive global analysis, check to make...
2005-01-29 Chris LattnerMinor simplification/speedup. Replaces a set lookup...
2005-01-29 Chris LattnerEliminate generality that is not buying us anything...
2005-01-29 Chris LattnerIf we see:
2005-01-28 Chris LattnerRemove this code as it is currently completely broken...
2005-01-24 Chris LattnerMake -ds-aa more useful, allowing it to be updated...
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
next