search for: engelen

Displaying 20 results from an estimated 47 matches for "engelen".

2017 Sep 18
2
[ThinLTO] static library failure with object files with the same name
It is expected and not unusual to need to update the lit test in such case. I'd need to see exactly which test breaks and how to know though. Best, -- Mehdi 2017-09-18 13:17 GMT-07:00 Johan Engelen <jbc.engelen at gmail.com>: > The fix (https://reviews.llvm.org/D37961) does not work. From what I > have learned thusfar, the module identifier is used as filename sometimes > (I think when writing an intermediate module index summary), and so a bunch > of lit tests fail with t...
2017 Sep 17
2
[ThinLTO] static library failure with object files with the same name
I've created a review for your patch Mehdi: https://reviews.llvm.org/D37961 First time using `arc`, so hope things went well. - Johan On Tue, Sep 12, 2017 at 5:25 AM, Mehdi AMINI <joker.eph at gmail.com> wrote: > Hi Johan, > > 2017-09-11 14:21 GMT-07:00 Johan Engelen <jbc.engelen at gmail.com>: > >> On Fri, Sep 8, 2017 at 9:04 PM, Johan Engelen <jbc.engelen at gmail.com> >> wrote: >> >>> >>> On Thu, Sep 7, 2017 at 5:44 PM, Mehdi AMINI <joker.eph at gmail.com> wrote: >>> >>>> Hi Johan,...
2017 Sep 18
0
[ThinLTO] static library failure with object files with the same name
...der, which may happen when doing thinlto in several different steps. Adding the size of the module (or its offset) would be the same in each invocation. Regardless, changing the suffix to a size suffix does not fix the lit test problems. ) regards, Johan On Sun, Sep 17, 2017 at 6:32 PM, Johan Engelen <jbc.engelen at gmail.com> wrote: > I've created a review for your patch Mehdi: https://reviews.llvm. > org/D37961 > > First time using `arc`, so hope things went well. > > - Johan > > > On Tue, Sep 12, 2017 at 5:25 AM, Mehdi AMINI <joker.eph at gmail.com&gt...
2016 Oct 03
3
ThinLTO: module-scope inline assembly blocks
...derstood and thought you were implementing in a new linker. > For gold you can pass -Wl,-plugin-opt,save-temps and look at the bitcode > after each phase of ThinLTO, e.g. I think the files will have .3.import.bc > extensions. > > Teresa > > On Mon, Oct 3, 2016 at 7:42 AM, Johan Engelen <jbc.engelen at gmail.com> > wrote: > >> On Mon, Oct 3, 2016 at 4:27 PM, Teresa Johnson <tejohnson at google.com> >> wrote: >> >>> >>> >>> On Mon, Oct 3, 2016 at 6:53 AM, Johan Engelen via llvm-dev < >>> llvm-dev at lists.ll...
2016 Oct 03
2
ThinLTO: module-scope inline assembly blocks
...#39; /usr/bin/ld: b.o.thinlto.o: previous definition here (the files depend on D runtime lib, so upon succes you should see missing symbol errors :-) Thanks, Johan On Mon, Oct 3, 2016 at 6:17 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > > On Oct 3, 2016, at 8:07 AM, Johan Engelen via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > With `save-temps` as plugin option, I get extra files for the MAIN module > (called `a.o`): `a.o.opt.bc` and `a.thinlto.bc`. > > > I’d expect as temps `a.thinlto.bc` for the index + one file per input. > Also ther...
2016 Mar 15
2
LLVM.org/viewvc down?
...or when viewvc will be back? I prefer to use viewvc because all of the commit emails have the SVN commit number, but not the corresponding git hashes, so it makes it easier to look it up. Or is there some easy way to map an svn commit number to the corresponding git hash? Douglas Yung From: Johan Engelen [mailto:jbc.engelen at gmail.com] Sent: Saturday, March 12, 2016 5:03 AM To: Anton Korobeynikov Cc: Yung, Douglas; llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] LLVM.org/viewvc down? On Sat, Feb 27, 2016 at 12:14 PM, Anton Korobeynikov via llvm-dev <llvm-dev at lists.llvm.org<mailto:llv...
2015 Dec 21
2
MSVC warning noise on "LLVM_ATTRIBUTE_ALWAYS_INLINE inline void foo()"
On Mon, Dec 21, 2015 at 12:08 AM, Aaron Ballman <aaron at aaronballman.com> wrote: > On Sun, Dec 20, 2015 at 5:57 PM, Johan Engelen <jbc.engelen at gmail.com> > wrote: > > > > Perhaps LLVM_ATTRIBUTE_ALWAYS_INLINE could be defined to "inline" if the > > compiler has no support for always_inline (currently it is set to > nothing in > > that case) ? > > I think this would allow r...
2019 Oct 31
3
llvm-config --cxxflags should report C++ language standard version
On Thu, Oct 31, 2019 at 3:46 AM Saleem Abdulrasool <compnerd at compnerd.org> wrote: > On Wed, Oct 30, 2019 at 4:17 PM Johan Engelen <jbc.engelen at gmail.com> > wrote: > >> Hi all, >> Since 2724d9e12960cc1d93eeabbfc9aa1bffffa041cc, llvm-config -cxxflags >> no longer reports the C++ language standard version (e.g. "-std=c++14") >> used to compile LLVM. This may break builds of pro...
2017 Aug 04
2
Bug or incorrect use of inline asm?
On Thu, Aug 3, 2017 at 6:19 PM, Tim Northover <t.p.northover at gmail.com> wrote: > 2017-08-03 8:58 GMT-07:00 Johan Engelen via llvm-dev < > llvm-dev at lists.llvm.org>: > > The error is gone after removing (or reducing) the alignment of `%a`. > This > > makes me believe that our inline asm syntax is correct to add an offset > to a > > pointer: " 4+$0 ". > > The AT&T...
2017 Sep 11
2
[ThinLTO] static library failure with object files with the same name
On Fri, Sep 8, 2017 at 9:04 PM, Johan Engelen <jbc.engelen at gmail.com> wrote: > > On Thu, Sep 7, 2017 at 5:44 PM, Mehdi AMINI <joker.eph at gmail.com> wrote: > >> Hi Johan, >> >> ld64 only calls functions from llvm/include/llvm-c/lto.h (defined >> in llvm/tools/lto/lto.cpp) >> >> For...
2016 Oct 03
2
ThinLTO: module-scope inline assembly blocks
On Mon, Oct 3, 2016 at 4:27 PM, Teresa Johnson <tejohnson at google.com> wrote: > > > On Mon, Oct 3, 2016 at 6:53 AM, Johan Engelen via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi all, >> I am trying to add ThinLTO to the LDC compiler. It seems to work well >> on Mac (XCode 8) and Ubuntu (ld.gold + LLVMgold plugin). >> However, I am running into trouble with module-scope inline...
2016 Feb 27
2
LLVM.org/viewvc down?
It's currently disabled until the issues with llvm.org load would be resolved. Use klaus instead. On Sat, Feb 27, 2016 at 6:53 AM, Yung, Douglas via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Hi, > > > > I’ve noticed since about Thursday that llvm.org/viewvc seems to be only > returning 404 error when trying to access it. Is this service going away? > > >
2016 Jun 11
2
Temporary alternative: [was: Re: IMPORTANT: APT repo temporary switched off]
On Sat, Jun 11, 2016 at 7:57 PM, Tobias Grosser <tobias at grosser.es> wrote: > On 06/11/2016 07:52 PM, Johan Engelen via llvm-dev wrote: > > On Fri, Jun 10, 2016 at 9:00 PM, Sylvestre Ledru via llvm-dev > > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > > > http://llvm-apt.ecranbleu.org/apt/ > > > > Please note that it is just a...
2000 Jan 07
0
BUG Report Samba 2.0.6 in combination with Terminal Server
...tFAX.pl ;; 'R') able/RemoveFAX.pl $4 ;; esac and this is the Wrap.out log (interesting) as you can see, there is the file (ex ROCHER.a11440) and the user 'rocher' that is a correct line. a bit below you have file 'ROCHER.a11440' again with user 'engelen'. This is wrong ! it should be user 'rocher'. What is noticed that the %U is expanded to the Username who just queried BEFORE ! (L at the beginning of the line) So I realy think this is a bug that only is seen in TS environments, since with PC, the 'L' users is always the same...
2019 Oct 30
2
llvm-config --cxxflags should report C++ language standard version
Hi all, Since 2724d9e12960cc1d93eeabbfc9aa1bffffa041cc, llvm-config -cxxflags no longer reports the C++ language standard version (e.g. "-std=c++14") used to compile LLVM. This may break builds of projects that build with the same flags as LLVM, e.g. the LDC compiler. Quoting from llvm/tools/llvm-config/CMakeLists.txt: ``` # The language standard potentially affects the ABI/API of
2017 Aug 03
4
Bug or incorrect use of inline asm?
Hi all, I stumbled upon either a bug, or we are emitting wrong inline asm code. The testcase is: ``` source_filename = "testcase.d" target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-apple-macosx" define void @_D7asanasm3fooFZv() { %a = alloca [4 x i32], align 32 call void asm sideeffect "movl %ebx, 4+$0",
2018 Nov 27
2
Vectorizer has trouble with vpmovmskb and store
...> + BitcastVT.getVectorElementType() == MVT::i1 && > + !Subtarget.hasAVX512()) > + return false; > + > if (!Subtarget.hasDQI() && BitcastVT == MVT::v8i1) > return false; > > > ~Craig > > > On Mon, Nov 26, 2018 at 2:51 PM Johan Engelen via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi all, >> I've run into a case where the optimizer seems to be having trouble >> doing the "obvious" thing. >> >> Consider this code: >> ``` >> define i16 @foo(<8 x i16...
2016 Mar 15
3
LLVM.org/viewvc down?
...e the SVN commit number, but not the >> corresponding git hashes, so it makes it easier to look it up. Or is there >> some easy way to map an svn commit number to the corresponding git hash? >> >> >> >> Douglas Yung >> >> >> >> From: Johan Engelen [mailto:jbc.engelen at gmail.com] >> Sent: Saturday, March 12, 2016 5:03 AM >> To: Anton Korobeynikov >> Cc: Yung, Douglas; llvm-dev at lists.llvm.org >> Subject: Re: [llvm-dev] LLVM.org/viewvc down? >> >> >> >> On Sat, Feb 27, 2016 at 12:14 PM, Anton...
2015 Dec 20
2
MSVC warning noise on "LLVM_ATTRIBUTE_ALWAYS_INLINE inline void foo()"
...ning. inline and __forceinline don't mix with MSVC -- I believe they may be modeled with the same attribute under the hood. I'm not certain of the best way to solve this aside from suggesting to ignore C4141 locally. ~Aaron > > David > > On Sun, Dec 20, 2015 at 8:18 AM, Johan Engelen via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> >> Hi all, >> Some functions have "inline" specified twice by use of >> LLVM_ATTRIBUTE_ALWAYS_INLINE. >> For example in StringRef.h: >> LLVM_ATTRIBUTE_ALWAYS_INLINE >> inline boo...
2016 Jun 20
3
Pre-built snapshots of trunk
On Mon, Jun 20, 2016 at 10:01 AM, Anton Korobeynikov via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > P.S.: On a similar note, are there any news regarding llvm.org/apt? > We are working on it. Note, however, that it seems that the majority > of bogus load seemed to come from CI systems, which pulled apt repo > for every and each downstream commit without any caching /