summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LowerGC.cpp
Commit message (Expand)AuthorAge
* Deleting an empty file. Thanks, /usr/bin/patch!Gordon Henriksen2008-01-07
* With this patch, the LowerGC transformation becomes theGordon Henriksen2008-01-07
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-03
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* Change llvm.gcroot to not init the root to null at runtime, this preventsChris Lattner2007-09-12
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-04
* Fix a gcroot lowering bug.Evan Cheng2007-09-01
* Update InvokeInst to work like CallInstDavid Greene2007-08-27
* Fix comment typoDavid Greene2007-08-07
* Make this code more efficient.David Greene2007-08-06
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-01
* Fix typo in comment.Nick Lewycky2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Eliminate use of ctors that take vectors.Chris Lattner2007-02-13
* For PR411:Reid Spencer2007-02-05
* remove temporary vectors.Chris Lattner2007-01-31
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* relax some typesChris Lattner2007-01-07
* For PR950:Reid Spencer2006-12-31
* Replace CastInst::createInferredCast calls with more accurate castReid Spencer2006-12-13
* For PR950:Reid Spencer2006-11-27
* For PR950:Reid Spencer2006-10-20
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* Shrink libllvmgcc.dylib by another 23KChris Lattner2006-06-28
* FunctionPass's cannot do IPO things.Chris Lattner2006-01-14
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* Remove trailing whitespaceMisha Brukman2005-04-21
* Initialize with the correct constant typeChris Lattner2004-10-27
* Correction to allow compilation with Visual C++.Reid Spencer2004-10-18
* Update GC intrinsics to take a pointer to the object as well as a pointerChris Lattner2004-07-22
* Expand the coercion of constants to include the newly constant Globals.Reid Spencer2004-07-18
* bug 122:Reid Spencer2004-07-18
* Spelling people's names right is kinda importantChris Lattner2004-05-23
* Implement the -lowergc pass which is used by code generators (like the CBE)Chris Lattner2004-05-23