search for: undefined2

Displaying 11 results from an estimated 11 matches for "undefined2".

Did you mean: undefined
2013 Dec 04
2
[LLVMdev] ud2 and lack of warning messages
Is it just me or would it be nifty if Clang emitted a warning message when it generates an "ud2" (UnDefined2) instruction. I know this is x86-specific, but it would be sort of nice to know up front. After all, the compiler knows perfectly well that it is outputting an "ud2" instruction and I'm pretty sure almost every programmer out there would like to share the unhappy news. -- Mikael -...
2007 Mar 22
0
11 commits - libswfdec/swfdec_color.c libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_movie.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_net_stream.h libswfdec/swfdec_pattern.c libswfdec/swfdec_script.c NEWS test/trace
...race/doaction-after-placeobject.swf.trace | 3 test/trace/doaction-before-placeobject.c | 38 +++++ test/trace/doaction-before-placeobject.swf |binary test/trace/doaction-before-placeobject.swf.trace | 3 test/trace/object-math-7.swf.trace | 4 test/trace/undefined2-7.swf.trace | 2 20 files changed, 337 insertions(+), 20 deletions(-) New commits: diff-tree 78f8f60164ab0703da6ad2ade859b41ef1602d98 (from 61b98c071a73378f4095ca33648ab0959e80ef6d) Author: Benjamin Otte <otte@gnome.org> Date: Thu Mar 22 16:46:31 2007 +0100 update N...
2013 Dec 04
0
[LLVMdev] ud2 and lack of warning messages
...into runtime checks that will give you a nice diagnostic if they are violated. -- Sean Silva On Tue, Dec 3, 2013 at 8:58 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote: > Is it just me or would it be nifty if Clang emitted a warning message when > it generates an "ud2" (UnDefined2) instruction. I know this is > x86-specific, but it would be sort of nice to know up front. After all, > the compiler knows perfectly well that it is outputting an "ud2" > instruction and I'm pretty sure almost every programmer out there would > like to share the unhappy...
2013 Dec 04
1
[LLVMdev] ud2 and lack of warning messages
...a nice diagnostic if they are > violated. > > -- Sean Silva > > > On Tue, Dec 3, 2013 at 8:58 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote: > >> Is it just me or would it be nifty if Clang emitted a warning message >> when it generates an "ud2" (UnDefined2) instruction. I know this is >> x86-specific, but it would be sort of nice to know up front. After all, >> the compiler knows perfectly well that it is outputting an "ud2" >> instruction and I'm pretty sure almost every programmer out there would >> like to s...
2007 Mar 14
0
10 commits - libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_flv_decoder.h libswfdec/swfdec_js_global.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h libswfdec/swfdec_loadertarget.c
...wf.trace \ + netstream-onstatus.c \ + netstream-onstatus.swf \ + netstream-onstatus.trace \ + netstream-onstatus-notfound.as \ + netstream-onstatus-notfound.swf \ + netstream-onstatus-notfound.swf.trace \ number.swf \ number.swf.trace \ object-math-5.swf \ @@ -161,6 +167,7 @@ EXTRA_DIST = \ undefined2-6.swf.trace \ undefined2-7.swf \ undefined2-7.swf.trace \ + video.flv \ xscale.swf \ xscale.swf.trace diff --git a/test/trace/netstream-onstatus-notfound.as b/test/trace/netstream-onstatus-notfound.as new file mode 100644 index 0000000..1cd5983 --- /dev/null +++ b/test/trace/netstream-ons...
2007 Jun 08
0
Changes to 'refs/tags/0.4.2'
...etMember and Add2 for Flash7 implement SetMember fix string Add2 push a double, not a float fix SetMember Fix case handling (don't make it global anymore) and implement SetVariable implement Less2 and Greater actions and fix a big bug fix binary ops for undefined2-7.swf Implement Jump, If and Not implement Increment and Decrement allow NULL buffer in swfdec_bits_init and 0 length in swfdec_bits_get_buffer convert the parsing code to the recent SwfdecBits API add a first shot at an swf file editor that is supposed to allow creati...
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
...etMember and Add2 for Flash7 implement SetMember fix string Add2 push a double, not a float fix SetMember Fix case handling (don't make it global anymore) and implement SetVariable implement Less2 and Greater actions and fix a big bug fix binary ops for undefined2-7.swf Implement Jump, If and Not implement Increment and Decrement allow NULL buffer in swfdec_bits_init and 0 length in swfdec_bits_get_buffer convert the parsing code to the recent SwfdecBits API add a first shot at an swf file editor that is supposed to allow creati...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...etMember and Add2 for Flash7 implement SetMember fix string Add2 push a double, not a float fix SetMember Fix case handling (don't make it global anymore) and implement SetVariable implement Less2 and Greater actions and fix a big bug fix binary ops for undefined2-7.swf Implement Jump, If and Not implement Increment and Decrement allow NULL buffer in swfdec_bits_init and 0 length in swfdec_bits_get_buffer convert the parsing code to the recent SwfdecBits API add a first shot at an swf file editor that is supposed to allow creati...
2007 Jan 25
0
Branch 'interpreter' - 28 commits - configure.ac libswfdec/js libswfdec/swfdec_buffer.c libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_player.c
...}, [0x9e] = { "Call", NULL }, [0x9f] = { "GotoFrame2", NULL } }; diff-tree 568f6fdf0b44ea7cfcc87b33ed4ac09e88bbd47e (from e06e79a0c20256854b9073ee7c73a047e81dd820) Author: Benjamin Otte <otte@gnome.org> Date: Sun Jan 21 20:48:06 2007 +0100 fix binary ops for undefined2-7.swf 13/44 failures diff --git a/libswfdec/swfdec_script.c b/libswfdec/swfdec_script.c index 3bbd168..104af78 100644 --- a/libswfdec/swfdec_script.c +++ b/libswfdec/swfdec_script.c @@ -540,8 +540,15 @@ swfdec_action_binary (JSContext *cx, gui rval = cx->fp->sp[-1]; lval = c...
2007 Mar 12
0
11 commits - libswfdec/js libswfdec/swfdec_loader.c libswfdec/swfdec_root_sprite.c libswfdec/swfdec_script.c player/swfdebug.c player/swfdec_player_manager.c test/trace
...dex 131989d..ed2582f 100644 --- a/test/trace/Makefile.am +++ b/test/trace/Makefile.am @@ -150,6 +150,8 @@ EXTRA_DIST = \ transform2.swf \ transform2.swf.trace \ transform2.swf.trace.org \ + undefined-tostring.swf \ + undefined-tostring.swf.trace \ undefined1.swf \ undefined1.swf.trace \ undefined2-6.swf \ diff --git a/test/trace/undefined-tostring.swf b/test/trace/undefined-tostring.swf new file mode 100755 index 0000000..a971a58 Binary files /dev/null and b/test/trace/undefined-tostring.swf differ diff --git a/test/trace/undefined-tostring.swf.trace b/test/trace/undefined-tostring.swf.trace...
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
...}, [0x9e] = { "Call", NULL }, [0x9f] = { "GotoFrame2", NULL } }; diff-tree 568f6fdf0b44ea7cfcc87b33ed4ac09e88bbd47e (from e06e79a0c20256854b9073ee7c73a047e81dd820) Author: Benjamin Otte <otte@gnome.org> Date: Sun Jan 21 20:48:06 2007 +0100 fix binary ops for undefined2-7.swf 13/44 failures diff --git a/libswfdec/swfdec_script.c b/libswfdec/swfdec_script.c index 3bbd168..104af78 100644 --- a/libswfdec/swfdec_script.c +++ b/libswfdec/swfdec_script.c @@ -540,8 +540,15 @@ swfdec_action_binary (JSContext *cx, gui rval = cx->fp->sp[-1]; lval = c...