Age | Commit message (Expand) | Author |
2014-08-22 | compiler: Use variables in Map kernel pass | Björn-Egil Dahlberg |
2014-03-25 | compiler: Variable keys are not allowed in Maps | Björn-Egil Dahlberg |
2014-03-17 | compiler: Change #c_map{var} to #c_map{arg} | Björn-Egil Dahlberg |
2014-03-17 | compiler: Validate Map src | Björn-Egil Dahlberg |
2014-03-04 | Properly order Kernel code for maps with mixed pairs | Anthony Ramine |
2014-02-13 | compiler: Change map instructions for fetching values | Björn-Egil Dahlberg |
2014-02-10 | Merge branch 'egil/compiler/maps-fix-codegen' | Björn-Egil Dahlberg |
2014-02-07 | compiler: Fix codegen multiple updates for Maps | Björn-Egil Dahlberg |
2014-02-07 | Merge branch 'hsv/using_lists_droplast' | Henrik Nord |
2014-01-29 | compiler: Squash #c_map_pair_*{} to #c_map_pair{} | Björn-Egil Dahlberg |
2014-01-29 | compiler: Squash #k_map_pair_*{} to #k_map_pair{} | Björn-Egil Dahlberg |
2014-01-28 | compiler: Rename map pattern to proper name | Björn-Egil Dahlberg |
2014-01-28 | Pass the map pair operators through to the v3_codegen pass | Björn Gustavsson |
2014-01-28 | compiler: Implement support for exact Op in Maps | Björn-Egil Dahlberg |
2014-01-28 | compiler: Fix multiple same keys | Björn-Egil Dahlberg |
2014-01-28 | compiler: Handle literals, not just atoms, as keys in maps | Björn-Egil Dahlberg |
2014-01-28 | Implement support for maps in the compiler | Björn Gustavsson |
2014-01-24 | Import and use lists:droplast/1 in v3_core/v3_kernel | Hans Svensson |
2013-09-12 | Remove ^L characters hidden randomly in the code. Not those used in text file... | Pierre Fenoll |
2013-09-05 | compiler: Conform returned errors to the documented format | Björn Gustavsson |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |
2013-01-23 | Revert "Merge branch 'nox/rm-reverse-eta-conversion/OTP-10682'" | Fredrik Gustafsson |
2012-12-03 | Remove the reverse eta-conversion from v3_kernel | Anthony Ramine |
2012-10-09 | v3_kernel: Fix match code for matched out segment size in multiple clauses | Björn Gustavsson |
2012-10-09 | Improve binary matching of literals | Björn Gustavsson |
2012-08-22 | compiler: Warn if the size of a binary segment is invalid | Björn Gustavsson |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg |
2012-03-14 | v3_core: Don't put negative line numbers in annotations | Björn Gustavsson |
2012-03-14 | v3_kernel: Dig out the line number only when generating a warning | Björn Gustavsson |
2012-03-14 | v3_kernel: Clean up handling of guards | Björn Gustavsson |
2012-01-11 | v3_kernel: Introduce is_in_guard/1 | Björn Gustavsson |
2012-01-11 | v3_kernel: Removed unreached clause for #k_bin_int{} in sub_size_var/1 | Björn Gustavsson |
2012-01-11 | v3_kernel: Remove unreached handling of #k_bin_int{} in arg_con/1 | Björn Gustavsson |
2012-01-11 | v3_codegen: Eliminate the special case of 'put' without destination | Björn Gustavsson |
2012-01-11 | v3_kernel: Don't attempt to share identical literals | Björn Gustavsson |
2012-01-11 | v3_kernel: Handle sequences in guards | Björn Gustavsson |
2012-01-11 | v3_kernel: Remove clauses that are never executed in arg_val/1 | Björn Gustavsson |
2012-01-11 | v3_kernel.hrl: Remove unused record #k_string{} | Björn Gustavsson |
2012-01-11 | v3_kernel.erl: Remove unused define of EXPENSIVE_BINARY_LIMIT | Björn Gustavsson |
2012-01-04 | Eliminate the match_fail primop in v3_kernel and later passes | Björn Gustavsson |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg |
2011-11-07 | compiler: Eliminate use of deprecated erlang:hash/2 | Björn Gustavsson |
2011-08-16 | v3_kernel: Make sure that line number annotations are passed through | Björn Gustavsson |
2011-08-16 | Fix binary matching in the debugger | Björn Gustavsson |
2010-12-21 | compiler: Don't include -export_type as attributes in BEAM files | Björn Gustavsson |
2010-05-12 | Remove opaque declarations from the attributes | Björn Gustavsson |
2010-03-26 | Consistently rewrite an inlined function_clause exception to case_clause | Björn Gustavsson |
2010-03-25 | Merge branch 'bg/compiler-remove-r11-support' into dev | Erlang/OTP |
2010-03-22 | compiler: Don't support the no_constant_pool option | Björn Gustavsson |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP |