summaryrefslogtreecommitdiff
path: root/lib/compiler/test/bs_construct_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* beam_ssa_private_append: Fix crash on oddly structured codeJohn Högberg2023-04-211-2/+9
* beam_ssa_alias: Fix alias analysis for funsJohn Högberg2023-04-141-2/+18
* Update copyright yearErlang/OTP2023-02-141-1/+1
* Merge branch 'maint'Björn Gustavsson2023-01-201-0/+4
|\
| * Eliminate compiler crash in binary constructionBjörn Gustavsson2023-01-191-0/+4
* | beam_ssa_opt: Don't optimize constants larger than 1<<24 bitsJohn Högberg2023-01-091-0/+5
* | Optimize binary matching for fixed-width segmentsBjörn Gustavsson2022-09-021-1/+9
|/
* Update copyright yearErlang/OTP2022-04-111-1/+1
* beam_ssa_opt: Correct binary concatenation optimizationBjörn Gustavsson2022-03-311-0/+5
* Merge branch 'maint'Rickard Green2021-12-131-1/+1
|\
| * Update copyright yearRickard Green2021-12-131-1/+1
* | Fix typos in lib/compilerKian-Meng, Ang2021-12-071-1/+1
* | Merge pull request #5281 from bjorng/bjorn/bs-construction/GH-4971/OTP-17504Björn Gustavsson2021-10-221-2/+2
|\ \ | |/ |/|
| * compiler: Add a new instruction for creating binariesBjörn Gustavsson2021-10-151-2/+2
* | Fix matching and construction of utf16 segmentsBjörn Gustavsson2021-10-151-4/+22
|/
* Support IEEE 754-2008 16-bit floats in bitstringsJosé Valim2021-02-031-3/+14
* Make the SSA instruction bs_put conform to failure conventionsBjörn Gustavsson2021-01-291-0/+7
* Fix unloadable code from convoluted binary constructionBjörn Gustavsson2020-10-111-0/+12
* Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\
| * Update copyright yearRickard Green2020-03-131-1/+1
* | v3_core: Don't crash on empty strings with bad sizeBjörn Gustavsson2020-03-041-7/+40
* | v3_core: Fix compiler crash when compiling failing binary constructionBjörn Gustavsson2020-03-041-0/+6
* | v3_core: Consistently handle characters as binary sizesBjörn Gustavsson2020-03-041-0/+2
* | Fix optimization of binary constructionBjörn Gustavsson2020-02-201-0/+6
* | v3_core: Fix compiler crash when compiling failing binary constructionBjörn Gustavsson2020-02-191-0/+12
* | Handle non-integer segment size in binary constructionBjörn Gustavsson2020-02-051-2/+30
|/
* Verify the highest opcode for the r21 test suitesBjörn Gustavsson2019-03-251-1/+17
* Move optimizations of bs_put* instruction to beam_ssa_optBjörn Gustavsson2019-01-161-0/+5
* Call test_lib:recompile/1 from init_per_suite/1Björn Gustavsson2018-07-061-3/+3
* Update copyright yearHenrik Nord2018-06-181-1/+1
* core_parse: Fix handling of negative sizes in binariesBjörn Gustavsson2018-03-191-1/+8
* Update copyright yearHans Nilsson2017-06-141-1/+1
* Cover the first clause of v3_core:bin_expand_string/4Björn Gustavsson2017-05-101-2/+19
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Remove ?line macrosBjörn Gustavsson2016-02-251-90/+90
* Eliminate use of test_server:fail/0,1Björn Gustavsson2016-02-251-3/+3
* Modernize use of timetrapsBjörn Gustavsson2016-02-251-5/+4
* Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-171-1/+1
* Change license text to APLv2Bruce Yinhe2015-06-181-10/+11
* Speed up running of compiler test suites in coverage modeBjörn Gustavsson2015-01-261-1/+1
* Fix binary construction on floating point middle-endian machinesJohannes Weißl2013-06-141-0/+2
* compiler: Run testcases in parallelBjörn Gustavsson2012-10-231-4/+6
* beam_utils: Extend live_opt/1 to recalculate live registers in allocsBjörn Gustavsson2012-10-091-0/+24
* Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
* compiler: Warn if the size of a binary segment is invalidBjörn Gustavsson2012-08-221-0/+4
* compiler tests: Reinstate ?MODULE macro in calls to test_lib:recompile/1Björn Gustavsson2011-04-121-1/+1
* compiler: Eliminate some warningsBjörn Gustavsson2011-02-231-2/+2
* Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
* Fix formatting for compilerLukas Larsson2011-02-171-7/+9
* Add init_per_suite and end_per_suiteLukas Larsson2011-02-171-1/+7