aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/Method/FunctionChris Lattner2002-03-291-1/+1
* s/Method/FunctionChris Lattner2002-03-293-10/+10
* Expose more information to clientsChris Lattner2002-03-292-0/+18
* Add getOrInsertFunction and getFunction methods to Module. This simplifiesChris Lattner2002-03-291-0/+11
* Add #define for MethodTypeChris Lattner2002-03-291-0/+4
* s/Method/Function/Chris Lattner2002-03-291-4/+4
* Rename MethodType to FunctionType, provide a #defineChris Lattner2002-03-291-11/+14
* Remove the reduceApply functions they are obsolete things from the days beforeChris Lattner2002-03-281-8/+0
* Implement getEscapingAllocations & getNonEscapingAllocationsChris Lattner2002-03-282-4/+8
* * Remove RemoveUnreachableShadowNodes & UnlinkUndistinguishableShadowNodesChris Lattner2002-03-282-6/+34
* New file for new passChris Lattner2002-03-281-0/+15
* * Define some operators on PointerVal and PVS'sChris Lattner2002-03-282-12/+78
* Rename constructor functionCameron Buschardt2002-03-271-2/+3
* * Add a nice utility method to DSNodeChris Lattner2002-03-272-4/+40
* Allow isa<DSNode>(..)Chris Lattner2002-03-272-4/+6
* New header file for datastructure analysisChris Lattner2002-03-262-0/+754
* Change uses of Method to FunctionChris Lattner2002-03-263-13/+9
* Remove unneccesary forward declarations for classesChris Lattner2002-03-262-6/+0
* Transform uses of Method into uses of Function.Chris Lattner2002-03-265-58/+59
* Allow clients to use FunctionType as well as MethodType for nowChris Lattner2002-03-261-0/+2
* Refix bug: Add back method MachineCodeForInstruction::dropAllReferences.Vikram S. Adve2002-03-241-0/+7
* Fix padding when allocating local variables on stack.Vikram S. Adve2002-03-242-4/+6
* Add methods to support type inquiry. Rename TmpInstruction values.Vikram S. Adve2002-03-241-7/+12
* Change treeRoots data structure to make enumeration deterministic.Vikram S. Adve2002-03-241-5/+22
* Major overhaul to support arbitrary mixed array and structure indices.Vikram S. Adve2002-03-241-7/+9
* Rename Method to FunctionChris Lattner2002-03-2325-110/+113
* Remove extranous forward declChris Lattner2002-03-231-1/+0
* Remove unneccesary forward definitionsChris Lattner2002-03-231-3/+0
* Add transition header fileChris Lattner2002-03-231-0/+8