aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2012-10-24Merge branch 'maint'Björn-Egil Dahlberg
2012-10-24Merge branch 'egil/ensure-erl_crash.dump/OTP-10422' into maintBjörn-Egil Dahlberg
2012-10-23test: Relax timeouts for heart_SUITEBjörn-Egil Dahlberg
2012-10-22Merge branch 'ia/ssh/ctify-tests'Ingela Anderton Andin
2012-10-19ssh: Modernized test suites to use only Common TestIngela Anderton Andin
2012-10-18doc: Document ERL_CRASH_DUMP_SECONDS behaviourBjörn-Egil Dahlberg
2012-10-18test: Add test for heart restart on crashBjörn-Egil Dahlberg
2012-10-18Merge branch 'ar/odbc_nagel'Henrik Nord
2012-10-18Merge branch 'nk/jinterface-fix_compressed_binary'Henrik Nord
2012-10-18Merge branch 'at/binary-depth-printing'Henrik Nord
2012-10-18Merge branch 'jf/fix_sctp_peeloff_active_true'Henrik Nord
2012-10-16test: Add test for heart restart on crashBjörn-Egil Dahlberg
2012-10-15test: Refactor away ?line macros in heart_SUITEBjörn-Egil Dahlberg
2012-10-15erts, heart: Ensure erl_crash.dump is writtenBjörn-Egil Dahlberg
2012-10-15Merge branch 'tp/supervisor-pass-on-errors'Siri Hansen
2012-10-12Merge branch 'egil/add-scalefactor-to-start_node'Björn-Egil Dahlberg
2012-10-11If supervisor:start_link fails to start child, add child id to error reasonSiri Hansen
2012-10-11filename: Eliminate Dialyzer warningBjörn Gustavsson
2012-10-11common_test: Make ct_system_error_SUITE portable to WindowsBjörn Gustavsson
2012-10-11Fix documentation about how supervisor handles crash in child's start functionSiri Hansen
2012-10-11Merge branch 'hb/kernel/spec_fix/OTP-10473'Hans Bolinder
2012-10-10Change the type of some arguments in filename to file:name()Hans Bolinder
2012-10-10Merge branch 'bjorn/compiler/minor-optimization-polishing/OTP-10193'Björn Gustavsson
2012-10-10beam_bsm: Handle calls slightly betterBjörn Gustavsson
2012-10-10Break apart tail-recursive call instructionsBjörn Gustavsson
2012-10-10Represent the 'send' instruction as a call_ext/2 instructionBjörn Gustavsson
2012-10-10Rewrite select_val and select_tuple_arity to a select instructionBjörn Gustavsson
2012-10-10Merge branch 'siri/sasl/appup-regexp-fix/OTP-10463'Siri Hansen
2012-10-09Rewrite binary creation instructions to bs_init instructionsBjörn Gustavsson
2012-10-09Rewrite bs_add, bs_utf*_size to BIF instructions in optimizationsBjörn Gustavsson
2012-10-09Rewrite bs_put* instructions to a generic bs_put instructionBjörn Gustavsson
2012-10-09Refactor removal of unused labelsBjörn Gustavsson
2012-10-09Introduce the mandatory beam_a and beam_z passesBjörn Gustavsson
2012-10-09compile: Fix bug in selection of passesBjörn Gustavsson
2012-10-09beam_receive: Optimize receives using refs created by spawn_monitor/{1,3}Björn Gustavsson
2012-10-09compile: Give a friendler error message if a parse transform cannot be foundBjörn Gustavsson
2012-10-09beam_jump: Don't move a block which can be entered via a fallthroughBjörn Gustavsson
2012-10-09beam_jump: Fix broken optimizationBjörn Gustavsson
2012-10-09v3_kernel: Fix match code for matched out segment size in multiple clausesBjörn Gustavsson
2012-10-09Improve binary matching of literalsBjörn Gustavsson
2012-10-09v3_codegen: Combine adjacent bs_match_string instructionsBjörn Gustavsson
2012-10-09beam_bool: Recognize more safe optimizationsBjörn Gustavsson
2012-10-09beam_utils: Correct usage calculations for GC BIFs in blocksBjörn Gustavsson
2012-10-09beam_utils:live_opt/1: Correct liveness calculation for 'try'Björn Gustavsson
2012-10-09beam_utils: Extend live_opt/1 to recalculate live registers in allocsBjörn Gustavsson
2012-10-09beam_utils: Check liveness in catches and try/catch blocksBjörn Gustavsson
2012-10-09v3_codegen: Clarify code generation for binary constructionBjörn Gustavsson
2012-10-09v3_codegen: Clean up comments and remove out-commented codeBjörn Gustavsson
2012-10-09v3_codegen: Don't duplicate the functionality of cg_reg_arg/2Björn Gustavsson
2012-10-08test_server: Let start_node/3 utilize scalefactorBjörn-Egil Dahlberg