aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LowerGC.cpp
AgeCommit message (Expand)Author
2007-02-13Eliminate use of ctors that take vectors.Chris Lattner
2007-02-05For PR411:Reid Spencer
2007-01-31remove temporary vectors.Chris Lattner
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-07relax some typesChris Lattner
2006-12-31For PR950:Reid Spencer
2006-12-13Replace CastInst::createInferredCast calls with more accurate castReid Spencer
2006-11-27For PR950:Reid Spencer
2006-10-20For PR950:Reid Spencer
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2006-08-27s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner
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