search for: gvmaterializer

Displaying 7 results from an estimated 7 matches for "gvmaterializer".

2012 Mar 18
0
[LLVMdev] Dematerializing functions during opt
...out-of-memory errors. Since all the created functions quickly become unneeded for my pass, I am trying to find a way to discard them from memory (i.e., write them to disk). I noticed there is a method to do just this: GlobalValue::Dematerialize. However, there does not seem to be an appropriate GVMaterializer to do the job. So, I was wondering if there is an existing way to dematerialize functions during opt. And if there's not, could someone give some pointers on how to add one? Thanks in advance, Job
2011 Feb 09
2
[LLVMdev] Building LLVM on Cygwin.
...Instructions.h LLVMContext.h PassManager.h Use.h BasicBlock.h ExecutionEngine/ IntrinsicInst.h LinkAllPasses.h PassManagers.h User.h Bitcode/ Function.h Intrinsics.gen LinkAllVMCore.h PassRegistry.h Value.h CMakeLists.txt GVMaterializer.h Intrinsics.h Linker.h PassSupport.h ValueSymbolTable.h CallGraphSCCPass.h GlobalAlias.h Intrinsics.td MC/ Support/ aarumug at aarumgxp /cygdrive/c/llvm-2.8/include/llvm $ cd ../llvm-c aarumug at aarumgxp /cygdrive/c/llvm-2.8/include/llvm-c $ ls An...
2017 Apr 04
3
RFC: Adding a string table to the bitcode format
On Tue, Apr 4, 2017 at 12:36 PM, Duncan P. N. Exon Smith < dexonsmith at apple.com> wrote: > > On 2017-Apr-04, at 12:12, Peter Collingbourne <peter at pcc.me.uk> wrote: > > On Mon, Apr 3, 2017 at 8:13 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> >> On Apr 3, 2017, at 7:08 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: >>
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...llvm/ExecutionEngine/JIT.h -- Installing: /usr/local/llvm-2.8/include/llvm/ExecutionEngine/JITEventListener.h -- Installing: /usr/local/llvm-2.8/include/llvm/ExecutionEngine/JITMemoryManager.h -- Installing: /usr/local/llvm-2.8/include/llvm/Function.h -- Installing: /usr/local/llvm-2.8/include/llvm/GVMaterializer.h -- Installing: /usr/local/llvm-2.8/include/llvm/GlobalAlias.h -- Installing: /usr/local/llvm-2.8/include/llvm/GlobalValue.h -- Installing: /usr/local/llvm-2.8/include/llvm/GlobalVariable.h -- Installing: /usr/local/llvm-2.8/include/llvm/InlineAsm.h -- Installing: /usr/local/llvm-2.8/include/llvm/...
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
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...gnosticInfo.cpp for Release+Asserts build llvm[1]: Compiling DiagnosticPrinter.cpp for Release+Asserts build llvm[1]: Compiling Dominators.cpp for Release+Asserts build llvm[1]: Compiling Function.cpp for Release+Asserts build llvm[1]: Compiling GCOV.cpp for Release+Asserts build llvm[1]: Compiling GVMaterializer.cpp for Release+Asserts build llvm[1]: Compiling Globals.cpp for Release+Asserts build llvm[1]: Compiling IRBuilder.cpp for Release+Asserts build llvm[1]: Compiling IRPrintingPasses.cpp for Release+Asserts build llvm[1]: Compiling InlineAsm.cpp for Release+Asserts build llvm[1]: Compiling Instructi...