aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
AgeCommit message (Expand)Author
2010-05-20Remove the bs_bits_to_bytes/3 instructionBjörn Gustavsson
2010-05-20Cover handling of 'math' BIFsBjörn Gustavsson
2010-05-20beam_bool: Remove a clause in live_regs/1 that cannot matchBjörn Gustavsson
2010-05-20beam_bool: Cover handling of bs_context_to_binary in initialized_regs/2Björn Gustavsson
2010-05-20beam_bool: Remove a clause in initialized_regs/2 that cannot matchBjörn Gustavsson
2010-05-20beam_block: Remove a clause that will never be executedBjörn Gustavsson
2010-05-20compile: Remove code that is only executed on SolarisBjörn Gustavsson
2010-05-20Do not cover-analyze core_scanBjörn Gustavsson
2010-05-20core_SUITE_data: Don't ignore *.core files in this directoryBjörn Gustavsson
2010-05-20Merge branch 'pan/otp_8217_binary' into devErlang/OTP
2010-05-17Add guard BIFs binary_part/2,3Patrik Nyblom
2010-05-12Merge branch 'bg/compiler-attributes' into devErlang/OTP
2010-05-12Remove opaque declarations from the attributesBjörn Gustavsson
2010-05-12Merge branch 'bg/opt-receive' into devErlang/OTP
2010-05-11compiler tests: Cover the error handling code in beam_receiveBjörn Gustavsson
2010-05-11compiler test: Test optimization of receive statementsBjörn Gustavsson
2010-05-11Optimize selective receives in the presence of a large message queueBjörn Gustavsson
2010-05-11Introduce the new recv_mark/1 and recv_mark/1 instructionsBjörn Gustavsson
2010-05-10Move p_run/2 to test_libBjörn Gustavsson
2010-04-27Merge branch 'bg/compiler-suppress-result-ignored' into devErlang/OTP
2010-04-23Merge branch 'ta/nested-records' into devErlang/OTP
2010-04-20Support nested record field access without parenthesesTuncer Ayaz
2010-04-20Merge branch 'bg/compiler-fmove-opt' into devErlang/OTP
2010-04-19Merge branch 'bg/deprecations' into devErlang/OTP
2010-04-19beam_type: Improve coalescing of fmove/2 and move/2 instructionsBjörn Gustavsson
2010-04-15compiler tests: Eliminate "result of expression is ignored" warningsBjörn Gustavsson
2010-04-15Silence warnings for expressions that are assigned to "_"Björn Gustavsson
2010-04-08test suites: Remove incidental use of deprecated concat_binary/1Björn Gustavsson
2010-04-01Merge branch 'bg/compiler-inliner' into devErlang/OTP
2010-03-29pmod_SUITE: Again test inlining parameterized modulesBjörn Gustavsson
2010-03-26compiler tests: Cope with missing args in function_clause for native codeBjörn Gustavsson
2010-03-26compiler tests: Compile a few more modules with 'inline'Björn Gustavsson
2010-03-26Consistently rewrite an inlined function_clause exception to case_clauseBjörn Gustavsson
2010-03-26compiler tests: Test the 'inline' option betterBjörn Gustavsson
2010-03-26compiler: Suppress bs_context_to_binary/1 for a literal operandBjörn Gustavsson
2010-03-26compiler: Fix binary matching bug in the inlinerBjörn Gustavsson
2010-03-26sys_core_inline: Don't generated multiple compiler_generated annosBjörn Gustavsson
2010-03-25Merge branch 'bg/compiler-remove-r11-support' into devErlang/OTP
2010-03-22compiler: Don't support the no_binaries optionBjörn Gustavsson
2010-03-22erts: Don't support the put_string/3 instructionBjörn Gustavsson
2010-03-22compiler: Don't support the no_constant_pool optionBjörn Gustavsson
2010-03-22compiler: Don't support the r11 optionBjörn Gustavsson
2010-03-17compiler: Provide more information if the v3_life pass crashesBjörn Gustavsson
2010-02-19Update release notesBjörn-Egil Dahlberg
2010-02-17OTP-8447 Bit string comprehensions can now be used in parameterizedHans Bolinder
2010-02-10Merge branch 'ks/compiler' into ccase/r13b04_devErlang/OTP
2010-02-10Support the configure option --enable-native-libsKostis Sagonas
2010-02-10compiler: keep line numbers for attributesKostis Sagonas
2010-02-10compiler Makefile: alphabetize module namesKostis Sagonas
2010-02-10compile.erl: eliminate compiler warningKostis Sagonas