Age | Commit message (Expand) | Author |
2018-04-24 | Introduce map_get guard-safe function | Michał Muskała |
2018-03-23 | Allow the match context identifier to be any term | Björn Gustavsson |
2018-01-26 | Eliminate get_list/3 internally in the compiler | Björn Gustavsson |
2018-01-22 | Don't build a stacktrace if it's only passed to erlang:raise/3 | Björn Gustavsson |
2017-12-18 | v3_codegen: Don't let exit BIFs force a stack frame | Björn Gustavsson |
2017-12-18 | Merge pull request #1658 from bjorng/bjorn/compiler/delay-stackframe | Björn Gustavsson |
2017-12-15 | v3_codegen: Delay creation of stack frames | Björn Gustavsson |
2017-12-09 | v3_codegen: Eliminate unused function arguments | Björn Gustavsson |
2017-12-08 | Use the new syntax for retrieving stack traces | Björn Gustavsson |
2017-12-08 | Merge pull request #1634 from bjorng/bjorn/get_stacktrace-syntax/OTP-14692 | Björn Gustavsson |
2017-12-07 | v3_codegen: Simplify #k_guard_break{} | Björn Gustavsson |
2017-12-07 | v3_codegen: Remove uncovered clause in bs_rename_ctx/4 | Björn Gustavsson |
2017-12-07 | v3_codegen: Move guard_cg_list/6 to a more logical place | Björn Gustavsson |
2017-12-07 | v3_codegen: Remove unnecessary clause for handling #cg_block{} | Björn Gustavsson |
2017-12-07 | v3_codegen: Remove unnecessary adding of variable to set | Björn Gustavsson |
2017-12-06 | v3_codegen: Avoid excessive stack frame allocation | Björn Gustavsson |
2017-12-04 | Clean up and comment code generation for basic blocks | Björn Gustavsson |
2017-11-30 | Add syntax in try/catch to retrieve the stacktrace directly | Björn Gustavsson |
2017-11-30 | Stop trying to maximize the use of x(0) | Björn Gustavsson |
2017-11-30 | Clean up collection of basic blocks | Björn Gustavsson |
2017-11-29 | v3_codegen: Remove check of operand for bs_context_to_binary | Björn Gustavsson |
2017-10-27 | Eliminate the v3_life pass | Björn Gustavsson |
2017-10-21 | Optimize matching of literals for single-valued types | Björn Gustavsson |
2017-10-02 | Merge pull request #1546 from michalmuskala/bs-add-opt | Björn Gustavsson |
2017-09-08 | Optimise size calculation for binary construction | Michał Muskała |
2017-08-31 | Eliminate unnecessary 'move' instructions | Björn Gustavsson |
2017-01-12 | v3_codegen: Add missing types and specs | Björn Gustavsson |
2016-11-18 | v3_kernel: Generate optimized code for guards | Björn Gustavsson |
2016-09-21 | Simplify handling of internal BIFs | Björn Gustavsson |
2016-06-02 | Eliminate crash for map updates in guards | Björn Gustavsson |
2016-05-25 | v3_codegen: Don't confuse beam_validator | Björn Gustavsson |
2016-05-25 | v3_codegen: Correct code generation for an error/1 call in a guard | Björn Gustavsson |
2016-03-15 | update copyright-year | Henrik Nord |
2016-01-11 | Merge branch 'maint' | Björn Gustavsson |
2016-01-11 | Eliminate crash in v3_codegen | Björn Gustavsson |
2015-09-28 | v3_codegen: Optimize matching of the final size-less binary segment | Björn Gustavsson |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-05-21 | v3_codegen: Use Maps to map local functions | Björn-Egil Dahlberg |
2015-05-21 | compiler: Use lc instead of map/1 in v3_codegen | Björn-Egil Dahlberg |
2015-04-29 | v3_core, v3_codegen: Eliminate old-style catches | Björn Gustavsson |
2015-04-22 | v3_codegen: Reduce cost for fixing up bs_match_string instructions | Björn Gustavsson |
2015-04-22 | v3_codegen: Optimize "turning" of y registers | Björn Gustavsson |
2015-04-13 | v3_codegen: Don't sort map keys in map creation/update | Björn Gustavsson |
2015-03-11 | v3_life: Combine literal/2 and literal2/2 | Björn Gustavsson |
2015-03-09 | v3_codegen: Don't save options in the process dictionary | Björn Gustavsson |
2015-03-09 | v3_codegen: Teach the put_map_* instructions to reuse source registers | Björn Gustavsson |
2014-10-01 | compiler: Fix harmless need_heap error for Maps | Björn-Egil Dahlberg |
2014-08-26 | compiler: Use variables in Map beam assmebler | Björn-Egil Dahlberg |
2014-07-03 | compiler: Maps are always patterns never values in matching | Björn-Egil Dahlberg |
2014-03-24 | compiler: Remove redudant code in v3_codegen | Björn-Egil Dahlberg |