Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / CodeGen / PBQP /
2015-05-11 Richard SmithAdd more missing #includes, found by modules build.
2015-02-17 Jonas Paulsson[PBQP] NDEBUG guards added around code needed for assert.
2015-02-16 Jonas Paulsson[PBQP] Improve the assert for conservatively allocatables.
2015-02-15 Arnaud A. de Grand... [PBQP] Assert conservativelly allocatable nodes are...
2015-02-11 Arnaud A. de Grand... [PBQP] Cautiously update edge costs in the solver
2015-02-03 Arnaud A. de Grand... [PBQP] Provide more information in the debug prints
2015-02-03 Arnaud A. de Grand... [PBQP] Constify Graph::getEdgeNode1Id and Graph::getEdg...
2014-10-27 Lang Hames[PBQP] Unique allowed-sets for nodes in the PBQP graph...
2014-10-26 Lang Hames[PBQP] Tidy up CostAllocator.h: fix variable case,...
2014-10-21 Arnaud A. de Grand... [PBQP] Check for out of bound access in DEBUG builds
2014-10-20 Lang Hames[PBQP] Use DenseSet rather than std::set for PBQP's...
2014-10-18 Lang Hames[PBQP] Move register-allocation specific PBQP code...
2014-10-09 Lang Hames[PBQP] Replace PBQPBuilder with composable constraints...
2014-10-02 Lang Hames[PBQP] Update doxygen comment style to match the rest...
2014-10-02 Lang Hames[PBQP] Add support for graph-level metadata to the...
2014-09-11 David BlaikieUse CostPool::PoolRef typedef some more
2014-09-10 David Blaikieshared_ptrify ownershp of PoolEntries in PBQP's CostPool
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-24 Richard SmithFunction defined in a header should be inline. Found...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Alp TokerFix some doc and comment typos
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-03-30 Lang Hames[PBQP] Move invalid graph nodeId/edgeId methods into...
2014-03-27 David BlaikiePBQP: Minor cleanups to r204857
2014-03-26 Lang HamesSimplify PBQP graph removeAdjEdgeId implementation.
2014-03-26 Lang HamesRemove PBQP-cost dimension sanity assertion in PBQP...
2014-03-26 Lang HamesChange the PBQP graph adjacency list structure from...
2014-03-17 Lang HamesDeleted copy-constructor/copy-assignment broke a buildb...
2014-03-17 Lang HamesRename PBQP RegAllocSolver local variables to conform...
2014-03-04 Timur IskhodzhanovRemove unused typedef
2014-03-04 Patrik HagglundFix gcc -Wunused-but-set-variable warning.
2014-03-04 NAKAMURA TakumiPBQP/Graph.h: Prune @return in setNodeCosts, possibly...
2014-03-04 NAKAMURA TakumiPBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation]
2014-03-03 Lang HamesRe-apply r202551, which introduced new PBQP solver.
2014-02-28 Lang HamesJumped the gun with r202551 and broke some bots that...
2014-02-28 Lang HamesNew PBQP solver, and updates to the PBQP graph.
2013-11-21 Lang HamesDereference the node iterator when dumping the PBQP...
2013-11-09 NAKAMURA Takumiinclude/llvm/CodeGen/PBQP: Update @param(s) in comments...
2013-11-09 NAKAMURA TakumiFix whitespace.
2013-11-09 Lang HamesRe-apply r194300 with fixes for warnings.
2013-11-09 Nick LewyckyRevert r194300 which broke the build.
2013-11-09 Lang HamesRewrite the PBQP graph data structure.
2013-05-16 Lang HamesFix PBQP graph iterator typedefs.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-23 Lang HamesUse ilist rather than std::list for Node and Edge lists...
2012-08-23 Lang HamesFix a stub signature. HeuristicReduce should return...
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-04-03 Lang HamesMatrix simplification in PBQP may push infinite costs...
2012-03-26 Lang HamesAdd a debug option to dump PBQP graphs during register...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2011-04-23 Jay FoadRemove unused STL header includes.
2010-09-21 Lang HamesAdded an additional PBQP problem builder which adds...
2010-09-18 Lang HamesAdded a separate class (PBQPBuilder) for PBQP Problem...