Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
10dd55c548e802f3d1769f7e4e13bb1565b824e5
/
llvm
/
lib
/
CodeGen
/
InterferenceCache.h
f4c2025
[CodeGen] Reduce visibility of implementation details
by Benjamin Kramer
· 10 years ago
57a3d08
Make static variables const if possible. Makes them go into a read-only section.
by Benjamin Kramer
· 11 years ago
a7c40ef
Canonicalize header guards into a common format.
by Benjamin Kramer
· 11 years ago
ada0857
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 12 years ago
5eb1004
The following patch' purpose is to reduce compile time for compilation of small
by Puyan Lotfi
· 12 years ago
34e1be9
Represent RegUnit liveness with LiveRange instance
by Matthias Braun
· 12 years ago
079b96e
Revert "Give internal classes hidden visibility."
by Benjamin Kramer
· 12 years ago
6a44af362
Give internal classes hidden visibility.
by Benjamin Kramer
· 12 years ago
26c9d70
Make the LiveRegMatrix analysis available to targets.
by Jakob Stoklund Olesen
· 13 years ago
96eebf0
Convert RAGreedy to LiveRegMatrix interference checking.
by Jakob Stoklund Olesen
· 13 years ago
a16ae59
Add register mask support to InterferenceCache.
by Jakob Stoklund Olesen
· 14 years ago
b7c1715
Remove unused variable.
by Jakob Stoklund Olesen
· 14 years ago
cacefc7
Allow null interference cursors to be queried.
by Jakob Stoklund Olesen
· 14 years ago
a153ca5
Reapply r135121 with a fixed copy constructor.
by Jakob Stoklund Olesen
· 14 years ago
1d4bada
Revert r135121 which broke a gcc-4.2 builder.
by Jakob Stoklund Olesen
· 14 years ago
c270cb6
Count references to interference cache entries.
by Jakob Stoklund Olesen
· 14 years ago
d7e9937
Reapply r135074 and r135080 with a fix.
by Jakob Stoklund Olesen
· 14 years ago
fae30b2
Revert r135074 and r135080. They broke clamscan.
by Jakob Stoklund Olesen
· 14 years ago
7bb72e2
Move the InterferenceCache cursor into the GlobalSplitCand struct.
by Jakob Stoklund Olesen
· 14 years ago
4ad6c16
Precompute interference for neighbor blocks as long as there is no interference.
by Jakob Stoklund Olesen
· 15 years ago
91cbcaf
Add an InterferenceCache class for caching per-block interference ranges.
by Jakob Stoklund Olesen
· 15 years ago