aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update documentation, rename Method to Function, move typedef to Value.h for ...Chris Lattner2002-03-231-14/+12
* Change Method to FunctionChris Lattner2002-03-231-8/+6
* Add transition typedef to FunctionChris Lattner2002-03-231-0/+2
* New pass to convert Convert multi-dimensionalVikram S. Adve2002-03-231-0/+16
* Moved to Scalar/ directory.Vikram S. Adve2002-03-231-16/+0
* * Make AllocationInst ctor protectedChris Lattner2002-03-211-23/+10
* Remove a misguided API extensionChris Lattner2002-03-211-10/+0
* Allow implementation of all HANDLE_*_INST macros at once by defining HANDLE_INSTChris Lattner2002-03-191-4/+27
* New pass to convert Convert multi-dimensionalVikram S. Adve2002-03-191-0/+16
* Big bug fix: killed uses were being inserted instead of erased!Vikram S. Adve2002-03-192-14/+28
* Initial checkin of InstVisitor classChris Lattner2002-03-181-0/+133
* Add isa,cast,dyncast support for AllocationInst.Chris Lattner2002-03-181-0/+10
* Added function computeOffsetforLocalVar to check how big theVikram S. Adve2002-03-182-2/+8
* Use vector for machine instructions in GetInstructionsByRule.Vikram S. Adve2002-03-181-3/+2
* Added machine-independent value for INVALID_MACHINE_OPCODE.Vikram S. Adve2002-03-182-30/+26
* Add function getRegClassIDOfType.Vikram S. Adve2002-03-181-1/+4
* Bug fix in setting CC register.Vikram S. Adve2002-03-181-9/+11