Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
CodeGen
/
RegAllocBase.cpp
d34e60c
Rename DEBUG macro to LLVM_DEBUG.
by Nicola Zaghen
· 7 years ago
f842297
Rename LiveIntervalAnalysis.h to LiveIntervals.h
by Matthias Braun
· 8 years ago
8065f0b
Mark all library options as hidden.
by Zachary Turner
· 8 years ago
b3bde2e
Fix a bunch more layering of CodeGen headers that are in Target
by David Blaikie
· 8 years ago
618c555
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
5fbc870
RA: Replace asserts related to empty live intervals
by Matt Arsenault
· 8 years ago
6a963f7
RA: Remove assert on empty live intervals
by Matt Arsenault
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
9f15a79
Timer: Track name and description.
by Matthias Braun
· 9 years ago
a7ed090
Create subranges for new intervals resulting from live interval splitting
by Krzysztof Parzyszek
· 9 years ago
b550cb1
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
9a16d65
Recommit r265547, and r265610,r265639,r265657 on top of it, plus
by Wei Mi
· 9 years ago
5a7723c
Revert r265547 "Recommit r265309 after fixed an invalid memory reference bug happened"
by Hans Wennborg
· 9 years ago
18293be
Recommit r265309 after fixed an invalid memory reference bug happened
by Wei Mi
· 9 years ago
fb5252c
Revert r265309 and r265312 because they caused some errors I need to investigate.
by Wei Mi
· 9 years ago
ffbc9c7
Replace analyzeSiblingValues with new algorithm to fix its compile
by Wei Mi
· 9 years ago
799003b
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
by Benjamin Kramer
· 11 years ago
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
· 11 years ago
c0196b1
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 11 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
· 13 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