aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/Makefile
AgeCommit message (Expand)Author
2019-08-02Merge branch 'maint'Björn Gustavsson
2019-07-30Fix compiler crash when compiling with +no_type_optBjörn Gustavsson
2019-06-12compiler: Break out SSA/beam type definitions into a separate moduleJohn Högberg
2019-02-15Add test modules that disable all SSA optimizationsBjörn Gustavsson
2019-01-24beam_ssa_opt: Add a scaffold for module-level optimizationsJohn Högberg
2018-09-28Fix code generation of binary instructions with the r21 optionBjörn Gustavsson
2018-09-28Improve coverage of 21 compatibilityBjörn Gustavsson
2018-08-24Introduce a new SSA-based intermediate formatBjörn Gustavsson
2017-07-06Introduce a new core pass called sys_core_aliasJosé Valim
2017-03-21compiler tests: Eliminate creation of untracked filesBjörn Gustavsson
2016-11-18Add test using LFE-generated Core Erlang modulesBjörn Gustavsson
2016-11-18Remove beam_boolBjörn Gustavsson
2016-09-02Fix overridden BIFsBjörn Gustavsson
2016-06-29compiler: Eliminate num_bif_SUITEBjörn Gustavsson
2016-05-30beam_validator: Add is_bitstring/1 as a safe BIFBjörn Gustavsson
2016-05-25beam_jump: Clean up handling of labels before func_infoBjörn Gustavsson
2016-05-16Add beam_bool_SUITEBjörn Gustavsson
2016-03-10beam_block: Eliminate unsafe optimizationBjörn Gustavsson
2016-02-17Makefiles: Remove test_server from include path and code pathBjörn Gustavsson
2015-10-05beam_reorder: Eliminate compiler crashBjörn Gustavsson
2015-09-28beam_type: Improve optimization by keeping track of integersBjörn Gustavsson
2015-06-17compiler: Add regressions_SUITEBjörn-Egil Dahlberg
2015-04-22Add z_SUITE to validate loaded codeBjörn Gustavsson
2015-04-22test suite: Always place .core files in data directoriesBjörn Gustavsson
2015-01-21Add beam_utils_SUITE to cover more lines in beam_utilsBjörn Gustavsson
2014-08-07Use +clint0 in compiler's test suitesAnthony Ramine
2014-02-21compiler: Fix map inliningBjörn-Egil Dahlberg
2014-02-07erts,compiler: Correct and amend tests for MapsBjörn-Egil Dahlberg
2014-01-31compiler: Strengthen Maps testsBjörn-Egil Dahlberg
2013-02-04Add two tests for unused multiple values in effect contextAnthony Ramine
2013-01-18Remove support for parameterized modulesBjörn Gustavsson
2012-10-23Correct typo in test suite nameBjörn Gustavsson
2012-06-05Update to work with whitespace in exec pathLukas Larsson
2012-01-04Remove part_eval_SUITEBjörn Gustavsson
2012-01-04Add the beam_except pass to optimize exceptionsBjörn Gustavsson
2011-09-21beam_disasm: Handle stripped BEAM filesHaitao Li
2011-03-30Merge branch 'hw/call-chmod-without-f' into devHenrik Nord
2011-02-17Update all test specsLukas Larsson
2010-11-15Call chmod without the "-f" flagHolger Weiß
2010-03-26compiler tests: Compile a few more modules with 'inline'Björn Gustavsson
2010-03-26compiler tests: Test the 'inline' option betterBjörn Gustavsson
2010-03-22compiler: Don't support the r11 optionBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP