Displaying 3 results from an estimated 3 matches for "llvm_initialize_backend".
2007 Aug 13
0
[LLVMdev] Choosing Alias Analysis
...So, why not take advantage of GCC's
command line processing setup ? See how -Wformat or Wnormalized or
other command line option are handled (start from c.opt). Once llvm-
gcc has processed your new command line option all you need to do in
llvm-backend.cpp is insert opt level option in llvm_initialize_backend
(). See how --dsiable-fp-elim is inserted in the pipeline.
-
Devang
2007 Aug 10
3
[LLVMdev] Choosing Alias Analysis
On Friday 10 August 2007 17:55, David Greene wrote:
> On Friday 10 August 2007 15:12, David Greene wrote:
> > Perhaps an easier way is to just expose the -simple-register-coalescing
> > and -conservative-register-coalescing options to the user, but I don't
> > know how to do that on an individual pass bases. opt just jams then all
> > in with PassNameParser.
2007 Apr 30
1
[LLVMdev] llvm-gcc build broken
...zer before `*' token
/projects/compiler/llvm-gcc/gcc/llvm-backend.cpp:89: error: expected
initializer before `*' token
/projects/compiler/llvm-gcc/gcc/llvm-backend.cpp:90: error: expected
initializer before `*' token
/projects/compiler/llvm-gcc/gcc/llvm-backend.cpp: In function `void
llvm_initialize_backend()':
/projects/compiler/llvm-gcc/gcc/llvm-backend.cpp:121: error: `getToken'
was not declared in this scope
/projects/compiler/llvm-gcc/gcc/llvm-backend.cpp:129: error: `cl' has
not been declared
/projects/compiler/llvm-gcc/gcc/llvm-backend.cpp:131: error: invalid use
of undefined typ...