search for: loweralloc

Displaying 20 results from an estimated 27 matches for "loweralloc".

Did you mean: lowerallocs
2006 May 03
1
[LLVMdev] Patch for transform dependencies
Hi, A number of transforms are actually independent, so here's a partial fix. I updated the dependencies in a cluster of transforms: LowerSwitch, Mem2Reg, LowerSelect, LowerAllocations, UnifyFunctionExitNodes. The patch has been tested, but not extensively. PassManager doesn't complain, and the result of a test pass that requires all these (except for LowerAllocations) together works fine. Domagoj ***************************** PATCH BEGIN ***************************...
2009 Feb 19
2
[LLVMdev] -fPIC warning on every compile on Cygwin
...; I partly built LLVM on Cygwin yesterday and it was fine as far as > it > > > went. But after doing a svn update today I am getting the > following > > > warning on every compile :- > > > > > > > > > llvm[3]: Compiling LowerAllocations.cpp for Debug build > > > /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: > > warning: > > > -fPIC ignored for target (all code is position independent) > > > > > > > > > This maybe happening on...
2009 Feb 25
3
[LLVMdev] -fPIC warning on every compile on Cygwin
...t; far as it > > > > went. But after doing a svn update today I am getting the > > following > > > > warning on every compile :- > > > > > > > > > > > > llvm[3]: Compiling LowerAllocations.cpp for Debug build > > > > > /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: > > > warning: > > > > -fPIC ignored for target (all code is position > > independent) > > > > > &gt...
2009 Feb 21
0
[LLVMdev] -fPIC warning on every compile on Cygwin
...esterday and it was fine as > far as it > > > went. But after doing a svn update today I am getting the > following > > > warning on every compile :- > > > > > > > > > llvm[3]: Compiling LowerAllocations.cpp for Debug build > > > /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: > > warning: > > > -fPIC ignored for target (all code is position > independent) > > > > > > >...
2009 Feb 19
0
[LLVMdev] -fPIC warning on every compile on Cygwin
...t; Hi, > > > > I partly built LLVM on Cygwin yesterday and it was fine as far as it > > went. But after doing a svn update today I am getting the following > > warning on every compile :- > > > > > > llvm[3]: Compiling LowerAllocations.cpp for Debug build > > /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: > warning: > > -fPIC ignored for target (all code is position independent) > > > > > > This maybe happening on other targets too. > >...
2013 May 18
1
[LLVMdev] Broken link in http://llvm.org/docs/WritingAnLLVMPass.html
Link to LowerAllocations ( http://llvm.org/doxygen/LowerAllocations_8cpp-source.html) is no longer working. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130518/9eb42d79/attachment.html>
2006 Jun 02
2
[LLVMdev] Status on llvm-g++ -> llc -> C backend
Hello, Chris. You wrote Friday, June 2, 2006, 9:27:25 PM: CL> I don't see that failure. We'll need more info to reproduce the issue. Got fixed by adding the folowing line in ther early beginning of LowerAllocations.cpp file: static IncludeFile CUFENP((void*)createUnifyFunctionExitNodesPass); -- With best regards, Anton mailto:asl at math.spbu.ru Friday, June 2, 2006 10:29:17 PM Faculty of Mathematics & Mechanics, Saint-Petersburg State University
2009 Feb 27
0
[LLVMdev] -fPIC warning on every compile on Cygwin
...t; > went. But after doing a svn update today I am > getting the > > following > > > > warning on every compile :- > > > > > > > > > > > > llvm[3]: Compiling LowerAllocations.cpp for > Debug build > > > > > /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: > > > warning: > > > > -fPIC ignored for target (all code is position > > independent) &...
2009 Feb 27
1
[LLVMdev] -fPIC warning on every compile on Cygwin
...oing a svn update today I am > > getting the > > > following > > > > > warning on every compile :- > > > > > > > > > > > > > > > llvm[3]: Compiling LowerAllocations.cpp for > > Debug build > > > > > > > /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: > > > > warning: > > > > > -fPIC ignored for target (all code is position > >...
2006 Jun 02
0
[LLVMdev] Status on llvm-g++ -> llc -> C backend
On Fri, 2 Jun 2006, Anton Korobeynikov wrote: > Hello, Chris. > You wrote Friday, June 2, 2006, 9:27:25 PM: > CL> I don't see that failure. We'll need more info to reproduce the issue. > Got fixed by adding the folowing line in ther early beginning of > LowerAllocations.cpp file: > > static IncludeFile CUFENP((void*)createUnifyFunctionExitNodesPass); I committed these patches to CVS, please see if it fixes the problems. http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060529/035357.html http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week...
2006 Jun 02
1
[LLVMdev] Status on llvm-g++ -> llc -> C backend
...un 2006, Anton Korobeynikov wrote: > > Hello, Chris. > > You wrote Friday, June 2, 2006, 9:27:25 PM: > > CL> I don't see that failure. We'll need more info to reproduce the > issue. > > Got fixed by adding the folowing line in ther early beginning of > > LowerAllocations.cpp file: > > > > static IncludeFile CUFENP((void*)createUnifyFunctionExitNodesPass); > > I committed these patches to CVS, please see if it fixes the problems. > > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060529/035357.html > > http://lists....
2009 Feb 19
2
[LLVMdev] -fPIC warning on every compile on Cygwin
Hi, I partly built LLVM on Cygwin yesterday and it was fine as far as it went. But after doing a svn update today I am getting the following warning on every compile :- llvm[3]: Compiling LowerAllocations.cpp for Debug build /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: warning: -fPIC ignored for target (all code is position independent) This maybe happening on other targets too. Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lis...
2007 Jun 29
2
[LLVMdev] Linking libc statically to program and optimizations.
...d by lowering malloc instructions of program directly after each "cross-llvm-gcc -c" command. Other approach to this problem was putting libc.a together with "llvm-ld -r" command instead of llvm-ar... This way whole libc is always included to optimization stage and calling lowerallocs pass before dead code elimination passes. Disadvantages is this approach was couple of seconds delay when optimizing program and a bit larger binary (reasons for larger binary I haven't investigated yet). 2. Memset, memcpy are replaced, with llvm intrinsics and because of that implementat...
2009 Feb 19
2
[LLVMdev] -fPIC warning on every compile on Cygwin
...e: > Aaron Gray wrote: > > Hi, > > > > I partly built LLVM on Cygwin yesterday and it was fine as far as it > > went. But after doing a svn update today I am getting the following > > warning on every compile :- > > > > > > llvm[3]: Compiling LowerAllocations.cpp for Debug build > > /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: warning: > > -fPIC ignored for target (all code is position independent) > > > > > > This maybe happening on other targets too. > > Thanks for the report. This is cer...
2010 Jul 04
2
[LLVMdev] list of LLVM optimization passes
...below, I'll try and put together a patch for [1], resolving the inconsistencies... Several transform passes listed at [1] are no longer supported by the opt tool: -indmemrem -insert-block-profiling -insert-function-profiling -insert-null-profiling-rs -insert-rs-profiling-framework -lowerallocs Is assume this is known? Were these passes removed recently? A large number of passes mentioned in "opt -help" are not mentioned in [1]: -abcd -always-inline -functionattrs -insert-optimal-edge-profiling -instnamer -iv-users -lazy-value-info -lda -libcall-aa -live-...
2009 Feb 19
0
[LLVMdev] -fPIC warning on every compile on Cygwin
Aaron Gray wrote: > Hi, > > I partly built LLVM on Cygwin yesterday and it was fine as far as it > went. But after doing a svn update today I am getting the following > warning on every compile :- > > > llvm[3]: Compiling LowerAllocations.cpp for Debug build > /usr/src/llvm/lib/Transforms/Utils/LowerAllocations.cpp:1: warning: > -fPIC ignored for target (all code is position independent) > > > This maybe happening on other targets too. Thanks for the report. This is certainly due to my change last n...
2010 Jul 06
0
[LLVMdev] list of LLVM optimization passes
...below, I'll try and put together a patch for [1], resolving the inconsistencies... Several transform passes listed at [1] are no longer supported by the opt tool: -indmemrem -insert-block-profiling -insert-function-profiling -insert-null-profiling-rs -insert-rs-profiling-framework -lowerallocs Is assume this is known? Were these passes removed recently? A large number of passes mentioned in "opt -help" are not mentioned in [1]: -abcd -always-inline -functionattrs -insert-optimal-edge-profiling -instnamer -iv-users -lazy-value-info -lda -libcall-aa -live-...
2010 Jul 06
2
[LLVMdev] list of LLVM optimization passes
...for [1], resolving the inconsistencies... > > Several transform passes listed at [1] are no longer supported by the opt tool: > > -indmemrem > -insert-block-profiling > -insert-function-profiling > -insert-null-profiling-rs > -insert-rs-profiling-framework > -lowerallocs > > Is assume this is known? Were these passes removed recently? > > > A large number of passes mentioned in "opt -help" are not mentioned in [1]: > > -abcd > -always-inline > -functionattrs > -insert-optimal-edge-profiling > -instnamer >...
2010 Jul 06
0
[LLVMdev] list of LLVM optimization passes
...for [1], resolving the inconsistencies... > > Several transform passes listed at [1] are no longer supported by the opt tool: > > -indmemrem > -insert-block-profiling > -insert-function-profiling > -insert-null-profiling-rs > -insert-rs-profiling-framework > -lowerallocs > > Is assume this is known? Were these passes removed recently? > > > A large number of passes mentioned in "opt -help" are not mentioned in [1]: > > -abcd > -always-inline > -functionattrs > -insert-optimal-edge-profiling > -instnamer >...
2009 Aug 07
0
[LLVMdev] Instruction lowering pass
...function calls for soft float, etc. The reason I'd like to do this is that I do bitcode linking of whole programs and the support functions and the support functions get internalized and eliminated before the instructions that need them are lowered. My idea is to start with a pass based on LowerAllocations.cpp but that is set up and used in a way similar to the internalize pass, i.e. with a set of opcode/function name pairs to be replaced. Eventually I'd like to have the target code generators be able to supply the names of functions that they'd need to the operation of the pass co...