summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure
Commit message (Expand)AuthorAgeFilesLines
* Move method out of line for better ICC supportChris Lattner2004-12-081-0/+11
* Work correctly with ICC, Patch contributed by Bjørn WennbergChris Lattner2004-12-081-8/+16
* For PR387:\Reid Spencer2004-12-071-0/+3
* For PR387:\Reid Spencer2004-12-077-7/+7
* Fix a bug that was preventing povray and namd from pool allocating correctly.Chris Lattner2004-11-081-1/+1
* Handle assert_fail specialChris Lattner2004-11-081-0/+7
* Don't call Constant::getNullValue when the argument could be VoidTyChris Lattner2004-11-031-2/+3
* Fix commentChris Lattner2004-10-311-1/+1
* Improve commentChris Lattner2004-10-311-2/+4
* Add more paranoid assertions :)Chris Lattner2004-10-311-0/+12
* Fix some more problems where we called getOffset before getNode()Chris Lattner2004-10-301-2/+4
* Fix three bugs:Chris Lattner2004-10-301-9/+12
* Fix more undefined behaviorChris Lattner2004-10-301-10/+13
* * Add a methodChris Lattner2004-10-301-16/+28
* Fix library name.Alkis Evlogimenos2004-10-281-1/+1
* add support for UndefValueChris Lattner2004-10-261-1/+1
* We won't use automakeReid Spencer2004-10-222-731/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+698
* Add support for undefChris Lattner2004-10-161-0/+3
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-4/+2
* Build both archive and relinked objectsReid Spencer2004-10-101-1/+6
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+30
* Fix a nasty dangling pointer problem, due to a free'd pointer being left inChris Lattner2004-10-071-0/+3
* Dont' let null nodes sneak past cast instructionsChris Lattner2004-10-061-1/+4
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-2013-22/+22
* Changes For Bug 352Reid Spencer2004-09-0117-41/+41
* 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
OpenPOWER on IntegriCloud