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
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
raw_ostream: << operator for callables with raw_ostream argument
Matthias Braun
2015-12-04
1
-21
/
+6
*
Revert "raw_ostream: << operator for callables with raw_stream argument"
Matthias Braun
2015-12-03
1
-5
/
+21
*
raw_ostream: << operator for callables with raw_stream argument
Matthias Braun
2015-12-03
1
-21
/
+5
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-2
/
+2
*
Trace copies when checking for rematerializability in spill weight calculation
Robert Lougher
2015-08-10
1
-3
/
+3
*
[PBQP] Use a local bit-matrix to speedup searching an edge in the graph.
Arnaud A. de Grandmaison
2015-03-05
1
-3
/
+10
*
[PBQP] Address post-commit style comment for r230904. NFC.
Arnaud A. de Grandmaison
2015-03-01
1
-2
/
+2
*
[PBQP] Do not add an edge between nodes with totally disjoint allowed registers
Arnaud A. de Grandmaison
2015-03-01
1
-9
/
+61
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-2
/
+1
*
[PBQP] Conservativelly allocatable nodes can be spilled and give a better sol...
Arnaud A. de Grandmaison
2015-02-13
1
-2
/
+0
*
[PBQP] Cautiously update edge costs in the solver
Arnaud A. de Grandmaison
2015-02-11
1
-1
/
+3
*
[PBQP] Fix comment wording. NFC
Arnaud A. de Grandmaison
2015-02-06
1
-1
/
+1
*
[PBQP] Provide more information in the debug prints
Arnaud A. de Grandmaison
2015-02-03
1
-1
/
+74
*
[PBQP Regalloc] Pre-spill vregs that have no legal physregs.
Lang Hames
2015-02-03
1
-26
/
+57
*
Have the PBQP register allocator use the subtarget on the MachineFunction.
Eric Christopher
2015-01-27
1
-8
/
+5
*
[PBQP] Callee saved regs should have a higher cost than scratch regs
Arnaud A. de Grandmaison
2014-11-04
1
-0
/
+16
*
[PBQP] Tweak spill costs and coalescing benefits
Arnaud A. de Grandmaison
2014-11-04
1
-6
/
+17
*
[PBQP] Unique allowed-sets for nodes in the PBQP graph and use pairs of these
Lang Hames
2014-10-27
1
-29
/
+50
*
[PBQP] Fix coalescing benefits
Arnaud A. de Grandmaison
2014-10-21
1
-2
/
+2
*
[PBQP] Replace the interference-constraints algorithm with a faster version
Lang Hames
2014-10-18
1
-16
/
+115
*
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
[next]