Displaying 8 results from an estimated 8 matches for "stablebasicblocknumb".
2008 Oct 28
1
[LLVMdev] Requiring a ModulePass to be run from a FunctionPass
...ss that requires a ModulePass using addRequiredById().
When I start opt it infloops somewhere in PMDataManager::findAnalysisPass.
Should I open a bug, or is this a known issue (i.e. I am doing something
wrong)? Is there a workaround?
My modulepass just assigns unique numbers to basicblocks (like
StableBasicBlockNumbering, but unique per Module)
I could do that with a functionpass too, but they are not allowed to
retain state, right?
Best regards,
--Edwin
2004 Nov 15
0
[LLVMdev] Fixes for windows version
...RelativePath="..\..\include\llvm\Support\PluginLoader.h">
> + </File>
> + <File
> + RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h">
> + </File>
> + <File
> + RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h">
> + </File>
> + <File
> + RelativePath="..\..\include\llvm\Support\SystemUtils.h">
> + </File>
> + <File
> + RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h">
> + </File>
>...
2004 Nov 15
2
[LLVMdev] Fixes for windows version
Hi,
when I updated the sources today there were several small problems that
stopped the windows version from compiling, here are the patches
m.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: win32patches.txt
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041115/34634455/attachment.txt>
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
....\include\llvm\Support\PluginLoader.h">
> > </File>
> > <File
> > RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h">
> > </File>
> > <File
> > RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h">
> > </File>
> > <File
> > RelativePath="..\..\include\llvm\Support\SystemUtils.h">
> > </File>
> > <File
> > RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h">
>...
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...vm-2.8/include/llvm/Support/Registry.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Support/RegistryParser.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Support/SMLoc.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Support/SourceMgr.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Support/StableBasicBlockNumbering.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Support/StandardPasses.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Support/StringPool.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Support/SystemUtils.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Support/TargetFolder.h
-- Instal...
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
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...t; RelativePath="..\..\include\llvm\Support\PluginLoader.h">
> </File>
> <File
> RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h">
> </File>
> <File
> RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h">
> </File>
> <File
> RelativePath="..\..\include\llvm\Support\SystemUtils.h">
> </File>
> <File
> RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h">
> </File>
> <...
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