aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
AgeCommit message (Expand)Author
2019-05-27Merge branch 'bjorn/compiler/fix-beam_except/ERL-954/OTP-15839' into maintBjörn Gustavsson
2019-05-27Fix compiler crash in beam_exceptBjörn Gustavsson
2019-05-27Merge pull request #2248 from bjorng/bjorn/compiler/move-core-opts-to-ssaBjörn Gustavsson
2019-05-27Merge branch 'maint'Björn Gustavsson
2019-05-27Merge branch 'bjorn/compiler/fix-unsafe-type-inference/OTP-15838' into maintBjörn Gustavsson
2019-05-27compiler: Fix broken type for erlang:'++'/2John Högberg
2019-05-27Fix loading of Core Erlang code for extracting a map elementBjörn Gustavsson
2019-05-25Fix unsafe optimizations where guard tests could be removedBjörn Gustavsson
2019-05-24Fix unsafe negative type inferenceBjörn Gustavsson
2019-05-23Simplify sys_core_fold by removing obsoleted optimizationsBjörn Gustavsson
2019-05-23Optimize is_function/{1,2} callsBjörn Gustavsson
2019-05-23Optimize expression comparing a boolean to 'false'Björn Gustavsson
2019-05-23Implement '==' optimization in beam_ssa_typeBjörn Gustavsson
2019-05-23Merge branch 'maint'Björn Gustavsson
2019-05-23Merge branch 'bjorn/compiler/fix-receive-patch/ERL-950/OTP-15832' into maintBjörn Gustavsson
2019-05-22Merge branch 'maint'Björn Gustavsson
2019-05-22Merge branch 'bjorn/compiler/fix-freeze/ERL-948/OTP-15828' into maintBjörn Gustavsson
2019-05-22Merge pull request #2243 from bjorng/bjorn/compiler/fix-redundant-testsBjörn Gustavsson
2019-05-22Merge pull request #2242 from bjorng/bjorn/add-swap-instructionBjörn Gustavsson
2019-05-22Make the swap instruction known to the compilerBjörn Gustavsson
2019-05-21Eliminate compiler crash when compiling complex receive statementsBjörn Gustavsson
2019-05-20Improve optimization of redundant testsBjörn Gustavsson
2019-05-20Fix non-terminating compilationBjörn Gustavsson
2019-05-14Eliminate the beam_except passBjörn Gustavsson
2019-05-14Fix compiler crash when funs were matchedBjörn Gustavsson
2019-05-10Prepare releaseErlang/OTP
2019-05-03beam_validator: Fail when trying to set the type of a dead valueJohn Högberg
2019-05-03beam_validator: Fix bad comment formatting/wordingJohn Högberg
2019-04-30Merge branch 'john/compiler/fix-missing-match-reposition/ERL-923'John Högberg
2019-04-29compiler: Propagate match context position on fail pathJohn Högberg
2019-04-23beam_validator: Don't infer types for dead valuesJohn Högberg
2019-04-15Optimize encoding of simple literalsBjörn Gustavsson
2019-04-10compiler: Add missing header dependenciesJohn Högberg
2019-04-08Merge pull request #2200 from bjorng/bjorn/deprecation-warnings/ERL-904/OTP-1...Björn Gustavsson
2019-04-05Add options for suppressing warnings about removed functionsBjörn Gustavsson
2019-04-04cerl_clauses: Fix broken linkBjörn Gustavsson
2019-04-04erts: Fix more internal docs xmllintLukas Larsson
2019-04-04compiler: Add internal docs sectionLukas Larsson
2019-03-28compile: Add some types to core_parse.hrlHans Bolinder
2019-03-28compiler: Fix documentation of cerl:c_binary/1Hans Bolinder
2019-03-28Merge branch 'bjorn/compiler/cuddle-with-tests'Björn Gustavsson
2019-03-26compiler: Fully disable no_return optimizations in try blocksJohn Högberg
2019-03-25Verify the highest opcode for the r21 test suitesBjörn Gustavsson
2019-03-25Add test_lib:highest_opcode/1Björn Gustavsson
2019-03-25sys_core_fold: Simplify case_expand_var/2Björn Gustavsson
2019-03-25beam_validator: Remove uncovered lines in lists_mod_return_type/3Björn Gustavsson
2019-03-25Cover return type determination of lists functionsBjörn Gustavsson
2019-03-21Merge branch 'bjorn/hipe-compilation/OTP-15596'Björn Gustavsson
2019-03-21lib/compiler/scripts/smoke: Compile some cloudi packagesBjörn Gustavsson
2019-03-20HiPE: Don't fail the compilation for unimplemented instructionsBjörn Gustavsson