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
/
RegisterScavenging.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
RegScavenger should not exclude undef uses
Hal Finkel
2013-07-11
1
-1
/
+1
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-03
1
-4
/
+4
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
1
-5
/
+4
*
Reapply r178845 with fix - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
1
-22
/
+50
*
Revert r178845 - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
1
-51
/
+22
*
Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
1
-22
/
+51
*
Fix target-customized spilling in the register scavenger
Hal Finkel
2013-03-27
1
-1
/
+1
*
Fix the register scavenger for targets that provide custom spilling
Hal Finkel
2013-03-26
1
-2
/
+5
*
Update PEI's virtual-register-based scavenging to support multiple simultaneo...
Hal Finkel
2013-03-26
1
-2
/
+2
*
Fix comparison of mixed signedness
Hal Finkel
2013-03-23
1
-1
/
+1
*
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-03-22
1
-13
/
+28
*
Remove ScavengedRC from RegisterScavenging
Hal Finkel
2013-03-22
1
-3
/
+0
*
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
1
-2
/
+16
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Remove unneeded #includes.
Jakub Staszak
2012-11-26
1
-4
/
+0
*
[reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a false
Chad Rosier
2012-11-15
1
-1
/
+1
*
Switch most getReservedRegs() clients to the MRI equivalent.
Jakob Stoklund Olesen
2012-10-15
1
-5
/
+2
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-8
/
+6
*
Simplify some more getAliasSet callers.
Jakob Stoklund Olesen
2012-06-01
1
-7
/
+4
*
Add an MRI::tracksLiveness() flag.
Jakob Stoklund Olesen
2012-03-27
1
-0
/
+5
*
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
1
-3
/
+3
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-2
/
+2
*
Use uint16_t to store registers in callee saved register tables to reduce siz...
Craig Topper
2012-03-04
1
-1
/
+1
*
Track reserved registers separately from RegsAvailable.
Jakob Stoklund Olesen
2012-02-23
1
-5
/
+4
*
Handle regmasks in RegisterScavenging.
Jakob Stoklund Olesen
2012-02-22
1
-0
/
+4
*
Fix some scavenger performance issues.
Jakob Stoklund Olesen
2012-01-29
1
-20
/
+8
*
Avoid creating BitVector temporaries.
Jakob Stoklund Olesen
2012-01-29
1
-7
/
+7
*
Give better scavenger errors by invoking the verifier.
Jakob Stoklund Olesen
2012-01-16
1
-1
/
+6
*
Added a late machine instruction copy propagation pass. This catches
Evan Cheng
2012-01-07
1
-1
/
+1
*
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-08-12
1
-0
/
+1
*
Revert "Don't check liveness of unallocatable registers."
Jakob Stoklund Olesen
2011-07-30
1
-2
/
+2
*
Don't check liveness of unallocatable registers.
Jakob Stoklund Olesen
2011-07-29
1
-2
/
+2
*
Handle <def,undef> in the second loop as well.
Jakob Stoklund Olesen
2011-05-02
1
-1
/
+3
*
Only ignore <undef> use operands, keep the <def,undef> ops.
Jakob Stoklund Olesen
2011-05-02
1
-1
/
+4
*
Add an assertion instead of crashing when the scavenger goes past the end
Bob Wilson
2011-04-05
1
-1
/
+2
*
Teach the register scavenger to take subregs into account when finding a free...
Jim Grosbach
2011-03-05
1
-5
/
+10
*
The scavenger should just use getAllocatableSet() rather than reinventing it
Jim Grosbach
2010-09-02
1
-13
/
+3
*
Add a bit of debug output for register scavenging
Jim Grosbach
2010-09-02
1
-2
/
+12
*
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-26
1
-2
/
+2
*
Clean up scavengeRegister() a bit to prefer available regs, which allows
Jim Grosbach
2010-07-08
1
-3
/
+6
*
When processing frame index virtual registers, consider all available registers
Jim Grosbach
2010-07-08
1
-1
/
+11
*
Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...
Evan Cheng
2010-06-16
1
-2
/
+6
*
Skip dbg_value instructions when scanning instructions in register scavenging.
Jim Grosbach
2010-06-04
1
-0
/
+4
*
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-06
1
-2
/
+2
*
Fix PR6847. RegScavenger should ignore DebugValues.
Jakob Stoklund Olesen
2010-04-15
1
-0
/
+3
*
Eliminate MachineBasicBlock::const_livein_iterator and make
Dan Gohman
2010-04-13
1
-1
/
+1
*
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-12-03
1
-1
/
+1
*
RegScavenger::enterBasicBlock should always reset register state.
Evan Cheng
2009-11-12
1
-5
/
+2
*
- Revert some changes from 85044, 85045, and 85047 that broke x86_64 tests and
Evan Cheng
2009-10-26
1
-1
/
+18
*
When the scavenger is looking for a good candidate location to restore from a
Jim Grosbach
2009-10-25
1
-5
/
+27
[next]