Post-ra LICM should take care not to hoist an instruction that would clobber a
[oota-llvm.git] / lib / CodeGen / LiveRangeCalc.cpp
2012-02-04 Jakob Stoklund OlesenDon't store COPY pointers in VNInfo.
2011-12-20 Lang HamesFix assert condition.
2011-09-13 Jakob Stoklund OlesenSwitch extendInBlock() to take a kill slot instead...
2011-09-13 NAKAMURA TakumiUnbreak msvc.
2011-09-13 Jakob Stoklund OlesenExtract live range calculations from SplitKit.