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
/
RegAllocFast.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-11
/
+11
*
Use MCPhysReg for RegisterClassInfo allocation orders.
Jakob Stoklund Olesen
2012-11-29
1
-3
/
+3
*
Revert r168630, r168631, and r168633 as these are causing nightly test failures.
Chad Rosier
2012-11-28
1
-0
/
+1
*
Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,
Chad Rosier
2012-11-26
1
-1
/
+0
*
[regallocfast] Make sure the MachineRegisterInfo is aware of clobbers from a
Chad Rosier
2012-11-06
1
-0
/
+5
*
Change signature of function RAFast::spillAll to avoid conversion between
Akira Hatanaka
2012-10-31
1
-2
/
+2
*
Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.
Jakob Stoklund Olesen
2012-10-17
1
-23
/
+30
*
Remove RegisterClassInfo::isReserved() and isAllocatable().
Jakob Stoklund Olesen
2012-10-15
1
-4
/
+4
*
Tidy up a few more uses of MF.getFunction()->getName().
David Blaikie
2012-08-22
1
-2
/
+1
*
Don't use getNextOperandForReg() in RAFast.
Jakob Stoklund Olesen
2012-08-08
1
-8
/
+4
*
Move RegisterClassInfo.h.
Andrew Trick
2012-06-06
1
-1
/
+1
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-6
/
+6
*
Simplify some more getAliasSet callers.
Jakob Stoklund Olesen
2012-06-01
1
-10
/
+6
*
Don't access MO reference after invalidating operand list.
Jakob Stoklund Olesen
2012-05-14
1
-2
/
+3
*
Fix PR12821.
Jakob Stoklund Olesen
2012-05-14
1
-0
/
+6
*
SparseSet: Add support for key-derived indexes and arbitrary key types.
Andrew Trick
2012-04-20
1
-1
/
+1
*
Use uint16_t to store instruction implicit uses and defs. Reduces static data.
Craig Topper
2012-03-08
1
-1
/
+1
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-5
/
+5
*
80 col.
Jakob Stoklund Olesen
2012-02-22
1
-3
/
+5
*
Use SparseSet for the RAFast live virtual register map.
Jakob Stoklund Olesen
2012-02-22
1
-73
/
+110
*
Clear virtual registers after they are no longer referenced.
Andrew Trick
2012-02-21
1
-0
/
+4
*
Transfer regmasks to MRI.
Jakob Stoklund Olesen
2012-02-17
1
-3
/
+0
*
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-10
1
-6
/
+3
*
Obvious unnecessary loop removal. Follow through from previous checkin.
Andrew Trick
2012-01-31
1
-11
/
+10
*
RAFast: Generalize the logic for return operands.
Andrew Trick
2012-01-31
1
-20
/
+59
*
Freeze reserved registers before starting register allocation.
Jakob Stoklund Olesen
2012-01-05
1
-0
/
+1
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-3
/
+3
*
If a register is both an early clobber and part of a tied use, handle the use
Rafael Espindola
2011-11-22
1
-7
/
+16
*
Insert modified DBG_VALUE into LiveDbgValueMap.
Devang Patel
2011-11-15
1
-1
/
+1
*
Better diagnostics when inline asm fails to allocate.
Jakob Stoklund Olesen
2011-07-02
1
-10
/
+4
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-7
/
+7
*
Print registers by name instead of by number.
Jakob Stoklund Olesen
2011-06-28
1
-6
/
+7
*
After register is spilled there should not be any DBG_VALUE referring the sam...
Devang Patel
2011-06-21
1
-1
/
+3
*
There could be more than one DBG_VALUE instructions for variables where all o...
Devang Patel
2011-06-21
1
-4
/
+6
*
Be less aggressive about hinting in RAFast.
Jakob Stoklund Olesen
2011-06-13
1
-7
/
+5
*
Avoid calling TRI->getAllocatableSet in RAFast.
Jakob Stoklund Olesen
2011-06-02
1
-9
/
+4
*
Use RegisterClassInfo::getOrder in RAFast.
Jakob Stoklund Olesen
2011-06-02
1
-10
/
+7
*
Typo
Evan Cheng
2011-04-22
1
-1
/
+1
*
Fix a bug where we were counting the alias sets as completely used
Eric Christopher
2011-04-18
1
-5
/
+0
*
Temporarily revert r129408 to see if it brings the bots back.
Eric Christopher
2011-04-13
1
-0
/
+2
*
Fix a bug where we were counting the alias sets as completely used
Eric Christopher
2011-04-12
1
-2
/
+0
*
Add more comments... err debug statements to the fast allocator.
Eric Christopher
2011-04-12
1
-3
/
+16
*
Fix typo.
Eric Christopher
2011-04-12
1
-1
/
+1
*
Mark that the return is using EAX so that we don't use it for some other
Nick Lewycky
2011-02-04
1
-0
/
+21
*
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2011-01-10
1
-4
/
+5
*
Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong results
Jakob Stoklund Olesen
2011-01-09
1
-2
/
+1
*
Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...
Jakob Stoklund Olesen
2011-01-09
1
-10
/
+10
*
Fix comment.
Eric Christopher
2010-12-08
1
-1
/
+1
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+4
*
Add DEBUG message.
Devang Patel
2010-09-10
1
-2
/
+6
[next]