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
/
RegisterCoalescer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Track new virtual registers by register number.
Mark Lacey
2013-08-14
1
-1
/
+1
*
Use modern API to avoid exposing LiveInterval internals.
Jakob Stoklund Olesen
2013-07-05
1
-5
/
+3
*
Fix a -join-globalcopies bug; handle undef operands.
Andrew Trick
2013-06-21
1
-0
/
+3
*
Modify the -join-globalcopies option (off by default).
Andrew Trick
2013-06-21
1
-2
/
+2
*
Make rematerialization in the coalescer less sensitive to LRG order.
Andrew Trick
2013-06-21
1
-4
/
+15
*
Mark rematerialized super/sub registers as dead.
Tim Northover
2013-06-14
1
-0
/
+1
*
Fix rematerialization into physical registers.
Tim Northover
2013-05-30
1
-2
/
+3
*
Teach ReMaterialization to be more cunning about subregisters
Tim Northover
2013-05-29
1
-18
/
+65
*
Remove unused #includes.
Bill Wendling
2013-03-05
1
-1
/
+0
*
RegisterCoalescer::reMaterializeTrivialDef() can constrain the destination
Cameron Zwarich
2013-02-14
1
-1
/
+1
*
Fix RegisterCoalescer::rematerializeTrivialDef() so that it works on flipped
Cameron Zwarich
2013-02-14
1
-10
/
+10
*
Fix some issues with rematerialization in RegisterCoalescer when the destination
Cameron Zwarich
2013-02-14
1
-0
/
+10
*
Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.
Manman Ren
2013-02-13
1
-10
/
+0
*
Fix PR14732 by handling all kinds of IMPLICIT_DEF live ranges.
Jakob Stoklund Olesen
2013-01-03
1
-8
/
+37
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+2
*
Avoid rewriting instructions twice.
Jakob Stoklund Olesen
2012-11-29
1
-0
/
+9
*
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-11-28
1
-1
/
+1
*
Remove duplicated #includes.
Jakub Staszak
2012-11-27
1
-4
/
+0
*
Use array_pod_sort instead of std::sort.
Andrew Trick
2012-11-16
1
-41
/
+36
*
Fix an obvious merge bug in -join-globalcopies (disabled).
Andrew Trick
2012-11-15
1
-1
/
+3
*
Use reserve() to avoid vector reallocation.
Jakub Staszak
2012-11-14
1
-0
/
+1
*
canJoinPhys method doesn't modify CoalescerPair. Make it const.
Jakub Staszak
2012-11-14
1
-2
/
+2
*
Revert -join-splitedges to a boolean cmd line option.
Andrew Trick
2012-11-13
1
-3
/
+2
*
The MachineScheduler does not currently require JoinSplitEdges.
Andrew Trick
2012-11-13
1
-4
/
+4
*
Fix -join-splitedges: my previous "cleanup" broke it.
Andrew Trick
2012-11-13
1
-1
/
+1
*
misched: Allow subtargets to enable misched and dependent options.
Andrew Trick
2012-11-13
1
-10
/
+34
*
Added RegisterCoalescer support for joining global copies first.
Andrew Trick
2012-11-13
1
-20
/
+80
*
Cleanup the main RegisterCoalescer loop.
Andrew Trick
2012-11-13
1
-23
/
+10
*
Cleanup -join-splitedges. Make the loop more obvious.
Andrew Trick
2012-11-12
1
-5
/
+2
*
Added a temporary option to avoid critical edges splitting.
Andrew Trick
2012-11-12
1
-16
/
+55
*
Exploit the new identity composition in composeSubRegIndices().
Jakob Stoklund Olesen
2012-11-01
1
-12
/
+8
*
Completely disallow partial copies in adjustCopiesBackFrom().
Jakob Stoklund Olesen
2012-10-29
1
-1
/
+2
*
Never attempt to join an early-clobber def with a regular kill.
Jakob Stoklund Olesen
2012-10-27
1
-0
/
+14
*
Don't crash when the Assignments vector is empty.
Jakob Stoklund Olesen
2012-10-21
1
-1
/
+1
*
Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"
Jakob Stoklund Olesen
2012-10-16
1
-344
/
+1
*
Switch back to the old coalescer for now to fix the 32 bit bit
Rafael Espindola
2012-10-16
1
-1
/
+344
*
Remove RegisterClassInfo::isReserved() and isAllocatable().
Jakob Stoklund Olesen
2012-10-15
1
-2
/
+2
*
Drop <def,dead> flags when merging into an unused lane.
Jakob Stoklund Olesen
2012-10-13
1
-4
/
+9
*
Fix coalescing with IMPLICIT_DEF values.
Jakob Stoklund Olesen
2012-10-12
1
-21
/
+54
*
Remove the old coalescer algorithm.
Jakob Stoklund Olesen
2012-10-02
1
-344
/
+1
*
Make sure the whole live range is covered when values are pruned twice.
Jakob Stoklund Olesen
2012-10-02
1
-1
/
+5
*
Remove <def,read-undef> flags from partial redefinitions.
Jakob Stoklund Olesen
2012-09-27
1
-0
/
+6
*
Enable the new coalescer algorithm by default.
Jakob Stoklund Olesen
2012-09-27
1
-1
/
+1
*
Ignore PHI-defs for -new-coalescer interference checks.
Jakob Stoklund Olesen
2012-09-20
1
-4
/
+8
*
Extend -new-coalescer SSA update to handle mapped values as well.
Jakob Stoklund Olesen
2012-09-20
1
-6
/
+62
*
Resolve conflicts involving dead vector lanes for -new-coalescer.
Jakob Stoklund Olesen
2012-09-19
1
-9
/
+155
*
Merge into undefined lanes under -new-coalescer.
Jakob Stoklund Olesen
2012-09-17
1
-2
/
+53
*
Add alternative coalescing algorithm under a flag.
Jakob Stoklund Olesen
2012-09-16
1
-0
/
+478
*
Don't depend on kill flags in removeCopyByCommutingDef().
Jakob Stoklund Olesen
2012-09-15
1
-1
/
+1
[next]