Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d7cb643ef0fee5f479e63d339e76ec45ae033673
/
llvm
/
lib
/
CodeGen
/
RegAllocBase.cpp
a799e2e
[RegAllocGreedy] Introduce a late pass to repair broken hints.
by Quentin Colombet
· 11 years ago
cf0444b
Move register class name strings to a single array in MCRegisterInfo to reduce static table size and number of relocation entries.
by Craig Topper
· 11 years ago
307c2cb
Remove unnecessary TargetMachine.h includes.
by Eric Christopher
· 11 years ago
1b9dde0
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
by Chandler Carruth
· 12 years ago
c0196b1
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 12 years ago
abb90c9
Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitable
by Owen Anderson
· 12 years ago
2867140
Fix typo
by Manman Ren
· 12 years ago
059e800
DEBUG shouldEvict decisions
by Andrew Trick
· 12 years ago
d12ccbd
[weak vtables] Remove a bunch of weak vtables
by Juergen Ributzka
· 12 years ago
49109a2
Revert r194865 and r194874.
by Alexey Samsonov
· 12 years ago
dbedae8
[weak vtables] Remove a bunch of weak vtables
by Juergen Ributzka
· 12 years ago
f6fe6bf
Print register in LiveInterval::print()
by Matthias Braun
· 12 years ago
7200a46
Emit a better error when running out of registers on inline asm.
by Benjamin Kramer
· 12 years ago
f9ea885
Track new virtual registers by register number.
by Mark Lacey
· 12 years ago
9fdc70e
Make constant string pointer into an array to remove a pointer lookup for every access.
by Craig Topper
· 12 years ago
26c9d70
Make the LiveRegMatrix analysis available to targets.
by Jakob Stoklund Olesen
· 13 years ago
ed119d5
Revert r168630, r168631, and r168633 as these are causing nightly test failures.
by Chad Rosier
· 13 years ago
a44e182
Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,
by Chad Rosier
· 13 years ago
2d2dec9
Remove LiveIntervalUnions from RegAllocBase.
by Jakob Stoklund Olesen
· 13 years ago
03b87d5
Convert RABasic to using LiveRegMatrix interference checking.
by Jakob Stoklund Olesen
· 13 years ago
a1f43dc
Avoid iterating with LiveIntervals::iterator.
by Jakob Stoklund Olesen
· 13 years ago
be33629
Also compute MBB live-in lists in the new rewriter pass.
by Jakob Stoklund Olesen
· 13 years ago
c141ba5
Move LiveUnionArray into LiveIntervalUnion.h
by Jakob Stoklund Olesen
· 13 years ago
46d229c
Don't print register names in LiveIntervalUnion::print().
by Jakob Stoklund Olesen
· 13 years ago
f3f7d6f
Simplify LiveInterval::print().
by Jakob Stoklund Olesen
· 13 years ago
54038d7
Switch all register list clients to the new MC*Iterator interface.
by Jakob Stoklund Olesen
· 13 years ago
1654732
Don't look for empty live ranges in the unions.
by Jakob Stoklund Olesen
· 13 years ago
3ca96f9
Moved LiveRangeEdit.h so that it can be called from other parts of the backend, not just libCodeGen
by Pete Cooper
· 14 years ago
1d32658
Use uint16_t to store register overlaps to reduce static data.
by Craig Topper
· 14 years ago
73edbf1
Sink spillInterferences into RABasic.
by Jakob Stoklund Olesen
· 14 years ago
a818d80
Move RegAllocBase into its own cpp file separate from RABasic.
by Jakob Stoklund Olesen
· 14 years ago