1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/include/llvm/CodeGen/PBQP
Lang Hames c5bf7a5f94 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.

llvm-svn: 166484
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