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
/
include
/
llvm
/
CodeGen
/
RegisterScavenging.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-38
/
+24
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-3
/
+3
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector
Eric Christopher
2013-07-03
1
-2
/
+2
*
Reapply r178845 with fix - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
1
-0
/
+17
*
Revert r178845 - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
1
-17
/
+0
*
Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
1
-0
/
+17
*
Fix the register scavenger for targets that provide custom spilling
Hal Finkel
2013-03-26
1
-2
/
+3
*
Update PEI's virtual-register-based scavenging to support multiple simultaneo...
Hal Finkel
2013-03-26
1
-2
/
+5
*
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-03-22
1
-15
/
+37
*
Remove ScavengedRC from RegisterScavenging
Hal Finkel
2013-03-22
1
-5
/
+1
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
[reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a false
Chad Rosier
2012-11-15
1
-3
/
+5
*
Switch most getReservedRegs() clients to the MRI equivalent.
Jakob Stoklund Olesen
2012-10-15
1
-6
/
+3
*
Track reserved registers separately from RegsAvailable.
Jakob Stoklund Olesen
2012-02-23
1
-2
/
+3
*
Fix some scavenger performance issues.
Jakob Stoklund Olesen
2012-01-29
1
-4
/
+5
*
Teach the register scavenger to take subregs into account when finding a free...
Jim Grosbach
2011-03-05
1
-1
/
+1
*
After r107880, findSurvivorReg() no longer needs to be public.
Jim Grosbach
2010-07-08
1
-10
/
+10
*
When processing frame index virtual registers, consider all available registers
Jim Grosbach
2010-07-08
1
-5
/
+14
*
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-10-07
1
-1
/
+3
*
Correct comment pasto
Jim Grosbach
2009-09-15
1
-1
/
+1
*
Simplify RegScavenger::FindUnusedReg.
Jakob Stoklund Olesen
2009-08-18
1
-8
/
+2
*
Replace RegScavenger::DistanceMap with a simpler local algorithm.
Jakob Stoklund Olesen
2009-08-16
1
-0
/
+6
*
Clean up the public interface of RegScavenger.
Jakob Stoklund Olesen
2009-08-16
1
-25
/
+20
*
Rebuild RegScavenger::DistanceMap each time it is needed.
Jakob Stoklund Olesen
2009-08-11
1
-13
/
+3
*
Remove RegisterScavenger::isSuperRegUsed(). This completely reverses the mist...
Jakob Stoklund Olesen
2009-08-08
1
-3
/
+0
*
Simplify RegScavenger::forward a bit more.
Jakob Stoklund Olesen
2009-08-08
1
-1
/
+7
*
Get rid of RegScavenger::backwards() before the bitrot spreads.
Jakob Stoklund Olesen
2009-08-06
1
-8
/
+3
*
Reg Scavenging generalization (Thumb support):
John Mosby
2009-08-06
1
-0
/
+4
*
Scavenger asserts.
Jakob Stoklund Olesen
2009-08-02
1
-0
/
+3
*
Remove special handling of implicit_def. Fix a couple more bugs in liveinterv...
Evan Cheng
2009-07-01
1
-13
/
+2
*
Temporarily restore the scavenger implicit_def checking code. MachineOperand ...
Evan Cheng
2009-06-30
1
-2
/
+13
*
Add a bit IsUndef to MachineOperand. This indicates the def / use register op...
Evan Cheng
2009-06-30
1
-13
/
+2
*
Don't pass BitVectors by value, pass them by reference.
Roman Levenstein
2009-02-06
1
-2
/
+2
*
Fix RegScavenger::forward() to work on basic blocks containing exactly
Dan Gohman
2008-12-19
1
-0
/
+1
*
Delete the RegScavenging constructor that takes a MachineBasicBlock
Dan Gohman
2008-12-19
1
-4
/
+0
*
- Register scavenger should use MachineRegisterInfo and internal map to find ...
Evan Cheng
2008-11-20
1
-12
/
+28
*
Allow registers defined by implicit_def to be clobbered.
Evan Cheng
2008-04-10
1
-3
/
+18
*
Forgot this.
Evan Cheng
2008-04-05
1
-0
/
+2
*
When setting the "unused" info, take into account something like this:
Bill Wendling
2008-03-06
1
-1
/
+1
*
Refactor code. Remove duplicated functions that basically do the same thing as
Evan Cheng
2008-03-05
1
-1
/
+1
*
This is the initial check-in for adding register scavenging to PPC. (Currently,
Bill Wendling
2008-03-03
1
-2
/
+2
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-2
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add explicit keywords and remove spurious trailing semicolons.
Dan Gohman
2007-08-27
1
-2
/
+2
*
Add explicit keywords.
Dan Gohman
2007-07-05
1
-1
/
+1
*
Pass call frame setup SP adjustment along to eliminateFrameIndex().
Evan Cheng
2007-05-01
1
-5
/
+6
*
Fix reversed logic in getRegsUsed. Rename RegStates to RegsAvailable to
Dale Johannesen
2007-03-26
1
-8
/
+8
*
maintain LiveIn when splitting blocks (register scavenging needs it)
Dale Johannesen
2007-03-20
1
-0
/
+3
*
Fix comment.
Evan Cheng
2007-03-18
1
-1
/
+1
[next]