Fix UBSan bootstrap: don't bind reference to nullptr.
[oota-llvm.git] / include / llvm / CodeGen / RegAllocPBQP.h
2014-12-23 Alexey SamsonovFix UBSan bootstrap: don't bind reference to nullptr.
2014-10-27 Lang Hames[PBQP] Remove a spurious 'typename' keyword. This was...
2014-10-27 Lang Hames[PBQP] Clarify ambiguous-looking typedef.
2014-10-27 Lang Hames[PBQP] Unique allowed-sets for nodes in the PBQP graph...
2014-10-26 Lang Hames[PBQP] Tidying up as per Dave Blaikie's suggesions...
2014-10-26 Lang Hames[PBQP] Explicitly define copy/move operations for NodeM...
2014-10-26 Lang Hames[PBQP] Re-commit r220642 with a workaround for quirky...
2014-10-26 Hans WennborgRevert "[PBQP] Unique-ptrify some PBQP Metadata structu...
2014-10-26 Lang Hames[PBQP] Unique-ptrify some PBQP Metadata structures...
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-09-02 David Blaikieunique_ptrify PBQPBuilder::build
2014-07-19 David BlaikieSure up ownership passing of the PBQPBuilder by passing...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
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-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-06-17 Benjamin KramerSwitch spill weights from a basic loop depth estimation...
2013-04-15 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-04-12 Benjamin KramerRevert broken pieces of r179373.
2013-04-12 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
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-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2011-06-17 Lang HamesAdd a hook for PBQP clients to run a custom pre-alloc...
2011-06-07 Lang HamesSwitched to DenseMap for allowed sets in PBQP. Reduces...
2010-12-08 Lang HamesFixed some dependencies in RegAllocPBQP.h . Thanks...
2010-09-23 Lang HamesMoved the PBQP allocator class out of the header and...
2010-09-21 Lang HamesAdded an additional PBQP problem builder which adds...
2010-09-18 Lang HamesAdded a separate class (PBQPBuilder) for PBQP Problem...