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
/
MachineSSAUpdater.cpp
Age
Commit message (
Expand
)
Author
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2011-12-06
Mix some minor misuse of MachineBasicBlock iterator.
Evan Cheng
2010-05-10
Fix PR7096. When a block containing multiple defs is tail duplicated, the
Bob Wilson
2010-05-04
Combine the implementations of the core part of the SSAUpdater and
Bob Wilson
2010-04-26
Update MachineSSAUpdater with the same changes I made for the IR-level
Bob Wilson
2010-04-02
stop using DebugLoc::getUnknownLoc()
Chris Lattner
2010-02-10
fix missing #includes.
Chris Lattner
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-01-05
Change errs() to dbgs().
David Greene
2009-12-07
Watch out for duplicated PHI instructions.
Evan Cheng
2009-12-07
Pre-regalloc tale duplication. Work in progress.
Evan Cheng
2009-12-07
If BB is empty, insert PHI before end() instead of front().
Evan Cheng
2009-12-04
Don't try to be cute with undef optimization here. Let ProcessImplicitDefs ha...
Evan Cheng
2009-12-04
- If the reaching definition is an undef and the use is a PHI, add the implic...
Evan Cheng
2009-12-03
Handle undef values properly.
Evan Cheng
2009-12-03
Fill out codegen SSA updater. It's not yet tested.
Evan Cheng
2009-12-02
Skeleton for MachineInstr level SSA updater.
Evan Cheng