<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/hipe/test/basic_SUITE_data, branch bjorn/contributing</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Comment and clean up a test</title>
<updated>2016-03-07T19:45:49+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@it.uu.se</email>
</author>
<published>2016-03-07T19:45:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e86a36d19b8e7e84b66588c37714e6e57a8309a7'/>
<id>e86a36d19b8e7e84b66588c37714e6e57a8309a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hipe: Fix crashing bugs when inlining FP ops</title>
<updated>2016-03-02T14:52:31+00:00</updated>
<author>
<name>Magnus Lång</name>
<email>margnus1@telia.com</email>
</author>
<published>2016-03-02T13:55:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c7cc7877e048eab4ee16169653d7cec51fe8a8df'/>
<id>c7cc7877e048eab4ee16169653d7cec51fe8a8df</id>
<content type='text'>
It was assumed in hipe_icode_fp:filter_map/3 that either all
predecessors would have an up-to-date ("assigned") tagged copy, or none
of them.

This is temporarily false during the fixpoint loop in
basic_floats:test_icode_type_crash_2/0, which exercises the
all_args_equal(Bindings) =:= true branch, that would previously
erroneously end up in the 'false' branch, which is what caused the crash
in that case.

This is likewise only temporarily false during the fixpoint loop in
basic_floats:test_icode_type_crash/0, but that case instead exercises
the 'false' branch, justifying the inclusion of both tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was assumed in hipe_icode_fp:filter_map/3 that either all
predecessors would have an up-to-date ("assigned") tagged copy, or none
of them.

This is temporarily false during the fixpoint loop in
basic_floats:test_icode_type_crash_2/0, which exercises the
all_args_equal(Bindings) =:= true branch, that would previously
erroneously end up in the 'false' branch, which is what caused the crash
in that case.

This is likewise only temporarily false during the fixpoint loop in
basic_floats:test_icode_type_crash/0, but that case instead exercises
the 'false' branch, justifying the inclusion of both tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>A test that crashes the HiPE compiler when inlining FP ops</title>
<updated>2016-02-29T19:23:05+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@it.uu.se</email>
</author>
<published>2016-02-29T19:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c3af7910226cabddcdfa1561b56127e71e3a2ee9'/>
<id>c3af7910226cabddcdfa1561b56127e71e3a2ee9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup and add one more test case</title>
<updated>2015-12-16T21:08:35+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@it.uu.se</email>
</author>
<published>2015-12-02T00:52:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8da78333089d1e28e51a9724f67cac66656e1368'/>
<id>8da78333089d1e28e51a9724f67cac66656e1368</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Two tests that depend on inlining being turned on</title>
<updated>2015-12-16T21:08:35+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@it.uu.se</email>
</author>
<published>2015-12-02T00:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fd154a229271e488eccd25cf1b838560c2decb52'/>
<id>fd154a229271e488eccd25cf1b838560c2decb52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More tests for BIFs</title>
<updated>2015-12-16T21:08:34+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@it.uu.se</email>
</author>
<published>2015-12-01T00:44:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=34e992d6681563145c777d5c16e1305f27a751fd'/>
<id>34e992d6681563145c777d5c16e1305f27a751fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include some more old HiPE tests to the test suite</title>
<updated>2015-12-16T21:08:34+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@it.uu.se</email>
</author>
<published>2015-11-30T22:36:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a0286ce52c775812e499c4f036033daa5ffe4676'/>
<id>a0286ce52c775812e499c4f036033daa5ffe4676</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for the is_boolean/1 guard</title>
<updated>2015-12-16T21:08:34+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@it.uu.se</email>
</author>
<published>2015-11-30T00:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=186868ede408e714afe191c0a40123e4f8b2e847'/>
<id>186868ede408e714afe191c0a40123e4f8b2e847</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Two more tests added</title>
<updated>2015-12-16T21:08:34+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@it.uu.se</email>
</author>
<published>2015-11-29T23:54:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=664cfa9f9c0676bdc949b2fd8c92dabcb3f75a09'/>
<id>664cfa9f9c0676bdc949b2fd8c92dabcb3f75a09</id>
<content type='text'>
- A test for proper handling of negative numbers in binary search
  key tables
- A test for HiPE's ICode range analysis
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- A test for proper handling of negative numbers in binary search
  key tables
- A test for HiPE's ICode range analysis
</pre>
</div>
</content>
</entry>
<entry>
<title>Test that apply/3 is tail recursive</title>
<updated>2015-12-16T21:08:34+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@it.uu.se</email>
</author>
<published>2015-11-29T23:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c3e5a1ea98d2dae23aa6d050f93b7912dbe6f43c'/>
<id>c3e5a1ea98d2dae23aa6d050f93b7912dbe6f43c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
