search for: gottesman

Displaying 20 results from an estimated 70 matches for "gottesman".

2013 Mar 28
3
[LLVMdev] [cfe-dev] llvmlab (phased buildmaster) is in production mode!
On Mar 27, 2013, at 6:41 PM, Chandler Carruth <chandlerc at google.com> wrote: > > On Wed, Mar 27, 2013 at 3:57 PM, Michael Gottesman <mgottesman at apple.com> wrote: > 3. Later phases do broader, longer lasting testing than earlier phases. Thus the 4 phases we currently have are: > > a. Phase 1 (sanity): Phase 1 is a quick non-bootstrapped, non-lto compiler build, to check the ``basic sanity''...
2013 Mar 28
1
[LLVMdev] [cfe-dev] llvmlab (phased buildmaster) is in production mode!
(I said the same thing in my last email = p, except a bit more conservative: do a clean build after 3 failures or something along those lines). Michael On Mar 28, 2013, at 6:16 AM, Joerg Sonnenberger <joerg at britannica.bec.de> wrote: > On Wed, Mar 27, 2013 at 10:09:59PM -0700, Michael Gottesman wrote: >> Incremental builds are quicker but less robust than clean builds. > > Can you do add clean-after-error behavior? I.e. default to incremental > build, but do a clean rebuild after a failing build? > > Joerg > _______________________________________________ > LL...
2013 Jan 03
3
[LLVMdev] Test Suite - Livermore Loops
On 3 January 2013 20:53, Michael Gottesman <mgottesman at apple.com> wrote: > All of our internal testers use LNT. LNT behind the scenes just calls the > Makefiles appropriately. So it would be impossible to get rid of the > makefile execution without gutting LNT as well = p. > Hi Michael, The idea was never to gut the...
2013 Jun 18
4
[LLVMdev] APFloat renaming isNormal => isFiniteNonZero and isIEEENormal => isNormal
IEEE-754R defines a normal floating point number as: 2.1.38 normal number: For a particular format, a finite non-zero floating-point number with magnitude greater than or equal to a minimum bemin value, where b is the radix. Normal numbers can use the full precision available in a format. In this standard, zero is neither normal nor subnormal. This implies that a denormal is not a normal number.
2012 Nov 15
3
[LLVMdev] Code ownership proposal
I would like to nominate Nadav Rotem for the x86 backend. Michael On Nov 15, 2012, at 10:51 AM, Chris Lattner <clattner at apple.com> wrote: > > On Nov 15, 2012, at 7:45 AM, "Du Toit, Stefanus" <stefanus.du.toit at intel.com> wrote: > >> I'd like to propose that Michael Liao become the code owner for the x86 backend. >> >> Michael has been
2012 Jul 29
3
[LLVMdev] rotate
Nice! Clever compiler.. On 07/28/2012 08:55 PM, Michael Gottesman wrote: > I can get clang/llvm to emit a rotate instruction on x86-64 when compiling C by just using -Os and the rotate from Hacker's Delight i.e., > > ====== > #include<stdlib.h> > #include<stdint.h> > > uint32_t ror(uint32_t input, size_t rot_bits) > { >...
2013 Feb 14
1
[LLVMdev] SIMD trigonometry/logarithms?
----- Original Message ----- > From: "Elior Malul" <elior.malul at intel.com> > To: "Michael Gottesman" <mgottesman at apple.com>, "Hal Finkel" <hfinkel at anl.gov> > Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Sent: Thursday, February 14, 2013 8:33:42 AM > Subject: RE: [LLVMdev] SIMD trigonometry/logarithms? > > Hi all. &g...
2016 Jul 30
0
[RFC] One or many git repositories?
...hacked from the swift-evolution process for just this purpose. I hacked some words from jlebar's initial email as just a starting point. https://github.com/gottesmm/llvm-evolution/blob/master/proposals/0001-monorepo.md What do you guys think? Michael > On Jul 29, 2016, at 8:51 AM, Michael Gottesman <mgottesman at apple.com> wrote: > > Additionally we should reach out to individual stakeholders and get real data about: > > 1. Given the current workflow, what would it take to change to this different workflow. Whether or not it is easy or hard should be left out. Just specif...
2012 Jul 27
3
[LLVMdev] X86 FMA4
...its an important thing to have in your toolbox anyways since sometimes Intel's documentation can be non-specific). I have a small instruction timing project lying around somewhere, if you want it I can send it to you privately. Michael > > > On Fri, Jul 27, 2012 at 3:45 AM, Michael Gottesman <mgottesman at apple.com> wrote: > Just looked up the numbers from Agner Fog for Sandy Bridge for vmovaps/etc for loading/storing from memory. > > vmovaps - load takes 1 load mu op, 3 latency, with a reciprocal throughput of 0.5. > vmovaps - store takes 1 store mu op, 1 load mu o...
2012 Jul 27
0
[LLVMdev] X86 FMA4
On Fri, Jul 27, 2012 at 2:37 PM, Michael Gottesman <mgottesman at apple.com> wrote: ... > I have actually timed said instructions in the past and reproduced Agner > Fog's results. I just prefer to speak by referring to facts that can not be > misconstrued as hearsay = ). That would be great. Also, can you point me to the Agner F...
2012 Nov 15
1
[LLVMdev] Code ownership proposal
On Nov 15, 2012, at 11:52 AM, Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- >> From: "Michael Gottesman" <mgottesman at apple.com> >> To: "Chris Lattner" <clattner at apple.com> >> Cc: llvmdev at cs.uiuc.edu >> Sent: Thursday, November 15, 2012 12:59:18 PM >> Subject: Re: [LLVMdev] Code ownership proposal >> >> I would like to nominate N...
2013 Mar 28
0
[LLVMdev] [cfe-dev] llvmlab (phased buildmaster) is in production mode!
On Wed, Mar 27, 2013 at 10:09:59PM -0700, Michael Gottesman wrote: > Incremental builds are quicker but less robust than clean builds. Can you do add clean-after-error behavior? I.e. default to incremental build, but do a clean rebuild after a failing build? Joerg
2013 Jun 19
1
[LLVMdev] APFloat renaming isNormal => isFiniteNonZero and isIEEENormal => isNormal
...re is a consensus that this is a good change. Any nay sayers? Michael On Jun 18, 2013, at 5:07 PM, Eric Christopher <echristo at gmail.com> wrote: > LGTM (and you've already gotten other positive feedback as well). > > -eric > > On Tue, Jun 18, 2013 at 3:45 PM, Michael Gottesman <mgottesman at apple.com> wrote: >> IEEE-754R defines a normal floating point number as: >> >> 2.1.38 normal number: For a particular format, a finite non-zero >> floating-point number with magnitude greater than or equal to a minimum >> bemin value, where b is...
2013 Dec 10
1
[LLVMdev] Please cherry pick r195411 into release-3.4
Hi Michael, Can you please cherry pick r195411 into release-3.4 to fix building on older OS X? Thanks, Jeremy commit e323506316cc3948bd801be537a723c308d8e2d4 Author: Michael Gottesman <mgottesman at apple.com> Date: Fri Nov 22 05:00:51 2013 +0000 [block-freq] Update data in test case to be unsigned long long to fix mingw build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk at 195411 91177308-0d34-0410-b5e6-96231b3b80d8 -------------- next part -...
2012 Nov 15
0
[LLVMdev] Code ownership proposal
----- Original Message ----- > From: "Michael Gottesman" <mgottesman at apple.com> > To: "Chris Lattner" <clattner at apple.com> > Cc: llvmdev at cs.uiuc.edu > Sent: Thursday, November 15, 2012 12:59:18 PM > Subject: Re: [LLVMdev] Code ownership proposal > > I would like to nominate Nadav Rotem for the x86 b...
2013 Mar 28
0
[LLVMdev] [cfe-dev] llvmlab (phased buildmaster) is in production mode!
On Wed, Mar 27, 2013 at 3:57 PM, Michael Gottesman <mgottesman at apple.com>wrote: > 3. Later phases do broader, longer lasting testing than earlier phases. > Thus the 4 phases we currently have are: > > a. Phase 1 (sanity): Phase 1 is a quick non-bootstrapped, non-lto > compiler build, to check the ``basic sanity'...
2013 Jun 19
0
[LLVMdev] APFloat renaming isNormal => isFiniteNonZero and isIEEENormal => isNormal
LGTM (and you've already gotten other positive feedback as well). -eric On Tue, Jun 18, 2013 at 3:45 PM, Michael Gottesman <mgottesman at apple.com> wrote: > IEEE-754R defines a normal floating point number as: > > 2.1.38 normal number: For a particular format, a finite non-zero > floating-point number with magnitude greater than or equal to a minimum > bemin value, where b is the radix. Normal num...
2013 Jun 18
0
[LLVMdev] APFloat renaming isNormal => isFiniteNonZero and isIEEENormal => isNormal
I think it’s a splendid idea (but you already knew that). On Jun 18, 2013, at 6:45 PM, Michael Gottesman <mgottesman at apple.com> wrote: > IEEE-754R defines a normal floating point number as: > 2.1.38 normal number: For a particular format, a finite non-zero floating-point number with magnitude greater than or equal to a minimum bemin value, where b is the radix. Normal numbers can use t...
2012 Jul 29
0
[LLVMdev] rotate
...lt;kill> shll %cl, %eax orl %eax, %edi movl %edi, %eax popq %rbp ret .cfi_endproc .subsections_via_symbols ===== Michael On Jul 28, 2012, at 9:04 PM, reed kotler <rkotler at mips.com> wrote: > Nice! > > Clever compiler.. > > > On 07/28/2012 08:55 PM, Michael Gottesman wrote: >> I can get clang/llvm to emit a rotate instruction on x86-64 when compiling C by just using -Os and the rotate from Hacker's Delight i.e., >> >> ====== >> #include<stdlib.h> >> #include<stdint.h> >> >> uint32_t ror(uint32_t input,...
2013 Apr 19
2
[LLVMdev] GSoC project questions.
...sitory as I said I would >> do, but after a while I decided that I would like to work on flang >> instead. >> So, I forked flang and so far I've had pretty good success with it, >> here's what I've done: >> - Merged a pull request from a github user Michael Gottesman(He added >> support for latest llvm and cmake) >> - Fixed character literal continuation bug. >> - Implemented INCLUDE statement (Only searches for files in -I dirs >> now) >> - Implemented if-stmt(not the full if-construct yet). >> You can see my repository here...