Silence a spurious warning
[oota-llvm.git] / lib / Analysis / DataStructure /
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-03-14 Chris LattnerDemoteRegToStack got moved from DemoteRegToStack.h...
2004-03-13 Chris LattnerFix a tiny bug that caused an incorrect assertion failu...
2004-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-03-12 Misha BrukmanImplement getModRefInfo() for DSA to calculate whether...
2004-03-12 Misha BrukmanMake code more readable.
2004-03-09 Chris Lattnerimplement new method
2004-03-08 Chris LattnerFix a bug handling globals that are constants, but...
2004-03-05 Chris LattnerFix a minor bug
2004-03-05 Misha BrukmanUnbreak the build on Sparc.
2004-03-04 Chris LattnerFix a bug in a previous checkin that broke 175.vpr
2004-03-04 Chris LattnerAdd support for strto* and v*printf
2004-03-04 Chris LattnerAdd non-crappy support for varargs
2004-03-04 Chris LattnerImplement a FIXME, improving the efficiency of DSA...
2004-03-04 Chris LattnerSpeed up the cbu pass from taking somewhere near the...
2004-03-04 Chris LattnerFix BU datastructures with povray!
2004-03-04 Chris LattnerMinor changes, remove some debugging code that got...
2004-03-04 Chris LattnerOnly clone nodes that are needed in the caller, don...
2004-03-03 Chris LattnerFix a minor bug handling incomplete programs
2004-03-03 Chris LattnerFix a DSA bug that caused DSA to generate incredibly...
2004-03-03 Chris LattnerDeinline methods, add fast exit
2004-03-03 Chris LattnerFix a node mapping problem that was causing the pool...
2004-03-02 Chris LattnerFINALLY be able to get symbolic type names in the globa...
2004-03-02 Chris LattnerReally, only if reopen
2004-03-01 Chris LattnerCorrectly add an array marker on a node when appropriate!
2004-02-29 Misha Brukman* Remove function to find "main" in a Module, there...
2004-02-27 Chris LattnerOnly clone global nodes between graphs if both graphs...
2004-02-27 Chris LattnerADD MORE FUNCTIONS!
2004-02-26 Chris LattnerBe a good little compiler and handle direct calls effic...
2004-02-26 Chris LattnerFix typo
2004-02-26 Chris LattnerThe node doesn't have to be _no_ node flags, it just...
2004-02-26 Chris LattnerAdd _more_ functions
2004-02-25 Chris LattnerTwo changes:
2004-02-25 Chris LattnerWhen building local graphs, clone the initializer for...
2004-02-25 Chris LattnerSimplify the dead node elimination stuff
2004-02-25 Chris LattnerAdd a bunch more functions
2004-02-25 Chris LattnerTry harder to get symbol info
2004-02-25 Chris LattnerAdd a bunch more functions used by perlbmk
2004-02-24 Chris LattnerAdd support for 'rename'
2004-02-24 Chris LattnerAdd support for remove, fwrite, and fread
2004-02-22 Chris LattnerUse isNull instead of getNode() to test for existence...
2004-02-21 Chris LattnerFix an iterator invalidation problem which was causing...
2004-02-21 Chris LattnerUse handy method
2004-02-21 Chris LattnerInstead of cloning the globals for main into the global...
2004-02-20 Chris LattnerThere is no need to merge the globals graph into the...
2004-02-20 Chris LattnerAdd two missing returns, which caused us to be very...
2004-02-20 Chris LattnerAdd support for some string functions, the scanf family...
2004-02-17 Chris LattnerWhen we complete the bottom-up pass, make sure to merge...
2004-02-16 Chris LattnerOnly spit out warning for functions that take pointers...
2004-02-16 Chris Lattnermemset and bcopy and now unified by the llvm.memset...
2004-02-15 Chris LattnerNo need to scan zero initializers. This should make...
2004-02-13 Chris LattnerAdd support for a bunch more functions
2004-02-13 Chris LattnerAdd support for fopen/fclose. Specifically with fopen...
2004-02-13 Chris LattnerRestructure code to handle memcpy/memmove
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-08 Chris LattnerAdd one that I missed
2004-02-08 Chris LattnerInstead of callign removeTriviallyDeadNodes on the...
2004-02-08 Chris LattnerRemove another unneeded call.
2004-02-08 Chris LattnerThis call is no longer needed now that merging does...
2004-02-08 Chris LattnerSubstantially improve the DSA code by removing 'forward...
2004-02-08 Chris LattnerBugfix for ilist conversion. The ilist wants to make...
2004-02-08 Chris LattnerSwitch the Nodes list from being an std::vector<DSNode...
2004-02-08 Chris LattnerChange to use node_iterators instead of direct access...
2004-02-07 Chris LattnergetNodes() is gone, use node_begin/end instead
2004-02-07 Chris LattnergetNodes() is gone
2004-02-07 Chris LattnerThere is no need to clone over nodes that are going...
2004-01-31 Chris LattnerAvoid referencing deleted DSgraphs when merging an...
2004-01-30 Chris LattnerForward method request to chained aa implementation
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...
2003-11-25 Chris LattnerDo not depend on index type to determine whether it...
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
next