Use uint16_t to store register overlaps to reduce static data.
[oota-llvm.git] / lib / CodeGen / MachineInstrBundle.cpp
2012-02-29 Jakob Stoklund OlesenAdd an analyzeVirtReg() function.
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2012-01-19 Evan ChengMore bundle related API additions.
2012-01-19 Evan ChengEnhance finalizeBundle to return end of bundle iterator...
2012-01-19 Evan Cheng- Slight change to finalizeBundle() interface. LastMI...
2012-01-19 Evan ChengRename Finalizebundle to finalizeBundle to conform...
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...