aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Fix another bug in Prolangs-C++/objectsChris Lattner2004-10-311-1/+2
* Only call getNodeForValue on pointer arguments! this fixes a problem runningChris Lattner2004-10-311-5/+11
* 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-282-2/+2
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-1/+1
* add support for UndefValueChris Lattner2004-10-261-1/+1
* Patch to support MSVC, contributed by Morten OfstadChris Lattner2004-10-251-1/+1
* We won't use automakeReid Spencer2004-10-226-2275/+0
* Initial automake generated Makefile templateReid Spencer2004-10-183-0/+2179
* Add support for unreachableChris Lattner2004-10-161-2/+1
* Add support for undefChris Lattner2004-10-161-0/+3
* Add supportChris Lattner2004-10-161-0/+1
* Be more careful about looking for constants when we really want constantint's.Chris Lattner2004-10-161-10/+8
* Do not use the same variable name for two different variables in theChris Lattner2004-10-141-3/+2
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-133-13/+9
* Minor cleanups:Chris Lattner2004-10-121-23/+20
* This nutty patch has been in my tree since before 1.3 went out, and it needsChris Lattner2004-10-121-20/+147
* Make this buildChris Lattner2004-10-111-5/+5
* Fix SingleSource/Benchmarks/McGill/chompChris Lattner2004-10-111-0/+1
* Build both archive and relinked objectsReid Spencer2004-10-103-3/+17
* Initial version of automake Makefile.am file.Reid Spencer2004-10-103-0/+86
* 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-2021-35/+35
* Finegrainify namespacificationChris Lattner2004-09-201-7/+4
* Fix a nasty iterator invalidation problem I introduced yesterday. ThisChris Lattner2004-09-191-5/+5
* Add CallGraphNode::removeAnyCallEdgeTo methodChris Lattner2004-09-181-0/+12
* When changing a function, make sure to update the CallGraphNode for theChris Lattner2004-09-181-0/+1
* Implement new changeFunction method, nuke a never implemented one.Chris Lattner2004-09-181-8/+14
* Convert code to compile with vc7.1.Reid Spencer2004-09-151-3/+3
* Add some assertionsChris Lattner2004-09-151-2/+3
* Implement an AliasSetTracker::copyValue methodChris Lattner2004-09-141-3/+30
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-035-2/+6
* Changes For Bug 352Reid Spencer2004-09-0131-60/+60
* Fix a bug that caused the pass to go into infinite loops on trivial testcases.Chris Lattner2004-08-161-1/+2
* Add standard print/dump methods to CallGraph classes.Chris Lattner2004-08-081-16/+22
* Hide this optionChris Lattner2004-08-021-1/+1
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-298-13/+8
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-293-8/+4
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-291-2/+1
* Fix test/Regression/Analysis/BasicAA/2004-07-28-MustAliasbug.llxChris Lattner2004-07-291-5/+9
* Make the create...() functions for some of these passes return a FunctionPass *.Brian Gaeke2004-07-271-1/+1
* nuke pointless -debug outputChris Lattner2004-07-271-4/+0
* Fix conservative assumption, which was quite broken. Also, notice thatChris Lattner2004-07-271-2/+22
* Remove a bogus assertionChris Lattner2004-07-271-3/+0