aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LowerGC.cpp
AgeCommit message (Expand)Author
2006-06-28Shrink libllvmgcc.dylib by another 23KChris Lattner
2006-01-14FunctionPass's cannot do IPO things.Chris Lattner
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
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