search for: rengolin

Displaying 20 results from an estimated 571 matches for "rengolin".

2014 Jun 30
3
[LLVMdev] LLD dynamic compilation
...g> wrote: > I think you are hitting a bug, the Observer pattern was added a few weeks > back, and may be there is some sort of uninitialized variable ? This is my back-trace at "-O2 -g" (since -O1 pass): operator() (file=<optimized out>, __closure=0x7fffffffde40) at /home/rengolin/devel/llvm/src/llvm/tools/lld/unittests/DriverTests/InputGraphTest.cpp:197 197 _graph->registerObserver([&](File *file) { files.push_back(file->path()); }); (gdb) bt #0 operator() (file=<optimized out>, __closure=0x7fffffffde40) at /home/rengolin/devel/llvm/src/llvm/tools/lld/unit...
2012 Oct 26
4
[LLVMdev] Configuring test-suite
...esn't have a "(branch rev)" at the end, ok hard-coded it to "(branch rev)" and got a new error: $ sandbox/bin/python sandbox/bin/lnt runtest nt --sandbox sandbox --cc debug/bin/clang++ --test-suite test-suite nt.py:1197: note: inferred C++ compiler under test as: '/home/rengolin/devel/llvm/debug/bin/clang++' 2012-10-26 21:43:48: checking source versions 2012-10-26 21:43:49: scanning for LNT-based test modules 2012-10-26 21:43:49: found 0 LNT-based test modules 2012-10-26 21:43:49: using nickname: 'brubeck__clang_DEV__x86_64' 2012-10-26 21:43:49: starting test i...
2014 Jun 30
2
[LLVMdev] LLD dynamic compilation
Folks, I'm having a look at LLD and I need some guidance... I know it's not production ready for x86 and ARM (the idea is to make it so). My steps: I've added it to tools/lld and ran CMake again (on x86_64) on a standard release build (static linking). It works, builds but I see one unit test error: Note: Google Test filter = InputGraphTest.Observer [==========] Running 1 test from
2012 Oct 26
0
[LLVMdev] Configuring test-suite
...e. There is a way to run tests without using lnt. You can use the Makefiles directly in your test-suite build directory. For running nightly tests, you can do: make report.html TEST=nightly That will generate a html file with the test results in. Amara On 26 October 2012 22:53, Renato Golin <rengolin at systemcall.org> wrote: > Hi, > > I'm trying to setup the test-suite and am getting short of running it... > > Following the steps here: > > http://llvm.org/docs/lnt/quickstart.html > > I got as far as getting lnt installed, but when I run the "lnt runtest &...
2012 Oct 27
0
[LLVMdev] Configuring test-suite
On Fri, Oct 26, 2012 at 2:53 PM, Renato Golin <rengolin at systemcall.org> wrote: > Hi, > > I'm trying to setup the test-suite and am getting short of running it... > > Following the steps here: > > http://llvm.org/docs/lnt/quickstart.html > > I got as far as getting lnt installed, but when I run the "lnt runtest &...
2016 Feb 24
2
[cfe-dev] [lldb-dev] [3.8 Release] Release Candidate 2 source and binaries available
...arallel programming working on ARMv8 ( even if it's crappy OMP) to start. Please enable it and I'll run the tests against our internal QA and we can informally handle testing / guarding against regressions. So, I got some dependency errors while building OpenMP on my AArch64 box: cd /home/rengolin/devel/llvm/release/rc3/Phase3/openmp/src && /usr/bin/perl /home/rengolin/devel/llvm/release/rc3/openmp.src/runtime/tools/check-depends.pl --os=lin --arch=aarch64 --expected="libdl.so.2,libgcc_s.so.1,libpthread.so.0" /home/rengolin/devel/llvm/release/rc3/Phase3/openmp/src/libomp.so...
2012 Oct 28
3
[LLVMdev] Configuring test-suite
On 27 October 2012 01:17, Daniel Dunbar <daniel at zuster.org> wrote: > Can you include the output of build-tools.log in that directory, please? Ah, yes! Relative path on clang++ binary. I understand why it works to get the version but not here (different paths). Would be good to have some warning (or even an error) if one passes a relative path. Or, possibly, save the current path and
2012 Jul 30
3
[LLVMdev] Cambridge LLVM Social
The tentative date for the next Cambridge LLVM Social is Wed 22nd October, 7:30pm at the Cambridge Blue. http://www.the-cambridgeblue.co.uk/blueroadmap.html If you haven't done so yet, you can subscribe to our calendar to know when the next one will be: https://www.google.com/calendar/embed?src=as5fh066i94qthrkct1lv7rojo%40group.calendar.google.com&ctz=Europe/London Most people feel
2012 Jul 30
0
[LLVMdev] Cambridge LLVM Social
On 30 July 2012 09:34, Renato Golin <rengolin at systemcall.org> wrote: > The tentative date for the next Cambridge LLVM Social is Wed 22nd > October, 7:30pm at the Cambridge Blue. Of course, I meant August. Thanks Igor for the correction!! -- cheers, --renato http://systemcall.org/
2012 Oct 28
0
[LLVMdev] Configuring test-suite
...ailed, some didn't. All errors in the 'test' rule were dutifully ignored (I think). So far so good. But I had some errors on the 'report' rule, which I wasn't expecting. make: *** [report.simple.raw.out] Error 2 make: Target `report' not remade because of errors. /home/rengolin/devel/llvm/test-suite/GenerateReport.pl -csv /home/rengolin/devel/llvm/test-suite/TEST.simple.report < report.simple.raw.out > report.simple.csv /bin/sh: 1: cannot open report.simple.raw.out: No such file make: *** [report.simple.csv] Error 2 And that stops the process. $ make report Didn...
2011 Feb 14
3
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
On 2011-02-14 20:39, Talin wrote: > > > On Mon, Feb 14, 2011 at 1:17 AM, Renato Golin <rengolin at systemcall.org > <mailto:rengolin at systemcall.org>> wrote: > > I think this deserves a blog post... > > I'd like to wait until I get some feedback - I don't know yet if anyone > is having trouble building or running the thing... Hi Talin, What version...
2020 Sep 10
2
[RFC] New Feature Proposal: De-Optimizing Cold Functions using PGO Info
...m-dev-bounces at lists.llvm.org> on behalf of llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: Would it make sense to have a flag to select optnone or optsize? We would probably also do the tradeoff for a smaller binary. On Wed, Sep 9, 2020, 19:28 Renato Golin <rengolin at gmail.com<mailto:rengolin at gmail.com>> wrote: On Wed, 9 Sep 2020 at 18:15, Min-Yih Hsu via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: David mentioned in D87337 that LLVM has used similar techniques on code size (not sure what he was ref...
2011 Mar 14
3
[LLVMdev] Warning in LLVM
When compiling LLVM on my Intel(R) Core(TM)2 Duo CPU P7450 running Ubuntu (gcc 4.4.5), I get this warning: /home/rengolin/workspace/llvm/rw/build/Release+Asserts/lib/libLLVMARMAsmParser.a(ARMAsmParser.o): In function `(anonymous namespace)::ARMAsmParser::ParseRegisterList(llvm::SmallVectorImpl<llvm::MCParsedAsmOperand*>&)': ARMAsmParser.cpp:(.text+0x4a05): warning: memset used with constant zero length p...
2012 Jul 30
1
[LLVMdev] Cambridge LLVM Social
I will be there again! On 30 July 2012 10:35, Renato Golin <rengolin at systemcall.org> wrote: > On 30 July 2012 09:34, Renato Golin <rengolin at systemcall.org> wrote: > > The tentative date for the next Cambridge LLVM Social is Wed 22nd > > October, 7:30pm at the Cambridge Blue. > > Of course, I meant August. Thanks Igor for the corr...
2012 Oct 28
2
[LLVMdev] Configuring test-suite
Exactly how are you running the tests? Via LNT or directly? If via LNT, make sure you test suite repository is clean (no in tree configure or make results). - Daniel On Oct 28, 2012, at 9:57, Renato Golin <rengolin at systemcall.org> wrote: > Round 2, fight! > > I managed to run many tests (not sure all of them), and some failed, > some didn't. All errors in the 'test' rule were dutifully ignored (I > think). So far so good. > > But I had some errors on the 'report'...
2009 Nov 05
3
[LLVMdev] create dummy function
...ExternalLinkage); dummy->setCallingConv(llvm::CallingConv::C); llvm::BasicBlock* block = llvm::BasicBlock::Create("entry", dummy); // no context needed llvm::IRBuilder builder(block); // no need in <> builder.CreateRetVoid(); Cheers, Oleg. 2009/11/5 Renato Golin <rengolin at systemcall.org>: > 2009/11/5 Oleg Knut <oleg77 at gmail.com>: >> Hello, >> I have a simple question. How to create "dummy" function which will >> have no functionality behind (return nothing and do nothing)? >> Currently I'm trying to do this: &g...
2012 Nov 09
2
[LLVMdev] fmac generation for cortex-a9
Hi Renato, It's definitively not A15. Can this be the case that NEON units for cortex-A9 support it but isn't documented/recommended ? And as mentioned before code is working ! Seb > -----Original Message----- > From: rengolin at gmail.com [mailto:rengolin at gmail.com] On Behalf Of > Renato Golin > Sent: Friday, November 09, 2012 6:27 PM > To: Sebastien DELDON-GNB > Cc: JF Bastien; llvmdev at cs.uiuc.edu > Subject: Re: [LLVMdev] fmac generation for cortex-a9 > > Hi Sebastien, > > ARMv7-M has...
2011 Feb 14
0
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
On 2011-02-14 20:58, Török Edwin wrote: > On 2011-02-14 20:39, Talin wrote: >> >> >> On Mon, Feb 14, 2011 at 1:17 AM, Renato Golin <rengolin at systemcall.org >> <mailto:rengolin at systemcall.org>> wrote: >> >> I think this deserves a blog post... >> >> I'd like to wait until I get some feedback - I don't know yet if anyone >> is having trouble building or running the thing... &g...
2012 Nov 09
0
[LLVMdev] fmac generation for cortex-a9
...> wrote: > Hi Renato, > > It's definitively not A15. Can this be the case that NEON units for > cortex-A9 support it but isn't documented/recommended ? > And as mentioned before code is working ! > > Seb > > > > -----Original Message----- > > From: rengolin at gmail.com [mailto:rengolin at gmail.com] On Behalf Of > > Renato Golin > > Sent: Friday, November 09, 2012 6:27 PM > > To: Sebastien DELDON-GNB > > Cc: JF Bastien; llvmdev at cs.uiuc.edu > > Subject: Re: [LLVMdev] fmac generation for cortex-a9 > > > > Hi...
2014 Oct 08
3
[LLVMdev] More ARM asan failures - Line number
...ing compiled? It seems that the stack trace is not correct on ARM: < #0 0x7966b in free /home/linaro/devel/llvm/src/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:30 < #1 0xffffffff (<unknown module>) Which is on x86: > #0 0x490979 in __interceptor_free /home/rengolin/devel/llvm/src/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:30 > #1 0x4b365d in main /home/rengolin/devel/llvm/src/compiler-rt/test/asan/TestCases/use-after-free.cc:10:3 > #2 0x7f560894703f in __libc_start_main (/usr/lib/libc.so.6+0x2003f) And that's why the line numbe...