Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
08f55d02da2cd24f3b4297259ef6429b8bf1ef97
/
lib
/
CodeGen
/
MachineSSAUpdater.cpp
fde18e5
Fix PR7096. When a block containing multiple defs is tail duplicated, the
by Bob Wilson
· 15 years ago
4aad88d
Combine the implementations of the core part of the SSAUpdater and
by Bob Wilson
· 15 years ago
211678a
Update MachineSSAUpdater with the same changes I made for the IR-level
by Bob Wilson
· 15 years ago
a4f2bb0
stop using DebugLoc::getUnknownLoc()
by Chris Lattner
· 15 years ago
3143e90
fix missing #includes.
by Chris Lattner
· 15 years ago
518bb53
move target-independent opcodes out of TargetInstrInfo
by Chris Lattner
· 15 years ago
6bb93ef
by David Greene
· 16 years ago
3a41ddb
Watch out for duplicated PHI instructions.
by Evan Cheng
· 16 years ago
75eb535
Pre-regalloc tale duplication. Work in progress.
by Evan Cheng
· 16 years ago
7e572eb
If BB is empty, insert PHI before end() instead of front().
by Evan Cheng
· 16 years ago
9d0f8bb
Don't try to be cute with undef optimization here. Let ProcessImplicitDefs handle it.
by Evan Cheng
· 16 years ago
2e65c29
- 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
01306ca
Handle undef values properly.
by Evan Cheng
· 16 years ago
229694f
Fill out codegen SSA updater. It's not yet tested.
by Evan Cheng
· 16 years ago
651ea53
Skeleton for MachineInstr level SSA updater.
by Evan Cheng
· 16 years ago