aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Function.cpp
AgeCommit message (Expand)Author
2002-03-29s/Method/FunctionChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-26Implement internalChris Lattner
2001-11-08Removed MachineCodeForMethod object and made it an annotation.Vikram S. Adve
2001-10-22Delete MachineCodeInfoForMethod object.Vikram S. Adve
2001-10-22Added MachineCodeForMethod object in class Method.Vikram S. Adve
2001-10-20It is valid to have unsigned arrays as constants... the linker may initialize...Chris Lattner
2001-10-03Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner
2001-10-03* Both Method & GlobalVariable now subclass GlobalValueChris Lattner
2001-10-01Convert more code to use new style castsChris Lattner
2001-09-18Remove the unsized array constraintChris Lattner
2001-09-18Add support for global constants, and for initializers for constantsChris Lattner
2001-09-10Use correct style castsChris Lattner
2001-09-10Implement global variable supportChris Lattner
2001-09-07Support new setName interfaceChris Lattner
2001-07-14* ValueHolder now takes 3 argumentsChris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-06Initial revisionChris Lattner