projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[WinEH] Remove calculateCatchReturnSuccessorColors
[oota-llvm.git]
/
include
/
llvm
/
CodeGen
/
PBQP
/
2015-05-11
Richard Smith
Add more missing #includes, found by modules build.
tree
|
commitdiff
2015-02-17
Jonas Paulsson
[PBQP] NDEBUG guards added around code needed for assert.
tree
|
commitdiff
2015-02-16
Jonas Paulsson
[PBQP] Improve the assert for conservatively allocatables.
tree
|
commitdiff
2015-02-15
Arnaud A. de Grand...
[PBQP] Assert conservativelly allocatable nodes are...
tree
|
commitdiff
2015-02-11
Arnaud A. de Grand...
[PBQP] Cautiously update edge costs in the solver
tree
|
commitdiff
2015-02-03
Arnaud A. de Grand...
[PBQP] Provide more information in the debug prints
tree
|
commitdiff
2015-02-03
Arnaud A. de Grand...
[PBQP] Constify Graph::getEdgeNode1Id and Graph::getEdg...
tree
|
commitdiff
2014-10-27
Lang Hames
[PBQP] Unique allowed-sets for nodes in the PBQP graph...
tree
|
commitdiff
2014-10-26
Lang Hames
[PBQP] Tidy up CostAllocator.h: fix variable case,...
tree
|
commitdiff
2014-10-21
Arnaud A. de Grand...
[PBQP] Check for out of bound access in DEBUG builds
tree
|
commitdiff
2014-10-20
Lang Hames
[PBQP] Use DenseSet rather than std::set for PBQP's...
tree
|
commitdiff
2014-10-18
Lang Hames
[PBQP] Move register-allocation specific PBQP code...
tree
|
commitdiff
2014-10-09
Lang Hames
[PBQP] Replace PBQPBuilder with composable constraints...
tree
|
commitdiff
2014-10-02
Lang Hames
[PBQP] Update doxygen comment style to match the rest...
tree
|
commitdiff
2014-10-02
Lang Hames
[PBQP] Add support for graph-level metadata to the...
tree
|
commitdiff
2014-09-11
David Blaikie
Use CostPool::PoolRef typedef some more
tree
|
commitdiff
2014-09-10
David Blaikie
shared_ptrify ownershp of PoolEntries in PBQP's CostPool
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-04-24
Richard Smith
Function defined in a header should be inline. Found...
tree
|
commitdiff
2014-04-14
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
tree
|
commitdiff
2014-04-09
Alp Toker
Fix some doc and comment typos
tree
|
commitdiff
2014-04-09
Craig Topper
[C++11] Replace some comparisons with 'nullptr' with...
tree
|
commitdiff
2014-03-30
Lang Hames
[PBQP] Move invalid graph nodeId/edgeId methods into...
tree
|
commitdiff
2014-03-27
David Blaikie
PBQP: Minor cleanups to r204857
tree
|
commitdiff
2014-03-26
Lang Hames
Simplify PBQP graph removeAdjEdgeId implementation.
tree
|
commitdiff
2014-03-26
Lang Hames
Remove PBQP-cost dimension sanity assertion in PBQP...
tree
|
commitdiff
2014-03-26
Lang Hames
Change the PBQP graph adjacency list structure from...
tree
|
commitdiff
2014-03-17
Lang Hames
Deleted copy-constructor/copy-assignment broke a buildb...
tree
|
commitdiff
2014-03-17
Lang Hames
Rename PBQP RegAllocSolver local variables to conform...
tree
|
commitdiff
2014-03-04
Timur Iskhodzhanov
Remove unused typedef
tree
|
commitdiff
2014-03-04
Patrik Hagglund
Fix gcc -Wunused-but-set-variable warning.
tree
|
commitdiff
2014-03-04
NAKAMURA Takumi
PBQP/Graph.h: Prune @return in setNodeCosts, possibly...
tree
|
commitdiff
2014-03-04
NAKAMURA Takumi
PBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation]
tree
|
commitdiff
2014-03-03
Lang Hames
Re-apply r202551, which introduced new PBQP solver.
tree
|
commitdiff
2014-02-28
Lang Hames
Jumped the gun with r202551 and broke some bots that...
tree
|
commitdiff
2014-02-28
Lang Hames
New PBQP solver, and updates to the PBQP graph.
tree
|
commitdiff
2013-11-21
Lang Hames
Dereference the node iterator when dumping the PBQP...
tree
|
commitdiff
2013-11-09
NAKAMURA Takumi
include/llvm/CodeGen/PBQP: Update @param(s) in comments...
tree
|
commitdiff
2013-11-09
NAKAMURA Takumi
Fix whitespace.
tree
|
commitdiff
2013-11-09
Lang Hames
Re-apply r194300 with fixes for warnings.
tree
|
commitdiff
2013-11-09
Nick Lewycky
Revert r194300 which broke the build.
tree
|
commitdiff
2013-11-09
Lang Hames
Rewrite the PBQP graph data structure.
tree
|
commitdiff
2013-05-16
Lang Hames
Fix PBQP graph iterator typedefs.
tree
|
commitdiff
2013-01-10
Jakub Staszak
Fix include guards so they exactly match file names.
tree
|
commitdiff
2012-12-03
Chandler Carruth
Sort the #include lines for the include/... tree with...
tree
|
commitdiff
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
tree
|
commitdiff
2012-10-23
Lang Hames
Use ilist rather than std::list for Node and Edge lists...
tree
|
commitdiff
2012-08-23
Lang Hames
Fix a stub signature. HeuristicReduce should return...
tree
|
commitdiff
2012-08-23
Dmitri Gribenko
Fix a bunch of -Wdocumentation warnings.
tree
|
commitdiff
2012-04-03
Lang Hames
Matrix simplification in PBQP may push infinite costs...
tree
|
commitdiff
2012-03-26
Lang Hames
Add a debug option to dump PBQP graphs during register...
tree
|
commitdiff
2012-02-05
Craig Topper
Convert assert(0) to llvm_unreachable
tree
|
commitdiff
2011-04-23
Jay Foad
Remove unused STL header includes.
tree
|
commitdiff
2010-09-21
Lang Hames
Added an additional PBQP problem builder which adds...
tree
|
commitdiff
2010-09-18
Lang Hames
Added a separate class (PBQPBuilder) for PBQP Problem...
tree
|
commitdiff