search for: createsimpleregistercoalescer

Displaying 2 results from an estimated 2 matches for "createsimpleregistercoalescer".

2008 Sep 02
2
[LLVMdev] LLVM build failures
...rence to `llvm::createBigBlockRegisterAllocator()' .../llvm/build/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h:35: undefined reference to `llvm::createLinearScanRegisterAllocator()' .../llvm/build/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h:37: undefined reference to `llvm::createSimpleRegisterCoalescer()' (lots more of these) (3) similar problem on sparc64, gcc 4.3.1: ... make[2]: Leaving directory `.../llvm/build/llvm/tools/llvm-link' llvm-config: unknown component name: sparccodegen make[2]: Entering directory `.../llvm/build/llvm/tools/lli' llvm[2]: Compiling lli.cpp for Debug bui...
2007 Oct 09
1
[LLVMdev] Supporting pre-allocated registers in LLVM
Quoting Bill Wendling <isanbard at gmail.com>: > Hi Nikolaos, > > I have an alpha version of Chow & Hennesey's priority-based graph > coloring algorithm. It's suffering from some bit-rotting -- e.g., > there's some trouble with how it calculates "forbidden" registers. > You're welcome to the code, if you'd like to hack on it. I've been