summaryrefslogtreecommitdiff
path: root/lib/compiler/src/compile.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
* Revert "Merge branch 'nox/compile-column-numbers' into maint"Lukas Larsson2012-08-221-21/+4
* Merge branch 'nox/compile-column-numbers' into maintFredrik Gustafsson2012-08-141-4/+21
|\
| * Fix messages ordering with column numbersAnthony Ramine2012-06-101-1/+11
| * Fix type compile:err_info/0Anthony Ramine2012-06-061-1/+1
| * Fix printing of errors with column numbersAnthony Ramine2012-06-031-1/+1
| * Create a new "column" option in compileAnthony Ramine2012-06-021-1/+8
* | compiler: Eliminate EXIT messages from the temporary compiler processBjörn Gustavsson2012-08-061-8/+10
* | Allow the source to be set when compiling formsJosé Valim2012-04-101-4/+6
|/
* Add the beam_except pass to optimize exceptionsBjörn Gustavsson2012-01-041-0/+2
* Teach the compiler the 'no_dead' optionBjörn Gustavsson2011-12-061-1/+3
* Merge branch 'bjorn/compiler/options/OTP-9752'Björn Gustavsson2011-11-281-14/+25
|\
| * compiler: Don't include {cwd,_} in module_info(compile)Björn Gustavsson2011-11-241-10/+18
| * compiler: Don't include source code options in module_info(compile)Björn Gustavsson2011-11-241-4/+7
* | Teach the compiler the 'r14' optionBjörn Gustavsson2011-11-241-0/+2
|/
* Add '-callback' attribute to language syntaxStavros Aronis2011-10-071-0/+2
* Merge branch 'dev' into majorHenrik Nord2011-09-131-19/+31
|\
| * compile: optimize werror/1Tuncer Ayaz2011-09-081-1/+1
| * compile: log warnings as errors if -Werror is enabledTuncer Ayaz2011-09-081-15/+21
| * Do not write beam file if Werr and warnings /= []Tuncer Ayaz2011-09-081-4/+10
* | compiler: Add no_line_info for suppressing line/1 instructionsBjörn Gustavsson2011-08-181-2/+2
* | compiler: Don't create filenames starting with "./"Björn Gustavsson2011-08-161-0/+2
|/
* Merge branch 'bjorn/compiler/refactor-source-options' into devBjörn Gustavsson2011-02-241-52/+49
|\
| * compile: Refactor handling of source options (e.g. 'from_core')Björn Gustavsson2011-02-141-54/+51
* | Add dependencies Makefile generation to erlc(1) and compile(3)Jean-Sébastien Pédron2011-02-181-1/+193
|/
* Merge branch 'pan/ms_transform_warnings/OTP-6759' into devPatrik Nyblom2010-08-301-0/+4
|\
| * Add warnings for shadowed variables in ms_transform funsPatrik Nyblom2010-06-231-0/+4
* | Merge branch 'ks/cleanups' into devRaimo Niskanen2010-07-071-14/+18
|\ \ | |/ |/|
| * compiler: Fix incorrect types and specsKostis Sagonas2010-06-071-14/+18
* | compiler: Add declarations for exported typesKostis Sagonas2010-06-031-0/+2
* | Cleanup branch 'bg/compiler-cover-and-clean'Kostis Sagonas2010-05-271-7/+2
* | compile: Remove code that is only executed on SolarisBjörn Gustavsson2010-05-201-12/+2
* | Optimize selective receives in the presence of a large message queueBjörn Gustavsson2010-05-111-0/+6
|/
* compiler: Don't support the no_binaries optionBjörn Gustavsson2010-03-221-3/+0
* compiler: Don't support the no_constant_pool optionBjörn Gustavsson2010-03-221-1/+1
* compiler: Don't support the r11 optionBjörn Gustavsson2010-03-221-2/+0
* compile.erl: eliminate compiler warningKostis Sagonas2010-02-101-1/+1
* compiler: make ignore_native_errors also handle internal hipe errorsBjörn Gustavsson2010-01-301-14/+16
* Teach the compiler the no_native optionBjörn Gustavsson2010-01-301-5/+15
* Merge branch 'cf/compile_warning_as_error' into ccase/r13b04_devErlang/OTP2010-01-201-25/+38
|\
| * compile: add flag warnings_as_errors to treat warnings as errorsChristopher Faulet2010-01-191-11/+24
| * compile.erl: remove trailing whitespaceBjörn Gustavsson2010-01-191-9/+9
|/
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+1400