aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src
AgeCommit message (Expand)Author
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-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-04cerl_clauses: Fix broken linkBjörn Gustavsson
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-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-21Merge branch 'bjorn/hipe-compilation/OTP-15596'Björn Gustavsson
2019-03-20HiPE: Don't fail the compilation for unimplemented instructionsBjörn Gustavsson
2019-03-18beam_validator: Infer types on both sides of '=:='John Högberg
2019-03-08beam_ssa_opt: Fix crash in ssa_opt_floatJohn Högberg
2019-03-06beam_validator: Express test_arity/is_tagged_tuple as type testsJohn Högberg
2019-03-06beam_validator: Fix type subtraction on select_* and inequalityJohn Högberg
2019-03-05beam_validator: Style fix for asserts in list comprehensionsJohn Högberg
2019-03-05beam_validator: Infer types from bs_put instructionsJohn Högberg
2019-03-05beam_validator: is_map no longer needs special treatmentJohn Högberg
2019-03-05beam_validator: Refactor type conflict resolutionJohn Högberg
2019-03-05beam_validator: Refactor branch handlingJohn Högberg
2019-03-04beam_validator: Fix element/2 BIF handlingJohn Högberg
2019-03-04beam_validator: Rename get_move_term_type and clean up get_raw_typeJohn Högberg
2019-03-04Merge pull request #2168 from josevalim/jv-v3_kernel-binary-allBjörn Gustavsson
2019-03-04Merge pull request #2167 from bjorng/bjorn/tune-beamBjörn Gustavsson
2019-03-04Merge pull request #2166 from bjorng/bjorn/compiler/fix-slow-beam_ssa_deadBjörn Gustavsson
2019-03-01Move size=all binary clause prunning to v3_kernelJosé Valim
2019-03-01Optimize v3_kernel for thousands of clausesJosé Valim
2019-03-01Add a comment about the time complexity of beam_ssa_deadBjörn Gustavsson
2019-03-01Pass the from node as a function argument instead of in a mapBjörn Gustavsson
2019-03-01Do some minor optimizations of compilation timesBjörn Gustavsson