search for: cst2

Displaying 13 results from an estimated 13 matches for "cst2".

Did you mean: cst
2008 May 28
2
Feature request
The sshd server has what I think is a serious flaw. There appears to be no way to turn off remote command execution. (someone please correct me if I am wrong). We have a server which uses a chroot jail, and rbash to severely limit what users can do on our system. The remote command bypasses all of that. ie. ssh user at host cat /etc/passwd will display the password file for the live system
2012 Jan 23
2
[LLVMdev] Possible bug in the dragonegg
...ot; module asm "\09.ident\09\22GCC: (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1 LLVM: exported\22" @.cst = linker_private unnamed_addr constant [15 x i8] c"aaaaaaaaaaaaaa\00", align 8 @.cst1 = linker_private unnamed_addr constant [15 x i8] c"bbbbbbbbbbbbbb\00", align 8 @.cst2 = linker_private unnamed_addr constant [24 x i8] c"a = %s, b = %s, c = %s\0A\00", align 8 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind uwtable ssp { entry: %memtmp = alloca [15 x i8], align 1 %memtmp1 = alloca [15 x i8], align 1 %0 = getelementptr inbounds [15 x i...
2012 Jan 24
0
[LLVMdev] Possible bug in the dragonegg
...\09\22GCC: (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1 > LLVM: exported\22" > > @.cst = linker_private unnamed_addr constant [15 x i8] > c"aaaaaaaaaaaaaa\00", align 8 > @.cst1 = linker_private unnamed_addr constant [15 x i8] > c"bbbbbbbbbbbbbb\00", align 8 > @.cst2 = linker_private unnamed_addr constant [24 x i8] c"a = %s, b = > %s, c = %s\0A\00", align 8 > > define i32 @main(i32 %argc, i8** nocapture %argv) nounwind uwtable ssp { > entry: > %memtmp = alloca [15 x i8], align 1 > %memtmp1 = alloca [15 x i8], align 1 >...
2012 Jul 18
2
[LLVMdev] [NVPTX] PTXAS - Unimplemented feature: labels as initial values
...getelementptr inbounds ([3 x i8]* @.cst1, i64 0, i64 0), align 4096 @.cst1 = hidden constant [3 x i8] c"zz\00", align 4096 @a = unnamed_addr global i8* getelementptr inbounds ([3 x i8]* @.cst12, i64 0, i64 0), align 4096 @.cst12 = hidden constant [3 x i8] c"aa\00", align 4096 @.cst2 = hidden constant [26 x i8] c"Usage: %s <nx> <ny> <nz>\0A\00", align 4096 > llc -march=nvptx64 test.ll -o test.ptx > cat test.ptx // // Generated by LLVM NVPTX Back-End // .version 3.0 .target sm_10, texmode_independent .address_size 64 .visible .global .align 4...
2012 Jan 24
1
[LLVMdev] Possible bug in the dragonegg
...6.1-9ubuntu3) 4.6.1 >> LLVM: exported\22" >> >> @.cst = linker_private unnamed_addr constant [15 x i8] >> c"aaaaaaaaaaaaaa\00", align 8 >> @.cst1 = linker_private unnamed_addr constant [15 x i8] >> c"bbbbbbbbbbbbbb\00", align 8 >> @.cst2 = linker_private unnamed_addr constant [24 x i8] c"a = %s, b = >> %s, c = %s\0A\00", align 8 >> >> define i32 @main(i32 %argc, i8** nocapture %argv) nounwind uwtable ssp { >> entry: >> %memtmp = alloca [15 x i8], align 1 >> %memtmp1 = alloca [15 x i8],...
2012 Jul 18
0
[LLVMdev] [NVPTX] PTXAS - Unimplemented feature: labels as initial values
...getelementptr inbounds ([3 x i8]* @.cst1, i64 0, i64 0), align 4096 @.cst1 = hidden constant [3 x i8] c"zz\00", align 4096 @a = unnamed_addr global i8* getelementptr inbounds ([3 x i8]* @.cst12, i64 0, i64 0), align 4096 @.cst12 = hidden constant [3 x i8] c"aa\00", align 4096 @.cst2 = hidden constant [26 x i8] c"Usage: %s <nx> <ny> <nz>\0A\00", align 4096 > llc -march=nvptx64 test.ll -o test.ptx > cat test.ptx // // Generated by LLVM NVPTX Back-End // .version 3.0 .target sm_10, texmode_independent .address_size 64 .visible .global .align 4...
2012 Jan 23
0
[LLVMdev] Possible bug in the dragonegg
Hi Pablo, > I came across something that seems to be a bug in the dragonegg option that > emits LLVM IR. ¿Can anybody reproduce the error, or see what's wrong? I can't reproduce this on x86-64 linux with latest LLVM+dragonegg+gcc-4.6. ¿Should I > post it somewhere else in case it's really a bug? Thanks ahead! > > With this simple program: > * > #include
2008 May 25
1
OpenSSH + chroot + SELinux = broke
...1.2_i386.deb, with just the one chroot patch applied.) I thought that perhaps the chroot is preventing sshd from finding the sshd_config file, thus causing a runtime option to default back to "SELinux support enabled", but the sshd_config does not say anything about SELinux: root at cst2:/etc/ssh# grep -i selinux * root at cst2:/etc/ssh# This observation also concurs with Alexandre's report, because he said this failure is only for "accounts where the new ChrootDirectory option is active". I know C and I'd be happy to work on a fix, but I haven't c...
2012 Jan 23
2
[LLVMdev] Possible bug in the dragonegg
Hi all, I came across something that seems to be a bug in the dragonegg option that emits LLVM IR. ¿Can anybody reproduce the error, or see what's wrong? ¿Should I post it somewhere else in case it's really a bug? Thanks ahead! With this simple program: * #include <stdio.h> #include <string.h> int main(int argc, char** argv){ char a[8] = "aaaaaaa";
2006 May 10
0
[LLVMdev] SCCP
...ate "isa<UndefValue>(V)". LLVM explicitly represents undefined values. > This would be after SCCP and other optimizations have already been > run, so conditional statements with constant expressions would already > be eliminated. Right, conditionals like "cst1 < cst2" will certainly be folded to true or false. Also "undef < X" will be folded to undef by the SCCP pass. -Chris -- http://nondot.org/sabre/ http://llvm.org/
2006 May 10
2
[LLVMdev] SCCP
Chris Lattner wrote: > On Tue, 9 May 2006, Nick Lewycky wrote: > >>>> For an analysis pass, I'm interested in reading the lattice values >>>> calculated by SCCP. Should I split the current SCCP optimization >>>> into an >>>> analysis piece and the optimization that depends on it, so that I can >>>> use its analysis results?
2005 Apr 28
0
[LLVMdev] SimplifyLibCalls Pass -- Help!
...onstant array) memset: * memset(s,c,0) -> noop * memset(s,c,n) -> store s, c (for n=1,2,4,8) pow, powf, powl: * pow(1.0,y) -> 1.0 * pow(x,0.0) -> 1.0 * pow(x,1.0) -> x * pow(x,-1.0) -> 1.0/x * pow(x,0.5) -> sqrt(x) * pow(cst1,cst2) -> const1**const2 * pow(exp(x),y) -> exp(x*y) * pow(sqrt(x),y) -> pow(x,y*0.5) * pow(pow(x,y),z)-> pow(x,y*z) puts: * puts("") -> fputc("\n",stdout) (how do we get "stdout"?) round, roundf, roundl: * round(cnst) -> cnst' sig...
2012 Dec 25
2
[LLVMdev] [DragonEgg] Strange call to @"\01__isoc99_fscanf"
...ILE*, i32, [4 x i8] } @filename = unnamed_addr global i8* getelementptr inbounds ([11 x i8]* @.cst, i64 0, i64 0) @.cst = linker_private constant [11 x i8] c"fileio.txt\00", align 8 @.cst1 = linker_private constant [36 x i8] c"Test KernelGen support for File I/O\00", align 64 @.cst2 = linker_private constant [21 x i8] c"Usage: %s <szarray>\0A\00", align 8 @.cst3 = linker_private constant [2 x i8] c"w\00", align 8 @.cst4 = linker_private constant [28 x i8] c"Cannot open output file %s\0A\00", align 8 @stderr = external global %struct._IO_FILE...