search for: llx

Displaying 20 results from an estimated 564 matches for "llx".

Did you mean: lld
2009 Jan 02
2
[LLVMdev] link problem with llvm-pass
...is.a LINK_COMPONENTS = analysis LINK_COMPONENTS = all But nothing solved my problem (in fact the last made some other problems with code I never touched). I would be very appreciated for any idea. Thanks a lot Nico PS: output from "make VERBOSE=1" llvm[2]: Linking Release executable llx (without symbols) /Users/me/Work/code/llvm-2.4/mklib --tag=CXX --tag=disable-shared -- mode=link g++ -I/Users/me/Work/code/llvm-2.4/include -I/Users/me/Work/ code/synphony/llvmllila/build/include -I/Users/me/Work/code/synphony/ llvmllila/build/tools/llx -I/Users/me/Work/code/synphony/llvmllila/...
2009 Jan 04
0
[LLVMdev] link problem with llvm-pass
...ll > But nothing solved my problem (in fact the last made some other > problems with code I never touched). > > I would be very appreciated for any idea. > > Thanks a lot > Nico > > PS: output from "make VERBOSE=1" > > llvm[2]: Linking Release executable llx (without symbols) > /Users/me/Work/code/llvm-2.4/mklib --tag=CXX --tag=disable-shared -- > mode=link g++ -I/Users/me/Work/code/llvm-2.4/include -I/Users/me/Work/ > code/synphony/llvmllila/build/include -I/Users/me/Work/code/synphony/ > llvmllila/build/tools/llx -I/Users/me/Work/code/...
2005 Apr 02
1
[PATCH] VMX support for MMIO/PIO in VM8086 mode
...: %lx, count: %lx, size: %lx\n", req->state, req->pdata_valid, req->addr, req->u.data, req->count, req->size)); req = NULL; } @@ -95,6 +95,8 @@ } if (req->port_mm == 0){//port io if(req->dir == IOREQ_READ){//read + //BX_INFO(("pio: <READ>addr:%llx, value:%llx, size: %llx, count: %llx\n", req->addr, req->u.data, req->size, req->count)); + if (!req->pdata_valid) req->u.data = BX_INP(req->addr, req->size); else { @@ -107,6 +109,8 @@ } } } else if(req->dir == IOREQ_WRITE) { + //BX_INFO((...
2004 Jun 21
4
[LLVMdev] llvm test results for FreeBSD platform
...s : XPASS Feature.mc.varargs : XPASS Feature.mc.weirdnames : XPASS Regression.Assembler.ConstantExprFold : FAIL , expected PASS Script: /usr/home/wanderer/pkg/build/llvm/obj/test/tmp/trConstantExprFold.llx/testsc ript.ConstantExprFold.llx Output: /usr/home/wanderer/pkg/build/llvm/obj/test/tmp/trConstantExprFold.llx/testsc ript.ConstantExprFold.llx.out Regression.C++Frontend.2003-08-28-ForwardType : XPASS Regression.C++Frontend.2003-09-30-ForIncrementExprBug2: XPASS Regression.CFrontend.2...
2004 May 25
1
[LLVMdev] ATTENTION: SymbolTable Change!!
...cted 27 ( 3%) tests unexpected FAIL 1 ( 0%) tests unexpected PASS --- TESTS WITH UNEXPECTED OUTCOMES ------------------------------------------- Regression.Assembler.ConstantExprFold : FAIL , expected PASS Script: /proj/work/llvm/build/test/tmp/trConstantExprFold.llx/testscript.ConstantExprFold.llx Output: /proj/work/llvm/build/test/tmp/trConstantExprFold.llx/testscript.ConstantExprFold.llx.out Regression.C++Frontend.2004-01-11-DynamicInitializedConstant: FAIL , expected PASS Script: /proj/work/llvm/build/test/tmp/tr2004-01-11-DynamicInitializedC...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [1/4]
...bus_region region; u32 new, check, mask; - int reg; /* * Ignore resources for unimplemented BARs and unused resource slots @@ -49,56 +58,57 @@ void pci_update_resource(struct pci_dev pcibios_resource_to_bus(dev, &region, res); - dev_dbg(&dev->dev, "BAR %d: got res [%#llx-%#llx] bus [%#llx-%#llx] " - "flags %#lx\n", resno, - (unsigned long long)res->start, - (unsigned long long)res->end, - (unsigned long long)region.start, - (unsigned long long)region.end, - (unsigned long)res->flags); + dev_dbg(&dev->dev, "BAR at %d: g...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [1/4]
...bus_region region; u32 new, check, mask; - int reg; /* * Ignore resources for unimplemented BARs and unused resource slots @@ -49,56 +58,57 @@ void pci_update_resource(struct pci_dev pcibios_resource_to_bus(dev, &region, res); - dev_dbg(&dev->dev, "BAR %d: got res [%#llx-%#llx] bus [%#llx-%#llx] " - "flags %#lx\n", resno, - (unsigned long long)res->start, - (unsigned long long)res->end, - (unsigned long long)region.start, - (unsigned long long)region.end, - (unsigned long)res->flags); + dev_dbg(&dev->dev, "BAR at %d: g...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [1/4]
...bus_region region; u32 new, check, mask; - int reg; /* * Ignore resources for unimplemented BARs and unused resource slots @@ -49,56 +58,57 @@ void pci_update_resource(struct pci_dev pcibios_resource_to_bus(dev, &region, res); - dev_dbg(&dev->dev, "BAR %d: got res [%#llx-%#llx] bus [%#llx-%#llx] " - "flags %#lx\n", resno, - (unsigned long long)res->start, - (unsigned long long)res->end, - (unsigned long long)region.start, - (unsigned long long)region.end, - (unsigned long)res->flags); + dev_dbg(&dev->dev, "BAR at %d: g...
2010 May 07
0
[PATCH] More xenalyze type fixes
...64-bit build. Signed-of-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> diff -r 668cf7d7cc8c xenalyze.c --- a/xenalyze.c Thu May 06 16:27:50 2010 -0500 +++ b/xenalyze.c Fri May 07 16:22:10 2010 -0700 @@ -4382,8 +4382,8 @@ if ( opt.dump_all ) printf(" %s npf gpa %llx q %x mfn %llx t %d\n", h->dump_header, - r->gpa, r->qualification, - r->mfn, r->p2mt); + (unsigned long long)r->gpa, r->qualification, + (unsigned long long)r->mfn, r->p2mt); } void hvm_gener...
2010 Oct 01
2
trouble building 4.0.1
...86/os.h:233:0: note: this is the location of the previous definition CC i386-stubdom/xen_machine_pv.o CC i386-stubdom/xen_backend.o /usr/src/xen-4.0.1/stubdom/ioemu/hw/xen_backend.c: In function ‘xenstore_update’: /usr/src/xen-4.0.1/stubdom/ioemu/hw/xen_backend.c:592:16: warning: format ‘%llx’ expects type ‘long long unsigned int *’, but argument 3 has type ‘intptr_t *’ /usr/src/xen-4.0.1/stubdom/ioemu/hw/xen_backend.c:592:16: warning: format ‘%llx’ expects type ‘long long unsigned int *’, but argument 5 has type ‘intptr_t *’ /usr/src/xen-4.0.1/stubdom/ioemu/hw/xen_backend.c:592:16: war...
2009 Jan 04
1
[LLVMdev] link problem with llvm-pass
...(in fact the last made some other >> problems with code I never touched). >> >> I would be very appreciated for any idea. >> >> Thanks a lot >> Nico >> >> PS: output from "make VERBOSE=1" >> >> llvm[2]: Linking Release executable llx (without symbols) >> /Users/me/Work/code/llvm-2.4/mklib --tag=CXX --tag=disable-shared -- >> mode=link g++ -I/Users/me/Work/code/llvm-2.4/include -I/Users/me/ >> Work/ >> code/synphony/llvmllila/build/include -I/Users/me/Work/code/synphony/ >> llvmllila/build/tools/ll...
2005 May 14
4
[LLVMdev] gmake check failures
FAIL: /usr/home/llvm/obj/../test/Regression/CodeGen/X86/io.llx: Assertion failed: (ResNo < Values.size() && "Illegal result number!"), function getValueType, file /usr/home/llvm/obj/../include/llvm/CodeGen/SelectionDAGNodes.h, line 507. Abort trap (core dumped) FAIL: /usr/home/llvm/obj/../test/Regression/CodeGen/X86/ioport.llx: Assertio...
2004 Jul 07
0
[LLVMdev] Duplicate assignment in LLVM?
..._______________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- %.str_1 = internal constant [42 x sbyte] c" ui = %u (0x%x)\09\09UL-ui = %lld (0x%llx)\0A\00" ; <[42 x sbyte]*> [#uses=1] %.str_2 = internal constant [44 x sbyte] c"ui*ui = %u (0x%x)\09 UL/ui = %lld (0x%llx)\0A\0A\00" ; <[44 x sbyte]*> [#uses=1] %.str_3 = internal constant [39 x sbyte] c" i = %d (0x%x)\09L-i = %lld (0x%llx)\0A\00" ; <[3...
2014 Nov 22
1
Get rid of printf format warning format ‘%llx’ expects type ‘long long unsigned int’, but argument 2 has type ‘uint64_t’
Hello. Use <inttypes.h> PRIx64 instead of llx to get rid of gcc warning format ?%llx? expects type ?long long unsigned int?, but argument 2 has type ?uint64_t? -- MartinS diff --git a/com32/gpllib/acpi/xsdt.c b/com32/gpllib/acpi/xsdt.c index 208abc6..228b6c3 100644 --- a/com32/gpllib/acpi/xsdt.c +++ b/com32/gpllib/acpi/xsdt.c @@ -63,7 +63,7...
2004 Jul 07
2
[LLVMdev] Duplicate assignment in LLVM?
Hello, when I'm compiling test/Programs/SingleSource/UnitTests/2003-05-26-Shorts.c I get LLVM assembler which looks like: int %main(int %argc, sbyte** %argv) { entry: call void %__main( ) %tmp.11 = call ulong %getL( ) ; <ulong> [#uses=16] %tmp.3 = cast ulong %tmp.11 to long ; <long> [#uses= %tmp.5 = cast ulong %tmp.11 to
2004 Jun 20
0
[LLVMdev] llvm test results for FreeBSD platform
Thanks Vladimir. That's great! Glad you got it working. BTW, the failures you're seeing have been experienced by Chris and I as well. Chris is diligently working on making the LLVM processing more consistent so he track down the problem. A week ago or so, these tests passed at 100%. Reid. On Sun, 2004-06-20 at 15:50, Vladimir Merzliakov wrote: > In attached file. > > Vladimir
2006 Mar 01
2
[PATCH][SVM] 32bit msr support/enable 64bit vlapic
Svm patch to add 32bit msr support (combined both 32bit with 64bit functions) and enable vlapic for 64bit. Applies cleanly to 9023. Please apply. Signed-off-by: Tom Woller <thomas.woller@amd.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2004 Jun 20
2
[LLVMdev] llvm test results for FreeBSD platform
In attached file. Vladimir -------------- next part -------------- A non-text attachment was scrubbed... Name: test2004_06_20.log Type: application/octet-stream Size: 88488 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040620/98042f01/attachment.obj>
2004 Jun 21
0
[LLVMdev] llvm test results for FreeBSD platform
...> Feature.mc.varargs : XPASS > > Feature.mc.weirdnames : XPASS > > Regression.Assembler.ConstantExprFold : FAIL , expected PASS > Script: > /usr/home/wanderer/pkg/build/llvm/obj/test/tmp/trConstantExprFold.llx/testsc > ript.ConstantExprFold.llx > Output: > /usr/home/wanderer/pkg/build/llvm/obj/test/tmp/trConstantExprFold.llx/testsc > ript.ConstantExprFold.llx.out > > Regression.C++Frontend.2003-08-28-ForwardType : XPASS > > Regression.C++Frontend.2003-09-30-ForIncrementExp...
2012 Mar 15
3
[PATCH] arm: allocate top level p2m page for all non-idle VCPUs
...m/domain_build.c index 15632f7..6687e50 100644 --- a/xen/arch/arm/domain_build.c +++ b/xen/arch/arm/domain_build.c @@ -93,9 +93,6 @@ int construct_dom0(struct domain *d) d->max_pages = ~0U; - if ( (rc = p2m_alloc_table(d)) != 0 ) - return rc; - printk("Populate P2M %#llx->%#llx\n", kinfo.ram_start, kinfo.ram_end); p2m_populate_ram(d, kinfo.ram_start, kinfo.ram_end); diff --git a/xen/arch/arm/p2m.c b/xen/arch/arm/p2m.c index 051a0e8..4f624d8 100644 --- a/xen/arch/arm/p2m.c +++ b/xen/arch/arm/p2m.c @@ -203,7 +203,7 @@ int p2m_alloc_table(struct domain...