index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
VirtRegMap.cpp
Age
Commit message (
Expand
)
Author
2011-05-06
Also count identity copies.
Jakob Stoklund Olesen
2011-04-27
Also add <imp-def> operands for defined and dead super-registers when rewriting.
Jakob Stoklund Olesen
2011-03-31
Don't completely eliminate identity copies that also modify super register li...
Jakob Stoklund Olesen
2011-03-23
Dump the register map before rewriting.
Jakob Stoklund Olesen
2011-02-18
Add VirtRegMap::rewrite() and use it in the new register allocators.
Jakob Stoklund Olesen
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
2011-01-09
Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...
Jakob Stoklund Olesen
2011-01-08
Fix VirtRegMap to use TRI::index2VirtReg and TRI::virtReg2Index instead of
Jakob Stoklund Olesen
2010-11-16
Remember to resize SpillSlotToUsesMap when allocating an emergency spill slot.
Jakob Stoklund Olesen
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
2010-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-02-26
Use the right floating point load/store instructions in PPCInstrInfo::foldMem...
Jakob Stoklund Olesen
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-01-05
Change errs() to dbgs().
David Greene
2009-11-12
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-03
The Indexes Patch.
Lang Hames
2009-10-17
Distinquish stack slots from other stack objects. They (and fixed objects) ge...
Evan Cheng
2009-08-23
remove some uses of llvm/Support/Streams.h
Chris Lattner
2009-07-24
Move more to raw_ostream, provide support for writing MachineBasicBlock,
Daniel Dunbar
2009-06-15
Part 1.
Evan Cheng
2009-06-14
Move register allocation preference (or hint) from LiveInterval to MachineReg...
Evan Cheng
2009-05-04
Restore minor deletion.
Mike Stump
2009-05-03
In some rare cases, the register allocator can spill registers but end up not...
Evan Cheng
2009-03-31
Oy! When reverting r68073, I added in experimental code. Sorry...
Bill Wendling
2009-03-31
Revert r68073. It's causing a failure in the Apple-style builds.
Bill Wendling
2009-03-14
Add newlines at end of file (this can annoy gcov)
Daniel Dunbar
2009-03-13
Convert VirtRegMap to a MachineFunctionPass.
Owen Anderson
2009-03-11
Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. N...
Owen Anderson
2009-03-09
Yet another case where the spiller marked two uses of the same register on th...
Evan Cheng
2009-03-08
If a MI uses the same register more than once, only mark one of them as 'kill'.
Evan Cheng
2009-02-28
Last commit accidentially deleted this code.
Evan Cheng
2009-02-26
The last commit was overly conservative. It's ok to reuse value that's alread...
Evan Cheng
2009-02-26
If an available register falls through to a succ block, unset the last kill. ...
Evan Cheng
2009-02-17
A couple of places where reused use operands should be marked kill. This is e...
Evan Cheng
2009-02-13
Revert this. It was breaking stuff.
Bill Wendling
2009-02-13
Turn off the old way of handling debug information in the code generator. Use
Bill Wendling
2009-02-12
Adjust the sizes for a few SmallVectors to reflect their usage.
Dan Gohman
2009-02-12
It's (currently) not safe to keep certain physical registers live across basi...
Evan Cheng
2009-02-12
If availability info is kept when fallthrough into a bb, add the available re...
Evan Cheng
2009-02-11
Remove a bogus assertion. It's possible a live-in available value is used by ...
Evan Cheng
2009-02-11
Implement PR3495: local spiller optimization. The local spiller can now keep ...
Evan Cheng
2009-02-03
Explicitly pass in debug location information to BuildMI.
Bill Wendling
2009-01-20
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2008-12-02
Fix PR3124: overly strict assert.
Evan Cheng
2008-10-17
Fix PR2898. Spiller delete a store for reuse before it knows for sure the reu...
Evan Cheng
2008-10-17
Fix a very subtle spiller bug: UpdateKills should not forget to track defs of...
Evan Cheng
2008-10-14
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-10-06
Don't dereference the end() iterator. Thanks to
Dan Gohman
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
[next]