Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a55b1d5b9979d99455fb7c05e11f961749edb64a
/
llvm
/
lib
/
CodeGen
/
MachineInstrBundle.cpp
4f0e00a
Increase the static sizes of some SmallSets. finalizeBundle() is very frequently called for some backends, and growing into an std::set is overkill for these numbers.
by Michael Ilseman
· 13 years ago
3a83363
whitespace
by Michael Ilseman
· 13 years ago
381fab9
Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses an instruction's use of a physical register, analogous to analyzeVirtReg.
by James Molloy
· 13 years ago
54038d7
Switch all register list clients to the new MC*Iterator interface.
by Jakob Stoklund Olesen
· 13 years ago
217a704
Avoid finalizeBundles infinite looping.
by Evan Cheng
· 14 years ago
4b02a29
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce static data size.
by Craig Topper
· 14 years ago
9e821456
Add an analyzeVirtReg() function.
by Jakob Stoklund Olesen
· 14 years ago
1fa5bcb
Codegen pass definition cleanup. No functionality.
by Andrew Trick
· 14 years ago
c2679b2
More bundle related API additions.
by Evan Cheng
· 14 years ago
6ca2272
Enhance finalizeBundle to return end of bundle iterator because it makes sense.
by Evan Cheng
· 14 years ago
2879467
- Slight change to finalizeBundle() interface. LastMI is not exclusive (pointing
by Evan Cheng
· 14 years ago
1eb2bb2
Rename Finalizebundle to finalizeBundle to conform to coding guideline.
by Evan Cheng
· 14 years ago
7fae11b
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
by Evan Cheng
· 14 years ago