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
/
MachineSSAUpdater.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR7096. When a block containing multiple defs is tail duplicated, the
Bob Wilson
2010-05-10
1
-1
/
+1
*
Combine the implementations of the core part of the SSAUpdater and
Bob Wilson
2010-05-04
1
-437
/
+109
*
Update MachineSSAUpdater with the same changes I made for the IR-level
Bob Wilson
2010-04-26
1
-122
/
+428
*
stop using DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
1
-1
/
+1
*
fix missing #includes.
Chris Lattner
2010-02-10
1
-0
/
+1
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-8
/
+8
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-2
/
+2
*
Watch out for duplicated PHI instructions.
Evan Cheng
2009-12-07
1
-3
/
+37
*
Pre-regalloc tale duplication. Work in progress.
Evan Cheng
2009-12-07
1
-1
/
+11
*
If BB is empty, insert PHI before end() instead of front().
Evan Cheng
2009-12-07
1
-3
/
+6
*
Don't try to be cute with undef optimization here. Let ProcessImplicitDefs ha...
Evan Cheng
2009-12-04
1
-27
/
+17
*
- If the reaching definition is an undef and the use is a PHI, add the implic...
Evan Cheng
2009-12-04
1
-11
/
+15
*
Handle undef values properly.
Evan Cheng
2009-12-03
1
-15
/
+38
*
Fill out codegen SSA updater. It's not yet tested.
Evan Cheng
2009-12-03
1
-8
/
+229
*
Skeleton for MachineInstr level SSA updater.
Evan Cheng
2009-12-02
1
-0
/
+108