Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
28ce1cc183582e4061f1e5ba4fb443d99a4915ae
/
lib
/
CodeGen
/
MachineCopyPropagation.cpp
fb9ebbf
Switch most getReservedRegs() clients to the MRI equivalent.
by Jakob Stoklund Olesen
· 12 years ago
396618b
Switch all register list clients to the new MC*Iterator interface.
by Jakob Stoklund Olesen
· 12 years ago
f152fe8
Switch some getAliasSet clients to MCRegAliasIterator.
by Jakob Stoklund Olesen
· 12 years ago
5f46eb1
Use a SmallVector and linear lookup instead of a DenseSet - SourceMap values
by Lang Hames
· 13 years ago
d9eb1d7
During MachineCopyPropagation a register may be the source operand of multiple
by Lang Hames
· 13 years ago
9ebfbf8
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce static data size.
by Craig Topper
· 13 years ago
e4fd907
Use uint16_t to store register overlaps to reduce static data.
by Craig Topper
· 13 years ago
b266cd0
Fix for PR12090: clear def maps of aliases when visiting a copy. e.g.
by Evan Cheng
· 13 years ago
01b623c
Fix machine-cp by having it to check sub-register indicies. e.g.
by Evan Cheng
· 13 years ago
f56ce53
Erase dead copies that are clobbered by a call.
by Jakob Stoklund Olesen
· 13 years ago
a8fc171
Handle register masks in MachineCopyPropagation.
by Jakob Stoklund Olesen
· 13 years ago
1dd8c85
Codegen pass definition cleanup. No functionality.
by Andrew Trick
· 13 years ago
1df91b0
whitespace
by Andrew Trick
· 13 years ago
1a96c91
Clear kill flags before propagating a copy.
by Jakob Stoklund Olesen
· 13 years ago
e811d0d
Avoid eraseing copies from a reserved register unless the definition can be
by Evan Cheng
· 13 years ago
977679d
Added a late machine instruction copy propagation pass. This catches
by Evan Cheng
· 13 years ago