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
/
VirtRegRewriter.cpp
Age
Commit message (
Expand
)
Author
2009-07-16
Let callers decide the sub-register index on the def operand of rematerialize...
Evan Cheng
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-10
Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd...
Evan Cheng
2009-07-01
Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...
Evan Cheng
2009-06-30
Add a bit IsUndef to MachineOperand. This indicates the def / use register op...
Evan Cheng
2009-06-04
Removed SimpleRewriter.
Lang Hames
2009-06-03
Fix for PR4225: When rewriter reuse a value in a physical register , it clear...
Evan Cheng
2009-06-02
Update to in-place spilling framework. Includes live interval scaling and tri...
Lang Hames
2009-05-15
Fix PR4210. Rewritter should track and update kills of sub-registers as well.
Evan Cheng
2009-05-12
Teach TransferDeadness to delete truly dead instructions if they do not produ...
Evan Cheng
2009-05-06
Renamed Spiller classes (plus uses and related files) to VirtRegRewriter.
Lang Hames