search for: neal

Displaying 20 results from an estimated 402 matches for "neal".

Did you mean: deal
2009 Apr 07
2
[LLVMdev] Link error building llc
With the TableGen problem circumvented the build proceeds quite well up until: llvm[2]: Linking Debug executable llc /home/neale/LLVM/llvm/tools/llc/Debug/llc.o: In function `ForceCodegenLinking': /home/neale/LLVM/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h:45: undefined reference to `llvm::createBURRListDAGScheduler(llvm::SelectionDAGISel*, bool)' /home/neale/LLVM/llvm/include/llvm/CodeGen/LinkAllCodegenCo...
2009 Apr 09
2
[LLVMdev] Link error building llc
I ran with VERBOSE=1 and see: g++ -I/home/neale/LLVM/llvm/include -I/home/neale/LLVM/llvm/tools/llc -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -g -fno-exceptions -fPIC -Woverloaded-virtual -pedantic -Wall -W -Wwrite-strings -Wno-long-long -Wunused -Wno-unused-parameter -g -Wl,-R -Wl,/home/neale/LLVM/llvm/Debug/...
2009 Apr 07
0
[LLVMdev] Link error building llc
Hello, Neale > These entry points are in modules that have been compiled and placed into an > archive. (e.g. llvm::createBURRListDAGScheduler is in ScheduleDAGRRList.cpp > whose object is placed in ./Debug/lib/libLLVMSelectionDAG.a). > > I'm sure I've missed a configuration option or so...
2009 Apr 07
2
[LLVMdev] Porting to System z
...0008011281c 9 tblgen 0x0000000080113354 10 tblgen 0x0000000080113744 11 tblgen 0x000000008019273e main + 2650 12 libc.so.6 0x0000020000270598 __libc_start_main + 256 13 tblgen 0x0000000080009ec2 std::__throw_logic_error(char const*) + 158 Stack dump: 0. Program arguments: /home/neale/LLVM/llvm/Debug/bin/tblgen -I /home/neale/LLVM/llvm/lib/VMCore -I /home/neale/LLVM/llvm/include -I /home/neale/LLVM/llvm/include -I /home/neale/LLVM/llvm/lib/Target /home/neale/LLVM/llvm/include/llvm/Intrinsics.td -o /home/neale/LLVM/llvm/lib/VMCore/Debug/Intrinsics.gen.tmp -gen-intrinsic make[1]:...
2009 Apr 07
0
[LLVMdev] Porting to System z
...00000080113354 > 10 tblgen 0x0000000080113744 > 11 tblgen 0x000000008019273e main + 2650 > 12 libc.so.6 0x0000020000270598 __libc_start_main + 256 > 13 tblgen 0x0000000080009ec2 std::__throw_logic_error(char const*) + 158 > Stack dump: > 0. Program arguments: /home/neale/LLVM/llvm/Debug/bin/tblgen -I > /home/neale/LLVM/llvm/lib/VMCore -I /home/neale/LLVM/llvm/include -I > /home/neale/LLVM/llvm/include -I /home/neale/LLVM/llvm/lib/Target > /home/neale/LLVM/llvm/include/llvm/Intrinsics.td -o > /home/neale/LLVM/llvm/lib/VMCore/Debug/Intrinsics.gen.tmp -ge...
2010 Mar 01
1
[LLVMdev] Clang build problem
...lang from head and getting: ExprConstant.cpp: In function Obool TryEvaluateBuiltinNaN(clang::ASTContext&, clang::QualType, const clang::Expr*, bool, llvm::APFloat&)¹: ExprConstant.cpp:1578: error: no matching function for call to Ollvm::StringRef::getAsInteger(int, llvm::APInt&)¹ /home/neale/LLVM/llvm/include/llvm/ADT/StringRef.h:269: note: candidates are: bool llvm::StringRef::getAsInteger(unsigned int, long long int&) const /home/neale/LLVM/llvm/include/llvm/ADT/StringRef.h:270: note: bool llvm::StringRef::getAsInteger(unsigned int, long long unsigned int&) const /home/neale...
2018 Oct 02
3
[FPEnv] FNEG instruction
On Tue, Oct 2, 2018 at 12:09 PM Kevin Neal <Kevin.Neal at sas.com> wrote: > If we don’t have constrained intrinsics for some of the fp math > instructions then aren’t we risking non-strict optimizations? > So far we've only added constrained FP intrinsics for operations that have side effects (i.e. can trap). The quiet...
2002 Nov 11
1
update: sys_ftruncate call lasting 17 hours on ext3 filesystem from mutt
...e tail end of the file starting with the first change. It doesn't seem like a mutt bug, since the whole episode takes place inside a single system call, and the problem only showed up after upgrading to Redhat 7.3 and ext3. Any clues? Anything to test out before rebooting and fscking again? Neal McBurnett http://bcn.boulder.co.us/~neal/ GPG/PGP signed and/or sealed mail encouraged. Keyid: 2C9EBA60 ----- Forwarded message from Neal McBurnett <neal@bcn.boulder.co.us> ----- From: Neal McBurnett <neal@bcn.boulder.co.us> To: ext3-users@redhat.com Subject: sys_ftr...
2009 Apr 07
6
[LLVMdev] Porting to System z
...trangely. It's found within a private definition: union { uintptr_t V; SimpleValueType SimpleTy; const Type *LLVMTy; }; The comment in the above fix indicates that in this 64-bit system the enum needs to be 64-bits is correct, but the fix doesn't seem to do it. Neale On 4/7/09 12:36 PM, "Duncan Sands" <baldrick at free.fr> wrote: > Hi, > >> llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td >> tblgen: IntrinsicEmitter.cpp:163: void EmitTypeForValueType(std::ostream&, >> llvm::MVT::SimpleValueType): Assertion...
2018 Sep 26
2
[FPEnv] FNEG instruction
...t my point. It’s a given. I was getting at the _declared_ absence of side effects and what promises we make to anyone using the new fneg instruction. Is this a promise we want to make? From: Cameron McInally <cameron.mcinally at nyu.edu> Sent: Wednesday, September 26, 2018 2:30 PM To: Kevin Neal <Kevin.Neal at sas.com> Cc: LLVM Developers Mailing List <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] [FPEnv] FNEG instruction EXTERNAL On Wed, Sep 26, 2018 at 2:14 PM Kevin Neal via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: Do...
2007 Dec 12
6
Add a month to a Date object
Howdy all, This may be the dumbest question in the world, but how can you "add one month" to a Date object? I can''t just add 30 days, because months have varying lengths. Any help would be much appreciated... Thanks! -Neal --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send e...
2007 Feb 08
2
I wrote a managesieve server for Dovecot
...or instance modify this to work with SASL and Exim. Currently it only has code for PAM and Dovecot's LDA, because I run Postfix :). TLS support is in the code but disabled because I had problems writing a unit test for it. All my connections are from localhost anyway. http://woozle.org/~neale/repos/pysieved if anyone is interested. I haven't looked closely at Stephan Bosch's managesieve server in C but I do want to acknowledge that he has written a C managesieve server that currently exists as a patch to the Dovecot source code. People looking for a managesieve implementat...
2012 Dec 13
3
Combined Marimekko/heatmap
...olumn to be the fraction of global energy consumed by the country and the fraction of energy use consumed by that appliance type. The color coding would then indicate whether or not that appliance is regulated in that country. Any ideas how to make such a chart, or even what it might be called? Neal Humphrey NHumphrey at clasponline.org
2018 Sep 26
2
[FPEnv] FNEG instruction
...cause we promised that fneg would never, ever have any side effects? Assuming we do promise no side effects from fneg, ever and forever, then the documentation should say that clearly. From: Cameron McInally <cameron.mcinally at nyu.edu> Sent: Wednesday, September 26, 2018 3:03 PM To: Kevin Neal <Kevin.Neal at sas.com> Cc: LLVM Developers Mailing List <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] [FPEnv] FNEG instruction EXTERNAL On Wed, Sep 26, 2018 at 2:47 PM Kevin Neal <Kevin.Neal at sas.com<mailto:Kevin.Neal at sas.com>> wrote: Well, yes, they are diffe...
2010 Apr 15
3
[LLVMdev] whether these transformations are doable and how?
...1, can I replace the rhs "I1" with "I2" and get a new instruction %x1 = I2? Alternatively, I can add a new instruction %x2 = I2, and replace all uses of %x1 with %x2, and then delete %x1 = I1, but it seems the former is simpler or faster if it's doable. Any suggestion? Neal On Mon, Apr 12, 2010 at 11:20 PM, Devang Patel <devang.patel at gmail.com>wrote: > > 3. can I modify a function to take extra formal parameters? can I update > > all calls of the original function to take extra actual paramters? The > > function might be called across...
2019 Oct 01
2
PR43374 - when should comparing NaN values raise a floating point exception?
...that was a week or two ago. Ulrich? -----Original Message----- From: Cameron McInally <cameron.mcinally at nyu.edu> Sent: Tuesday, October 01, 2019 10:21 AM To: Kristof Beyls <Kristof.Beyls at arm.com> Cc: llvm-dev <llvm-dev at lists.llvm.org>; nd <nd at arm.com>; Kevin Neal <Kevin.Neal at sas.com> Subject: Re: [llvm-dev] PR43374 - when should comparing NaN values raise a floating point exception? EXTERNAL On Tue, Oct 1, 2019 at 5:45 AM Kristof Beyls via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi, > > I’ve been investigating https://n...
2003 Aug 07
3
SMBD and Winbind Errors
...path = /home/htdocs follow symlinks = no browsable = yes force create mode = 0664 force directory mode = 0775 writeable = yes write list = @FOO+Administrators FOO+esobczak nt acl support = yes Thanks in advance, Regards, Errol U. Neal Errol Neal, Systems/Network Administrator eneal@enhtech.com Enhanced Technologies Inc. http://www.enhtech.com 703-924-0301 or 800-368-3249 703-924-0302 Fax
2009 Apr 09
0
[LLVMdev] Link error building llc
Hello, Neale > -lLLVMBitReader /home/neale/LLVM/llvm/Debug/lib/LLVMCBackend.o > -lLLVMCodeGen -lLLVMScalarOpts -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis > /home/neale/LLVM/llvm/Debug/lib/LLVMCppBackend.o -lLLVMTarget -lLLVMCore > -lLLVMSupport -lLLVMSystem -lpthread -ldl -lm -lelf It...
2010 Jul 17
2
[LLVMdev] llvm.dbg.declare
...argument is the llvm.dbg.variable containing the description of the variable." The second parameter corresponds to DIVariable, what is the corresponding LLVM class of the first parameter? I want to find which AllocaInst is associated with a given llvm.dbg.declare. Any suggestion? Thanks, Neal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100717/fa2e97e0/attachment.html>
2006 May 23
2
Flac files with internal cue sheets
On 5/23/06, Michael Kiermaier <michael.kiermaier@gmx.net> wrote: > On Sunday 21 May 2006 23:31, Neal B. wrote: > > A picture is worth 1000 words, so here is a screenshot: > > > > http://img62.imageshack.us/img62/2783/fplayshot4yy.png > > Hi Neal, > > currently I am looking for a flac-player on Linux that understands internal > cue-sheets. So I am very interested in...