index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
LiveRegMatrix.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-14
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
1
-3
/
+1
2015-07-14
RAGreedy: Keep track of allocated PhysRegs internally
Matthias Braun
1
-0
/
+8
2015-01-14
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
1
-1
/
+1
2014-12-11
LiveInterval: Use range based for loops for subregister ranges.
Matthias Braun
1
-4
/
+3
2014-12-10
LiveRegMatrix: Respect subregister liveness when allocating registers.
Matthias Braun
1
-14
/
+49
2014-10-14
Remove unnecessary TargetMachine.h includes.
Eric Christopher
1
-1
/
+0
2014-08-05
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
1
-1
/
+1
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-1
/
+1
2014-04-22
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
1
-1
/
+2
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-1
/
+1
2014-02-06
This small change reduces compile time for small programs on targets that have
Puyan Lotfi
1
-1
/
+3
2013-10-10
Represent RegUnit liveness with LiveRange instance
Matthias Braun
1
-2
/
+4
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
1
-4
/
+4
2012-11-28
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
1
-2
/
+2
2012-09-06
Allow overlaps between virtreg and physreg live ranges.
Jakob Stoklund Olesen
1
-1
/
+3
2012-06-15
Accept null PhysReg arguments to checkRegMaskInterference.
Jakob Stoklund Olesen
1
-1
/
+1
2012-06-09
Sketch a LiveRegMatrix analysis pass.
Jakob Stoklund Olesen
1
-0
/
+152