aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineInstrBundle.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-20Fix physical register liveness calculations:Tim Northover1-2/+4
2012-09-17Increase the static sizes of some SmallSets. finalizeBundle() is very frequen...Michael Ilseman1-4/+4
2012-09-17whitespaceMichael Ilseman1-1/+1
2012-09-12Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...James Molloy1-2/+52
2012-06-01Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen1-2/+2
2012-03-06Avoid finalizeBundles infinite looping.Evan Cheng1-0/+2
2012-03-05Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper1-1/+1
2012-02-29Add an analyzeVirtReg() function.Jakob Stoklund Olesen1-0/+33
2012-02-08Codegen pass definition cleanup. No functionality.Andrew Trick1-8/+2
2012-01-19More bundle related API additions.Evan Cheng1-1/+52
2012-01-19Enhance finalizeBundle to return end of bundle iterator because it makes sense.Evan Cheng1-3/+6
2012-01-19- Slight change to finalizeBundle() interface. LastMI is not exclusive (pointingEvan Cheng1-3/+18
2012-01-19Rename Finalizebundle to finalizeBundle to conform to coding guideline.Evan Cheng1-2/+2
2011-12-14- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng1-0/+180