summaryrefslogtreecommitdiff
path: root/lib/compiler/test/misc_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* compiler: Fix awkward match context substitutionJohn Högberg2019-08-071-2/+22
* Eliminate the beam_except passBjörn Gustavsson2019-05-141-9/+0
* Do the destructive setelement optimization in SSABjörn Gustavsson2019-02-191-2/+1
* Cover exception throwing code in beam_ssa_optBjörn Gustavsson2019-02-151-2/+7
* Move optimizations of bs_put* instruction to beam_ssa_optBjörn Gustavsson2019-01-161-4/+0
* Cover some code in beam_peepBjörn Gustavsson2018-11-281-1/+1
* Share the code for semantically equivalent blocksBjörn Gustavsson2018-11-281-0/+2
* beam_trim, beam_jump: Print Name/Arity if there is a crashBjörn Gustavsson2018-11-061-0/+8
* Rewrite BSM optimizations in the new SSA-based intermediate formatJohn Högberg2018-09-281-11/+0
* Remove the beam_dead and beam_split passesBjörn Gustavsson2018-09-171-10/+0
* Introduce a new SSA-based intermediate formatBjörn Gustavsson2018-08-241-2/+51
* Don't run unsafe compiler passesBjörn Gustavsson2018-08-171-44/+0
* Call test_lib:recompile/1 from init_per_suite/1Björn Gustavsson2018-07-061-1/+1
* Update copyright yearHenrik Nord2018-06-181-1/+1
* Speed up misc_SUITE:integer_encoding/1Björn Gustavsson2018-01-261-10/+2
* Use the new syntax in more test suitesBjörn Gustavsson2017-11-301-2/+1
* Eliminate the v3_life passBjörn Gustavsson2017-10-271-6/+2
* Introduce a new core pass called sys_core_aliasJosé Valim2017-07-061-1/+2
* Fix unsafe bit syntax matching optimizationBjörn Gustavsson2017-06-071-1/+2
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* compiler: Cover beam_record in testsBjörn-Egil Dahlberg2017-03-241-0/+17
* Remove beam_boolBjörn Gustavsson2016-11-181-8/+0
* misc_SUITE: Cover the remaining lines in beam_peepBjörn Gustavsson2016-06-031-2/+5
* misc_SUITE: Add missing export of integer_encoding/0Björn Gustavsson2016-04-271-1/+2
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Remove ?line macrosBjörn Gustavsson2016-02-251-46/+46
* Eliminate use of doc and suite clausesBjörn Gustavsson2016-02-251-6/+1
* Eliminate use of test_server:fail/0,1Björn Gustavsson2016-02-251-2/+2
* Eliminate use of ?config() macroBjörn Gustavsson2016-02-251-1/+1
* Modernize use of timetrapsBjörn Gustavsson2016-02-251-7/+7
* Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-171-1/+1
* compiler tests: Replace 'random' with 'rand'Björn Gustavsson2015-12-111-2/+2
* Cover code for callbacks in sys_pre_expandBjörn Gustavsson2015-11-101-1/+5
* Move out bit syntax optimizations from beam_blockBjörn Gustavsson2015-09-281-0/+4
* Delay get_tuple_element instructions until they are neededBjörn Gustavsson2015-08-211-0/+8
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* beam_asm: Speed up encoding of large numbersBjörn Gustavsson2015-04-291-7/+13
* beam_validator: Exit immediately on crashesBjörn Gustavsson2015-02-181-0/+8
* Speed up running of compiler test suites in coverage modeBjörn Gustavsson2015-01-261-1/+1
* misc_SUITE: Cover the exception handling code in beam_deadBjörn Gustavsson2015-01-091-3/+4
* compiler: Run testcases in parallelBjörn Gustavsson2012-10-231-3/+4
* Introduce the mandatory beam_a and beam_z passesBjörn Gustavsson2012-10-091-0/+15
* Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
* beam_type: Print the offending function if this pass crashesBjörn Gustavsson2012-08-151-0/+9
* Add the beam_except pass to optimize exceptionsBjörn Gustavsson2012-01-041-2/+18
* compiler: Generate line instructionsBjörn Gustavsson2011-08-161-2/+2
* compiler tests: Reinstate ?MODULE macro in calls to test_lib:recompile/1Björn Gustavsson2011-04-121-1/+1
* Update copyright yearsBjörn-Egil Dahlberg2011-03-111-1/+1
* Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
* Fix formatting for compilerLukas Larsson2011-02-171-3/+5