index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
TailDuplication.cpp
Age
Commit message (
Expand
)
Author
2010-01-16
Treat indirect branches specially only during pre-regalloc tail duplication,
Bob Wilson
2010-01-15
Simplify logic. Any functional change is unintended.
Jakob Stoklund Olesen
2010-01-15
Change pre-regalloc tail duplication to only duplicate indirect branch blocks.
Bob Wilson
2010-01-06
Add Target hook to duplicate machine instructions.
Jakob Stoklund Olesen
2010-01-05
Change errs() to dbgs().
David Greene
2009-12-15
Tail duplication should zap a copy it inserted for SSA update if the copy is ...
Evan Cheng
2009-12-07
Delete code accidentally left behind.
Evan Cheng
2009-12-07
Pre-regalloc tale duplication. Work in progress.
Evan Cheng
2009-12-04
Handle recursive PHI's.
Evan Cheng
2009-12-04
Add a pre-regalloc tail duplication pass.
Evan Cheng
2009-12-03
Teach tail duplication to update SSA form. Work in progress.
Evan Cheng
2009-12-02
Don't count PHI instructions toward the limit for tail duplicating a block.
Bob Wilson
2009-11-30
Reprioritize tests for tail duplication to be aggressive about indirect
Bob Wilson
2009-11-30
Remove isProfitableToDuplicateIndirectBranch target hook. It is profitable
Bob Wilson
2009-11-26
Rename new TailDuplicationPass to avoid name conflict with the old one.
Bob Wilson
2009-11-26
Split tail duplication into a separate pass. This is needed to avoid
Bob Wilson