aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/compile_SUITE.erl
AgeCommit message (Expand)Author
2015-04-30compiler: Use module erl_annoHans Bolinder
2015-04-22compile: Add the {eprof,Pass} option for easy eprof runningBjörn Gustavsson
2015-01-27Strengthen and modernize compile_SUITEBjörn Gustavsson
2015-01-16compile_SUITE: Test the 'dialyzer' optionBjörn Gustavsson
2014-08-14compiler: finalize 18.x 'asm' deprecationTuncer Ayaz
2014-02-24Add test suites performing app and appup file checksTobias Schlager
2014-01-31compiler: Strengthen listings testsBjörn-Egil Dahlberg
2014-01-28compiler: Test Maps inliningBjörn-Egil Dahlberg
2013-12-18Officially support building assembler filesTuncer Ayaz
2013-12-13Test compilation of BEAM assembly with optimisations onAnthony Ramine
2013-09-09Merge branch 'maint'Björn Gustavsson
2013-09-05compiler: Conform returned errors to the documented formatBjörn Gustavsson
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-05-28Merge remote-tracking branch 'upstream/maint'Ingela Anderton Andin
2013-05-20beam_lib, compile: Replace use of deprecated crypto functionsBjörn Gustavsson
2013-04-19Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder
2013-01-09compiler: Remove support for packagesBjörn Gustavsson
2012-08-24Merge branch 'rc/fix-MP-compiler-flag/OTP-10211' into maintFredrik Gustafsson
2012-08-06compiler: Eliminate EXIT messages from the temporary compiler processBjörn Gustavsson
2012-08-06compile_SUITE: Correct the forms_2 test case to work on WindowsBjörn Gustavsson
2012-07-10Fix the erlc -MP flagRichard Carlsson
2012-04-10Allow the source to be set when compiling formsJosé Valim
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-01-25compile_SUITE: Eliminate race conditionBjörn Gustavsson
2012-01-11compile_SUITE: Add test of 'sys_pre_attributes'Björn Gustavsson
2011-11-24compiler: Don't include source code options in module_info(compile)Björn Gustavsson
2011-11-24hipe: Teach hipe to handle slim or stripped BEAM filesBjörn Gustavsson
2011-08-18compiler: Add no_line_info for suppressing line/1 instructionsBjörn Gustavsson
2011-04-12compiler tests: Reinstate ?MODULE macro in calls to test_lib:recompile/1Björn Gustavsson
2011-02-18Merge branch 'jp/dependencies_makefile' into devBjörn Gustavsson
2011-02-18Add dependencies Makefile generation to erlc(1) and compile(3)Jean-Sébastien Pédron
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for compilerLukas Larsson
2011-02-17Add init_per_suite and end_per_suiteLukas Larsson
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update compiler tests to conform with common_test standardLukas Larsson
2010-05-12Merge branch 'bg/opt-receive' into devErlang/OTP
2010-05-10Move p_run/2 to test_libBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP