Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
bb23a4a9a5eb85f6fe2a8d66fc01afb58ae42515
/
llvm
/
lib
/
CodeGen
/
MachineSSAUpdater.cpp
01fcdaa
Fix PR7096. When a block containing multiple defs is tail duplicated, the
by Bob Wilson
· 15 years ago
d1b38e3
Combine the implementations of the core part of the SSAUpdater and
by Bob Wilson
· 16 years ago
d561daf
Update MachineSSAUpdater with the same changes I made for the IR-level
by Bob Wilson
· 16 years ago
bd009d6
stop using DebugLoc::getUnknownLoc()
by Chris Lattner
· 16 years ago
c9505b6
fix missing #includes.
by Chris Lattner
· 16 years ago
b06015a
move target-independent opcodes out of TargetInstrInfo
by Chris Lattner
· 16 years ago
646aacb
by David Greene
· 16 years ago
fb1654d
Watch out for duplicated PHI instructions.
by Evan Cheng
· 16 years ago
cc77062
Pre-regalloc tale duplication. Work in progress.
by Evan Cheng
· 16 years ago
92c310c
If BB is empty, insert PHI before end() instead of front().
by Evan Cheng
· 16 years ago
0f1cc35
Don't try to be cute with undef optimization here. Let ProcessImplicitDefs handle it.
by Evan Cheng
· 16 years ago
e156f61
- If the reaching definition is an undef and the use is a PHI, add the implicit_def to the end of the source block.
by Evan Cheng
· 16 years ago
b2c1529
Handle undef values properly.
by Evan Cheng
· 16 years ago
7145382
Fill out codegen SSA updater. It's not yet tested.
by Evan Cheng
· 16 years ago
20e9d03
Skeleton for MachineInstr level SSA updater.
by Evan Cheng
· 16 years ago