aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LowerGC.cpp
AgeCommit message (Expand)Author
2004-10-27Initialize with the correct constant typeChris Lattner
2004-10-18Correction to allow compilation with Visual C++.Reid Spencer
2004-07-22Update GC intrinsics to take a pointer to the object as well as a pointerChris Lattner
2004-07-18Expand the coercion of constants to include the newly constant Globals.Reid Spencer
2004-07-18bug 122:Reid Spencer
2004-05-23Spelling people's names right is kinda importantChris Lattner
2004-05-23Implement the -lowergc pass which is used by code generators (like the CBE)Chris Lattner