Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
a68a4fdf37676794ce69624d1fd4e4627c377902
/
lib
/
CodeGen
/
RegAllocGreedy.cpp
bb1744e
Fix GCC warning:
by Nick Lewycky
· 15 years ago
89cab93
Pass a Banner argument to the machine code verifier both from
by Jakob Stoklund Olesen
· 15 years ago
af24964
Make the -verify-regalloc command line option available to base classes as
by Jakob Stoklund Olesen
· 15 years ago
f428eb6
Enable loop splitting in RegAllocGreedy.
by Jakob Stoklund Olesen
· 15 years ago
d0bb5e2
Start using SplitKit and MachineLoopRanges in RegAllocGreedy in preparation of
by Jakob Stoklund Olesen
· 15 years ago
257c556
Simplify RegAllocGreedy's use of register aliases.
by Jakob Stoklund Olesen
· 15 years ago
3ef9f3d
Move debugging code entirely within DEBUG(). Silences an unused variable
by Matt Beaumont-Gay
· 15 years ago
bfce678
Add LiveIntervalUnion print methods, RegAllocGreedy::trySplit debug spew.
by Jakob Stoklund Olesen
· 15 years ago
d84de8c
Q.seenAllInterferences() must be called after Q.collectInterferingVRegs().
by Jakob Stoklund Olesen
· 15 years ago
885b328
Remove unused vector.
by Jakob Stoklund Olesen
· 15 years ago
46c83c8
Try reassigning all virtual register interferences, not just those with lower
by Jakob Stoklund Olesen
· 15 years ago
b64d92e
Add stub for RAGreedy::trySplit.
by Jakob Stoklund Olesen
· 15 years ago
533f58e
Add named timer groups for the different stages of register allocation.
by Jakob Stoklund Olesen
· 15 years ago
4680dec
Move MRI into RegAllocBase. Clean up debug output a bit.
by Jakob Stoklund Olesen
· 15 years ago
a0bb037
Remove extraneous close parenthesis. Fix build breakage.
by Nick Lewycky
· 15 years ago
5a4308b
Move variable that's unused in an NDEBUG build inside the DEBUG() macro, fixing
by Nick Lewycky
· 15 years ago
f6dff84
Force the greedy register allocator to always use the inline spiller.
by Jakob Stoklund Olesen
· 15 years ago
dd479e9
Use AllocationOrder in RegAllocGreedy, fix a bug in the hint calculation.
by Jakob Stoklund Olesen
· 15 years ago
6ce219e
Fix miscompilation caused by trivial logic error in the reassignVReg()
by Jakob Stoklund Olesen
· 15 years ago
ff092fa
Remember to filter out reserved rergisters from the allocation order.
by Jakob Stoklund Olesen
· 15 years ago
b853e6c
Added register reassignment prototype to RAGreedy. It's a simple
by Andrew Trick
· 15 years ago
9b0c4f8
Properly deal with empty intervals when checking for interference.
by Jakob Stoklund Olesen
· 15 years ago
90c1d7d
Implement very primitive hinting support in RegAllocGreedy.
by Jakob Stoklund Olesen
· 15 years ago
d0bec3e
Store (priority,regnum) pairs in the priority queue instead of providing an
by Jakob Stoklund Olesen
· 15 years ago
7539366
Trim includes.
by Jakob Stoklund Olesen
· 15 years ago
cba2e06
Stub out RegAllocGreedy.
by Jakob Stoklund Olesen
· 15 years ago