summaryrefslogtreecommitdiff
path: root/lib/compiler
Commit message (Expand)AuthorAgeFilesLines
* Prepare releaseOTP_R14B03Erlang/OTP2011-05-242-1/+25
* Update copyright yearsBjörn-Egil Dahlberg2011-05-204-4/+4
* OTP-9094: [httpc] Add support for upload body streaming (PUT and POST).Micael Karlberg2011-05-161-1/+1
|\
| * Merge branch 'dev' into bmk/inets/inet56_integrationMicael Karlberg2011-04-066-119/+176
| |\
| * \ Merge branch 'dev' into bmk/inets/ftp/missing_spec_causes_dialyxer_problems/O...Micael Karlberg2011-03-1727-27/+66
| |\ \
* | | | rHans Bolinder2011-05-121-1/+1
* | | | bs_match_SUITE: Improve coverage of beam_bsmBjörn Gustavsson2011-04-121-1/+21
* | | | beam_bsm: Eliminate uncovered line in warning generationBjörn Gustavsson2011-04-121-4/+2
* | | | match_SUITE: Cover a clause in beam_dead:forward/4Björn Gustavsson2011-04-121-2/+16
* | | | beam_dead: Remove uncovered special case handling of empty blocksBjörn Gustavsson2011-04-121-3/+0
* | | | beam_dead: Remove uncovered clauses in binary matching optimizationBjörn Gustavsson2011-04-121-5/+0
* | | | beam_dead: Remove uncoverable case clause in update_value_dict/3Björn Gustavsson2011-04-121-1/+0
* | | | beam_dead: Remove code that cannot be covered in forward/4Björn Gustavsson2011-04-121-22/+13
* | | | record_SUITE: Cover optimization of is_record/3 in beam_typeBjörn Gustavsson2011-04-121-2/+17
* | | | compiler tests: Reinstate ?MODULE macro in calls to test_lib:recompile/1Björn Gustavsson2011-04-1226-26/+26
| |_|/ |/| |
* | | Merge branch 'hw/call-chmod-without-f' into devHenrik Nord2011-03-301-1/+1
|\ \ \
| * | | Call chmod without the "-f" flagHolger Weiß2010-11-151-1/+1
* | | | beam_dict: Eliminate the redundant next_atom record elementBjörn Gustavsson2011-03-291-5/+6
* | | | beam_dict: Fix typo in commentBjörn Gustavsson2011-03-291-1/+1
* | | | sys_core_fold: Eliminate incorrect warningBjörn Gustavsson2011-03-252-3/+22
* | | | sys_core_fold: Be careful to preserve annotations while optimizingBjörn Gustavsson2011-03-251-84/+99
* | | | v3_core: Fix variable incorrectly unbound after binary matchBjörn Gustavsson2011-03-232-2/+23
* | | | v3_core: Fix style and indentationBjörn Gustavsson2011-03-231-27/+28
| |_|/ |/| |
* | | Prepare releaseOTP_R14B02Erlang/OTP2011-03-142-1/+40
* | | Update copyright yearsBjörn-Egil Dahlberg2011-03-1125-25/+25
| |/ |/|
* | Merge branch 'bjorn/fix-dialyzer-warnings' into devBjörn Gustavsson2011-02-241-18/+19
|\ \
| * | v3_kernel_pp: Eliminate dialyzer warningBjörn Gustavsson2011-02-231-18/+19
* | | Merge branch 'bjorn/compiler/refactor-source-options' into devBjörn Gustavsson2011-02-241-52/+49
|\ \ \
| * | | compile: Refactor handling of source options (e.g. 'from_core')Björn Gustavsson2011-02-141-54/+51
* | | | compiler: Eliminate some warningsBjörn Gustavsson2011-02-236-23/+23
| |/ / |/| |
* | | Merge branch 'jp/dependencies_makefile' into devBjörn Gustavsson2011-02-189-6/+342
|\ \ \
| * | | Add dependencies Makefile generation to erlc(1) and compile(3)Jean-Sébastien Pédron2011-02-189-3/+338
* | | | Rename Suite Callback to Common Test HookLukas Larsson2011-02-1727-27/+27
* | | | Update and add cover spec files to work with common_testLukas Larsson2011-02-171-1/+3
* | | | Update all test specsLukas Larsson2011-02-173-11/+3
* | | | Fix formatting for compilerLukas Larsson2011-02-1727-168/+204
* | | | Add init_per_suite and end_per_suiteLukas Larsson2011-02-1727-25/+187
* | | | Add ts_install_scb to suite/0Lukas Larsson2011-02-1727-30/+81
* | | | Update compiler tests to conform with common_test standardLukas Larsson2011-02-1727-214/+475
* | | | Update all fin_per_testcase to end_per_testcase.Lukas Larsson2011-02-1717-29/+29
| |/ / |/| |
* | | Merge branch 'bjorn/compiler/eliminate-warnings' into devBjörn Gustavsson2011-02-092-21/+31
|\ \ \
| * | | compiler Makefile: Turn warnings into errorsBjörn Gustavsson2011-02-021-1/+3
| * | | v3_kernel_pp: Add support for pretty-printing #k_literal{} recordsBjörn Gustavsson2011-02-021-0/+2
| * | | v3_kernel_pp: Eliminate warningBjörn Gustavsson2011-02-021-20/+26
| |/ /
* | | v3_codegen: Use the latest instance of StBjörn Gustavsson2011-02-071-1/+1
|/ /
* | compiler: Don't include -export_type as attributes in BEAM filesBjörn Gustavsson2010-12-211-0/+1
* | Prepare releaseErlang/OTP2010-12-062-1/+51
* | Merge branch 'bjorn/fix-compiler-bugs/OTP-8949' into devBjörn Gustavsson2010-12-022-15/+65
|\ \
| * | beam_utils: Fix check_liveness/3 for receive loopsBjörn Gustavsson2010-12-022-4/+25
| * | beam_utils: Fix liveness analysis for gc_bif instructionsBjörn Gustavsson2010-11-262-12/+41
| |/