Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
[oota-llvm.git] / lib / CodeGen / RegisterClassInfo.cpp
2011-08-05 Jakob Stoklund OlesenDetect proper register sub-classes.
2011-06-16 Jakob Stoklund OlesenAdd TargetRegisterInfo::getRawAllocationOrder().
2011-06-13 Jakob Stoklund OlesenInclude callee-saved registers in debug output.
2011-06-06 Jakob Stoklund OlesenDon't try to be clever, just preserve the target's...
2011-06-03 Jakob Stoklund OlesenPreserve the original ordering when a CSR has multiple...
2011-06-02 Jakob Stoklund OlesenJust use a SmallVector.
2011-06-02 Benjamin KramerStart with a zeroed CSRNum map.
2011-06-02 Jakob Stoklund OlesenInitialize members to fix problem found by valgrind.
2011-06-02 Jakob Stoklund OlesenAdd a RegisterClassInfo class that lazily caches inform...