search for: tmps

Displaying 17 results from an estimated 17 matches for "tmps".

Did you mean: tmp
2020 May 21
5
Understanding the version handling in LLVM/Clang/LLD
...Clang :: Preprocessor/iwithprefix.c (8758 of 16586) ******************** TEST 'Clang :: Preprocessor/iwithprefix.c' FAILED ******************** Script: -- : 'RUN: at line 3'; rm -rf /home/dileks/src/llvm-toolchain/build/stage1/tools/clang/test/Preprocessor/Output/iwithprefix.c.tmp.tmps : 'RUN: at line 4'; mkdir -p /home/dileks/src/llvm-toolchain/build/stage1/tools/clang/test/Preprocessor/Output/iwithprefix.c.tmp.tmps/first /home/dileks/src/llvm-toolchain/build/stage1/tools/clang/test/Preprocessor/Output/iwithprefix.c.tmp.tmps/second : 'RUN: at line 5'; /home/dil...
2008 Sep 22
0
[LLVMdev] Overzealous PromoteCastOfAllocation
On Sep 13, 2008, at 1:07 PM, Matthijs Kooijman wrote: > Hi Dan, > >> Changing PromoteCastOfAllocation to not replace aggregate allocas >> with >> non-aggregate allocas if they have GEP users sounds reasonable to me. > This sounds reasonable indeed, but still a bit arbitrary. Haven't > figured out > anything better yet, though. > >> Finding the
2008 Sep 13
3
[LLVMdev] Overzealous PromoteCastOfAllocation
Hi Dan, > Changing PromoteCastOfAllocation to not replace aggregate allocas with > non-aggregate allocas if they have GEP users sounds reasonable to me. This sounds reasonable indeed, but still a bit arbitrary. Haven't figured out anything better yet, though. > Finding the maximum alignment is sometimes still useful though, so > it would be nice to update the alignment field of
2008 Sep 23
3
[LLVMdev] Overzealous PromoteCastOfAllocation
...eplaced... +; RUN: cat %t | grep {load .struct.two*} + +%struct.two = type <{ i16, i16 }> + +; Dummy function to give %S another use below. +declare void @fill(%struct.two*) + +define void @main(%struct.two* %D) { +entry: + %S = alloca %struct.two + call void @fill (%struct.two* %S) + %tmpS = bitcast %struct.two* %S to i8* + %tmpD = bitcast %struct.two* %D to i8* + call void @llvm.memmove.i32(i8* %tmpD, i8* %tmpS, i32 4, i32 1) + ret void +} + +declare void @llvm.memmove.i32(i8*, i8*, i32, i32) nounwind Index: lib/Transforms/Scalar/InstructionCombining.cpp ==============...
2009 Dec 11
1
New to the community - a few questions
Hello everyone, I´m new to the list and I´m doing some research on all virtualization products and solutions avaiable, and I have two questions about Xen: - Does it use have memory overcommitment techniques (ballooning, TMPS, swapping)? - Does it do software thin provisioning? - I read it has a very strong point when using paravirtualization with Linux systems. Does it have any other kind of virtualization method, like full? For now that´s it. I thank you a lot for the attention. Henrique Cicuto Machado ___________...
2009 Jun 15
0
Wishlist: as.raw [or similar] support for tcl strings (PR#13758)
...more, but gets confused > as.character(tq) [1] "Here" "are" "1" "is" "2" "finally" "three" > # we confirm that the tcl representation does indeed have the NULLs: > .Tcl("binary scan $tcls H* tmps") <Tcl> 1 > tclvalue("tmps") [1] "48657265206172652031004865726520697320320000416e642066696e616c6c79207468726565000000" I would naively suggest something like tclrawvalue() and/or as.raw() utilizing Tcl_GetByteArrayFromObj A good discussion of the basics of this...
2012 Jul 05
2
7 days confusion over lists
...each other; that is elements of Soil appear in Crop2. In the run file, I changed the order of the lists (for example Fert <- tmp[[5]] and Crop2 <-tmp[[3]]) and it changes which ones are confused with what; with some lists not being confused at all. I cannot find why this is a problem as the tmps are removed at the end of the command list shown below and each element is clearly defined as a part of its given list with (list name)$(Sublist maybe)$(specific element name) Either way, I changed the original lists to be more specific, for example: Crop$ <- list( CContent <- NA, NContent...
2016 Mar 25
0
[PATCH 3/4] iccsense: split sensor into own struct
...2 + (rail->idx * 2), 3, rail->mohm, 40 * 8); } @@ -121,81 +121,137 @@ static void * nvkm_iccsense_dtor(struct nvkm_subdev *subdev) { struct nvkm_iccsense *iccsense = nvkm_iccsense(subdev); - struct nvkm_iccsense_rail *rail, *tmp; + struct nvkm_iccsense_sensor *sensor, *tmps; + struct nvkm_iccsense_rail *rail, *tmpr; - list_for_each_entry_safe(rail, tmp, &iccsense->rails, head) + list_for_each_entry_safe(sensor, tmps, &iccsense->sensors, head) + kfree(sensor); + list_for_each_entry_safe(rail, tmpr, &iccsense->rails, head) kfree(rail); ret...
2013 Nov 20
3
[xen-unstable test] 22043: regressions - trouble: blocked/broken/fail/pass
flight 22043 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/22043/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl 9 guest-start fail REGR. vs. 22033 build-armhf 4 xen-build fail REGR. vs. 22033 test-amd64-i386-xl-qemut-winxpsp3-vcpus1
2016 Mar 25
7
[PATCH 0/4] Configure Power Sensors
The power sensors can be configured to sample the readout values over time. Nvidia does this too, so nouveau should probably do that too. Karol Herbst (4): iccsense: remove read function iccsense: convert to linked list iccsense: split sensor into own struct iccsense: configure sensors like nvidia does drm/nouveau/include/nvkm/subdev/iccsense.h | 6 +- drm/nouveau/nouveau_hwmon.c
2013 May 30
9
[PATCH v2 0/2] Implement VFP context switch for arm32
Hello, This is the second version of this patch series. I only implement the VPF context switch support for arm32 and add dummy function to avoid compilation on arm64. I have switched the order of the patch because the old second one can be applied alone and the patch are cleaner :). For all the changes see each patch. Cheers, Julien Grall (2): xen/arm: don''t enable VFP on XEN
2020 May 20
3
10.0.1-rc1 release has been tagged
On Wed, May 20, 2020 at 5:06 PM Tom Stellard <tstellar at redhat.com> wrote: > > On 05/19/2020 09:05 PM, Sedat Dilek wrote: > > Hi Tom, > > > > thanks and congrats for LLVM 10.0.1-rc1 release. > > > > [1] shows 2 assets. > > 10.0.0 RCs had a lot of more assets. > > I am missing the llvm-project-10.0.1rc1.tar.xz tarball. > > > > Will
2008 Aug 17
2
mirroring with LVM?
...2344 Alloc PE / Size 500 / 15.62 GB Free PE / Size 1844 / 57.62 GB VG UUID lRcg12-Pt0L-NYUv-zJfF-GT62-UKnP-VmhtD0 --- Logical volume --- LV Name /dev/vg0/root VG Name vg0 LV UUID av2DIv-p1Ns-pgPW-zN8U-fHbp-tMps-Q5b8dH LV Write Access read/write LV Status available # open 1 LV Size 15.62 GB Current LE 500 Segments 1 Allocation inherit Read ahead sectors 0 Block device 253:0 --- Physical volumes...
2016 Mar 28
4
[PATCH v2 0/4] Configure Power Sensors
The power sensors can be configured to sample the readout values over time. Nvidia does this too, so nouveau should probably do that too. v2: use list_del and rework an error message Karol Herbst (4): iccsense: remove read function iccsense: convert to linked list iccsense: split sensor into own struct iccsense: configure sensors like nvidia does
2005 Dec 02
8
UserEngine: stack level too deep
Hi, I''m trying to get the UserEngine running. I have installed the LoginEngine, added the essential lines to environment.rb / application.rb and application_helper.rb. Worked fine. Then I did the same with the UserEngine and when trying to set up the db: rake engine_migrate ENGINE=user I get: Migrating engine ''user_engine'' rake aborted! stack level too deep But...
2003 May 30
12
pdf printer
Hi, I created a PDFPrinter as per http://marc.theaimsgroup.com/?l=samba&m=105301236523413&w=2 I have another question, do I need to add a Color Laser Printer Driver in W2K to the PDF share to generate color PDF in Windows? Regards, Norman
2019 Apr 30
6
Disk space and RAM requirements in docs
.../auto-detect-from-source-parent.cpp.tmp/abc/def/ijk 12K build/tools/clang/test/Tooling/Output/auto-detect-from-source-parent-of-cwd.cpp.tmp/abc/def/ijk 12K build/tools/clang/test/Profile/Output/gcc-flag-compatibility.c.tmp.dir/some 12K build/tools/clang/test/Preprocessor/Output/iwithprefix.c.tmp.tmps 12K build/tools/clang/test/PCH/Output/verify_pch.m.tmp/usr 12K build/tools/clang/test/PCH/Output/include-stream-type.cpp.tmp-dir 12K build/tools/clang/test/PCH/Output/headersearch.cpp.tmp_orig/sub2 12K build/tools/clang/test/PCH/Output/headersearch.cpp.tmp_moved/sub2 12K build/tools/clang/test...