[weak vtables] Remove a bunch of weak vtables
[oota-llvm.git] / include / llvm / CodeGen / LiveRegUnits.h
2013-10-14 Andrew TrickLiveRegUnits: Use *MBB for consistency and convenience.
2013-10-14 Andrew TrickUse a SparseSet in LiveRegUnits.
2013-10-14 Andrew TrickMove LiveRegUnits implementation into .cpp. Comment...
2013-10-14 Andrew TrickRemove extra indentation in LiveRegUnits.
2013-10-14 Andrew TrickConvert LiveRegUnits methods to the current convention...
2013-10-11 Matthias BraunIntroduce ad hoc liveness tracking utility: LiveRegUnits