search for: opt_options

Displaying 10 results from an estimated 10 matches for "opt_options".

Did you mean: pt_options
2010 Oct 25
7
[PATCH 0/6] Ocfs2-tools: Add a new tool 'o2info'.
Now it's a good time to introduce the new tool 'o2info' since kernel part of OCFS2_IOC_INFO ioctl has been pulld upstream by linus. The following 6 patches have already got sunil's SOBs, and now they're trying to attract more reviewers before it goes to central repo with a modification of getting manual pages being introduced.
2009 Mar 20
0
[LLVMdev] Problem with MemoryDependenceAnalysis
On Mar 20, 2009, at 8:13 AM, Amr Yehia wrote: > Dear all, > > I am having a problem adding a MemoryDependenceAnalysis pass to a > Module > Pass i created, it gives me the following error when i add > (Info.addRequired<MemoryDependenceAnalysis>();) it in the > getAnalysisUsage(AnalysisUsage &Info) function. > If MemoryDependenceAnalysis requires any module
2009 Mar 20
2
[LLVMdev] Problem with MemoryDependenceAnalysis
...9; command line? > I am loading the CallGraph pass before it from my module Info.addRequired<CallGraph>(); Info.addPreserved<CallGraph>(); and from opt i tried first to call my module only and then tried to call -memdep before calling my module, but both gave the same errors opt $OPT_OPTIONS -load ${LLVM_PATH}/Release/lib/.libs/libDFGMODULEPASS.so -DFGModulePass < $2.bc and opt $OPT_OPTIONS -load ${LLVM_PATH}/Release/lib/.libs/libDFGMODULEPASS.so -memdep -DFGModulePass < $2.bc by the way ... i found another mail addressing the same problem as i have in the mailing list arch...
2009 Mar 20
2
[LLVMdev] Problem with MemoryDependenceAnalysis
Dear all, I am having a problem adding a MemoryDependenceAnalysis pass to a Module Pass i created, it gives me the following error when i add (Info.addRequired<MemoryDependenceAnalysis>();) it in the getAnalysisUsage(AnalysisUsage &Info) function. adding callgraph pass ... done opt: /net/home/yehia/llvm/llvm-2.4/include/llvm/Target/TargetData.h:114:
2008 Nov 24
0
[LLVMdev] how to track down a kernel miscompilation?
...gcc -> opt -> llc so you can add your own (per-file) passes to the build process or debug specific passes. Directories arch/x86/boot and arch/x86/boot/compressed specify NOLLVM in their makefile which causes the make system to use gcc to build the directory. options to opt are controlled by OPT_OPTIONS in the top level makefile. Some caviots and notes: * This has only been tested in kvm and qemu and mostly only with virtio net and block devices. Other configurations are untested * The kernel is compiled at -O0 with some optimizations in the opt step. This is because... * instcombine breaks the...
2008 Nov 24
1
[LLVMdev] how to track down a kernel miscompilation?
...so you can add your own > (per-file) passes to the build process or debug specific passes. > > Directories arch/x86/boot and arch/x86/boot/compressed specify NOLLVM > in their makefile which causes the make system to use gcc to build the > directory. options to opt are controlled by OPT_OPTIONS in the top > level makefile. > > Some caviots and notes: > * This has only been tested in kvm and qemu and mostly only with > virtio net and block devices. Other configurations are untested > * The kernel is compiled at -O0 with some optimizations in the opt > step. This is b...
2008 Nov 24
4
[LLVMdev] how to track down a kernel miscompilation?
Hi, I am trying to build the Linux kernel with LLVM. 'ARCH=um' appears to work, now I am trying to get 'ARCH=x86' to work. So far it seems there is something wrong with the boot vga code (it finds no video modes), the acpi code, and the serial console code. I am now trying to compile drivers/ with llvm-gcc and the rest with gcc-4.2 (I have a wrapper script), I am compiling to
2009 Jul 30
11
[PATCH 0/9] Quota support for ocfs2-tools (version 2)
Hi, this is the next version of quota support for quota tools. I've addressed all the comments of Tao, Joel and others. Sparse feature disabling also correctly updates quota information now and the patch is merged into the tunefs support patch. Honza
2009 Jul 27
11
[PATCH 0/8] Quota support for ocfs2-tools
Hi, I'm sending a series of patches implementing quota support into ocfs2-tools. It's the same as the original huge patch I've sent but now it's split as Joel asked. I've also realized that when disabling SPARSE feature, we should update quota information. That piece of code is missing, I'll implement it soon. Comments welcome. Honza
2009 Aug 03
9
[PATCH 0/9] Quota support for ocfs2-tools (version 3)
Hi, below comes a new version of the series of patches implementing quota support for ocfs2-tools. I've fixed the calls of ocfs2_malloc_blocks() which were given number of bytes instead of number of blocks. Besides that the series should be the same. Honza