summaryrefslogtreecommitdiff
path: root/lib/compiler/test/compile_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* Create a shared wrapper function for all occurrences of 'fun F/A'Björn Gustavsson2019-06-171-12/+22
* Merge pull request #2242 from bjorng/bjorn/add-swap-instructionBjörn Gustavsson2019-05-221-1/+6
|\
| * Make the swap instruction known to the compilerBjörn Gustavsson2019-05-221-1/+6
* | Eliminate the beam_except passBjörn Gustavsson2019-05-141-1/+0
|/
* Add test_lib:highest_opcode/1Björn Gustavsson2019-03-251-3/+1
* Do the destructive setelement optimization in SSABjörn Gustavsson2019-02-191-1/+0
* Remove compile_SUITE:big_file/1Björn Gustavsson2019-02-151-13/+3
* Parallelize test of listing filesBjörn Gustavsson2019-02-151-52/+56
* Parallelize compile_SUITE:bc_options/1Björn Gustavsson2019-02-011-38/+43
* Remove the optimized_guard/1 test caseBjörn Gustavsson2019-02-011-81/+2
* compiler: Introduce module-level type optimizationJohn Högberg2019-01-241-1/+2
* Move optimizations of bs_put* instruction to beam_ssa_optBjörn Gustavsson2019-01-161-1/+0
* Share the code for semantically equivalent blocksBjörn Gustavsson2018-11-281-1/+0
* Add a diffable option for the compilerBjörn Gustavsson2018-10-231-0/+1
* Merge branch 'maint'John Högberg2018-10-081-2/+26
|\
| * compiler: Forward +source flag to epp and fix bug in +deterministicJohn Högberg2018-10-051-2/+26
* | Rewrite BSM optimizations in the new SSA-based intermediate formatJohn Högberg2018-09-281-1/+4
* | Remove the beam_dead and beam_split passesBjörn Gustavsson2018-09-171-1/+0
* | Optimize 'and' and 'or' instructionsBjörn Gustavsson2018-09-121-3/+0
* | Introduce a put_tuple2 instructionBjörn Gustavsson2018-09-031-6/+11
* | Introduce a new SSA-based intermediate formatBjörn Gustavsson2018-08-241-14/+13
* | Don't run unsafe compiler passesBjörn Gustavsson2018-08-171-1/+0
|/
* Merge branch 'john/compiler/fix-deterministic-include-paths/OTP-15204/ERL-679...Rickard Green2018-08-091-2/+19
|\
| * Omit include path debug info for +deterministic buildsJohn Högberg2018-08-091-2/+20
* | Call test_lib:recompile/1 from init_per_suite/1Björn Gustavsson2018-07-061-1/+1
* | Update copyright yearHenrik Nord2018-06-181-1/+1
* | core_lint: Handle repeated variables in map patterns correctlyBjörn Gustavsson2018-04-181-2/+22
* | Eliminate get_list/3 internally in the compilerBjörn Gustavsson2018-01-261-7/+10
* | Use the new syntax in more test suitesBjörn Gustavsson2017-11-301-15/+10
* | Merge branch 'maint'Lukas Larsson2017-11-201-0/+2
|\ \ | |/
| * Merge branch 'lukas/compiler/add_to_dis/OTP-14784' into maintLukas Larsson2017-11-201-0/+2
| |\
| | * compiler: Add +to_dis option that dumps loaded asmLukas Larsson2017-11-201-0/+2
* | | Merge branch 'maint'Björn Gustavsson2017-11-131-0/+10
|\ \ \ | |/ /
| * | Recognize 'deterministic' when given in a -compile() attributeBjörn Gustavsson2017-11-101-0/+10
| |/
* | Merge branch 'bjorn/cuddle-with-tests'Björn Gustavsson2017-11-101-3/+6
|\ \
| * | Skip compile_SUITE:pre_load_check/1 when code is native-compiledBjörn Gustavsson2017-10-261-3/+6
* | | Eliminate the v3_life passBjörn Gustavsson2017-10-271-1/+0
|/ /
* | Add compile_info option to compileJosé Valim2017-09-141-2/+20
* | Make tuple calls opt-inJosé Valim2017-07-041-2/+33
|/
* Fix unsafe bit syntax matching optimizationBjörn Gustavsson2017-06-071-0/+1
* Correct handling of module name in compile:forms/1,2Björn Gustavsson2017-05-231-4/+30
* compile_SUITE: Don't create a directory called 'core'Björn Gustavsson2017-05-171-8/+8
* compile_SUITE: Test the r16, r17, r18, r19 optionsBjörn Gustavsson2017-05-101-2/+44
* Merge pull request #1439 from josevalim/jv-atu8-functionBjörn Gustavsson2017-05-091-2/+19
|\
| * Add a test for utf8 function namesJosé Valim2017-05-081-2/+19
* | Merge pull request #1438 from josevalim/patch-10Björn Gustavsson2017-05-051-1/+1
|\ \
| * | Remove unused variable warning in compile_SUITEJosé Valim2017-05-041-1/+1
| |/
* | Update copyright yearRaimo Niskanen2017-05-041-1/+1
|/
* Store abstract code in the Dbgi chunkJosé Valim2017-04-251-8/+36
* Correct compile_SUITE:core_roundtrip/1Björn Gustavsson2017-04-121-5/+64