search for: chdr

Displaying 20 results from an estimated 66 matches for "chdr".

Did you mean: char
2017 Sep 13
1
Adding pragma related metadata to only one loop
Hi everyone, I wanted to assign a new pragma for loops in clang. Let's call it "#pragma XXX" which can be applied to any loop in the entire loop hierarchy. I added the support for my pragma by following the same steps as were being used in the default implementation of "unroll" pragma. But now, when I compile any program using clang to llvm IR it attaches the pragma
2014 Dec 17
0
[PATCH] build: sort sources to build in a more deterministic way
...ux.bin isolinux-debug.bin pxelinux.0 lpxelinux.0 # All primary source files for the main syslinux files -NASMSRC := $(wildcard $(SRC)/*.asm) -NASMHDR := $(wildcard $(SRC)/*.inc) -CSRC := $(shell find $(SRC) -name '*.c' -print) -SSRC := $(shell find $(SRC) -name '*.S' -print) -CHDR := $(shell find $(SRC) -name '*.h' -print) +NASMSRC := $(sort $(wildcard $(SRC)/*.asm)) +NASMHDR := $(sort $(wildcard $(SRC)/*.inc)) +CSRC := $(shell find $(SRC) -name '*.c' -print | sort) +SSRC := $(shell find $(SRC) -name '*.S' -print | sort) +CHDR := $(shell find $(...
2017 Oct 17
0
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...When using the same glibc-2.25 library but replacing ONLY one quota.h file from the older version of glibc-2.24, after compilation, the limits are correct. -------------- next part -------------- A non-text attachment was scrubbed... Name: glibc-headers-2.24_usr_include_sys_quota.h Type: text/x-chdr Size: 7974 bytes Desc: not available URL: <https://dovecot.org/pipermail/dovecot/attachments/20171017/e7d31bd1/attachment-0003.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: glibc-headers-2.25_usr_include_sys_quota.h Type: text/x-chdr Size: 5170 bytes...
2016 Jun 19
2
Linker failures in debug build - compiler/linker poll?
This probably just works around a layering violation. Can you provide the cmake line that produces a broken build? Cheers, Rafael On Jun 18, 2016 7:34 AM, "Nicolai Hähnle" <llvm-dev at lists.llvm.org> wrote: Hi, since recently I'm getting linker failures in debug builds. The root cause is that -fvisibility-inlines-hidden causes inline functions in explicit template
2012 Mar 01
0
[LLVMdev] Proposed implementation of N3333 hashing interfaces for LLVM (and possible libc++)
> +  // Helper for test code to print hash codes. > +  void PrintTo(const hash_code &code, ::std::ostream *os) { > > What's with the extra leading :: before std::? Have you ever tried: namespace foo { class std {}; } using namespace foo; #include <vector> Well, I'm not sure that Chandler is guarding against this possibility, but most library implementations of the
2019 Aug 19
0
Driver for APC BH500INET
...other hand I already just vaguely can remember how it does work. I have attaching here sources and a patch against drivers/Makefile.am to build it against version 2.7.4 of Network UPS Tools. -------------- next part -------------- A non-text attachment was scrubbed... Name: bh500.h Type: text/x-chdr Size: 208 bytes Desc: not available URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20190819/3600bb4d/attachment.h> -------------- next part -------------- A non-text attachment was scrubbed... Name: bh500.c Type: text/x-csrc Size: 6912 bytes Desc: not available URL: &lt...
2010 Jun 28
0
ROSH attachments
...text attachment was scrubbed... Name: rosh.c Type: text/x-c Size: 27913 bytes Desc: not available URL: <http://www.zytor.com/pipermail/syslinux/attachments/20100627/df26979e/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: rosh.h Type: text/x-chdr Size: 6027 bytes Desc: not available URL: <http://www.zytor.com/pipermail/syslinux/attachments/20100627/df26979e/attachment-0001.bin>
2006 Jan 09
0
Unitek UPS driver/Rewrite of energizerups using libhid
...t was scrubbed... Name: unitekups.c Type: text/x-csrc Size: 8361 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20060109/055ba5ad/unitekups.c -------------- next part -------------- A non-text attachment was scrubbed... Name: unitekups.h Type: text/x-chdr Size: 2518 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20060109/055ba5ad/unitekups.h
2010 Feb 01
1
CPQPOWER-MIB contribution
...rd Unix Systems Administrator Ext 7274 -- The Sunday Times Scottish University of the Year 2009/2010 The University of Stirling is a charity registered in Scotland, number SC 011159. -------------- next part -------------- A non-text attachment was scrubbed... Name: cpqpowermib.h Type: text/x-chdr Size: 11035 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20100201/957c8cb7/attachment.h> -------------- next part -------------- A non-text attachment was scrubbed... Name: snmp-ups.c-cpqpowermib-patch Type: text/x-patch Size: 1011 bytes Desc...
2005 Jun 30
0
[fdo] libtransset
...ttachment was scrubbed... Name: opacity.c Type: text/x-csrc Size: 1254 bytes Desc: not available Url : http://lists.freedesktop.org/archives/freedesktop/attachments/20050630/2cb7d112/opacity.c -------------- next part -------------- A non-text attachment was scrubbed... Name: opacity.h Type: text/x-chdr Size: 138 bytes Desc: not available Url : http://lists.freedesktop.org/archives/freedesktop/attachments/20050630/2cb7d112/opacity.h
2014 Apr 13
2
Adding an external library to Xapian
Oh. The diff file doesn't seem to include the two new files. We're outside right now. I'll send you the files as soon as we reach in 30-40 minutes. Also, we're moving to git. Thanks On Apr 13, 2014 9:12 PM, "James Aylett" <james-xapian at tartarus.org> wrote: > On 13 Apr 2014, at 16:16, Siddhant Mutha <siddhantmutha at gmail.com> wrote: > > > We
2017 Sep 05
0
Suggest exposing VAD info. from opus frame
...scrubbed... Name: opus_vad_parser.c Type: text/x-csrc Size: 1219 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/opus/attachments/20170905/3c29c538/attachment.c> -------------- next part -------------- A non-text attachment was scrubbed... Name: opus_vad_parser.h Type: text/x-chdr Size: 1226 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/opus/attachments/20170905/3c29c538/attachment.h>
2006 Nov 28
1
[LLVMdev] more ARM bits
Hi, It looks like the attached files from my previous patch were not "svn added". Could someone add them to gcc/config/arm? Thanks, Rafael -------------- next part -------------- A non-text attachment was scrubbed... Name: linux-eabi.h Type: text/x-chdr Size: 2513 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061128/99c4bc77/attachment.h> -------------- next part -------------- A non-text attachment was scrubbed... Name: t-linux-eabi Type: application/octet-stream Size: 256 bytes Desc: not available U...
2006 Dec 06
2
[LLVMdev] MachineConstantPoolValue
...d... Name: llvm-pool-hack.patch Type: text/x-patch Size: 4362 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061206/b87d2062/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: ARMAsmPrinter.h Type: text/x-chdr Size: 547 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061206/b87d2062/attachment.h>
2006 May 30
0
[LLVMdev] Adding an object to llc (analysis pass)
On Tue, 30 May 2006, Silken Tiger wrote: > Everthing now compiles fine, but when running llc with invoking my own backend > derived from the cbackend i get the following error: > namespace llvm { > class MParSchedule : public BasicBlockPass { > public: > This pass has been tested as optimization pass with opt, and everything worked > in this
2006 Feb 22
2
vcedit/vorbiscomment heterogeneous streams
...e's the possibility of testing for other streams (with a view to Theora/Speex), but I'm sceptical whether they can be easily handled while retaining the renormalisation. -- imalone -------------- next part -------------- A non-text attachment was scrubbed... Name: vceditaux.h Type: text/x-chdr Size: 221 bytes Desc: not available Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20060222/071788b1/vceditaux.h -------------- next part -------------- A non-text attachment was scrubbed... Name: vorbiscomment.diff Type: text/x-patch Size: 15383 bytes Desc: not available Url : http:/...
2016 Oct 13
2
Clang error to emit llvm code
...to convert a vector data type to an integer. Is there a patch/workaround to be able to generate the LLVM IR? I am using clang 3.9, I am attaching the source file that causes the error. -------------- next part -------------- A non-text attachment was scrubbed... Name: utils-prng.h Type: text/x-chdr Size: 6063 bytes Desc: utils-prng.h URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161013/be549245/attachment.h>
2023 Feb 21
1
GPIO as NUT driver interface?
...s scrubbed... Name: gpio.c Type: text/x-csrc Size: 18929 bytes Desc: not available URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20230221/f6170038/attachment-0003.c> -------------- next part -------------- A non-text attachment was scrubbed... Name: gpio.h Type: text/x-chdr Size: 1198 bytes Desc: not available URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20230221/f6170038/attachment-0001.h>
2009 Sep 09
1
fixing deleted-to-trash-plugin
...ed-to-trash-plugin.c Type: text/x-csrc Size: 10685 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20090909/ace14a0a/attachment-0004.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: deleted-to-trash-plugin.h Type: text/x-chdr Size: 164 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20090909/ace14a0a/attachment-0005.bin>
2011 Aug 22
1
[LLVMdev] Infinite loop when adding a new analysis pass
...s scrubbed... Name: MyAnalysis.cpp Type: text/x-c++src Size: 158 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110822/c50f4d77/attachment.cpp> -------------- next part -------------- A non-text attachment was scrubbed... Name: MyAnalysis.h Type: text/x-chdr Size: 451 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110822/c50f4d77/attachment.h> -------------- next part -------------- A non-text attachment was scrubbed... Name: myana.diff Type: application/octet-stream Size: 3141 bytes Desc: not available URL...