index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
VirtRegMap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
LiveInterval: Use more range based for loops for value numbers and segments.
Matthias Braun
2014-12-10
1
-6
/
+4
*
VirtRegMap: Improve block live-in info if subregister liveness is available.
Matthias Braun
2014-12-10
1
-9
/
+32
*
VirtRegMap: No implicit defs/uses for super registers with subreg liveness tr...
Matthias Braun
2014-12-10
1
-5
/
+9
*
Move register class name strings to a single array in MCRegisterInfo to reduc...
Craig Topper
2014-11-17
1
-2
/
+2
*
Migrate another set of getSubtargetImpl away.
Eric Christopher
2014-10-13
1
-2
/
+2
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-4
/
+5
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Switch a number of loops in lib/CodeGen over to range-based for-loops, now that
Owen Anderson
2014-03-17
1
-4
/
+2
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-3
/
+3
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-2
/
+2
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Keep the link register for uwtable.
Logan Chien
2014-02-25
1
-3
/
+12
*
Yet another patch to reduce compile time for small programs:
Puyan Lotfi
2014-02-06
1
-4
/
+28
*
[VirtRegMap] Fix for PR17825. Do not ignore noreturn definitions when setting
Quentin Colombet
2013-11-08
1
-1
/
+5
*
[PR16882] Ignore noreturn definitions when setting isPhysRegUsed.
Quentin Colombet
2013-09-25
1
-3
/
+39
*
Remove VirtRegMap::getRegAllocPref().
Jakob Stoklund Olesen
2012-12-04
1
-11
/
+0
*
Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.
Jakob Stoklund Olesen
2012-12-04
1
-0
/
+9
*
Add VirtRegMap::hasKnownPreference().
Jakob Stoklund Olesen
2012-12-03
1
-0
/
+9
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-5
/
+5
*
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-11-28
1
-1
/
+1
*
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
[prev]
[next]