History log of /llvm-project-15.0.7/llvm/lib/CodeGen/MachineInstrBundle.cpp (Results 51 – 51 of 51)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7fae11b2 14-Dec-2011 Evan Cheng <[email protected]>

- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
to finalize MI bundles (i.e. add BUNDLE instruction and computing register def
and use lists of the BUNDLE instruct

- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
to finalize MI bundles (i.e. add BUNDLE instruction and computing register def
and use lists of the BUNDLE instruction) and a pass to unpack bundles.
- Teach more of MachineBasic and MachineInstr methods to be bundle aware.
- Switch Thumb2 IT block to MI bundles and delete the hazard recognizer hack to
prevent IT blocks from being broken apart.

llvm-svn: 146542

show more ...


123