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
/
VirtRegMap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch most getReservedRegs() clients to the MRI equivalent.
Jakob Stoklund Olesen
2012-10-15
1
-4
/
+1
*
Fix a significant recent(?) regression. StackSlotColoring no longer did anything
Evan Cheng
2012-09-21
1
-0
/
+4
*
Release build: guard dump functions with
Manman Ren
2012-09-11
1
-1
/
+1
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
Handle overlapping regunit intervals in LiveIntervals::addKillFlags().
Jakob Stoklund Olesen
2012-09-06
1
-1
/
+1
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-2
/
+1
*
Also compute MBB live-in lists in the new rewriter pass.
Jakob Stoklund Olesen
2012-06-09
1
-0
/
+32
*
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
2012-06-08
1
-33
/
+114
*
Transfer regmasks to MRI.
Jakob Stoklund Olesen
2012-02-17
1
-0
/
+5
*
Rewriter should definitly rewrite instructions inside bundles.
Evan Cheng
2012-01-19
1
-2
/
+2
*
Use the 'regalloc' debug tag for most register allocator tracing.
Jakob Stoklund Olesen
2012-01-07
1
-1
/
+1
*
Assert when reserved registers have been assigned.
Jakob Stoklund Olesen
2012-01-03
1
-0
/
+4
*
More dead code elimination in VirtRegMap.
Jakob Stoklund Olesen
2011-11-13
1
-12
/
+0
*
Stop tracking spill slot uses in VirtRegMap.
Jakob Stoklund Olesen
2011-11-13
1
-45
/
+0
*
Remove dead code and data from VirtRegMap.
Jakob Stoklund Olesen
2011-11-13
1
-61
/
+0
*
Stop tracking unused registers in VirtRegMap.
Jakob Stoklund Olesen
2011-11-13
1
-35
/
+0
*
Also add <imp-use,kill> flags for redefined super-registers.
Jakob Stoklund Olesen
2011-10-05
1
-8
/
+18
*
VirtRegMap is counting spill slots, not register spills.
Jakob Stoklund Olesen
2011-09-15
1
-3
/
+3
*
Also count identity copies.
Jakob Stoklund Olesen
2011-05-06
1
-0
/
+2
*
Also add <imp-def> operands for defined and dead super-registers when rewriting.
Jakob Stoklund Olesen
2011-04-27
1
-6
/
+15
*
Don't completely eliminate identity copies that also modify super register li...
Jakob Stoklund Olesen
2011-03-31
1
-6
/
+12
*
Dump the register map before rewriting.
Jakob Stoklund Olesen
2011-03-23
1
-1
/
+1
*
Add VirtRegMap::rewrite() and use it in the new register allocators.
Jakob Stoklund Olesen
2011-02-18
1
-0
/
+71
*
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2011-01-10
1
-3
/
+2
*
Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong results
Jakob Stoklund Olesen
2011-01-09
1
-8
/
+8
*
Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...
Jakob Stoklund Olesen
2011-01-09
1
-8
/
+4
*
Fix VirtRegMap to use TRI::index2VirtReg and TRI::virtReg2Index instead of
Jakob Stoklund Olesen
2011-01-08
1
-17
/
+25
*
Remember to resize SpillSlotToUsesMap when allocating an emergency spill slot.
Jakob Stoklund Olesen
2010-11-16
1
-19
/
+16
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-2
/
+1
*
Use the right floating point load/store instructions in PPCInstrInfo::foldMem...
Jakob Stoklund Olesen
2010-02-26
1
-2
/
+4
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-1
/
+1
*
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-12
1
-4
/
+4
*
The Indexes Patch.
Lang Hames
2009-11-03
1
-1
/
+1
*
Distinquish stack slots from other stack objects. They (and fixed objects) ge...
Evan Cheng
2009-10-17
1
-2
/
+2
*
remove some uses of llvm/Support/Streams.h
Chris Lattner
2009-08-23
1
-6
/
+1
*
Move more to raw_ostream, provide support for writing MachineBasicBlock,
Daniel Dunbar
2009-07-24
1
-0
/
+6
*
Part 1.
Evan Cheng
2009-06-15
1
-30
/
+9
*
Move register allocation preference (or hint) from LiveInterval to MachineReg...
Evan Cheng
2009-06-14
1
-2
/
+35
*
Restore minor deletion.
Mike Stump
2009-05-04
1
-0
/
+9
*
In some rare cases, the register allocator can spill registers but end up not...
Evan Cheng
2009-05-03
1
-0
/
+36
*
Oy! When reverting r68073, I added in experimental code. Sorry...
Bill Wendling
2009-03-31
1
-22
/
+1
*
Revert r68073. It's causing a failure in the Apple-style builds.
Bill Wendling
2009-03-31
1
-1
/
+22
*
Add newlines at end of file (this can annoy gcov)
Daniel Dunbar
2009-03-14
1
-1
/
+1
*
Convert VirtRegMap to a MachineFunctionPass.
Owen Anderson
2009-03-13
1
-18
/
+40
*
Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. N...
Owen Anderson
2009-03-11
1
-1873
/
+2
*
Yet another case where the spiller marked two uses of the same register on th...
Evan Cheng
2009-03-09
1
-19
/
+10
*
If a MI uses the same register more than once, only mark one of them as 'kill'.
Evan Cheng
2009-03-08
1
-6
/
+22
*
Last commit accidentially deleted this code.
Evan Cheng
2009-02-28
1
-0
/
+4
[next]