index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
ExecutionDepsFix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
Jakob Stoklund Olesen
2012-10-17
1
-1
/
+1
*
Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...
Silviu Baranga
2012-10-03
1
-3
/
+6
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-1
/
+2
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-1
/
+1
*
Move common code into an MRI function.
Jakob Stoklund Olesen
2011-12-21
1
-5
/
+4
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-1
/
+1
*
Fix PR11422.
Jakob Stoklund Olesen
2011-11-23
1
-2
/
+6
*
Check all overlaps when looking for used registers.
Jakob Stoklund Olesen
2011-11-15
1
-4
/
+5
*
Break false dependencies before partial register updates.
Jakob Stoklund Olesen
2011-11-15
1
-0
/
+27
*
Track register ages more accurately.
Jakob Stoklund Olesen
2011-11-15
1
-101
/
+184
*
Collapse DomainValues across loop back-edges.
Jakob Stoklund Olesen
2011-11-09
1
-8
/
+35
*
Link to the live DomainValue after merging.
Jakob Stoklund Olesen
2011-11-09
1
-13
/
+50
*
Track reference count independently from clear().
Jakob Stoklund Olesen
2011-11-08
1
-4
/
+4
*
Call release() directly when cleaning up the remaining DomainValues.
Jakob Stoklund Olesen
2011-11-08
1
-5
/
+3
*
Rename all methods to follow style guide.
Jakob Stoklund Olesen
2011-11-08
1
-42
/
+42
*
Handle reference counts in one function: release().
Jakob Stoklund Olesen
2011-11-08
1
-15
/
+18
*
Clear old DomainValue after merging.
Jakob Stoklund Olesen
2011-11-08
1
-1
/
+6
*
Kill and collapse outstanding DomainValues.
Jakob Stoklund Olesen
2011-11-07
1
-5
/
+14
*
Use a reverse post order instead of a DFS order.
Jakob Stoklund Olesen
2011-11-07
1
-6
/
+5
*
Extract two methods. No functional change.
Jakob Stoklund Olesen
2011-11-07
1
-18
/
+26
*
MBB doesn't need to be a class member.
Jakob Stoklund Olesen
2011-11-07
1
-6
/
+4
*
Fix pass name after the source was moved.
Jakob Stoklund Olesen
2011-11-07
1
-1
/
+1
*
Rename class and clean up source.
Jakob Stoklund Olesen
2011-09-28
1
-25
/
+28
*
Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.
Jakob Stoklund Olesen
2011-09-28
1
-0
/
+520