aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Split the CleanupGCCOutput pass into two passes, and add real life actualChris Lattner2002-04-101-0/+27
* Allow a pass to obtain an analysis result for updating.Chris Lattner2002-04-101-0/+20
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-096-17/+17
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-092-32/+40
* Use explicit .get() calls to avoid having to #include Function.hChris Lattner2002-04-091-3/+2
* Use .get() explicitly and add a few extra casts to avoid 2 #includesChris Lattner2002-04-091-15/+13
* Use opaque decl instead of #includeChris Lattner2002-04-092-2/+2
* Rewrite MachineCodeForBasicBlock in terms of containment rather thanChris Lattner2002-04-091-4/+45
* Free memory when done with it.Chris Lattner2002-04-091-1/+4
* Don't leak all of the Loop objects created...Chris Lattner2002-04-091-1/+8
* Move the InsertPrologEpilogCode class out of the Sparc.cpp file into theChris Lattner2002-04-091-8/+0
* Don't leak memory like a seiveChris Lattner2002-04-081-1/+4
* s/Method/FunctionChris Lattner2002-04-083-11/+10
* * Add virtual print methodsChris Lattner2002-04-087-1/+14
* * Trim #includesChris Lattner2002-04-081-64/+4
* s/Method/FunctionChris Lattner2002-04-081-7/+6
* Trim #includesChris Lattner2002-04-082-3/+12
* * Move casting stuff out to Support/Casting.hChris Lattner2002-04-081-72/+16
* * Fix commentChris Lattner2002-04-081-3/+6
* Pull casting operators out of Value.hChris Lattner2002-04-082-0/+160
* Minor change to reflect that ConstantHandling is now part of VMCoreChris Lattner2002-04-081-2/+2
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-072-24/+32
* VCG output support removed because it was broken and will never be used.Chris Lattner2002-04-071-11/+0
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-074-42/+45
* Source base has been completely changed over to use Function instead of Metho...Chris Lattner2002-04-071-12/+0
* Add new function utohexstr.Chris Lattner2002-04-072-0/+36
* Implement constant propogation of multiply and divide instructions!!Chris Lattner2002-04-071-0/+9
* * Delete getNumAbstractTypeUsers methodChris Lattner2002-04-051-17/+7
* s/MethodType/FunctionTypeChris Lattner2002-04-041-1/+1
* Remove backwards compatibility codeChris Lattner2002-04-041-5/+0
* Deparameterize PATypeHolderChris Lattner2002-04-041-1/+1
* Add method to get # nodes in the graphChris Lattner2002-04-042-0/+8
* Make the release build workChris Lattner2002-04-041-7/+2
* Fix the release buildChris Lattner2002-04-041-2/+0
* * Add dump() virtual function to AbstractType user to help track down bugsChris Lattner2002-04-041-13/+14
* Add a new replaceWith method useful for replacing instructionsChris Lattner2002-04-011-0/+6
* Shadow nodes don't need to know their explicit parent, they just need toChris Lattner2002-04-012-6/+4
* Add method getCallInstIndirectAddrVal() to add call interferenceVikram S. Adve2002-03-311-1/+3
* Include temp. values when computing max. size of stack frame!Vikram S. Adve2002-03-312-0/+24
* * Allow access to DSNode iterator as DSNode::iterator/begin/endChris Lattner2002-03-315-33/+66
* Initial checkin of file:Chris Lattner2002-03-303-0/+201
* Add accessors and a method to get all the outgoing links for ALL nodesChris Lattner2002-03-302-0/+66
* Add an accessorChris Lattner2002-03-302-2/+10
* Add a hook to allow the datastructure to keep naturally up to date, evenChris Lattner2002-03-292-0/+26
* Add more accessorsChris Lattner2002-03-291-0/+8
* Checkin new useful routineChris Lattner2002-03-291-0/+17
* Rename getCalledMethod to getCalledFunctionChris Lattner2002-03-291-4/+4
* Remove getCalledMethod. Use getCalledFunction insteadChris Lattner2002-03-291-4/+0
* Add an insert method to VAlueHolder to allow batch insertionChris Lattner2002-03-291-0/+10
* Add new addTypeName method to Module classChris Lattner2002-03-291-0/+6