index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
RegAllocFast.cpp
Age
Commit message (
Expand
)
Author
2013-02-21
Make RAFast::UsedInInstr indexed by register units.
Jakob Stoklund Olesen
2013-02-05
Remove special-casing of return blocks for liveness.
Jakob Stoklund Olesen
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-20
Use MachineInstrBuilder in a few CodeGen passes.
Jakob Stoklund Olesen
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-29
Use MCPhysReg for RegisterClassInfo allocation orders.
Jakob Stoklund Olesen
2012-11-28
Revert r168630, r168631, and r168633 as these are causing nightly test failures.
Chad Rosier
2012-11-26
Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,
Chad Rosier
2012-11-06
[regallocfast] Make sure the MachineRegisterInfo is aware of clobbers from a
Chad Rosier
2012-10-31
Change signature of function RAFast::spillAll to avoid conversion between
Akira Hatanaka
2012-10-17
Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.
Jakob Stoklund Olesen
2012-10-15
Remove RegisterClassInfo::isReserved() and isAllocatable().
Jakob Stoklund Olesen
2012-08-22
Tidy up a few more uses of MF.getFunction()->getName().
David Blaikie
2012-08-08
Don't use getNextOperandForReg() in RAFast.
Jakob Stoklund Olesen
2012-06-06
Move RegisterClassInfo.h.
Andrew Trick
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
Simplify some more getAliasSet callers.
Jakob Stoklund Olesen
2012-05-14
Don't access MO reference after invalidating operand list.
Jakob Stoklund Olesen
2012-05-14
Fix PR12821.
Jakob Stoklund Olesen
2012-04-20
SparseSet: Add support for key-derived indexes and arbitrary key types.
Andrew Trick
2012-03-08
Use uint16_t to store instruction implicit uses and defs. Reduces static data.
Craig Topper
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-02-22
80 col.
Jakob Stoklund Olesen
2012-02-22
Use SparseSet for the RAFast live virtual register map.
Jakob Stoklund Olesen
2012-02-21
Clear virtual registers after they are no longer referenced.
Andrew Trick
2012-02-17
Transfer regmasks to MRI.
Jakob Stoklund Olesen
2012-02-10
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-01-31
Obvious unnecessary loop removal. Follow through from previous checkin.
Andrew Trick
2012-01-31
RAFast: Generalize the logic for return operands.
Andrew Trick
2012-01-05
Freeze reserved registers before starting register allocation.
Jakob Stoklund Olesen
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-11-22
If a register is both an early clobber and part of a tied use, handle the use
Rafael Espindola
2011-11-15
Insert modified DBG_VALUE into LiveDbgValueMap.
Devang Patel
2011-07-02
Better diagnostics when inline asm fails to allocate.
Jakob Stoklund Olesen
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
Print registers by name instead of by number.
Jakob Stoklund Olesen
2011-06-21
After register is spilled there should not be any DBG_VALUE referring the sam...
Devang Patel
2011-06-21
There could be more than one DBG_VALUE instructions for variables where all o...
Devang Patel
2011-06-13
Be less aggressive about hinting in RAFast.
Jakob Stoklund Olesen
2011-06-02
Avoid calling TRI->getAllocatableSet in RAFast.
Jakob Stoklund Olesen
2011-06-02
Use RegisterClassInfo::getOrder in RAFast.
Jakob Stoklund Olesen
2011-04-22
Typo
Evan Cheng
2011-04-18
Fix a bug where we were counting the alias sets as completely used
Eric Christopher
2011-04-13
Temporarily revert r129408 to see if it brings the bots back.
Eric Christopher
2011-04-12
Fix a bug where we were counting the alias sets as completely used
Eric Christopher
2011-04-12
Add more comments... err debug statements to the fast allocator.
Eric Christopher
2011-04-12
Fix typo.
Eric Christopher
2011-02-04
Mark that the return is using EAX so that we don't use it for some other
Nick Lewycky
2011-01-10
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2011-01-09
Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong results
Jakob Stoklund Olesen
[next]