Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ecf2bb8724d41a72292b80c88bf35b46ec51a39f
/
llvm
/
lib
/
CodeGen
/
DeadMachineInstructionElim.cpp
0b3bcee
Rename AliasSet to SubRegs, to reflect changes in the surrounding code.
by Dan Gohman
· 17 years ago
bf293c4
Fix a subtle bug in DeadMachineInstructionElim's liveness
by Dan Gohman
· 17 years ago
0d1e9a8
Switch the MachineOperand accessors back to the short names like
by Dan Gohman
· 17 years ago
b873aa6
Add debug output to this pass.
by Dan Gohman
· 17 years ago
6b33aa4
Refactor the logic for testing if an instruction is dead into a separate method.
by Dan Gohman
· 17 years ago
1e2b282
Set SetStore to false, to allow this pass to delete dead loads.
by Dan Gohman
· 17 years ago
676145f
Now that DeadMachineInstructionElim is basically working
by Dan Gohman
· 17 years ago
269999c
Track local physical register liveness. This is not the most
by Dan Gohman
· 17 years ago
f3d647e
Don't consider instructions with implicit physical register
by Dan Gohman
· 17 years ago
c24cd01
Add a new MachineInstr-level DCE pass. It is very simple, and is intended to
by Dan Gohman
· 17 years ago