aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src
AgeCommit message (Expand)Author
2019-01-16Move coalescing of bs_skip to beam_ssa_optBjörn Gustavsson
2019-01-16Merge pull request #2091 from bjorng/bjorn/compiler/beam_ssa_typeBjörn Gustavsson
2019-01-14beam_type: Eliminate compiler crash when arithmetic expression failsBjörn Gustavsson
2019-01-14Introduce subtraction of typesBjörn Gustavsson
2019-01-14Infer types from more BIFsBjörn Gustavsson
2019-01-11beam_ssa_codegen: Correct label generation for 'or'Björn Gustavsson
2019-01-11beam_ssa_pre_codegen: Don't use z registers for 'xor' and 'is_record'Björn Gustavsson
2019-01-11beam_ssa_pre_codegen: Correct short-lived optimizationBjörn Gustavsson
2019-01-11beam_ssa_type: Properly eliminate 'succeeded' instructionsBjörn Gustavsson
2019-01-11erl_bif: Mark is_map/1 as safeBjörn Gustavsson
2019-01-11beam_validator: Infer types from '=:='Björn Gustavsson
2019-01-07Remove unsafe optimization for delaying creation of stackframeBjörn Gustavsson
2018-12-06Merge branch 'maint'Björn Gustavsson
2018-12-06Merge pull request #2043 from bjorng/bjorn/compiler/tuple_sizeBjörn Gustavsson
2018-12-05Fix unsafe optimization of stack trace buildingBjörn Gustavsson
2018-12-05beam_ssa_pre_codegen: Fix an internal consistency failureBjörn Gustavsson
2018-11-30beam_validator: Don't discard fragilityBjörn Gustavsson
2018-11-28Cover more code in beam_jumpBjörn Gustavsson
2018-11-28beam_jump: Eliminate jumps to return instructionsBjörn Gustavsson
2018-11-28beam_jump: Remove the unused #st.index fieldBjörn Gustavsson
2018-11-28Cover some code in beam_peepBjörn Gustavsson
2018-11-28Share the code for semantically equivalent blocksBjörn Gustavsson
2018-11-21Sort move instructions on the Y registerBjörn Gustavsson
2018-11-20Fix internal consistency failure for is_function/2Björn Gustavsson
2018-11-19beam_ssa_pre_codegen: Improve reuse of Y registersBjörn Gustavsson
2018-11-19beam_ssa_codegen: Improve optimization of allocate instructionsBjörn Gustavsson
2018-11-18Add get_map_element to beam_ssa:no_side_effect/1Björn Gustavsson
2018-11-15beam_ssa_dead: Speed up optimization of switch instructionsBjörn Gustavsson
2018-11-15beam_ssa_pre_codegen: Eliminate a bottleneck in linear scanBjörn Gustavsson
2018-11-15beam_ssa_type: Speed up type analysis for huge functionsBjörn Gustavsson
2018-11-06beam_trim: Add comments about how all this worksBjörn Gustavsson
2018-11-06beam_trim: Recognize more safe labelsBjörn Gustavsson
2018-11-06beam_trim: Handle the new binary matching instructionsBjörn Gustavsson
2018-11-06beam_utils: Remove unused API functionsBjörn Gustavsson
2018-11-06beam_trim: Stop using beam_utils:is_not_used/3Björn Gustavsson
2018-11-06beam_jump: Stop using beam_utils:is_killed/3Björn Gustavsson
2018-11-06beam_trim, beam_jump: Print Name/Arity if there is a crashBjörn Gustavsson
2018-11-06beam_trim: Use maps/cerl_sets instead of gb_trees/gb_setsBjörn Gustavsson
2018-11-02Merge branch 'maint'Björn Gustavsson
2018-11-02Merge pull request #2011 from bjorng/bjorn/compiler/beam_exceptBjörn Gustavsson
2018-11-01Merge branch 'bjorn/compiler/diffable'Björn Gustavsson
2018-10-31Fix bug when beam_jump removes put_tuple instructionsBjörn Gustavsson
2018-10-30beam_except: Generalize translation to func_info instructionsBjörn Gustavsson
2018-10-23Add a diffable option for the compilerBjörn Gustavsson
2018-10-22Make the move elimination optimization in beam_jump safeBjörn Gustavsson
2018-10-18compiler: list_to_integer/2 is pureJohn Högberg
2018-10-16Merge branch 'john/compiler/bs_match-anno-liveness-fix/OTP-15353/ERL-753' int...John Högberg
2018-10-15beam_utils: Handle bs_start_match2 in anno_defsJohn Högberg
2018-10-08Merge branch 'maint'John Högberg
2018-10-05beam_ssa_pre_codegen: Literal funs need stack frames tooJohn Högberg