llvm-6502/include/llvm/CodeGen/PBQP
Lang Hames 2d7581a542 Use ilist rather than std::list for Node and Edge lists in the PBQP graph. This
should fix an issue (described at http://stackoverflow.com/questions/10065384/instantiation-of-a-list-with-an-incomplete-type-in-a-typedef)
that was preventing LLVMCodeGen from building with libc++ in C++11 mode.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166484 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-23 17:10:51 +00:00
..
Heuristics Matrix simplification in PBQP may push infinite costs onto register options. 2012-04-03 16:27:16 +00:00
Graph.h Use ilist rather than std::list for Node and Edge lists in the PBQP graph. This 2012-10-23 17:10:51 +00:00
HeuristicBase.h Fix a stub signature. HeuristicReduce should return a bool. 2012-08-23 19:06:23 +00:00
HeuristicSolver.h
Math.h
Solution.h