Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
[oota-llvm.git] / lib / Transforms / Scalar / LowerGC.cpp
2008-01-07 Gordon HenriksenWith this patch, the LowerGC transformation becomes the
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-09-12 Chris LattnerChange llvm.gcroot to not init the root to null at...
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-09-01 Evan ChengFix a gcroot lowering bug.
2007-08-27 David GreeneUpdate InvokeInst to work like CallInst
2007-08-07 David GreeneFix comment typo
2007-08-06 David GreeneMake this code more efficient.
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-02-13 Chris LattnerEliminate use of ctors that take vectors.
2007-02-05 Reid SpencerFor PR411:
2007-01-31 Chris Lattnerremove temporary vectors.
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-07 Chris Lattnerrelax some types
2006-12-31 Reid SpencerFor PR950:
2006-12-13 Reid SpencerReplace CastInst::createInferredCast calls with more...
2006-11-27 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-06-28 Chris LattnerShrink libllvmgcc.dylib by another 23K
2006-01-14 Chris LattnerFunctionPass's cannot do IPO things.
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-27 Chris LattnerInitialize with the correct constant type
2004-10-18 Reid SpencerCorrection to allow compilation with Visual C++.
2004-07-22 Chris LattnerUpdate GC intrinsics to take a pointer to the object...
2004-07-18 Reid SpencerExpand the coercion of constants to include the newly...
2004-07-18 Reid Spencerbug 122:
2004-05-23 Chris LattnerSpelling people's names right is kinda important
2004-05-23 Chris LattnerImplement the -lowergc pass which is used by code gener...