Jumped the gun with r202551 and broke some bots that weren't yet C++11ified

Programming / Compilers / LLVM - Lang Hames [gmail.com] - 28 February 2014 16:44 UTC

Reverting until the C++11 switch is complete.

ba34beb Jumped the gun with r202551 and broke some bots that weren't yet C++11ified.
include/llvm/CodeGen/PBQP/CostAllocator.h | 147 ------
include/llvm/CodeGen/PBQP/Graph.h | 678 +++++++++++--------------
include/llvm/CodeGen/PBQP/HeuristicBase.h | 247 +++++++++
include/llvm/CodeGen/PBQP/HeuristicSolver.h | 618 ++++++++++++++++++++++
include/llvm/CodeGen/PBQP/Heuristics/Briggs.h | 468 +++++++++++++++++
include/llvm/CodeGen/PBQP/Math.h | 638 +++++++++--------------
include/llvm/CodeGen/PBQP/ReductionRules.h | 194 -------
include/llvm/CodeGen/PBQP/RegAllocSolver.h | 359 -------------
include/llvm/CodeGen/PBQP/Solution.h | 6 +-
include/llvm/CodeGen/RegAllocPBQP.h | 33 +-
lib/CodeGen/RegAllocPBQP.cpp | 76 +--
11 files changed, 1928 insertions(+), 1536 deletions(-)

Upstream: github.com


  • Share