aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/compile.erl
AgeCommit message (Expand)Author
2011-02-24Merge branch 'bjorn/compiler/refactor-source-options' into devBjörn Gustavsson
2011-02-18Add dependencies Makefile generation to erlc(1) and compile(3)Jean-Sébastien Pédron
2011-02-14compile: Refactor handling of source options (e.g. 'from_core')Björn Gustavsson
2010-08-30Merge branch 'pan/ms_transform_warnings/OTP-6759' into devPatrik Nyblom
2010-07-07Merge branch 'ks/cleanups' into devRaimo Niskanen
2010-06-23Add warnings for shadowed variables in ms_transform funsPatrik Nyblom
2010-06-07compiler: Fix incorrect types and specsKostis Sagonas
2010-06-03compiler: Add declarations for exported typesKostis Sagonas
2010-05-27Cleanup branch 'bg/compiler-cover-and-clean'Kostis Sagonas
2010-05-20compile: Remove code that is only executed on SolarisBjörn Gustavsson
2010-05-11Optimize selective receives in the presence of a large message queueBjörn Gustavsson
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-10compile.erl: eliminate compiler warningKostis Sagonas
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
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP