aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/compile_SUITE.erl
AgeCommit message (Expand)Author
2019-03-25Add test_lib:highest_opcode/1Björn Gustavsson
2019-02-19Do the destructive setelement optimization in SSABjörn Gustavsson
2019-02-15Remove compile_SUITE:big_file/1Björn Gustavsson
2019-02-15Parallelize test of listing filesBjörn Gustavsson
2019-02-01Parallelize compile_SUITE:bc_options/1Björn Gustavsson
2019-02-01Remove the optimized_guard/1 test caseBjörn Gustavsson
2019-01-24compiler: Introduce module-level type optimizationJohn Högberg
2019-01-16Move optimizations of bs_put* instruction to beam_ssa_optBjörn Gustavsson
2018-11-28Share the code for semantically equivalent blocksBjörn Gustavsson
2018-10-23Add a diffable option for the compilerBjörn Gustavsson
2018-10-08Merge branch 'maint'John Högberg
2018-10-05compiler: Forward +source flag to epp and fix bug in +deterministicJohn Högberg
2018-09-28Rewrite BSM optimizations in the new SSA-based intermediate formatJohn Högberg
2018-09-17Remove the beam_dead and beam_split passesBjörn Gustavsson
2018-09-12Optimize 'and' and 'or' instructionsBjörn Gustavsson
2018-09-03Introduce a put_tuple2 instructionBjörn Gustavsson
2018-08-24Introduce a new SSA-based intermediate formatBjörn Gustavsson
2018-08-17Don't run unsafe compiler passesBjörn Gustavsson
2018-08-09Merge branch 'john/compiler/fix-deterministic-include-paths/OTP-15204/ERL-679...Rickard Green
2018-08-09Omit include path debug info for +deterministic buildsJohn Högberg
2018-07-06Call test_lib:recompile/1 from init_per_suite/1Björn Gustavsson
2018-06-18Update copyright yearHenrik Nord
2018-04-18core_lint: Handle repeated variables in map patterns correctlyBjörn Gustavsson
2018-01-26Eliminate get_list/3 internally in the compilerBjörn Gustavsson
2017-11-30Use the new syntax in more test suitesBjörn Gustavsson
2017-11-20Merge branch 'maint'Lukas Larsson
2017-11-20Merge branch 'lukas/compiler/add_to_dis/OTP-14784' into maintLukas Larsson
2017-11-20compiler: Add +to_dis option that dumps loaded asmLukas Larsson
2017-11-13Merge branch 'maint'Björn Gustavsson
2017-11-10Merge branch 'bjorn/cuddle-with-tests'Björn Gustavsson
2017-11-10Recognize 'deterministic' when given in a -compile() attributeBjörn Gustavsson
2017-10-27Eliminate the v3_life passBjörn Gustavsson
2017-10-26Skip compile_SUITE:pre_load_check/1 when code is native-compiledBjörn Gustavsson
2017-09-14Add compile_info option to compileJosé Valim
2017-07-04Make tuple calls opt-inJosé Valim
2017-06-07Fix unsafe bit syntax matching optimizationBjörn Gustavsson
2017-05-23Correct handling of module name in compile:forms/1,2Björn Gustavsson
2017-05-17compile_SUITE: Don't create a directory called 'core'Björn Gustavsson
2017-05-10compile_SUITE: Test the r16, r17, r18, r19 optionsBjörn Gustavsson
2017-05-09Merge pull request #1439 from josevalim/jv-atu8-functionBjörn Gustavsson
2017-05-08Add a test for utf8 function namesJosé Valim
2017-05-05Merge pull request #1438 from josevalim/patch-10Björn Gustavsson
2017-05-04Update copyright yearRaimo Niskanen
2017-05-04Remove unused variable warning in compile_SUITEJosé Valim
2017-04-25Store abstract code in the Dbgi chunkJosé Valim
2017-04-12Correct compile_SUITE:core_roundtrip/1Björn Gustavsson
2017-02-12Add extra_chunks option to compileJosé Valim
2017-01-30Add new AtU8 beam chunkJosé Valim
2016-12-07Add option 'deterministic' for reproducible buildsBjörn Gustavsson
2016-11-18compile_SUITE: Make sure that guards are optimizedBjörn Gustavsson