aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/LowerGC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-1/+4
* Eliminate use of ctors that take vectors.Chris Lattner2007-02-131-3/+3
* For PR411:Reid Spencer2007-02-051-3/+3
* remove temporary vectors.Chris Lattner2007-01-311-9/+6
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-1/+1
* relax some typesChris Lattner2007-01-071-1/+1
* For PR950:Reid Spencer2006-12-311-9/+9
* Replace CastInst::createInferredCast calls with more accurate castReid Spencer2006-12-131-2/+1
* For PR950:Reid Spencer2006-11-271-5/+9
* For PR950:Reid Spencer2006-10-201-6/+6
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-271-1/+1
* Shrink libllvmgcc.dylib by another 23KChris Lattner2006-06-281-1/+2
* FunctionPass's cannot do IPO things.Chris Lattner2006-01-141-4/+0
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-2/+3
* Remove trailing whitespaceMisha Brukman2005-04-211-9/+9
* Initialize with the correct constant typeChris Lattner2004-10-271-2/+3
* Correction to allow compilation with Visual C++.Reid Spencer2004-10-181-2/+2
* Update GC intrinsics to take a pointer to the object as well as a pointerChris Lattner2004-07-221-5/+8
* Expand the coercion of constants to include the newly constant Globals.Reid Spencer2004-07-181-2/+1
* bug 122:Reid Spencer2004-07-181-3/+3
* Spelling people's names right is kinda importantChris Lattner2004-05-231-1/+1
* Implement the -lowergc pass which is used by code generators (like the CBE)Chris Lattner2004-05-231-0/+326