aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Removed MachineCodeForMethod object and made it an annotation.Vikram S. Adve2001-11-081-5/+1
* Delete MachineCodeInfoForMethod object.Vikram S. Adve2001-10-221-0/+2
* Added MachineCodeForMethod object in class Method.Vikram S. Adve2001-10-221-1/+3
* It is valid to have unsigned arrays as constants... the linker may initialize...Chris Lattner2001-10-201-3/+0
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-031-2/+1
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-5/+9
* Convert more code to use new style castsChris Lattner2001-10-011-1/+1
* Remove the unsized array constraintChris Lattner2001-09-181-4/+1
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-181-4/+10
* Use correct style castsChris Lattner2001-09-101-7/+3
* Implement global variable supportChris Lattner2001-09-101-1/+30
* Support new setName interfaceChris Lattner2001-09-071-1/+3
* * ValueHolder now takes 3 argumentsChris Lattner2001-07-141-3/+3
* Miscellaneous cleanups:Chris Lattner2001-06-271-4/+3
* Initial revisionChris Lattner2001-06-061-0/+75