Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
a39fc0efcf1ccaf18f1b8eb095433e37ac9ec425
/
lib
/
CodeGen
/
VirtRegMap.h
a39fc0e
Add function to clear all virtual->physical mappings but not assigned
by Alkis Evlogimenos
· 21 years ago
38af59a
Add method to assign stack slot to virtual register without creating a new one.
by Alkis Evlogimenos
· 21 years ago
f174cc3
Add grow() member that grows the maps when the number of virtual
by Alkis Evlogimenos
· 21 years ago
dd420e0
Add a spiller option to llc. A simple spiller will come soon. When we get CFG in the machine code represenation a global spiller will also be possible. Also document the linear scan register allocator but mark it as experimental for now.
by Alkis Evlogimenos
· 21 years ago
5f37502
Add the long awaited memory operand folding support for linear scan
by Alkis Evlogimenos
· 21 years ago
fc54e83
Rename member function to be consistent with the rest.
by Alkis Evlogimenos
· 21 years ago
4d0d864
Add DenseMap template and actually use it for for mapping virtual regs
by Alkis Evlogimenos
· 21 years ago
0d6c5b6
Move machine code rewriter and spiller outside the register allocator.
by Alkis Evlogimenos
· 21 years ago
ec8b8bb
Add predicates for checking if a virtual register has a physical
by Alkis Evlogimenos
· 21 years ago
e8124b9
Make enum private as it is an implementation detail.
by Alkis Evlogimenos
· 21 years ago
7974287
Remove '4Virt' from member function names as it is obvious.
by Alkis Evlogimenos
· 21 years ago
34d9bc9
Refactor VirtRegMap out of RegAllocLinearScan as the first part of bug
by Alkis Evlogimenos
· 21 years ago