index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
DeadMachineInstructionElim.cpp
Age
Commit message (
Expand
)
Author
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-09
Factor out LiveIntervalAnalysis' code to determine whether an instruction
Dan Gohman
2009-08-22
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-11
Add const qualifiers.
Dan Gohman
2008-10-16
Rename AliasSet to SubRegs, to reflect changes in the surrounding code.
Dan Gohman
2008-10-16
Fix a subtle bug in DeadMachineInstructionElim's liveness
Dan Gohman
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-09-25
Add debug output to this pass.
Dan Gohman
2008-09-24
Refactor the logic for testing if an instruction is dead into a
Dan Gohman
2008-09-24
Set SetStore to false, to allow this pass to delete
Dan Gohman
2008-09-23
Now that DeadMachineInstructionElim is basically working
Dan Gohman
2008-09-23
Track local physical register liveness. This is not the most
Dan Gohman
2008-09-18
Don't consider instructions with implicit physical register
Dan Gohman
2008-09-17
Add a new MachineInstr-level DCE pass. It is very simple, and is intended to
Dan Gohman