search for: 0az

Displaying 4 results from an estimated 4 matches for "0az".

Did you mean: 00z
2012 Nov 11
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
Hi Susan, It looks like the bitcode you have attached is corrupted. You should make sure to attach it as a binary file. Alternatively you can attach the LLVM assembly as text. You can generate an assembly file from bitcode with: llvm-dis -o <asm file> <bitcode> Regards, Lang. On Fri, Nov 9, 2012 at 11:15 AM, Susan Horwitz <horwitz at cs.wisc.edu> wrote: > Thanks Lang,
2012 Nov 11
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @.str = private unnamed_addr constant [7 x i8] c"x: %d\0A\00", align 1 @.str1 = private unnamed_addr constant [37 x i8] c"a: %d\0Ab: %d\0Ac: %d\0Ax: %d\0Ay: %d\0Az: %d\0A\00", align 1 define i32 @main(i32 %argc, i8** %argv) nounwind uwtable { entry: %call = call i32 @rand() nounwind %call1 = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([7 x i8]* @.str, i32 0, i32 0), i32 %call) br label %while.cond while.cond:...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...;Y(UUXXGg3 at Q3FCR2c@keb3AH$LBHk!+fb*t=u|QBZ)r%R~H4C zlAkGg8GYlCD|?nU8!@stO=V*Z3I!;dh~Dw96guXKAy>%oG2sUJBd?(`&;{CTyU*L$ zj{!lBm<t)P!F+hm8c7I0Wy}Z5DmB0a2s^X at e2zrO|E6#L6y)C-S~iZ_EYC&F#x?xS z_qw(=RU8$Zqh at m95vc4U(}_OCX0vA0*05FukyKyQ{jFnoz5|-!WaxI}xPm87+FsGj zAyzI~^|(vAf98lVgbLX~1by^0aZwQi at N<5^{^fdRqE5>3Mk*v%nVeoB!>pz!d#^r` zGvmAIPyf0gr=*VQ0e~1 at gxoUuqq=u%gPzf{6LVwvuFbX-A7DZsHAU##b5#5;GF?$y zvU%_^+MNt>{zrzq?69<>9ROOy10ZKbzmfqlyAxcw6K#%GGZ|g?K&jEG|H>HtmGSpO z<KGVyX3`?FA06)F4PJw&@Opg;xInfkA|pMZY5kz&5nN>jrt-q5HqP|n+q at s6D?dj6 zD#3LH3=TS0|...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *