search for: str8

Displaying 15 results from an estimated 15 matches for "str8".

Did you mean: str
2008 Jan 06
0
[LLVMdev] Another memory fun
...e.lz' @.str1 = internal global [6 x i8] c"world\00" ; <[6 x i8]*> [#uses=1] @.str2 = internal global [7 x i8] c"hello \00" ; <[7 x i8]*> [#uses=1] @.str7 = internal global [7 x i8] c"father\00" ; <[7 x i8]*> [#uses=1] @.str8 = internal global [8 x i8] c"mother \00" ; <[8 x i8]*> [#uses=1] declare i32 @puts(i8*) declare i8* @strcat(i8*, i8*) declare i32 @strlen(i8*) declare void @llvm.memcpy.i32(i8*, i8*, i32, i32) define i32 @main() { mainBlock: %str3 = getelementptr [7 x i8]* @.str...
2008 Jan 06
4
[LLVMdev] Another memory fun
Yes, I agree with you -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080106/efb1c465/attachment.html>
2008 Jan 06
4
[LLVMdev] Another memory fun
...i8*> [#uses=1] %.str4 = getelementptr [8 x i8]* @.str1, i64 0, i64 0 ; <i8*> [#uses=1] %tmp5 = call i8* @strcat( i8* %.str3, i8* %.str4 ) ; <i8*> [#uses=1] %tmp6 = call i32 @puts( i8* %tmp5 ) ; <i32> [#uses=0] %.str8 = getelementptr [21 x i8]* @.str7, i64 0, i64 0 ; <i8*> [#uses=1] %tmp9 = call i32 @puts( i8* %.str8 ) ; <i32> [#uses=0] ret i32 0 } After compilation I see next(without %): % hello, world! world! what is the trouble now? but next code runs ok: ;...
2008 Jan 06
0
[LLVMdev] Another memory fun
....str4 = getelementptr [8 x i8]* @.str1, i64 0, i64 0 > ; <i8*> [#uses=1] > %tmp5 = call i8* @strcat( i8* %.str3, i8* %.str4 ) > ; <i8*> [#uses=1] > %tmp6 = call i32 @puts( i8* %tmp5 ) ; <i32> [#uses=0] > %.str8 = getelementptr [21 x i8]* @.str7, i64 0, i64 0 > ; <i8*> [#uses=1] > %tmp9 = call i32 @puts( i8* %.str8 ) ; <i32> [#uses=0] > ret i32 0 > } > > After compilation I see next(without %): > > % > hello, world! > world!...
2008 Jan 06
4
[LLVMdev] Another memory fun
...e.lz' @.str1 = internal global [6 x i8] c"world\00" ; <[6 x i8]*> [#uses=1] @.str2 = internal global [7 x i8] c"hello \00" ; <[7 x i8]*> [#uses=1] @.str7 = internal global [7 x i8] c"father\00" ; <[7 x i8]*> [#uses=1] @.str8 = internal global [8 x i8] c"mother \00" ; <[8 x i8]*> [#uses=1] declare i32 @puts(i8*) declare i8* @strcat(i8*, i8*) declare i32 @strlen(i8*) declare void @llvm.memcpy.i32(i8*, i8*, i32, i32) define i32 @main() { mainBlock: %str3 = getelementptr [7 x i8]* @.str...
2010 Jun 21
1
[LLVMdev] Extracting Metadata of Variables
...llvm.dbg.variable.type* @llvm.dbg.variable9 to { }*)) links to meta data for @llvm.dbg.variable9 which is: @llvm.dbg.variable9 = internal constant %llvm.dbg.variable.type { i32 459008, { }* bitcast (%llvm.dbg.subprogram.type* @llvm.dbg.subprogram to { }*), i8* getelementptr inbounds ([2 x i8]* @.str8, i32 0, i32 0), { }* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to { }*), i32 13, { }* bitcast (%llvm.dbg.basictype.type* @llvm.dbg.basictype to { }*) }, section "llvm.metadata" ; <%llvm.dbg.variable.type*> [#uses=1] now what I'm interested is the line number...
2008 Jan 06
0
[LLVMdev] Another memory fun
...etelementptr [8 x i8]* @.str1, i64 0, i64 > 0 ; <i8*> [#uses=1] > %tmp5 = call i8* @strcat( i8* %.str3, i8* > %.str4 ) ; <i8*> [#uses=1] > %tmp6 = call i32 @puts( i8* %tmp5 ) ; <i32> > [#uses=0] > %.str8 = getelementptr [21 x i8]* @.str7, i64 0, i64 > 0 ; <i8*> [#uses=1] > %tmp9 = call i32 @puts( i8* %.str8 ) ; <i32> > [#uses=0] > ret i32 0 > } You should look more closely at the man page for strcat(). You have to have sufficien...
2013 Nov 23
2
[LLVMdev] bugpoint question
...generator crash! Checking to see if we can delete global inits: <llc> - Removing all global inits hides problem! *** Attempting to reduce the number of global variables in the testcase Checking for crash with only these global variables: .str .str1 .str2 .str3 .str4 .str5 .str6 .str7 .str8 .str9... <40 total>: <llc> Checking for crash with only these blocks: entry cond.true cond.false cond.end cond.true9 cond.false12 cond.end13 cond.true20 cond.false24 cond.end25... <20 total>: Cannot find `opt' in PATH! simplifycfg failed! On 11/22/2013 07:14 PM, Hal Finkel...
2013 Nov 23
0
[LLVMdev] bugpoint question
...if we can delete global inits: <llc> > - Removing all global inits hides problem! > > *** Attempting to reduce the number of global variables in the > testcase > Checking for crash with only these global variables: .str .str1 > .str2 > .str3 .str4 .str5 .str6 .str7 .str8 .str9... <40 total>: <llc> > Checking for crash with only these blocks: entry cond.true cond.false > cond.end cond.true9 cond.false12 cond.end13 cond.true20 cond.false24 > cond.end25... <20 total>: Cannot find `opt' in PATH! > simplifycfg failed! Is 'opt'...
2013 Nov 23
0
[LLVMdev] bugpoint question
----- Original Message ----- > From: "reed kotler" <rkotler at mips.com> > To: LLVMdev at cs.uiuc.edu > Sent: Friday, November 22, 2013 8:40:24 PM > Subject: [LLVMdev] bugpoint question > > This is my first time using bugpoint. I'm getting the following > error: > > /home/rkotler/llvmw/install/bin/bugpoint -run-llc casts.bc > --tool-args >
2013 Nov 23
2
[LLVMdev] bugpoint question
This is my first time using bugpoint. I'm getting the following error: /home/rkotler/llvmw/install/bin/bugpoint -run-llc casts.bc --tool-args -target mips-linux-gnu -mcpu=mips16 -mips16-constant-islands Read input file : 'casts.bc' *** All input ok Initializing execution environment: Found llc: /home/rkotler/llvmw/install/bin/llc Sorry, I can't automatically select a
2006 Mar 16
20
help with each
can you please tell me why this is not working? i got the example for how to use each online and copied it to a t (except i added the if). its telling me items.each does not exist. var items = document.getElementsByClassName(''editView''); if (items.length > 0){ items.each(function (result){ thisid = result.id; thiskey = thisid.replace(/se_item_/gi, '''');
2012 Dec 25
2
[LLVMdev] [DragonEgg] Strange call to @"\01__isoc99_fscanf"
...t open output file %s\0A\00", align 1 @.str5 = private unnamed_addr constant [4 x i8] c"%d \00", align 1 @.str6 = private unnamed_addr constant [2 x i8] c"r\00", align 1 @.str7 = private unnamed_addr constant [27 x i8] c"Cannot open input file %s\0A\00", align 1 @.str8 = private unnamed_addr constant [3 x i8] c"%d\00", align 1 @.str9 = private unnamed_addr constant [2 x i8] c"\0A\00", align 1 define i32 @main(i32 %argc, i8** %argv) nounwind { entry: %retval = alloca i32, align 4 %argc.addr = alloca i32, align 4 %argv.addr = alloca i8**,...
2007 Apr 30
0
[LLVMdev] Boostrap Failure -- Expected Differences?
...data 00000011 __FUNCTION__.22845 > 00000020 l O .bss 000000d4 static_reg_base_value > 0000010c l O .bss 00000001 memory_modified.b > 00003f00 l F .text 0000005b memory_modified_1 > 0000000c l O .bss 00000004 old_reg_base_value > 000005d5 l O .rodata 0000000f .str8 > -000005c1 l O .rodata 00000014 __FUNCTION__.23098 > -000005e4 l O .rodata 00000017 __FUNCTION__.22989 > +000005c1 l O .rodata 00000014 __FUNCTION__.23005 > +000005e4 l O .rodata 00000017 __FUNCTION__.22896 > 00004e90 l F .text 000003ca write_dependence_p > -...
2007 Apr 27
2
[LLVMdev] Boostrap Failure -- Expected Differences?
The saga continues. I've been tracking the interface changes and merging them with the refactoring work I'm doing. I got as far as building stage3 of llvm-gcc but the object files from stage2 and stage3 differ: warning: ./cc1-checksum.o differs warning: ./cc1plus-checksum.o differs (Are the above two ok?) The list below is clearly bad. I think it's every object file in the