aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2015-04-29test_lib: Simplify uniq/0Björn Gustavsson
2015-04-29beam_dict: Correct comparison in opcode/2Björn Gustavsson
2015-04-29beam_utils: Re-use the local helper function drop_labels/1Björn Gustavsson
2015-04-29beam_asm: Speed up encoding of large numbersBjörn Gustavsson
2015-04-29compilation_SUITE: Speed up the self_compile test casesBjörn Gustavsson
2015-04-29beam_listing: Optimize writing of .S filesBjörn Gustavsson
2015-04-29v3_core, v3_codegen: Eliminate old-style catchesBjörn Gustavsson
2015-04-29cerl_inline: Replace old-style 'catch' with 'try'...'catch'Björn Gustavsson
2015-04-29sys_core_fold: Suppress warnings betterBjörn Gustavsson
2015-04-29beam_utils: Teach check_liveness/3 to understand get_map_elementsBjörn Gustavsson
2015-04-29Teach beam_trim to handle map instructionsBjörn Gustavsson
2015-04-29beam_utils: Be less conservative about liveness for exit instructionsBjörn Gustavsson
2015-04-29beam_validator: Stop validating the 'aligned' flag for binariesBjörn Gustavsson
2015-04-29beam_validator: Clean up updating of types for y registerBjörn Gustavsson
2015-04-23beam_validator: Remove support for removed BIF fault/1,2Björn Gustavsson
2015-04-23beam_validator: Correct merging of statesBjörn Gustavsson
2015-04-23beam_validator: Correct merging of y registersBjörn Gustavsson
2015-04-22sys_pre_expand: Remove unused fields in #expand{} recordBjörn Gustavsson
2015-04-22Merge branch 'bjorn/compiler/eprof'Björn Gustavsson
2015-04-22v3_life: Optimize updating of the variable data baseBjörn Gustavsson
2015-04-22beam_jump: Replace use of lists:dropwhile/2 with a custom functionBjörn Gustavsson
2015-04-22beam_asm: Eliminate unnecessary use of iolist_to_binary/1Björn Gustavsson
2015-04-22beam_bsm: Optimize btb_index()Björn Gustavsson
2015-04-22beam_type: Eliminate redundant calls to checkerror_1/2Björn Gustavsson
2015-04-22erl_expand_records: Simplify handling of call_ext instructionsBjörn Gustavsson
2015-04-22beam_utils: Optimize index_labels_1/2Björn Gustavsson
2015-04-22beam_block: Optimize matching of binary literalsBjörn Gustavsson
2015-04-22Move rewriting of bs_match from beam_clean to beam_zBjörn Gustavsson
2015-04-22v3_codegen: Reduce cost for fixing up bs_match_string instructionsBjörn Gustavsson
2015-04-22v3_codegen: Optimize "turning" of y registersBjörn Gustavsson
2015-04-22v3_kernel: Optimize subst_vsub/3Björn Gustavsson
2015-04-22orddict: Eliminate unnecessary consing in store/3 and othersBjörn Gustavsson
2015-04-22compile: Add the {eprof,Pass} option for easy eprof runningBjörn Gustavsson
2015-04-22compile: Eliminate unnecessary wrappers for compiler passesBjörn Gustavsson
2015-04-22Add z_SUITE to validate loaded codeBjörn Gustavsson
2015-04-22test suite: Always place .core files in data directoriesBjörn Gustavsson
2015-04-22test suites: Unload modules compiled from .core or .SBjörn Gustavsson
2015-04-22Merge branch 'hb/hipe/opaque_bugfix/OTP-12666'Hans Bolinder
2015-04-22Merge branch 'ia/pr/678/OTP-1267'Ingela Anderton Andin
2015-04-22Revert "Add workaround for problems with s_client defaults"Ingela Anderton Andin
2015-04-21hipe: Fix a bug in the handling of opaque typesHans Bolinder
2015-04-21Merge branch 'vinoski/minor-erlang-el-fixes'Zandra Hird
2015-04-21Merge branch 'zandra/fix-ssl-obsolete-arity'Zandra Hird
2015-04-21ssl: Add unit test caseIngela Anderton Andin
2015-04-20compilation_SUITE: Unload tested modules using the code serverBjörn Gustavsson
2015-04-20Merge branch 'wmalik/slave-specs'Björn Gustavsson
2015-04-20zip: Suppress a dialyzer warning for an unmatched returnBjörn Gustavsson
2015-04-20ssl: Ignore signature_algorithm (TLS 1.2 extension) sent to TLS 1.0/1 serverAndreas Schultz
2015-04-20Minor fixes to emacs erlang-modeSteve Vinoski
2015-04-20ssl: Adjust to public_key application removing legacy compact_bit_string switchIngela Anderton Andin