aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
AgeCommit message (Expand)Author
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
2010-02-05OTP-8404: Doc: some corrections and improvements in STDLIBBjörn Gustavsson
2010-01-30compiler: make ignore_native_errors also handle internal hipe errorsBjörn Gustavsson
2010-01-30Teach the compiler the no_native optionBjörn Gustavsson
2010-01-20Merge branch 'cf/compile_warning_as_error' into ccase/r13b04_devErlang/OTP
2010-01-19compile: add flag warnings_as_errors to treat warnings as errorsChristopher Faulet
2010-01-19compile.erl: remove trailing whitespaceBjörn Gustavsson
2010-01-19Update version numbersBjörn Gustavsson
2010-01-19Merge branch 'bg/compiler-beam_validator' into ccase/r13b04_devErlang/OTP
2010-01-15beam_validator: fix incorrect assumptions about GC guard BIFsBjörn Gustavsson
2009-12-14Merge branch 'bg/on_load' into ccase/r13b04_devErlang/OTP