aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test
AgeCommit message (Expand)Author
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-26compiler tests: Test the 'inline' option betterBjö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-22compiler: Don't support the no_constant_pool optionBjörn Gustavsson
2010-03-22compiler: Don't support the r11 optionBjörn Gustavsson
2010-02-17OTP-8447 Bit string comprehensions can now be used in parameterizedHans Bolinder
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-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
2009-12-13Change the expected return value for on_load functionsBjörn Gustavsson
2009-12-11beam_bool: Fix generation of code that does not validateBjörn Gustavsson
2009-12-10Fix crash in beam_boolBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP