index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
InterferenceCache.h
Age
Commit message (
Expand
)
Author
2012-11-28
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-06-20
Convert RAGreedy to LiveRegMatrix interference checking.
Jakob Stoklund Olesen
2012-02-10
Add register mask support to InterferenceCache.
Jakob Stoklund Olesen
2012-02-10
Remove unused variable.
Jakob Stoklund Olesen
2011-07-23
Allow null interference cursors to be queried.
Jakob Stoklund Olesen
2011-07-14
Reapply r135121 with a fixed copy constructor.
Jakob Stoklund Olesen
2011-07-14
Revert r135121 which broke a gcc-4.2 builder.
Jakob Stoklund Olesen
2011-07-14
Count references to interference cache entries.
Jakob Stoklund Olesen
2011-07-14
Reapply r135074 and r135080 with a fix.
Jakob Stoklund Olesen
2011-07-13
Revert r135074 and r135080. They broke clamscan.
Jakob Stoklund Olesen
2011-07-13
Move the InterferenceCache cursor into the GlobalSplitCand struct.
Jakob Stoklund Olesen
2011-04-09
Precompute interference for neighbor blocks as long as there is no interference.
Jakob Stoklund Olesen
2011-04-02
Add an InterferenceCache class for caching per-block interference ranges.
Jakob Stoklund Olesen