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
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
2008-09-11
Propagate subreg index when promoting a load to a copy.
Evan Cheng
2008-09-10
Fix PR2664 - spiller GetRegForReload wasn't respecting sub-register indices o...
Evan Cheng
2008-09-04
Fix an overly strict assertion. Source register of a copy may not be killed, ...
Evan Cheng
2008-08-19
Make SimpleSpiller respect subregister indices.
Owen Anderson
2008-08-05
Fix PR2596: out of bound reference.
Evan Cheng
2008-07-18
Fix a LocalSpiller leak. This fixes tramp3d-v4.
Dan Gohman
2008-07-07
Pool-allocation for MachineInstrs, MachineBasicBlocks, and
Dan Gohman
2008-06-18
Cosmetic.
Evan Cheng
2008-06-16
Fix read after free found by valgrind.
Evan Cheng
2008-06-13
Teach the spiller to commute instructions in order to fold a reload. This hit...
Evan Cheng
2008-06-04
Move #include to right place.
Evan Cheng
2008-05-23
Remove warnings about comparison between signed and unsigned expressions.
Bill Wendling
2008-05-22
Don't attempt to update SpillSlotToUsesMap for stack slots that aren't
David Greene
2008-05-20
More local spiller complexity!
Evan Cheng
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-07
Yet another nasty spiller bug.
Evan Cheng
2008-04-11
Use of implicit_def is not part of live interval. Create empty intervals for ...
Evan Cheng
2008-03-31
Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.
Evan Cheng
2008-03-26
Avoid commuting a def MI in order to coalesce a copy instruction away if any ...
Evan Cheng
2008-03-21
A couple of kill marker maintainence bug.
Evan Cheng
2008-03-14
Fix PR2138. Apparently any modification to a std::multimap (including remove ...
Evan Cheng
2008-03-12
Change VirtRegMap's dump to dump to cerr, not DOUT, so that it
Dan Gohman
2008-03-12
Set NextMII after issuing a physical register spill.
Evan Cheng
2008-03-12
Minor debug output bug.
Evan Cheng
2008-03-11
Transfer physical register spill info when load / store folding happens.
Evan Cheng
2008-03-11
When the register allocator runs out of registers, spill a physical register ...
Evan Cheng
2008-03-05
Refactor code. Remove duplicated functions that basically do the same thing as
Evan Cheng
2008-02-27
Fix a bug in dead spill slot elimination.
Evan Cheng
2008-02-27
Final de-tabification.
Bill Wendling
2008-02-27
Spiller now remove unused spill slots.
Evan Cheng
2008-02-26
Rename PrintableName to Name.
Bill Wendling
2008-02-26
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-26
De-tabify.
Bill Wendling
2008-02-22
Make sure reload of implicit uses are issued before remat's.
Evan Cheng
2008-02-22
Enable re-materialization of instructions which have virtual register operand...
Evan Cheng
2008-02-20
Update gcc 4.3 warnings fix patch with recent head changes
Anton Korobeynikov
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-08
Forgot these files.
Evan Cheng
2008-01-07
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor
Chris Lattner
2008-01-07
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
Update CodeGen for MRegisterInfo --> TargetInstrInfo changes.
Owen Anderson
2008-01-01
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2007-12-31
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
Owen Anderson
2007-12-31
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
[next]