search for: meador

Displaying 20 results from an estimated 85 matches for "meador".

Did you mean: meader
2012 Nov 12
6
[LLVMdev] RFC: Code Ownership
...igning > up to maintain and review the whole instcombine library, that would be a great level. To > see what this entails, see: > http://llvm.org/docs/DeveloperPolicy.html#code-owners I am interested and comfortable with that. I will wait a few days and then update CODE_OWNERS.TXT. -- Meador Inge CodeSourcery / Mentor Embedded http://www.mentor.com/embedded-software
2012 Nov 12
0
[LLVMdev] RFC: Code Ownership
Hi, On 12/11/12 15:11, Meador Inge wrote: > On 11/11/2012 11:58 PM, Chris Lattner wrote: > >>> Is there a particular sub-system size that makes sense to mark as owned? I have been >>> reworking the library call simplification infrastructure recently and will be happy >>> to sign up as an owner...
2013 Jan 07
2
[LLVMdev] ASan and UBSan Test Failures
...ndle ubsan as well. > (but give us a few days, we are all out of office due to holidays). OK, thanks. If there are no objections, then I can go ahead and commit the attached test case fix I mentioned before. Adding ALWAYS_INLINE to 'free_common' in r158885 changed the stack trace. -- Meador Inge CodeSourcery / Mentor Embedded http://www.mentor.com/embedded-software -------------- next part -------------- A non-text attachment was scrubbed... Name: use-after-free-test.patch Type: application/octet-stream Size: 870 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-...
2012 Feb 23
2
[LLVMdev] x86-64 sign extension for parameters and return values
...cc has decided to assume no sign/zero-extension on x86-64, we need > to follow their lead, at least on Linux. Please file at > http://llvm.org/bugs/ ; an executable testcase to go with this would > be nice, so we can compare various compilers and different platforms. Will do. Thanks. -- Meador
2015 Nov 11
2
[AArch64] Address computation folding
...rtant point here that the code sequence we generate requires two registers live instead of one. In high regpressure loops, were probably losing performance. James On Wed, 11 Nov 2015 at 21:09, Tim Northover via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On 11 November 2015 at 11:57, Meador Inge <meadori at gmail.com> wrote: > > Why wouldn't it consider the number of uses in any operation? The > > "expected" code is easy to get by checking the number of uses. This > > may be desirable on some micro-architectures depending on the cost of > &gt...
2012 Nov 12
2
[LLVMdev] RFC: Code Ownership
On 11/12/2012 09:35 AM, Duncan Sands wrote: > Hi, > > On 12/11/12 15:11, Meador Inge wrote: >> On 11/11/2012 11:58 PM, Chris Lattner wrote: >> >>>> Is there a particular sub-system size that makes sense to mark as owned? I have been >>>> reworking the library call simplification infrastructure recently and will be happy >>>> to...
2015 Jul 23
0
[LLVMdev] Bang Operator
...ot sure why we have things split into three separate pages: * TableGen - http://llvm.org/docs/TableGen/index.html * Introduction - http://llvm.org/docs/TableGen/LangIntro.html * Reference - http://llvm.org/docs/TableGen/LangRef.html I consistently find myself lost between those pages. -- Meador
2012 Mar 07
0
[LLVMdev] x86-64 sign extension for parameters and return values
Hi Meador, Have you filed a bugzilla report? What's the PR number? Evan On Feb 23, 2012, at 3:11 PM, Meador Inge wrote: > On Thu, Feb 23, 2012 at 3:54 PM, Eli Friedman <eli.friedman at gmail.com> wrote: > >> LLVM has traditionally assumed that all integer argument and return >&g...
2012 Nov 15
0
[LLVMdev] Code Ownership - BBVectorize
...de owner. The important task here is ensuring that each piece gets reviewed. Splitting things up at such a fine level doesn't help with that. > > Ok. Then I nominate Owen. SelectionDAG needs a code owner. SGTM. > Instcombine also needs one. Would Eli like to serve as code owner? Meador was interested in instcombine. If Eli is interested, Meador and Eli should talk. :) > Andy Trick - loop strength reduction? Makes sense. > Now that my domain is quickly being taken over by folks, I suppose I need to clarify what I own. :) If there are no objections, I will take ARM target...
2013 Jan 10
0
[LLVMdev] ASan and UBSan Test Failures
Hi Meador, I couldn't reproduce the ASan failures on my 10.8 machine (trying that on a 10.7 one now) I'll look into making the in-process symbolizer work on OSX (which should fix some of the ubsan failures), but we do not need it in production currently, so I'm not sure when I get to it. On Mon...
2015 Jul 23
3
[LLVMdev] Bang Operator
Hello all, I don't find anything helping me understand the llvm bang operator. In the llvm TableGen language reference, it only says: 'TableGen also has “bang operators” which have a wide variety of meanings: *'* I would be very thankful if someone can explain it to me. e.g. what does "!strconcat" or "!if" mean? Cheers ES -------------- next part --------------
2013 Jan 06
2
[LLVMdev] ASan and UBSan Test Failures
...and location of the stack trace symbols using debug informations. - When using ubsan to instrument a dynamic library, trying to load this library will result in missing "__ubsan_xxx" symbols error. Is someone working on asan/ubsan integration on OS X actually ? Le 5 janv. 2013 à 03:37, Meador Inge <meadori at codesourcery.com> a écrit : > Some more information … > > On Jan 4, 2013, at 6:56 PM, Meador Inge wrote: > >> I am building LLVM on OS X 10.7.5 with cmake. Under this configuration some ASan and UBSan tests >> are failing: >> >> $ make...
2013 Jan 05
2
[LLVMdev] ASan and UBSan Test Failures
...xpected Failures: 11 $ make check-asan … ******************** Testing Time: 125.18s ******************** Failing Tests (1): AddressSanitizer :: use-after-free.cc Expected Passes : 29 Expected Failures : 1 Unsupported Tests : 9 Unexpected Failures: 1 Is this a known issue? -- Meador Inge CodeSourcery / Mentor Embedded http://www.mentor.com/embedded-software
2014 Mar 18
2
[LLVMdev] Problems building host tools when cross compiling LLVM
...it? Sure. See attached. This is the same as the patch provided by Ekaterina Sanina in the thread I linked. I can build fine with this applied for the scenario I described and the changes seem reasonable, but I am not all that familiar with the Makefile bits and might be missing something. -- Meador Inge CodeSourcery / Mentor Embedded -------------- next part -------------- A non-text attachment was scrubbed... Name: Makefile-cross-build-tools.patch Type: text/x-patch Size: 453 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140318/94e67113/attachment....
2013 Jan 05
0
[LLVMdev] ASan and UBSan Test Failures
Some more information … On Jan 4, 2013, at 6:56 PM, Meador Inge wrote: > I am building LLVM on OS X 10.7.5 with cmake. Under this configuration some ASan and UBSan tests > are failing: > > $ make check-ubsan > > … > > ******************** > Testing Time: 2.36s > ******************** > Failing Tests (11): > Undefi...
2012 Nov 15
4
[LLVMdev] Code Ownership - BBVectorize
On Nov 14, 2012, at 10:59 AM, Chris Lattner <clattner at apple.com> wrote: > > On Nov 13, 2012, at 11:43 PM, Evan Cheng <evan.cheng at apple.com> wrote: > >> SelectionDAG is big enough to have multiple owners. Legalizer, dag combine, etc. can each have a separate owner. > > I don't think that makes sense given our model of code owner. The important task
2012 Aug 03
2
[LLVMdev] Proposal to merge SimplifyLibCalls into InstCombiner
...lifyFortifiedLibCalls` to go away as well, since the fortified library call folding is being rolled into `LibCallSimplifier`. I will look at applying `LibCallSimplifier` to the CGP case as well (the conditions for when it is OK to fold is slightly different for CGP). Thanks for the feedback! -- Meador Inge CodeSourcery / Mentor Embedded http://www.mentor.com/embedded-software
2012 Aug 03
0
[LLVMdev] Proposal to merge SimplifyLibCalls into InstCombiner
On Aug 3, 2012, at 12:56 PM, Meador Inge <meadori at codesourcery.com> wrote: >>> An option for enabling/disabling library call simplification in `InstCombiner` >>> will be available. For backwards compatibility perhaps it should remain >>> '-simplify-libcalls'. The `NumSimplified` and `NumA...
2015 Nov 11
3
[AArch64] Address computation folding
...*only* used with memory related operations? Why wouldn't it consider the number of uses in any operation? The "expected" code is easy to get by checking the number of uses. This may be desirable on some micro-architectures depending on the cost of the various loads and stores. -- Meador
2013 Jan 06
0
[LLVMdev] ASan and UBSan Test Failures
...an_xxx" symbols error. > > Is someone working on asan/ubsan integration on OS X actually ? > Alex (in CC) is working on asan for OS X. I think he can handle ubsan as well. (but give us a few days, we are all out of office due to holidays). --kcc > > Le 5 janv. 2013 à 03:37, Meador Inge <meadori at codesourcery.com> a écrit : > > > Some more information … > > > > On Jan 4, 2013, at 6:56 PM, Meador Inge wrote: > > > >> I am building LLVM on OS X 10.7.5 with cmake. Under this configuration > some ASan and UBSan tests > >> a...