search for: inc

Displaying 20 results from an estimated 27642 matches for "inc".

Did you mean: in
2012 Nov 13
2
[LLVMdev] [PATCH] .gitignore: add rules for a clean worktree
...by: Ramkumar Ramachandra <artagnon at gmail.com> --- Just cloned and built LLVM. This annoyed me. Here's a trivial patch. .gitignore | 10 ++++++++++ bindings/ocaml/llvm/.gitignore | 1 + docs/.gitignore | 1 + include/llvm/.gitignore | 1 + include/llvm/Config/.gitignore | 6 ++++++ include/llvm/Support/.gitignore | 1 + lib/Target/ARM/.gitignore | 13 +++++++++++++ lib/Target/CellSPU/.gitignore | 7 +++++++ lib/Target/Hexagon/.gitig...
2014 Apr 24
3
[LLVMdev] tablegen for fast isel
What is the purpose of tablegen created files for fast-isel? If I make the following change to Makefile in lib/Target/Mips BUILT_SOURCES = MipsGenRegisterInfo.inc MipsGenInstrInfo.inc \ MipsGenAsmWriter.inc MipsGenCodeEmitter.inc \ MipsGenDAGISel.inc MipsGenCallingConv.inc \ - MipsGenSubtargetInfo.inc MipsGenMCCodeEmitter.inc \ + MipsGenSubtargetInfo.inc MipsGenFastISel.inc MipsGenMCCodeEmitte...
2010 Jul 27
2
[PATCH] core: remove HAS_LOCALBOOT
HAS_LOCALBOOT is set unconditionally in config.inc. Signed-off-by: Sebastian Herbszt <herbszt at gmx.de> diff --git a/core/comboot.inc b/core/comboot.inc index 59db7ec..d6f670c 100644 --- a/core/comboot.inc +++ b/core/comboot.inc @@ -723,13 +723,9 @@ comapi_idle: ; ; INT 22h AX=0014h Local boot ; -%if HAS_LOCALBOOT comapi_localboot:...
2019 Aug 21
2
Serverinfo Error
On 08/21/2019 02:02 AM, L.P.H. van Belle via samba wrote: > Try this command: > samba-tool domain join edm-inc.com DC \ > --server=server.fqdn.here \ # << AD-DC server with FSMO roles > --realm=EDM-INC.COM > --dns-backend=SAMBA_INTERNAL \ # if your running with bind9, --dns-backend=BIND9_DLZ > --option='idmap_ldb:use rfc2307 = yes' \ > -U"DOM\Administrator" > &...
2018 Aug 31
0
[PATCH] PCI: add prefetch quirk to work around Asus/Nvidia suspend issues
[+cc Intel folks] On Fri, Aug 31, 2018 at 03:30:57PM +0800, Daniel Drake wrote: > On over 40 Intel-based Asus products, the nvidia GPU becomes unusable > after S3 suspend/resume. The affected products include multiple > generations of nvidia GPUs and Intel SoCs. After resume, nouveau logs > many errors such as: > > fifo: fault 00 [READ] at 0000005555555000 engine 00 [GR] client 04 [HUB/FE] reason 4a [] on channel -1 [007fa91000 unknown] > DRM: failed to idle channel 0 [DRM] &...
2009 Apr 22
1
SATA on Foxconn P4M9007MB-8RS2H motherboard
...t IDE mode. So I can only assume that the 2.6.18.8 kernel has a problem with the VIA SATA in IDE mode, and can''t recognise it, even though the host OS (Ubuntu 8.04LTS, in my case) has no problems with it. After setting the BIOS lspci gives me this: 00:00.0 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge 00:00.1 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge 00:00.2 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge 00:00.3 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge 00:00.4 Host bridge: VIA Technologies, Inc...
2011 Sep 13
0
Samba4 Dynamic GSS-TSIG update failed
...dows client ( info from wireshark ) server is not an authority for domain 0 .... .... ..0. .... = Answer authenticated: Answer/authority portion was not authenticated by the server #from var log messages on samba4 box Sep 13 17:45:56 dcmsc named[2725]: client 192.168.77.86#64591: update 'qwerty.inc/IN' denied #Info from keytab file generated from provision step ktutil: rkt /usr/local/samba/private/dns.keytab ktutil: list slot KVNO Principal ---- ---- --------------------------------------------------------------------- 1 1 DNS/qwerty.inc at qwerty.inc 2 1...
2003 Jun 20
0
Problems Compiling ocfs - RedHat8
Hi, First of all great project You are developing, really usefull,but.... Compiling the OCFS System under a clean RedHat 8 Installaton renders an error during compilation: make -C format make[2]: Entering directory `/root/ocfs-1.0.8/tools/format' gcc -g -O2 -pipe -I../../ocfs2/Common/inc -Iinc -I../../tools/debugocfs -I../../ocfs2/Linux/inc -DLINUX -DUSERSPACE_TOOL -o format.o -c format.c In file included from ../../tools/debugocfs/dummy.h:108, from inc/format.h:30, from format.c:27: ../../ocfs2/Common/inc/ocfsdisk.h:161: parse error before "...
2010 Jun 28
2
[LLVMdev] vmkit and llvm 2.8
...ot recognized). What I cannot get past is this one (the warnings concern me as well): ... make[3]: Leaving directory `/home/zoewolk/RESEARCH/vmkit/lib/Mvm/Runtime' make[3]: Entering directory `/home/zoewolk/RESEARCH/vmkit/lib/Mvm/Compiler' llvm[3]: Compiling JIT.cpp for Debug build In file included from JIT.cpp:70: LLVMRuntime.inc:3: error: stray ‘@’ in program LLVMRuntime.inc:1: error: expected unqualified-id before ‘.’ token In file included from JIT.cpp:74: MMTkInline.inc: In function ‘llvm::Function* mvm::mmtk_runtime::makeLLVMFunction(llvm::Module*)’: MMTkInline.inc:24: warning: unu...
2013 May 04
1
MX record samba4
1) samba-tool dns add dcmsc.test.inc test.inc test.inc MX 'mail.test.inc 10' 2) samba-tool dns query dcmsc.test.inc test.inc test.inc MX 3) [root at dcmsc caiman]# samba-tool dns query dcmsc.test.inc test.inc test.inc MX Password for [administrator at test.INC]: Name=, Records=1, Children=0 MX: mail.test.inc. (5)...
2019 Aug 21
0
Serverinfo Error
On 21/08/2019 17:31, Robert A Wooldridge via samba wrote: > On 08/21/2019 02:02 AM, L.P.H. van Belle via samba wrote: >> Try this command: >> samba-tool domain join edm-inc.com DC \ >> ????--server=server.fqdn.here \??? # << AD-DC server with FSMO roles >> ????--realm=EDM-INC.COM >> ????--dns-backend=SAMBA_INTERNAL \ # if your running with bind9, >> --dns-backend=BIND9_DLZ >> ????--option='idmap_ldb:use rfc2307 = yes' \ &gt...
2006 Mar 20
1
can't compil
Hello! Why isolinux.asm is not compil? isolinux.asm:304: error: short jump is out of range isolinux.asm:307: error: short jump is out of range isolinux.asm:788: error: symbol `DATE_STR' undefined ui.inc:26: error: short jump is out of range ui.inc:30: error: short jump is out of range ui.inc:64: error: short jump is out of range ui.inc:88: error: short jump is out of range ui.inc:117: error: short jump is out of range ui.inc:337: error: short jump is out of range ui.inc:513: error: short jump is o...
2011 Apr 13
2
Sangoma A101DE 1 Port E1/T1 With Hardware Echo Cancellation ( PCI Express ) Card
Hi, I have Sangoma A101DE 1 Port E1/T1 With Hardware Echo Cancellation ( PCI Express ) Card installed on the box. *Its not detected.* Details are as below :- [root at asterisk ~]# lspci 00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 01) 00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge 00:04.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge 00:05.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge 00:12.0 IDE interface: ATI Technologies Inc IXP SB400 Serial ATA Controller 00:13.0 USB Controller...
2006 Jan 13
2
Extensions.conf error - 'Maximum Include level(10) exceeded'
Oh Nooooooo! It looks as if there is a limit of 9 (not 10) maximum #include statments that you can have in extensions.conf. For example, the following extensions.conf causes the error to appear.. [user_3250071] #include "inc/wildwildwest/features.conf" #include "inc/wildwildwest/features.conf" #include "inc/wildwildwest/features.conf" #in...
2020 May 23
2
Loop Unroll
This is my example (for.c): #include <stdio.h> int add(int a, int b) { return a + b; } int main() { int a, b, c, d; a = 5; b = 15; c = add(a, b); d = 0; for(int i=0;i<16;i++) d = add(c, d); } I run: $ clang -O0 -Xclang -disable-O0-optnone -emit-llvm for.c -S -o forO0.ll $ opt -O0 -S --loop-...
2013 May 24
10
[PATCH 0/4] ARM/early-printk: Improve reusability and add Calxeda support
...baud rate divisor from user provided value arm/early-printk: allow skipping of UART init arm/early-printk: move UART base address to Rules.mk arm/early-printk: add Calxeda Midway UART support xen/arch/arm/Rules.mk | 13 +++++++++++++ xen/arch/arm/arm32/debug-exynos4210.inc | 6 ++---- xen/arch/arm/arm32/debug-pl011.inc | 6 ++---- xen/arch/arm/arm32/head.S | 2 ++ xen/arch/arm/arm64/debug-pl011.inc | 6 ++---- xen/arch/arm/arm64/head.S | 2 ++ 6 files changed, 23 insertions(+), 12 deletions(-) -- 1.7.12.1
2018 Aug 31
6
[PATCH] PCI: add prefetch quirk to work around Asus/Nvidia suspend issues
On over 40 Intel-based Asus products, the nvidia GPU becomes unusable after S3 suspend/resume. The affected products include multiple generations of nvidia GPUs and Intel SoCs. After resume, nouveau logs many errors such as: fifo: fault 00 [READ] at 0000005555555000 engine 00 [GR] client 04 [HUB/FE] reason 4a [] on channel -1 [007fa91000 unknown] DRM: failed to idle channel 0 [DRM] Similarly, the nvidia pro...
2017 Nov 02
2
RFC: Splitting <Target>DAGISel.inc into declarations and definitions
Hi, Currently, TableGen generates all the instruction selection functions (in the .inc file) as if they were top-most functions. To make them members of their corresponding SelectionDAGISel derivative, each target has to include the .inc file directly into the body of the class: --- FooDAGISel.inc --- void SelectCode(Node *N) { // 1E6 lines of pattern matching code } ... ------...
2009 May 12
0
[LLVMdev] Integer casting warning, and another set of warnings
...m. ..\..\..\..\trunk\lib\Transforms\Utils\AddrModeMatcher.cpp(208) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) The line of code is: Scale = 1 << Scale; Where Scale is an int64_t, however, 1 is an int32_t (since it is a non-suffixed constant). Regarding the email I *just* send about the INT64_C macros and so forth, the 1 should actually be INT64_C(1) and that should fix it. Also, getting another set of warning, but the file looks fine, so do not know... R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\...
2009 May 12
0
[LLVMdev] Integer casting warning, and another set of warnings
...m. ..\..\..\..\trunk\lib\Transforms\Utils\AddrModeMatcher.cpp(208) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) The line of code is: Scale = 1 << Scale; Where Scale is an int64_t, however, 1 is an int32_t (since it is a non-suffixed constant). Regarding the email I *just* send about the INT64_C macros and so forth, the 1 should actually be INT64_C(1) and that should fix it. Also, getting another set of warning, but the file looks fine, so do not know... R:\SDKs\llvm\trunk_VC8_building\lib\Target\X86\...