Displaying 3 results from an estimated 3 matches for "sturzrehm".
2007 Aug 19
2
[LLVMdev] Tool support for generation of transactional code
..., so
we would really like to get support from people that have a compiler
background.
We thank all the LLVM developers and contributors for creating a great
compiler framework.
Torvald
[1] Pascal Felber and Christof Fetzer and Ulrich Müller and Torvald Riegel and
Martin Süsskraut and Heiko Sturzrehm, Transactifying Applications using an
Open Compiler Framework, TRANSACT, 2007
2007 Aug 19
0
[LLVMdev] Tool support for generation of transactional code
...that have a compiler
> background.
>
> We thank all the LLVM developers and contributors for creating a great
> compiler framework.
>
>
> Torvald
>
>
> [1] Pascal Felber and Christof Fetzer and Ulrich Müller and Torvald
> Riegel and
> Martin Süsskraut and Heiko Sturzrehm, Transactifying Applications
> using an
> Open Compiler Framework, TRANSACT, 2007
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2007 Mar 23
1
[LLVMdev] NEWBIE: deleting Instructions
...ation in the code i always get a error message while running
opt. I already tried to rename my pass, but without any change.
Another question i have is: why do i always get the "opt: CommandLine
Error:" how can i fix it?
Thanks for any help.
Ciao Heiko
Console OUTPUT:
opt -load /home/sturzrehmh/llvm/llvm-1.9/Release/lib/TESTXYZ.so -TESTXYZ <
test.bc > test.bc2
opt: CommandLine Error: Argument 'track-memory' defined more than once!
opt: CommandLine Error: Argument 'info-output-file' defined more than once!
opt: CommandLine Error: Argument 'help' defined more...