Displaying 6 results from an estimated 6 matches for "72d0".
Did you mean:
720
2011 Mar 10
0
[LLVMdev] Alternative to Adding New Intrinsics for Code-Generation?
On Mar 10, 2011, at 10:43 AM, Dan Bailey wrote:
> I've written an IR->IR translation as part of a high-level language I've
> designed. It replaces my own specific functions in LLVM passes with
> custom logic.
>
> As part of the process, it needs to perform constant propagation and
> inlining prior to doing any translation. Initially I just used simple
>
2011 Mar 10
2
[LLVMdev] Alternative to Adding New Intrinsics for Code-Generation?
Hi,
I've written an IR->IR translation as part of a high-level language I've
designed. It replaces my own specific functions in LLVM passes with
custom logic.
As part of the process, it needs to perform constant propagation and
inlining prior to doing any translation. Initially I just used simple
function declarations to define these specific functions, but the
verification pass
2011 Mar 10
2
[LLVMdev] Alternative to Adding New Intrinsics for Code-Generation?
...TML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
John McCall wrote:
<blockquote cite="mid:FAB334D8-72D0-40FB-B133-A9430870B701@apple.com"
type="cite">
<pre wrap="">On Mar 10, 2011, at 10:43 AM, Dan Bailey wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I've written an IR->IR translation as part of a high-lev...
2016 May 03
4
Linux/ARM: Segfault issue when we build clang sources including __thread variable using -O2 flag
A few days ago, I tried to change the optimization flag from -O0 to -O2 to
speed up the execution of the application on Ubuntu/ARM 14.04 32 bit.
When I compiled the source code with -O2 flag instead of -O0 flag, I could
not run the application normally by getting always the segmentation fault.
Here is debugging information with GDB command in case of that. As you can
see, we could not execute
2010 Aug 17
2
multcomp issues on MAC OSX 10.6.4
..._start + 34 (in libSystem.B.dylib) [0x937036a2]
14 _pthread_start + 345 (in libSystem.B.dylib) [0x9370381d]
14 kevent + 10 (in libSystem.B.dylib) [0x936fc942]
Kernel stack:
14 kevent + 97 [0x4701de]
Binary Images:
0x1000 - 0x62ff7 mDNSResponder ??? (???) <47C662C3-9A7B-17A6-72D0-54DAA1015794> /usr/sbin/mDNSResponder
0x92588000 - 0x92702fe3 com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x936d5000 - 0x9387bfeb libSystem.B.dylib ??? (???) <3441F338-2218...
2012 Jun 24
0
nouveau _BIOS method
...90: 4d 40 14 43 50 46 4d 20 45 50 46 4d 20 50 4c 55 M at .CPFM EPFM PLU
72a0: 54 40 25 50 46 4d 42 20 43 43 44 56 20 50 43 46 T@%PFMB CCDV PCF
72b0: 54 20 00 40 2f 47 56 44 31 80 00 0c 50 48 45 44 T .@/GVD1...PHED
72c0: 20 42 44 44 43 40 80 08 44 42 54 42 12 32 15 00 BDDC at ..DBTB.2..
72d0: 0a 07 0a 38 0b c0 01 0b 00 0e 0a 3f 0b c7 01 0b ...8.......?....
72e0: 07 0e 0b f8 01 0b 38 0e 0b c0 0f 00 00 00 00 00 ......8.........
72f0: 0b 00 70 0b 07 70 0b 38 70 0b c0 71 0b 00 7e 08 ..p..p.8p..q..~.
7300: 43 44 43 54 12 27 05 12 07 02 0a e4 0b 40 01 12 CDCT.'....... at ..
7...