search for: lvlm

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

Did you mean: llvm
2014 Apr 07
2
[LLVMdev] LVLM runtime optimization during LLVM Analysis Passes.
Hi Does current llvm support dynamic optimization level for generated llvm IR which means , is it possible to monitor some function's execution pattern during the runtime and apply different optimization level for particular function using LLVM Analysis Passes. Thanks Regards Sri. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 May 07
1
[LLVMdev] Compiling user mode linux with LLVM
Hello, I've recently started working on compiling UML with LLVM: the goal is to produce a bitcode version of vmlinux. With some tweaks to the build process, I can use: make ARCH=um CROSS_COMPILE=llvm- CFLAGS="-emit-llvm" to produce vmlinux bitcode. The question is with respect linker script support. Since llvm-ld does not support linker scripts--please correct me if I'm