aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/LowerGC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change llvm.gcroot to not init the root to null at runtime, this preventsChris Lattner2007-09-121-4/+1
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-4/+11
* Fix a gcroot lowering bug.Evan Cheng2007-09-011-2/+5
* Update InvokeInst to work like CallInstDavid Greene2007-08-271-1/+1
* Fix comment typoDavid Greene2007-08-071-1/+1
* Make this code more efficient.David Greene2007-08-061-5/+5
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-2/+13
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+330