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
*
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
*
Tidy up a few more uses of MF.getFunction()->getName().
David Blaikie
2012-08-22
1
-2
/
+1
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-1
/
+1
*
Delete merged physreg copies in joinReservedPhysReg().
Jakob Stoklund Olesen
2012-08-03
1
-0
/
+5
*
Eliminate the VNInfo::hasPHIKill() flag.
Jakob Stoklund Olesen
2012-08-03
1
-25
/
+1
*
Make the hasPHIKills flag a computed property.
Jakob Stoklund Olesen
2012-08-03
1
-4
/
+6
*
Clear kill flags in removeCopyByCommutingDef().
Jakob Stoklund Olesen
2012-07-31
1
-0
/
+2
*
Now that RegistersDefinedFromSameValue handles one instruction being an
Rafael Espindola
2012-07-01
1
-14
/
+4
*
Handle implicit_defs in the register coalescer. I am still trying to produce
Rafael Espindola
2012-06-30
1
-27
/
+40
*
Fix a crash in --debug code.
Jakob Stoklund Olesen
2012-06-22
1
-2
/
+6
*
Remove some redundant LIS->hasInterval() checks.
Jakob Stoklund Olesen
2012-06-22
1
-22
/
+0
*
Remove LiveIntervals::trackingRegUnits().
Jakob Stoklund Olesen
2012-06-22
1
-19
/
+5
*
Update regunits in RegisterCoalescer::reMaterializeTrivialDef.
Jakob Stoklund Olesen
2012-06-21
1
-6
/
+4
*
Use regunit liveness in RegisterCoalescer when it is available.
Jakob Stoklund Olesen
2012-06-15
1
-13
/
+21
*
Move RegisterClassInfo.h.
Andrew Trick
2012-06-06
1
-1
/
+1
*
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
1
-1
/
+1
*
Simplify LiveInterval::print().
Jakob Stoklund Olesen
2012-06-05
1
-28
/
+11
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-2
/
+2
*
Remove physreg support from adjustCopiesBackFrom and removeCopyByCommutingDef.
Jakob Stoklund Olesen
2012-06-01
1
-29
/
+3
*
Correctly deal with identity copies in RegisterCoalescer.
Jakob Stoklund Olesen
2012-05-23
1
-7
/
+18
[next]