Convert register liveness tracking to work on a sub-register level instead of just...
[oota-llvm.git] / include / llvm / CodeGen / PBQP /
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...