aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/compilation_SUITE.erl
AgeCommit message (Expand)Author
2016-02-25Eliminate use of ?config() macroBjörn Gustavsson
2016-02-25Modernize use of timetrapsBjörn Gustavsson
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2015-06-22fix errors caused by changed line numbersBruce Yinhe
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-29compilation_SUITE: Speed up the self_compile test casesBjörn Gustavsson
2015-04-20compilation_SUITE: Unload tested modules using the code serverBjörn Gustavsson
2015-02-03sys_core_fold: Optimize let statements more aggressivelyBjörn Gustavsson
2014-08-07Use +clint0 in compiler's test suitesAnthony Ramine
2014-01-21Fix testing with unicode pathsDan Gudmundsson
2013-12-13Test compilation of BEAM assembly with optimisations onAnthony Ramine
2013-11-22Rename otp_8949_a/0 which common_test interprets as an info functionBjörn Gustavsson
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-09Fix unsafe optimization of funsBjörn Gustavsson
2013-01-09compiler: Remove support for packagesBjörn Gustavsson
2012-10-23compiler: Run testcases in parallelBjörn Gustavsson
2012-10-09Improve binary matching of literalsBjörn Gustavsson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-02-13compiler: Teach the inliner to preserve on_load functionsBjörn Gustavsson
2012-01-04compilation_SUITE: Compile compiler modules in parallelBjörn Gustavsson
2012-01-04compilation_SUITE: Prevent cover from being run on slave nodesBjörn Gustavsson
2012-01-04Eliminate the match_fail primop in v3_kernel and later passesBjörn Gustavsson
2011-04-12compiler tests: Reinstate ?MODULE macro in calls to test_lib:recompile/1Björn Gustavsson
2011-02-23compiler: Eliminate some warningsBjörn Gustavsson
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-12-02beam_utils: Fix check_liveness/3 for receive loopsBjörn Gustavsson
2010-11-26beam_utils: Fix liveness analysis for gc_bif instructionsBjörn Gustavsson
2010-07-29beam_asm: Simplify string table generation for beamsPaul Guyot
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP