Displaying 8 results from an estimated 8 matches for "rsprofiling".
2010 Jul 13
1
[LLVMdev] Where is Andersen Alias Analysis in LLVM-2.7?
Hi,
I was working on alias analysis using LLVM-2.6 previously. But I just
downloaded LLVM-2.7 and found AndersenAA is not there. What happened for
andersen's IPA alias analysis? Has it been deleted for some reason?
Thanks.
Lei
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Sep 21
3
[LLVMdev] Has anyone sucessfully compile the llvm code using visual
...\VMCore\Win32\Debug\BuildLog.htm"
1>VMCore - 2 error(s), 0 warning(s)
2>------ Build started: Project: CodeGen, Configuration: Debug Win32 ------
3>------ Build started: Project: Transforms, Configuration: Debug Win32
------
2>Compiling...
3>Compiling...
2>GCStrategy.cpp
3>RSProfiling.cpp
3>c:\Documents and Settings\Administrator\llvm\include\llvm/Intrinsics.h(39)
: fatal error C1083: Cannot open include file: 'llvm/Intrinsics.gen': No
such file or directory
3>DeadArgumentElimination.cpp
2>c:\Documents and Settings\Administrator\llvm\include\llvm/Intrinsics.h(39...
2005 Nov 23
1
[LLVMdev] Cloning BasicBlock
Hello Andrew ,
Yes , I have missed the phi node since my paths merge together. I'll try this out.
I am implementing a timer based profiling scheme and hope your code will be useful
for me. Please send me a copy of your code.
Thanks
Sandra
Andrew Lenharth <andrewl at lenharth.org> wrote: On Tue, 2005-11-22 at 09:12 -0800, Sandra Johnson wrote:
> Hi ,
> I am trying
2008 Mar 26
1
[LLVMdev] PATCH: Use size reduction -- wave1
...forms/Utils/LowerAllocations.cpp
U lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
U lib/Transforms/Utils/InlineFunction.cpp
U lib/Transforms/Utils/LoopSimplify.cpp
U lib/Transforms/Utils/PromoteMemoryToRegister.cpp
U lib/Transforms/Utils/Local.cpp
U lib/Transforms/Instrumentation/RSProfiling.cpp
U lib/Transforms/Instrumentation/ProfilingUtils.cpp
U lib/Transforms/Scalar/LoopUnswitch.cpp
U lib/Transforms/Scalar/IndVarSimplify.cpp
U lib/Transforms/Scalar/GVNPRE.cpp
U lib/Transforms/Scalar/InstructionCombining.cpp
U lib/Transforms/Scalar/SimplifyCFG.cpp
U lib/Transfor...
2008 May 21
3
[LLVMdev] 2.3 Pre-release available for testing
Razvan Aciu wrote:
> As I saw from the mailing list the MSVC 2005 patches were made to take into
> account the new files from the development branch, files which are not in
> the 2.3 release. So for now the below patch is the only one functional for
> the release. If I am wrong, please someone correct me.
>
> If someone can make a 2005 patch for the release branch, it is ok.
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...e/llvm/Transforms/IPO
-- Installing: /usr/local/llvm-2.8/include/llvm/Transforms/IPO/InlinerPass.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Transforms/IPO.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Transforms/Instrumentation.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Transforms/RSProfiling.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Transforms/Scalar.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Transforms/Utils
-- Installing: /usr/local/llvm-2.8/include/llvm/Transforms/Utils/AddrModeMatcher.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Transforms/Utils/BasicBlockUtils....
2010 Oct 01
0
[LLVMdev] CMake "sudo make install" & headers
On Thu, Sep 30, 2010 at 3:08 PM, Samuel Williams
<space.ship.traveller at gmail.com> wrote:
> Hi,
>
> I might just be doing something stupid, but when I do
>
> $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release ..
> $ sudo make install
>
> I don't get the expected headers in
> /usr/local/llvm-2.8/include/llvm
>
> It is
2010 Sep 30
6
[LLVMdev] CMake "sudo make install" & headers
Hi,
I might just be doing something stupid, but when I do
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release ..
$ sudo make install
I don't get the expected headers in
/usr/local/llvm-2.8/include/llvm
It is simply an empty directory.
What am I doing wrong? This is on Mac OS X, CMake 2.8+
Kind regards,
Samuel