index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
compiler
/
src
/
v3_codegen.erl
Age
Commit message (
Expand
)
Author
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
2014-03-24
compiler: Remove redundant clause in v3_codegen
Björn-Egil Dahlberg
2014-03-04
Properly sort map pairs in v3_codegen
Anthony Ramine
2014-02-13
compiler: Change map instructions for fetching values
Björn-Egil Dahlberg
2014-02-07
compiler: Fix codegen multiple updates for Maps
Björn-Egil Dahlberg
2014-01-29
compiler: Fix term order compiler for maps
Björn-Egil Dahlberg
2014-01-28
compiler: Implement different instructions for => and :=
Björn Gustavsson
2014-01-28
Pass the map pair operators through to the v3_codegen pass
Björn Gustavsson
2014-01-28
compiler: Fix sorted keys in put_map instruction
Björn-Egil Dahlberg
2014-01-28
compiler: Fix no basic blocks for maps
Björn-Egil Dahlberg
[next]