Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-29 | Update primary bootstrap | Fredrik Gustafsson | |
2013-04-03 | Update primary bootstrap | Fredrik Gustafsson | |
2013-03-19 | Update primary bootstrap | Björn Gustavsson | |
2013-02-18 | Update primary bootstrap | Patrik Nyblom | |
2013-02-11 | Update primary bootstrap | Björn Gustavsson | |
2013-02-07 | Update primary bootstrap | Björn Gustavsson | |
2013-02-06 | Update primary bootstrap | Björn Gustavsson | |
2013-02-04 | Update primary bootstrap | Björn Gustavsson | |
2013-01-26 | Update primary bootstrap | Björn Gustavsson | |
2013-01-25 | Update primary bootstrap | Björn Gustavsson | |
2013-01-23 | Update primary bootstrap | Björn Gustavsson | |
2013-01-18 | Update primary bootstrap | Björn Gustavsson | |
2013-01-10 | Update primary bootstrap | Björn Gustavsson | |
2013-01-09 | Update primary bootstrap | Björn Gustavsson | |
2013-01-02 | Update primary bootstrap | Hans Bolinder | |
2012-10-10 | Update primary bootstrap | Björn Gustavsson | |
2012-08-15 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Update primary bootstrap Fix broken building of bootstrap compiler Conflicts: bootstrap/lib/kernel/ebin/code.beam | |||
2012-08-15 | Update primary bootstrap | Björn Gustavsson | |
2012-06-25 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Update primary bootstrap sys_pre_expand: Eliminate bottleneck for modules with many functions Conflicts: bootstrap/bin/start.boot bootstrap/bin/start_clean.boot bootstrap/lib/kernel/ebin/file.beam bootstrap/lib/kernel/ebin/hipe_unified_loader.beam | |||
2012-06-25 | Update primary bootstrap | Björn Gustavsson | |
2012-03-14 | Update primary bootstrap | Björn Gustavsson | |
2012-02-16 | Update primary bootstrap | Björn Gustavsson | |
2012-01-25 | Update primary bootstrap | Björn Gustavsson | |
2012-01-04 | Update primary bootstrap | Björn Gustavsson | |
2011-12-07 | Update primary bootstrap | Björn Gustavsson | |
2011-11-30 | Update primary bootstrap | Björn Gustavsson | |
2011-11-28 | Update primary bootstrap | Björn Gustavsson | |
2011-11-28 | Update primary bootstrap | Björn Gustavsson | |
2011-11-23 | Update primary bootstrap | Björn Gustavsson | |
2011-11-07 | Update primary bootstrap | Björn Gustavsson | |
2011-10-07 | Update primary bootstrap | Henrik Nord | |
2011-09-19 | Merge branch 'dev' into major | Björn Gustavsson | |
* dev: tar_SUITE: Work around limited pathname length on Windows Merge the fourth bootstrap stage into the third bootstrap stage Remove unused lib/orber/include/Makefile Remove lib/orber/include/* from the primary bootstrap otp_build update_primary: Don't commit generated source files primary bootstrap: Remove source files Conflicts: Makefile.in bootstrap/bin/start.script bootstrap/bin/start_clean.script bootstrap/lib/compiler/ebin/compiler.app bootstrap/lib/compiler/egen/beam_opcodes.erl bootstrap/lib/compiler/egen/core_parse.erl bootstrap/lib/kernel/ebin/kernel.app bootstrap/lib/kernel/ebin/kernel.appup bootstrap/lib/orber/include/Makefile bootstrap/lib/orber/include/corba.hrl bootstrap/lib/orber/include/orber_pi.hrl bootstrap/lib/stdlib/ebin/stdlib.app bootstrap/lib/stdlib/ebin/stdlib.appup bootstrap/lib/stdlib/egen/erl_parse.erl | |||
2011-09-14 | primary bootstrap: Remove source files | Björn Gustavsson | |
The primary bootstrap contains generated source files that are not needed for building Erlang/OTP. Since these files contains dates, version numbers, or absolute path names, new versions of most of those files will be created in the git repository every time the primary bootstrap is updated, thus growing the git repository grow more than necessary. | |||
2011-08-25 | Update primary bootstrap | Björn Gustavsson | |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-20 | Update primary bootstrap | Björn-Egil Dahlberg | |
2011-03-30 | Update primary bootstrap | Björn Gustavsson | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-11 | Update primary bootstrap | Björn-Egil Dahlberg | |
2010-12-02 | Update primary bootstrap | Björn Gustavsson | |
2010-10-18 | Update primary bootstrap | Björn Gustavsson | |
2010-10-07 | Update primary bootstrap | Björn Gustavsson | |
2010-09-10 | Update primary bootstrap | Patrik Nyblom | |
2010-08-03 | Update primary bootstrap | Björn Gustavsson | |
2010-06-09 | Update bootstrap compiler | Björn Gustavsson | |
2010-06-02 | Update primary bootstrap | Patrik Nyblom | |
2010-06-02 | Update bootstrap compiler | Björn Gustavsson | |
2010-05-12 | Merge branch 'bg/opt-receive' into dev | Erlang/OTP | |
* bg/opt-receive: Test that gen_server:call/2,3 are fast even with a huge message queue erts: Add tests for the receive optimization Update primary bootstrap erts: Implement recv_mark/1 and recv_set/1 for real compiler tests: Cover the error handling code in beam_receive compiler test: Test optimization of receive statements Optimize selective receives in the presence of a large message queue Introduce the new recv_mark/1 and recv_mark/1 instructions Compile tests that communicate with R12 nodes with the r12 option Move p_run/2 to test_lib gen: Inline wait_resp_mon/2 to help the compiler optimize OTP-8623 bg/opt-receive reveive statements that can only read out a newly created reference are now specially optimized so that it will execute in constant time regardless of the number of messages in the receive queue for the process. That optimization will benefit calls to gen_server:call(). (See gen:do_call/4 for an example of a receive statement that will be optimized.) | |||
2010-05-11 | Update primary bootstrap | Björn Gustavsson | |
2010-05-10 | Update bootstrap compiler | Björn Gustavsson | |