Displaying 10 results from an estimated 10 matches for "2b86".
Did you mean:
286
2016 Jan 09
2
[cfe-dev] Is it a va_arg bug in clang?
..., __builtin_ms_va_start, __builtin_ms_va_end to use ms_abi varargs semantics. (In particular, note that __builtin_ms_va_list is a different type from va_list, so this can't "just work" in the way you expect it to.)
Steven Shi
Intel\SSG\STO\UEFI Firmware
Tel: +86 021-61166522<tel:%2B86%20021-61166522>
iNet: 821-6522
From: Shi, Steven
Sent: Thursday, January 07, 2016 11:07 PM
To: 'cfe-dev at lists.llvm.org<mailto:cfe-dev at lists.llvm.org>'
Subject: Is it a va_arg bug in clang?
Hello,
I’m trying to use the clang3.7 to compile 64bits x86 code with Microsoft ABI...
2016 Jan 10
2
[cfe-dev] Is it a va_arg bug in clang?
...:20:2: note: did you mean '__builtin_ms_va_arg'?
X64.c:17:11: note: '__builtin_ms_va_arg' declared here
Value = __builtin_ms_va_arg (Marker, int);
^
5 errors generated.
Steven Shi
Intel\SSG\STO\UEFI Firmware
Tel: +86 021-61166522<tel:%2B86%20021-61166522>
iNet: 821-6522
From: metafoo at gmail.com<mailto:metafoo at gmail.com> [mailto:metafoo at gmail.com<mailto:metafoo at gmail.com>] On Behalf Of Richard Smith
Sent: Saturday, January 09, 2016 3:26 AM
To: Shi, Steven
Cc: cfe-dev at lists.llvm.org<mailto:cfe-dev at li...
2016 Jan 08
2
Is it a va_arg bug in clang?
For the variadic function error with AMD64 abi and windows calling convention on 64bits x86, I find it has been tracked in Bug 20847 (https://llvm.org/bugs/show_bug.cgi?id=20847) (http://reviews.llvm.org/D1622#inline-9345). Do we still plan to fix it?
You know, I meet exactly same va_arg mistake with llvm3.7 when I enable the Uefi firmware (http://www.uefi.org/) build with clang. The ms_abi is
2007 Oct 11
0
SK-9E21D + vlan + ifb
...0 4500 05dc 3a2f 4000 3c06 d868 ....E...:/@.<..h
0x0010: c299 9143 c3e6 0ec1 0050 0f2a e2c1 ce38 ...C.....P.*...8
0x0020: 792b a65c 5010 1a6d 6d13 0000 9b44 5dd1 y+.\P..mm....D].
0x0030: e3b3 771e def5 bd61 19fb 393f 7d58 fde3 ..w....a..9?}X..
0x0040: 8e7d 2b86 5251 6772 48d0 b083 e467 f2c0 .}+.RQgrH....g..
0x0050: 2bca +.
03:30:17.322622 5a:71:6f:15:00:17 > 00:00:5a:71:00:00, ethertype Unknown
(0xcb69), length 1522:
0x0000: 2000 0800 4500 05dc 3a31 4000 3c06 d866 ....E...:1@.<..f
0x00...
2015 Mar 05
2
[LLVMdev] [GSoC] Applying for GSoC 2015
Wow, that is cool!
I'll check about it.
Thank you!
On 4 March 2015 at 21:57, John Criswell <jtcriswel at gmail.com> wrote:
> On 3/4/15 2:18 AM, Mingxing Zhang wrote:
>
> Hello John,
>
> Thank you for your advices and congratulations~
>
> I'll read the code of cfl-aa and Giri first and make the decision of which
> project to pursue.
> The choice will be
2015 Mar 15
4
[LLVMdev] [GSoC] Applying for GSoC 2015
Hello Daniel,
Thank you for your comments and sorry for my mistakes, I'll revise them.
And I'll for sure read the paper you mentioned and survey the recent
researches before deciding the implementation technique.
To George:
May I know the exact plan of your attempt for making cfl-aa interprocedural?
I do think that this is the most valuable part of my proposal, but that
makes no sense to
2007 Jun 21
1
A HTB problem
...0 giants: 0
tokens: 44739242 ctokens: 8540
Yong Yao
Software Engineer Cisco CRDC Linksys
Floor 11-16, Block C,
No.900, Yishan Road,
Caohejing Hi-Tech Park
Shanghai, P.R.C.200233
yoyao@cisco.com tel: +86(21)24057124
<http://www.plaxo.com/click_to_call?src=jj_signature&To=%2B86(21)2405712
4&Email=yoyao@cisco.com>
Add me to your address book...
<https://www.plaxo.com/add_me?u=42951000485&v0=2632575&k0=938368488>
Want a signature like this? <http://www.plaxo.com/signature>
_______________________________________________
LARTC mailing...
2015 Mar 08
2
[LLVMdev] [GSoC] Applying for GSoC 2015
...Thus I will apply for the Alias Analysis one if it is
>>> not suitable.
>>>
>>> Thanks!
>>>
>>> --
>>> Mingxing Zhang
>>>
>>> Tel.: +86-10-62797143 <tel:%2B86-10-62797143>
>>> Web: http://james0zan.github.io/
>>> Addr: Room 3-122, FIT Building, Tsinghua University,
>>> Beijing 100084, China
>>>
>>>
>>> _______________________________________________
&...
2015 Mar 04
2
[LLVMdev] [GSoC] Applying for GSoC 2015
Hello John,
Thank you for your advices and congratulations~
I'll read the code of cfl-aa and Giri first and make the decision of which
project to pursue.
The choice will be reported to this thread once I made the determination
(hopefully within this week).
Thanks!
On 3 March 2015 at 23:12, John Criswell <jtcriswel at gmail.com> wrote:
> Dear Mingxing,
>
> I think both
2006 Nov 28
11
Extending Element with getTop, getWidth, getLeft problem
Hi,
I need to extend the Element object with getTop, getWidth, getLeft .
I wrote something like this in an js file and loaded it after the
prototype.js .
----------------------------------------------------
Object.extend(Element, {
getWidth: function(element) {
element = $(element);
return element.offsetWidth;
},
getTop: function(element) {
element = $(element);
var curtop