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
/
RegAllocPBQP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove unnecessary TargetMachine.h includes.
Eric Christopher
2014-10-14
1
-1
/
+0
*
[PBQP] Replace PBQPBuilder with composable constraints (PBQPRAConstraint).
Lang Hames
2014-10-09
1
-355
/
+307
*
unique_ptrify PBQPBuilder::build
David Blaikie
2014-09-02
1
-13
/
+13
*
[PBQP] Only output debug information when requested
Arnaud A. de Grandmaison
2014-08-28
1
-2
/
+2
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-2
/
+2
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-4
/
+6
*
Sure up ownership passing of the PBQPBuilder by passing unique_ptrs by value ...
David Blaikie
2014-07-19
1
-7
/
+7
*
Convert more loops to range-based equivalents
Alexey Samsonov
2014-04-30
1
-12
/
+4
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-1
/
+1
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-3
/
+3
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-13
/
+11
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-3
/
+3
*
Re-apply r202551, which introduced new PBQP solver.
Lang Hames
2014-03-03
1
-38
/
+38
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Jumped the gun with r202551 and broke some bots that weren't yet C++11ified.
Lang Hames
2014-02-28
1
-38
/
+38
*
New PBQP solver, and updates to the PBQP graph.
Lang Hames
2014-02-28
1
-38
/
+38
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Don't make F_None the default.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
[block-freq] Refactor LiveInterals::getSpillWeight to use the new MachineBloc...
Michael Gottesman
2013-12-14
1
-2
/
+1
*
CalcSpillWeights: give a better describing name to calculateSpillWeights
Arnaud A. de Grandmaison
2013-11-11
1
-1
/
+2
*
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
2013-11-10
1
-2
/
+2
*
Re-apply r194300 with fixes for warnings.
Lang Hames
2013-11-09
1
-14
/
+14
*
Revert r194300 which broke the build.
Nick Lewycky
2013-11-09
1
-14
/
+14
*
Rewrite the PBQP graph data structure.
Lang Hames
2013-11-09
1
-14
/
+14
*
Revert "CalculateSpillWeights does not need to be a pass"
Arnaud A. de Grandmaison
2013-11-08
1
-2
/
+2
*
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
2013-11-08
1
-2
/
+2
*
Track new virtual registers by register number.
Mark Lacey
2013-08-14
1
-4
/
+5
*
Make PBQP require/preserve MachineLoopInfo - the spiller requires it.
Lang Hames
2013-07-01
1
-0
/
+3
*
Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Benjamin Kramer
2013-06-17
1
-11
/
+10
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-15
1
-23
/
+22
*
Revert broken pieces of r179373.
Benjamin Kramer
2013-04-12
1
-16
/
+16
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
1
-16
/
+16
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.
Jakob Stoklund Olesen
2012-12-04
1
-1
/
+1
*
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
-1
/
+1
*
Revert r168630, r168631, and r168633 as these are causing nightly test failures.
Chad Rosier
2012-11-28
1
-0
/
+2
*
Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,
Chad Rosier
2012-11-26
1
-2
/
+0
*
Remove unused typedef.
Lang Hames
2012-10-29
1
-1
/
+0
*
Remove LIS::isAllocatable() and isReserved() helpers.
Jakob Stoklund Olesen
2012-10-15
1
-1
/
+1
*
Switch most getReservedRegs() clients to the MRI equivalent.
Jakob Stoklund Olesen
2012-10-15
1
-3
/
+1
*
My earlier "fix" for PBQP (see r165201) was incorrect. The real issue was that
Lang Hames
2012-10-10
1
-2
/
+2
*
Fix reg mask slot test, and preserve LiveIntervals and VirtRegMap in the PBQP
Lang Hames
2012-10-04
1
-1
/
+3
*
Remove unused typedefs gcc4.8 warns about.
Roman Divacky
2012-09-05
1
-1
/
+0
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-2
/
+3
*
Remove LiveIntervals::trackingRegUnits().
Jakob Stoklund Olesen
2012-06-22
1
-51
/
+7
[prev]
[next]