summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure
Commit message (Expand)AuthorAgeFilesLines
* Hide this optionChris Lattner2004-08-021-1/+1
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-1/+1
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-293-8/+4
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-212-2/+0
* bug 122:Reid Spencer2004-07-183-15/+10
* Be compatible with IA64Chris Lattner2004-07-161-1/+2
* Fix for PR341Chris Lattner2004-07-151-1/+1
* Disable some code that isn't helping mattersChris Lattner2004-07-081-1/+6
* Headers movedChris Lattner2004-07-071-1/+1
* Move all of the DSA headers into the Analysis/DataStructure subdir.Chris Lattner2004-07-0714-29/+31
* As much as I hate to say it, the whole setNode interface for DSNodeHandlesChris Lattner2004-07-072-11/+7
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-044-0/+4
* Moved IPModRef out of the public include dirChris Lattner2004-06-283-2/+234
* Move DependenceGraph.* to lib/Analysis/DataStructureChris Lattner2004-06-284-2/+343
* Move MemoryDepAnalysis.h into lib/Analysis/DataStructureChris Lattner2004-06-284-3/+105
* Move PgmDependenceGraph.h out of the public include hierarchyChris Lattner2004-06-283-2/+304
* Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA onChris Lattner2004-06-231-2/+1
* File depends on MemoryDepAnalysis (DSA); moved to lib/Analysis/DataStructureMisha Brukman2004-06-221-0/+258
* Files depend on DSA, moved to lib/Analysis/DataStructureMisha Brukman2004-06-222-0/+947
* File depends on DSA, moved to lib/Analysis/DataStructureMisha Brukman2004-06-221-0/+495
* If an edge points to a field of another memory object, actually reflect thisChris Lattner2004-06-221-0/+18
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-2/+2
* Recognize memalign and friends, and handle them specially.Vikram S. Adve2004-05-251-1/+2
* Updates to work with the new auto-forwarding AA interface changesChris Lattner2004-05-231-9/+3
* Fix a really nasty bug with the -disable-ds-field-sensitivity optionChris Lattner2004-05-231-0/+3
* Update to match the autochaining interface that the AA interface usesChris Lattner2004-05-231-6/+1
* Inline both direct and indirect callees in the CBU phase becauseVikram S. Adve2004-05-231-34/+34
* Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke2004-05-051-7/+2
* Wrapped code and comments at 80 cols; doxygenified some comments.Misha Brukman2004-04-292-18/+20
* If an object is not in the scalar map then it must be a global from anotherChris Lattner2004-04-261-33/+33
* Support getelementptr instructions which use uint's to index into structureChris Lattner2004-04-051-1/+2
* Fix a tiny bug that caused an incorrect assertion failure poolallocatingChris Lattner2004-03-131-4/+6
* Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* toChris Lattner2004-03-131-5/+3
* Implement getModRefInfo() for DSA to calculate whether a function modifies orMisha Brukman2004-03-121-5/+39
* implement new methodChris Lattner2004-03-091-0/+24
* Fix a bug handling globals that are constants, but are still externalChris Lattner2004-03-081-1/+1
* Fix a minor bugChris Lattner2004-03-051-1/+2
* Unbreak the build on Sparc.Misha Brukman2004-03-051-0/+2
* Fix a bug in a previous checkin that broke 175.vprChris Lattner2004-03-041-1/+1
* Add support for strto* and v*printfChris Lattner2004-03-041-0/+66
* Add non-crappy support for varargsChris Lattner2004-03-041-6/+32
* Implement a FIXME, improving the efficiency of DSA on povray.Chris Lattner2004-03-041-2/+16
* Speed up the cbu pass from taking somewhere near the age of the universe to a...Chris Lattner2004-03-041-6/+28
* Fix BU datastructures with povray!Chris Lattner2004-03-041-11/+25
* Minor changes, remove some debugging code that got checked in somehow.Chris Lattner2004-03-041-7/+10
* Only clone nodes that are needed in the caller, don't clone ALL aux calls. T...Chris Lattner2004-03-041-20/+48
* Fix a minor bug handling incomplete programsChris Lattner2004-03-031-1/+1
* Fix a DSA bug that caused DSA to generate incredibly huge graphs and take for...Chris Lattner2004-03-031-1/+34
* Deinline methods, add fast exitChris Lattner2004-03-031-0/+27
* Fix a node mapping problem that was causing the pool allocator to locally all...Chris Lattner2004-03-031-0/+3
OpenPOWER on IntegriCloud