search for: getelementptrtypeiterator

Displaying 9 results from an estimated 9 matches for "getelementptrtypeiterator".

2015 Jan 17
2
[LLVMdev] How to test isDereferenceablePointer?
...ed-off-by: Ramkumar Ramachandra <artagnon at gmail.com> --- lib/IR/Value.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/IR/Value.cpp b/lib/IR/Value.cpp index 5f7e258..aa701d5 100644 --- a/lib/IR/Value.cpp +++ b/lib/IR/Value.cpp @@ -23,8 +23,10 @@ #include "llvm/IR/GetElementPtrTypeIterator.h" #include "llvm/IR/InstrTypes.h" #include "llvm/IR/Instructions.h" +#include "llvm/IR/IntrinsicInst.h" #include "llvm/IR/Module.h" #include "llvm/IR/Operator.h" +#include "llvm/IR/Statepoint.h" #include "llvm/IR/ValueHandl...
2015 Jan 20
2
[LLVMdev] How to test isDereferenceablePointer?
...b/IR/Value.cpp | 9 +++++++++ >> 1 file changed, 9 insertions(+) >> >> diff --git a/lib/IR/Value.cpp b/lib/IR/Value.cpp >> index 5f7e258..aa701d5 100644 >> --- a/lib/IR/Value.cpp >> +++ b/lib/IR/Value.cpp >> @@ -23,8 +23,10 @@ >> #include "llvm/IR/GetElementPtrTypeIterator.h" >> #include "llvm/IR/InstrTypes.h" >> #include "llvm/IR/Instructions.h" >> +#include "llvm/IR/IntrinsicInst.h" >> #include "llvm/IR/Module.h" >> #include "llvm/IR/Operator.h" >> +#include "llvm/IR/Sta...
2004 Nov 15
0
[LLVMdev] Fixes for windows version
...lt;File > + RelativePath="..\..\include\llvm\Support\ELF.h"> > + </File> > + <File > + RelativePath="..\..\include\llvm\Support\FileUtilities.h"> > + </File> > + <File > + RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h"> > + </File> > + <File > + RelativePath="..\..\include\llvm\Support\GraphWriter.h"> > + </File> > + <File > + RelativePath="..\..\include\llvm\Support\InstIterator.h"> > + </File> > + <File &gt...
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]
...vePath="..\..\include\llvm\Support\ELF.h"> > > </File> > > <File > > RelativePath="..\..\include\llvm\Support\FileUtilities.h"> > > </File> > > <File > > RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h"> > > </File> > > <File > > RelativePath="..\..\include\llvm\Support\GraphWriter.h"> > > </File> > > <File > > RelativePath="..\..\include\llvm\Support\InstIterator.h"> > > </Fi...
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...ude/llvm/Support/ErrorHandling.h -- Installing: /usr/local/llvm-2.8/include/llvm/Support/FileUtilities.h -- Installing: /usr/local/llvm-2.8/include/llvm/Support/Format.h -- Installing: /usr/local/llvm-2.8/include/llvm/Support/FormattedStream.h -- Installing: /usr/local/llvm-2.8/include/llvm/Support/GetElementPtrTypeIterator.h -- Installing: /usr/local/llvm-2.8/include/llvm/Support/GraphWriter.h -- Installing: /usr/local/llvm-2.8/include/llvm/Support/IRBuilder.h -- Installing: /usr/local/llvm-2.8/include/llvm/Support/IRReader.h -- Installing: /usr/local/llvm-2.8/include/llvm/Support/InstIterator.h -- Installing: /usr/l...
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; <File > RelativePath="..\..\include\llvm\Support\ELF.h"> > </File> > <File > RelativePath="..\..\include\llvm\Support\FileUtilities.h"> > </File> > <File > RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h"> > </File> > <File > RelativePath="..\..\include\llvm\Support\GraphWriter.h"> > </File> > <File > RelativePath="..\..\include\llvm\Support\InstIterator.h"> > </File> > <File > Re...
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