summaryrefslogtreecommitdiff
path: root/lib/hipe
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ks/rec-erl_types' into devBjörn Gustavsson2010-10-291-30/+33
|\
| * Deeper unfolding of recursive typesKostis Sagonas2010-10-291-30/+33
* | hipe: Add translation of BIFs with arity threeKostis Sagonas2010-10-201-0/+4
|/
* Merge branch 'ks/ets-update-counter' into devBjörn Gustavsson2010-10-061-6/+23
|\
| * Fix type of ets:update_counter/3 to correspond with the documentationKostis Sagonas2010-10-021-6/+23
* | Merge branch 'ks/dialyzer-fixes' into devBjörn Gustavsson2010-09-301-130/+195
|\ \
| * | Fix two errors in dialyzerKostis Sagonas2010-09-241-130/+195
| |/
* | Cleanup and small fixes in hipe filesKostis Sagonas2010-09-243-60/+54
|/
* hipe: Do not auto-import min/2 and max/2Tuncer Ayaz2010-09-151-0/+2
* Prepare releaseOTP_R14BErlang/OTP2010-09-132-1/+24
* Merge branch 'pg/fix-hipe-load' into devBjörn Gustavsson2010-09-011-2/+2
|\
| * Fix hipe:load/1Paul Guyot2010-08-271-2/+2
* | fix crash in hipe_icode_exceptionsMikael Pettersson2010-08-301-0/+10
* | erts: Remove broken elib_mallocBjörn Gustavsson2010-08-171-4/+2
* | One off-heap list, to eliminate two words per ETS object.Sverker Eriksson2010-07-202-13/+13
|/
* Fix a bug in the type of lists:flatmap/2.Kostis Sagonas2010-07-071-6/+15
* Update release notesBjörn Gustavsson2010-06-111-0/+62
* Merge branch 'egil/eprof' into devErlang/OTP2010-06-111-2/+3
|\
| * Dialyzer cleanup for eprofBjörn-Egil Dahlberg2010-06-091-2/+3
* | Update version numbersBjörn Gustavsson2010-06-101-1/+1
|/
* Merge branch 'ks/dialyzer-R14-fixes' into devErlang/OTP2010-06-093-51/+108
|\
| * Various changes to dialyzer-related files for R14.Kostis Sagonas2010-06-083-41/+98
|/
* Merge branch 'bg/bif-types' into devErlang/OTP2010-06-082-15/+202
|\
| * Add type information for erlang:garbage_collect_message_area/0Björn Gustavsson2010-06-071-0/+4
| * Add type information for erts_debug:* BIFsBjörn Gustavsson2010-06-071-0/+22
| * Add type information for erlang:port_call/2Björn Gustavsson2010-06-071-2/+4
| * Add type information for erlang:display* BIFsBjörn Gustavsson2010-06-071-0/+8
| * Add type information for the BIFs in the binary moduleBjörn Gustavsson2010-06-071-0/+113
| * Introduce and use the t_endian() helperBjörn Gustavsson2010-06-071-1/+4
| * Add type information for erlang:binary_part/2,3Björn Gustavsson2010-06-071-0/+8
| * Add type info for erlang:append/2 and erlang:subtract/2Kostis Sagonas2010-06-071-0/+6
| * Add type information for the erlang:adler32* BIFsKostis Sagonas2010-06-071-8/+27
| * Add ppc64 return for erlang:system_info(hipe_architecture)Kostis Sagonas2010-06-071-3/+2
| * erl_types: Export is_erl_type/1Björn Gustavsson2010-06-061-1/+4
* | Merge branch 'bg/nif_error' into devErlang/OTP2010-06-081-0/+8
|\ \ | |/ |/|
| * Add erlang:nif_error/1,2Björn Gustavsson2010-05-311-0/+8
* | Merge branch 'ks/dialyzer' into devErlang/OTP2010-06-043-111/+127
|\ \
| * | dialyzer: Build the PLT even if there are unresolved remote typesKostis Sagonas2010-06-031-12/+15
| * | Add handling of unknown typesMaria Christakis2010-06-031-5/+3
| * | hipe: Add declarations for exported typesKostis Sagonas2010-06-032-0/+4
| * | Support -export_type() in dialyzer and erl_typesKostis Sagonas2010-06-031-85/+96
|/ /
* | Remove (harmless) warnings about min/max in core applicationsPatrik Nyblom2010-06-021-0/+1
|/
* Remove stray support for the put_literal/2 instructionBjörn Gustavsson2010-05-201-7/+0
* Remove stray support for the bs_bits_to_bytes2/2 instructionBjörn Gustavsson2010-05-201-5/+0
* hipe_beam_to_icode: Correct names of new recv_* instructionsKostis Sagonas2010-05-121-5/+3
* Merge branch 'bg/opt-receive' into devErlang/OTP2010-05-121-5/+10
|\
| * Introduce the new recv_mark/1 and recv_mark/1 instructionsBjörn Gustavsson2010-05-111-0/+5
* | hipe_icode: Suppress a dialyzer warningKostis Sagonas2010-05-111-20/+12
|/
* Add type info for erlang:load_nif/2Kostis Sagonas2010-05-031-4/+14
* OTP-8562 Closing right parenthesis in macro definitions is mandatory.Hans Bolinder2010-04-091-1/+1