Replace uses of the deprecated std::auto_ptr with OwningPtr.
[oota-llvm.git] / include / llvm / CodeGen / RegAllocPBQP.h
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...