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
/
RegisterClassInfo.cpp
Age
Commit message (
Expand
)
Author
2013-01-12
Precompute some information about register costs.
Jakob Stoklund Olesen
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-29
Use MCPhysReg for RegisterClassInfo allocation orders.
Jakob Stoklund Olesen
2012-10-15
Switch most getReservedRegs() clients to the MRI equivalent.
Jakob Stoklund Olesen
2012-06-06
Move RegisterClassInfo.h.
Andrew Trick
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...
Craig Topper
2012-03-04
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-02-24
Add missing static
Jakob Stoklund Olesen
2012-02-24
Add a -stress-regalloc=<N> option.
Jakob Stoklund Olesen
2011-08-05
Detect proper register sub-classes.
Jakob Stoklund Olesen
2011-06-16
Add TargetRegisterInfo::getRawAllocationOrder().
Jakob Stoklund Olesen
2011-06-13
Include callee-saved registers in debug output.
Jakob Stoklund Olesen
2011-06-06
Don't try to be clever, just preserve the target's allocation order.
Jakob Stoklund Olesen
2011-06-03
Preserve the original ordering when a CSR has multiple aliases.
Jakob Stoklund Olesen
2011-06-02
Just use a SmallVector.
Jakob Stoklund Olesen
2011-06-02
Start with a zeroed CSRNum map.
Benjamin Kramer
2011-06-02
Initialize members to fix problem found by valgrind.
Jakob Stoklund Olesen
2011-06-02
Add a RegisterClassInfo class that lazily caches information about
Jakob Stoklund Olesen