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
/
ExecutionDepsFix.cpp
Age
Commit message (
Expand
)
Author
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-17
Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
Jakob Stoklund Olesen
2012-10-03
Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...
Silviu Baranga
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2011-12-21
Move common code into an MRI function.
Jakob Stoklund Olesen
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-11-23
Fix PR11422.
Jakob Stoklund Olesen
2011-11-15
Check all overlaps when looking for used registers.
Jakob Stoklund Olesen
2011-11-15
Break false dependencies before partial register updates.
Jakob Stoklund Olesen
2011-11-15
Track register ages more accurately.
Jakob Stoklund Olesen
2011-11-09
Collapse DomainValues across loop back-edges.
Jakob Stoklund Olesen
2011-11-09
Link to the live DomainValue after merging.
Jakob Stoklund Olesen
2011-11-08
Track reference count independently from clear().
Jakob Stoklund Olesen
2011-11-08
Call release() directly when cleaning up the remaining DomainValues.
Jakob Stoklund Olesen
2011-11-08
Rename all methods to follow style guide.
Jakob Stoklund Olesen
2011-11-08
Handle reference counts in one function: release().
Jakob Stoklund Olesen
2011-11-08
Clear old DomainValue after merging.
Jakob Stoklund Olesen
2011-11-07
Kill and collapse outstanding DomainValues.
Jakob Stoklund Olesen
2011-11-07
Use a reverse post order instead of a DFS order.
Jakob Stoklund Olesen
2011-11-07
Extract two methods. No functional change.
Jakob Stoklund Olesen
2011-11-07
MBB doesn't need to be a class member.
Jakob Stoklund Olesen
2011-11-07
Fix pass name after the source was moved.
Jakob Stoklund Olesen
2011-09-28
Rename class and clean up source.
Jakob Stoklund Olesen
2011-09-28
Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.
Jakob Stoklund Olesen