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
/
RegAllocGreedy.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-15
/
+15
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-3
/
+19
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-15
/
+85
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-56
/
+476
*
Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...
Aaron Ballman
2013-11-13
1
-3
/
+3
*
CalcSpillWeights: give a better describing name to calculateSpillWeights
Arnaud A. de Grandmaison
2013-11-11
1
-1
/
+1
*
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
2013-11-10
1
-2
/
+2
*
Revert "CalculateSpillWeights does not need to be a pass"
Arnaud A. de Grandmaison
2013-11-08
1
-2
/
+2
*
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
2013-11-08
1
-2
/
+2
*
Represent RegUnit liveness with LiveRange instance
Matthias Braun
2013-10-10
1
-3
/
+3
*
Explicitly request unsigned enum types when desired
Reid Kleckner
2013-10-08
1
-1
/
+1
*
Fix unused variables.
Eli Friedman
2013-09-10
1
-0
/
+2
*
Track new virtual registers by register number.
Mark Lacey
2013-08-14
1
-29
/
+29
*
Down-scale slot index distance to save bits.
Andrew Trick
2013-07-30
1
-1
/
+1
*
RegAllocGreedy comment.
Andrew Trick
2013-07-25
1
-1
/
+2
*
Evict local live ranges if they can be reassigned.
Andrew Trick
2013-07-25
1
-1
/
+29
*
Allocate local registers in order for optimal coloring.
Andrew Trick
2013-07-25
1
-4
/
+27
*
Dump LIS before regalloc. MI sched changes them.
Andrew Trick
2013-07-25
1
-0
/
+2
*
Remove floats from live range splitting costs.
Jakob Stoklund Olesen
2013-07-16
1
-22
/
+26
*
Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Benjamin Kramer
2013-06-17
1
-1
/
+6
*
Use only explicit bool conversion operators
David Blaikie
2013-05-15
1
-1
/
+1
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
1
-3
/
+3
*
Remove unused #includes.
Bill Wendling
2013-03-05
1
-1
/
+0
*
Limit the search space in RAGreedy::tryEvict().
Jakob Stoklund Olesen
2013-01-12
1
-1
/
+18
*
Speed up the AllocationOrder class a bit.
Jakob Stoklund Olesen
2012-12-04
1
-2
/
+2
*
Add VirtRegMap::hasKnownPreference().
Jakob Stoklund Olesen
2012-12-03
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+6
*
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-11-28
1
-2
/
+2
*
Fix a significant recent(?) regression. StackSlotColoring no longer did anything
Evan Cheng
2012-09-21
1
-1
/
+1
*
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
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
-2
/
+1
*
Remove unnecessary cast that was also unnecessarily casting away constness.
David Blaikie
2012-08-21
1
-1
/
+1
*
Remove LiveIntervalUnions from RegAllocBase.
Jakob Stoklund Olesen
2012-06-20
1
-3
/
+3
*
Convert RAGreedy to LiveRegMatrix interference checking.
Jakob Stoklund Olesen
2012-06-20
1
-55
/
+75
*
Also compute MBB live-in lists in the new rewriter pass.
Jakob Stoklund Olesen
2012-06-09
1
-1
/
+0
*
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
2012-06-08
1
-19
/
+1
*
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-06
1
-1
/
+0
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-5
/
+5
*
Prioritize smaller register classes for urgent evictions.
Jakob Stoklund Olesen
2012-05-30
1
-1
/
+7
*
Add a last resort tryInstructionSplit() to RAGreedy.
Jakob Stoklund Olesen
2012-05-23
1
-1
/
+65
*
Allow LiveRangeEdit to be created with a NULL parent.
Jakob Stoklund Olesen
2012-05-19
1
-4
/
+4
*
Moved LiveRangeEdit.h so that it can be called from other parts of the backen...
Pete Cooper
2012-04-02
1
-1
/
+1
*
Allocate virtual registers in ascending order.
Jakob Stoklund Olesen
2012-04-02
1
-2
/
+2
*
Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...
Pete Cooper
2012-04-02
1
-4
/
+4
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-3
/
+3
*
Clear virtual registers after they are no longer referenced.
Andrew Trick
2012-02-21
1
-1
/
+4
*
Fix details in local live range splitting with regmasks.
Jakob Stoklund Olesen
2012-02-14
1
-6
/
+16
*
Handle register masks in local live range splitting.
Jakob Stoklund Olesen
2012-02-11
1
-0
/
+25
*
Add register mask support to InterferenceCache.
Jakob Stoklund Olesen
2012-02-10
1
-1
/
+1
[next]