Removing dependency on third party library for Intel JIT event support.
[oota-llvm.git] / lib / CodeGen / LiveRangeCalc.cpp
2012-09-06 Jakob Stoklund OlesenClear kill flags while computing live ranges.
2012-07-27 Jakob Stoklund OlesenEliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().
2012-07-13 Jakob Stoklund OlesenBe more verbose when detecting dominance problems.
2012-06-05 Jakob Stoklund OlesenImplement LiveRangeCalc::extendToUses() and createDeadD...
2012-06-04 Jakob Stoklund OlesenPass context pointers to LiveRangeCalc::reset().
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.