Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c3ab20e62e8be9b55cce0145d02ebdd20775a53a
/
lib
/
CodeGen
/
RegAllocBasic.cpp
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
16999da
Simplyfy RegAllocBasic by using getOverlaps instead of getAliasSet.
by Jakob Stoklund Olesen
· 15 years ago
4a84cce
Use TRI::printReg instead of AbstractRegisterDescription when printing
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
b853e6c
Added register reassignment prototype to RAGreedy. It's a simple
by Andrew Trick
· 15 years ago
d0bec3e
Store (priority,regnum) pairs in the priority queue instead of providing an
by Jakob Stoklund Olesen
· 15 years ago
1b19dc1
Move RABasic::addMBBLiveIns to the base class, it is generally useful.
by Jakob Stoklund Olesen
· 15 years ago
953af2c
Switch LiveIntervalUnion from std::set to IntervalMap.
by Jakob Stoklund Olesen
· 15 years ago
2b38c51
Simplify assertion.
by Jakob Stoklund Olesen
· 15 years ago
18c57a8
Coding style. No significant functionality. Abandon linear scan style
by Andrew Trick
· 15 years ago
c62feda
Namespacify.
by Benjamin Kramer
· 15 years ago
316df4b
RABasic fix. Regalloc is responsible for updating block live ins.
by Andrew Trick
· 15 years ago
13bdbb0
Whitespace.
by Andrew Trick
· 15 years ago
8a83d54
Check TRI->getReservedRegs because other allocators do it. Even though
by Andrew Trick
· 15 years ago
f4baeaf
RABasic is nearly functionally complete. There are a few remaining
by Andrew Trick
· 15 years ago
071d1c0
Adds RABasic verification and tracing.
by Andrew Trick
· 15 years ago
32d9aeb
Reverting r118604. Windows build broke.
by Andrew Trick
· 15 years ago
39a5ce4
Adds RABasic verification and tracing.
by Andrew Trick
· 15 years ago
e141a49
Adds support for spilling previously allocated live intervals to
by Andrew Trick
· 15 years ago
964bc25
Let RegAllocBasic require MachineDominators - they are already available and
by Jakob Stoklund Olesen
· 15 years ago
e16eecc
Jakob's review of the basic register allocator.
by Andrew Trick
· 15 years ago
14e8d71
This is a prototype of an experimental register allocation
by Andrew Trick
· 15 years ago