Displaying 2 results from an estimated 2 matches for "test10a".
Did you mean:
test10
2003 Jan 02
1
apparent w2ksp3 problem
...***********************************
test7:
smbclient //torvalds/tmp
added interface ip=192.168.100.3 bcast=192.168.100.255
nmask=255.255.255.0
Domain=[GOLGERTH] OS=[Unix] Server=[Samba 2.2.5]
smb: \>
smb: \> quit
**************************************************************************
test10a:
nmblookup -U -R -M golgerth
querying golgerth on 0.0.0.0
192.168.100.3 golgerth<1d>
**************************************************************************
test10b:
nmblookup -U -R -M '-'
querying __MSBROWSE__ on 0.0.0.0
192.168.100.3 __MSBROWSE__<01>
*****************...
2014 Nov 03
8
[LLVMdev] [PATCH] Protection against stack-based memory corruption errors using SafeStack
...@testi_aux() nounwind
+ store double %call, double* %x, align 8
+ %cmp2 = fcmp ogt double %call, 0.000000e+00
+ %y.1 = select i1 %cmp2, double* %x, double* null
+ %call2 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([4 x i8]* @.str, i32 0, i32 0), double* %y.1)
+ ret void
+}
+
+; test10a: Addr-of in phi instruction
+; no safestack attribute
+; Requires no protector.
+define void @test10a() nounwind uwtable {
+entry:
+; LINUX-I386: test10a:
+; LINUX-I386-NOT: movl __llvm__unsafe_stack_ptr
+; LINUX-I386: .cfi_endproc
+
+; LINUX-X64: test10a:
+; LINUX-X64-NOT: movq %fs:640
+;...