Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
24080a98786cf393740cd035e27dd16c12827892
/
lib
/
CodeGen
/
DeadMachineInstructionElim.cpp
ac1abde
Swap parameters of isSafeToMove and isSafeToReMat for consistency.
by Evan Cheng
· 15 years ago
2d1ec73
Rewrite handling of DBG_VALUE; previous algorithm
by Dale Johannesen
· 15 years ago
39c7a19
Allow for more than one DBG_VALUE targeting the same dead instruction.
by Dale Johannesen
· 15 years ago
5e2b05a
Delete dead PHI machine instructions. These can be created due to type
by Bob Wilson
· 15 years ago
3b1906f
more comment updates
by Dale Johannesen
· 15 years ago
518bb53
move target-independent opcodes out of TargetInstrInfo
by Chris Lattner
· 15 years ago
00a99a3
Run codegen dce pass for all targets at all optimization levels. Previously it's
by Evan Cheng
· 15 years ago
9514fcb
If the only use of something is a DEBUG_VALUE, don't
by Dale Johannesen
· 15 years ago
26045e2
by David Greene
· 15 years ago
f5a86f4
Remove includes of Support/Compiler.h that are no longer needed after the
by Nick Lewycky
· 15 years ago
6726b6d
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
by Nick Lewycky
· 15 years ago
a70dca1
Factor out LiveIntervalAnalysis' code to determine whether an instruction
by Dan Gohman
· 15 years ago
9311a22
Convert DOUT to DEBUG(errs()...).
by Bill Wendling
· 15 years ago
d443ee6
Add const qualifiers.
by Dan Gohman
· 15 years ago
131161b
Rename AliasSet to SubRegs, to reflect changes in the surrounding code.
by Dan Gohman
· 16 years ago
b382c4d
Fix a subtle bug in DeadMachineInstructionElim's liveness
by Dan Gohman
· 16 years ago
d735b80
Switch the MachineOperand accessors back to the short names like
by Dan Gohman
· 16 years ago
723ac37
Add debug output to this pass.
by Dan Gohman
· 16 years ago
3d84a76
Refactor the logic for testing if an instruction is dead into a separate method.
by Dan Gohman
· 16 years ago
035268e
Set SetStore to false, to allow this pass to delete dead loads.
by Dan Gohman
· 16 years ago
b2c3e3f
Now that DeadMachineInstructionElim is basically working
by Dan Gohman
· 16 years ago
8468d1a
Track local physical register liveness. This is not the most
by Dan Gohman
· 16 years ago
e251b15
Don't consider instructions with implicit physical register
by Dan Gohman
· 16 years ago
d3ead43
Add a new MachineInstr-level DCE pass. It is very simple, and is intended to
by Dan Gohman
· 16 years ago