Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
b31b099a3722ad5b5d94ffe862ee92df51565b51
/
lib
/
CodeGen
/
MachineInstrBundle.cpp
73a853f
Move an assertion so it doesn't dereference end().
by Jakob Stoklund Olesen
· 13 years ago
caf946e
Use the new MI bundling API in MachineInstrBundle itself.
by Jakob Stoklund Olesen
· 13 years ago
d04a8d4
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
310f248
Fix physical register liveness calculations:
by Tim Northover
· 13 years ago
8dcc994
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
2b94302
whitespace
by Michael Ilseman
· 13 years ago
b17cf29
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
396618b
Switch all register list clients to the new MC*Iterator interface.
by Jakob Stoklund Olesen
· 13 years ago
8250d73
Avoid finalizeBundles infinite looping.
by Evan Cheng
· 13 years ago
9ebfbf8
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce static data size.
by Craig Topper
· 13 years ago
a36fe73
Add an analyzeVirtReg() function.
by Jakob Stoklund Olesen
· 14 years ago
1dd8c85
Codegen pass definition cleanup. No functionality.
by Andrew Trick
· 14 years ago
ef2887d
More bundle related API additions.
by Evan Cheng
· 14 years ago
a2e435c
Enhance finalizeBundle to return end of bundle iterator because it makes sense.
by Evan Cheng
· 14 years ago
bca15f9
- Slight change to finalizeBundle() interface. LastMI is not exclusive (pointing
by Evan Cheng
· 14 years ago
9b15971
Rename Finalizebundle to finalizeBundle to conform to coding guideline.
by Evan Cheng
· 14 years ago
ddfd137
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
by Evan Cheng
· 14 years ago