aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/v3_kernel.erl
AgeCommit message (Expand)Author
2019-03-04Merge pull request #2168 from josevalim/jv-v3_kernel-binary-allBjö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-02-19Do the destructive setelement optimization in SSABjörn Gustavsson
2018-09-28Remove unused instruction bs_context_to_binary from the compilerJohn Högberg
2018-09-24Remove match context reuse annotations from core/kernel passesJohn Högberg
2018-08-24Introduce a new SSA-based intermediate formatBjörn Gustavsson
2018-06-18Update copyright yearHenrik Nord
2018-03-24Avoid overflowing the atom tableBjörn Gustavsson
2018-03-14v3_kernel: Stop ensuring one return value in #k_try{}Björn Gustavsson
2017-12-08Use the new syntax for retrieving stack tracesBjörn Gustavsson
2017-12-04v3_kernel: Make #k_break{} consistent with the code it followsBjörn Gustavsson
2017-10-27Eliminate the v3_life passBjörn Gustavsson
2017-10-21Optimize matching of literals for single-valued typesBjörn Gustavsson
2017-06-13v3_kernel: Keep orddicts sortedBjörn Gustavsson
2017-05-04Update copyright yearRaimo Niskanen
2017-04-25Store abstract code in the Dbgi chunkJosé Valim
2016-12-02Merge branch 'egil/compiler/opt-maps-pattern-matching/OTP-14072'Björn-Egil Dahlberg
2016-12-01compiler: Optimize maps pattern matchingBjörn-Egil Dahlberg
2016-11-18v3_kernel: Generate optimized code for guardsBjörn Gustavsson
2016-09-29compiler: Allow for unaligned match argument in value groupsBjörn-Egil Dahlberg
2016-09-29Merge branch 'josevalim/compiler/at-var/PR-1081/OTP-13924'Björn Gustavsson
2016-09-26Use @ in variable names generated by core and kernelJosé Valim
2016-09-21Simplify handling of internal BIFsBjörn Gustavsson
2016-09-21v3_life: Eliminate special handling of guardsBjörn Gustavsson
2016-05-25Merge branch 'kostis/compiler/v3_kernel/eta-conversion'Björn Gustavsson
2016-05-23v3_kernel: Fix typo in commentKostis Sagonas
2016-05-09compiler: Let module_info(attributes) skip more attributesHans Bolinder
2016-04-14v3_kernel: Construct literal lists properlyBjörn Gustavsson
2016-02-17compiler: Update the compiler to handle typed record fieldsBjörn Gustavsson
2015-11-11v3_kernel: Speed up compilation of modules with many funsBjörn Gustavsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-21compiler: Use cerl_sets instead of sets in v3_kernelBjörn-Egil Dahlberg
2015-04-22v3_kernel: Optimize subst_vsub/3Björn Gustavsson
2015-03-09v3_core: Add is_map tests before map instructionsBjörn Gustavsson
2015-02-12Eliminate use of core_lib:literal_value/1Björn Gustavsson
2015-01-29Move grouping of map constructions from v3_core to v3_kernelBjörn Gustavsson
2014-08-22compiler: Use variables in Map kernel passBjörn-Egil Dahlberg
2014-03-25compiler: Variable keys are not allowed in MapsBjörn-Egil Dahlberg
2014-03-17compiler: Change #c_map{var} to #c_map{arg}Björn-Egil Dahlberg
2014-03-17compiler: Validate Map srcBjörn-Egil Dahlberg
2014-03-04Properly order Kernel code for maps with mixed pairsAnthony Ramine
2014-02-13compiler: Change map instructions for fetching valuesBjörn-Egil Dahlberg
2014-02-10Merge branch 'egil/compiler/maps-fix-codegen'Björn-Egil Dahlberg
2014-02-07compiler: Fix codegen multiple updates for MapsBjörn-Egil Dahlberg
2014-02-07Merge branch 'hsv/using_lists_droplast'Henrik Nord
2014-01-29compiler: Squash #c_map_pair_*{} to #c_map_pair{}Björn-Egil Dahlberg
2014-01-29compiler: Squash #k_map_pair_*{} to #k_map_pair{}Björn-Egil Dahlberg
2014-01-28compiler: Rename map pattern to proper nameBjörn-Egil Dahlberg
2014-01-28Pass the map pair operators through to the v3_codegen passBjörn Gustavsson