index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
DeadMachineInstructionElim.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-1
/
+2
*
Add const qualifiers.
Dan Gohman
2009-08-11
1
-2
/
+2
*
Rename AliasSet to SubRegs, to reflect changes in the surrounding code.
Dan Gohman
2008-10-16
1
-3
/
+3
*
Fix a subtle bug in DeadMachineInstructionElim's liveness
Dan Gohman
2008-10-16
1
-1
/
+4
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-3
/
+3
*
Add debug output to this pass.
Dan Gohman
2008-09-25
1
-0
/
+2
*
Refactor the logic for testing if an instruction is dead into a
Dan Gohman
2008-09-24
1
-37
/
+48
*
Set SetStore to false, to allow this pass to delete
Dan Gohman
2008-09-24
1
-1
/
+2
*
Now that DeadMachineInstructionElim is basically working
Dan Gohman
2008-09-23
1
-6
/
+0
*
Track local physical register liveness. This is not the most
Dan Gohman
2008-09-23
1
-3
/
+53
*
Don't consider instructions with implicit physical register
Dan Gohman
2008-09-18
1
-1
/
+2
*
Add a new MachineInstr-level DCE pass. It is very simple, and is intended to
Dan Gohman
2008-09-17
1
-0
/
+99