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
/
VirtRegMap.cpp
Age
Commit message (
Expand
)
Author
2004-06-02
Adjust to new TargetMachine interface
Chris Lattner
2004-05-29
Add method to assign stack slot to virtual register without creating a
Alkis Evlogimenos
2004-03-09
Spill explicit physical register defs as well.
Alkis Evlogimenos
2004-03-06
As I wrote in the docs, simple is the default spiller :-)
Alkis Evlogimenos
2004-03-06
Add simple spiller.
Alkis Evlogimenos
2004-03-01
Add a spiller option to llc. A simple spiller will come soon. When we get CFG...
Alkis Evlogimenos
2004-03-01
Add the long awaited memory operand folding support for linear scan
Alkis Evlogimenos
2004-02-27
Make spiller push stores right after the definition of a register so
Alkis Evlogimenos
2004-02-26
Clear maps right after basic block is processed.
Alkis Evlogimenos
2004-02-25
Fix bugs found with recent addition of assertions in
Alkis Evlogimenos
2004-02-25
Add DenseMap template and actually use it for for mapping virtual regs
Alkis Evlogimenos
2004-02-24
Move machine code rewriter and spiller outside the register
Alkis Evlogimenos
2004-02-23
Refactor VirtRegMap out of RegAllocLinearScan as the first part of bug
Alkis Evlogimenos