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
/
LiveRegMatrix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
LiveInterval: Use range based for loops for subregister ranges.
Matthias Braun
2014-12-11
1
-4
/
+3
*
LiveRegMatrix: Respect subregister liveness when allocating registers.
Matthias Braun
2014-12-10
1
-14
/
+49
*
Remove unnecessary TargetMachine.h includes.
Eric Christopher
2014-10-14
1
-1
/
+0
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+1
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
This small change reduces compile time for small programs on targets that have
Puyan Lotfi
2014-02-06
1
-1
/
+3
*
Represent RegUnit liveness with LiveRange instance
Matthias Braun
2013-10-10
1
-2
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-11-28
1
-2
/
+2
*
Allow overlaps between virtreg and physreg live ranges.
Jakob Stoklund Olesen
2012-09-06
1
-1
/
+3
*
Accept null PhysReg arguments to checkRegMaskInterference.
Jakob Stoklund Olesen
2012-06-15
1
-1
/
+1
*
Sketch a LiveRegMatrix analysis pass.
Jakob Stoklund Olesen
2012-06-09
1
-0
/
+152