search for: llvm35

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

Did you mean: llvm32
2014 Oct 09
3
[LLVMdev] Performance regression in the LiveIntevals phase
...rameter to clearly see the regression): perl create.pl example.cpp 5000 Generate LLVM IR code for the C++ file (the regression is in the backend functionality, so we don't want to measure frontend compilation) llvm31/clang++ example.cpp -c -emit-llvm -o example.ir-31 llvm35/clang++ example.cpp -c -emit-llvm -o example.ir-35 Now you can run the actual performance measurements using llc: llvm31/llc -cppgen=program -o=5000.asm example.ir-31 llvm35/llc -cppgen=program -o=5000.asm example.ir-35 or you can also compile example.ir-31 with llvm3.5:...
2014 Jun 23
2
[LLVMdev] Call an analysis pass inside a tool pass
Hi, as in the subject, is it possible to call on of the analysis pass present in the LLVM (lib/ folder) within a tool pass (tools/ folder)? Thanks. Best, Simone
2014 May 18
2
[LLVMdev] Clang 3.5 Release Pre-Pre-Pre-Announcement
...orkshare2.c<https://computing.llnl.gov/tutorials/openMP/samples/C/omp_workshare2.c>. FYI, there appears to be an issue with building current openmp on 10.8 using the same approach. The openmp code appears to compile but the build fails with… make[1]: Leaving directory '/sw/src/fink.build/llvm35-3.5.0-0/llvm-3.5.0/projects/openmp/runtime/tmp/mac_32e-rtl_5_nor_dyn.12.rel.40.c0.t0-prrg4' ------------------------------------------------------------------------------- Finished : 2014-05-17 01:49:01 UTC Elapsed : 00:00:02 Result : --- Failure --- --------------------------------------...
2014 May 18
3
[LLVMdev] Clang 3.5 Release Pre-Pre-Pre-Announcement
...penMP/samples/C/omp_workshare2.c>. >> FYI, there appears to be an issue with building current openmp on 10.8 >> using the same approach. The openmp code appears to compile but the build >> fails with… >> >> make[1]: Leaving directory >> '/sw/src/fink.build/llvm35-3.5.0-0/llvm-3.5.0/projects/openmp/runtime/tmp/mac_32e-rtl_5_nor_dyn.12.rel.40.c0.t0-prrg4' >> >> ------------------------------------------------------------------------------- >> Finished : 2014-05-17 01:49:01 UTC >> Elapsed : 00:00:02 >> Result : --- Failu...
2015 Feb 03
2
[LLVMdev] [RFC] Progress report on CMake build system's ability to replace autoconf
On Feb 3, 2015, at 1:40 PM, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote: > >> On 2015 Feb 3, at 13:26, Chris Bieneman <beanz at apple.com> wrote: >> >> >>> On Feb 3, 2015, at 1:06 PM, Jonathan Roelofs <jroelofs.lists at gmail.com> wrote: >>> >>> >>> >>> On 2/3/15 12:08 PM, Chris Bieneman wrote:
2015 Feb 18
2
[LLVMdev] [cfe-dev] [3.6 Release] RC3 has been tagged
On Wed, Feb 18, 2015 at 1:04 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 18 February 2015 at 17:04, Jack Howarth > <howarth.mailing.lists at gmail.com> wrote: >> Renato, >> My concern is that, without strict enforcement of the triaging >> serious P1-type bugs, the major llvm.org releases will devolve into a >> continual exchange of
2015 Feb 18
3
[LLVMdev] [cfe-dev] [3.6 Release] RC3 has been tagged
...* use for > LLVM, and why is the release 3.6.0 so important for *you*? > Renato, In the fink project (http://finkproject.org), we have maintained llvm packaging for each new release for awhile now... http://fink.cvs.sourceforge.net/viewvc/fink/dists/10.7/stable/main/finkinfo/languages/llvm35.info?revision=1.3 Since the completion of the merge of clang-omp support always seems to be one release away, starting with the 3.4.2 release I added a merge of the clang-omp changes from upstream to our packaging so that we have fully functional libiomp5 support. Assuming that the clang-omp devel...