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
*
Print register in LiveInterval::print()
Matthias Braun
2013-10-10
1
-7
/
+8
*
Represent RegUnit liveness with LiveRange instance
Matthias Braun
2013-10-10
1
-2
/
+2
*
Work on LiveRange instead of LiveInterval where possible
Matthias Braun
2013-10-10
1
-1
/
+1
*
Pass LiveQueryResult by value
Matthias Braun
2013-10-10
1
-6
/
+6
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
1
-34
/
+35
*
Fix comment
Matthias Braun
2013-10-04
1
-1
/
+1
*
Added temp flag -misched-bench for staging in default changes.
Andrew Trick
2013-09-26
1
-1
/
+1
*
Provide basic type safety for array_pod_sort comparators.
Benjamin Kramer
2013-09-22
1
-3
/
+2
*
avoid unnecessary direct access to LiveInterval::ranges
Matthias Braun
2013-09-06
1
-6
/
+6
*
remove unused argument from LiveRanges::join()
Matthias Braun
2013-09-06
1
-2
/
+1
*
remove pointless assert
Matthias Braun
2013-09-06
1
-2
/
+0
*
fix comment
Matthias Braun
2013-09-06
1
-1
/
+1
*
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
[next]