Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
2b7fef681fb65798e756c463dd3198e5af87f300
/
llvm
/
lib
/
CodeGen
/
AllocationOrder.cpp
5d1f12d
TargetRegisterInfo: Provide a way to check assigned registers in getRegAllocationHints()
by Matthias Braun
· 10 years ago
1b9dde0
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
by Chandler Carruth
· 12 years ago
7e28db0
Assert that the target provided hints are in the allocation order.
by Jakob Stoklund Olesen
· 13 years ago
8531362
Remove unneeded "TargetMachine.h" #includes.
by Jakub Staszak
· 13 years ago
3cb2cb8
Speed up the AllocationOrder class a bit.
by Jakob Stoklund Olesen
· 13 years ago
802d755
Sort includes for all of the .h files under the 'lib' tree. These were
by Chandler Carruth
· 13 years ago
c784a1f
Use the new getRegAllocationHints() hook from AllocationOrder.
by Jakob Stoklund Olesen
· 13 years ago
bdb55e0
Use MCPhysReg for RegisterClassInfo allocation orders.
by Jakob Stoklund Olesen
· 13 years ago
26c9d70
Make the LiveRegMatrix analysis available to targets.
by Jakob Stoklund Olesen
· 13 years ago
f67bf3e
Remove RegisterClassInfo::isReserved() and isAllocatable().
by Jakob Stoklund Olesen
· 13 years ago
05ff466
Move RegisterClassInfo.h.
by Andrew Trick
· 13 years ago
b35eacb
Use uint16_t instead of unsigned to store registers in reg classes. Reduces static data size.
by Craig Topper
· 14 years ago
801f7ab
Rename TRI::getAllocationOrder() to getRawAllocationOrder().
by Jakob Stoklund Olesen
· 14 years ago
0cde8eb
Get allocation orders from RegisterClassInfo when possible.
by Jakob Stoklund Olesen
· 14 years ago
b8bf3c0
Switch AllocationOrder to using RegisterClassInfo instead of a BitVector
by Jakob Stoklund Olesen
· 14 years ago
2fb5b31
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
by Jakob Stoklund Olesen
· 15 years ago
4d7432e
Use AllocationOrder in RegAllocGreedy, fix a bug in the hint calculation.
by Jakob Stoklund Olesen
· 15 years ago
0c67e01
Add an AllocationOrder class that can iterate over the allocatable physical
by Jakob Stoklund Olesen
· 15 years ago