aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Function.cpp
AgeCommit message (Expand)Author
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