aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LowerGC.cpp
AgeCommit message (Expand)Author
2007-12-17Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb
2007-12-03Rather than having special rules like "intrinsics cannotDuncan Sands
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-09-12Change llvm.gcroot to not init the root to null at runtime, this preventsChris Lattner
2007-09-04Update GEP constructors to use an iterator interface to fixDavid Greene
2007-09-01Fix a gcroot lowering bug.Evan Cheng
2007-08-27Update InvokeInst to work like CallInstDavid Greene
2007-08-07Fix comment typoDavid Greene
2007-08-06Make this code more efficient.David Greene
2007-08-01New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
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