aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/cerl/erl_bif_types.erl
AgeCommit message (Expand)Author
2011-01-17Merge branch 'bjorn/beam-loader/OTP-9030' into devBjörn Gustavsson
2011-01-17Add erts_debug:instructions/0 for listing all specific instructionsBjörn Gustavsson
2010-12-21Merge branch 'ja/fix-hipe-spec-ets-new' into devNiclas Axelsson
2010-12-16Set types correctly for open_port({spawn_executable, ...Patrik Nyblom
2010-12-16Fix type specification of the ets:new/2 BIFJesper Louis Andersen
2010-12-13Fix native code compiler infinite loop and update type info for 're'Kostis Sagonas
2010-12-03Merge branch 'ks/erl_bif_types-cleanup/OTP-8961' into devPatrik Nyblom
2010-12-03Merge branch 'pan/unicode-filenames/OTP-8887' into devPatrik Nyblom
2010-12-01Merge branch 'lukas/hipe/decode_packet_type' into devLukas Larsson
2010-11-30Corrected testcases broken by unicode filenamesPatrik Nyblom
2010-11-29Fix type information of 'file' and 'code' modulesKostis Sagonas
2010-10-15Update httppacket type to return both strings and binariesLukas Larsson
2010-10-14Add the {encoding, _} options to file:open/2's modesKostis Sagonas
2010-10-02Fix type of ets:update_counter/3 to correspond with the documentationKostis Sagonas
2010-08-17erts: Remove broken elib_mallocBjörn Gustavsson
2010-07-07Fix a bug in the type of lists:flatmap/2.Kostis Sagonas
2010-06-09Dialyzer cleanup for eprofBjörn-Egil Dahlberg
2010-06-08Merge branch 'bg/bif-types' into devErlang/OTP
2010-06-07Add type information for erlang:garbage_collect_message_area/0Björn Gustavsson
2010-06-07Add type information for erts_debug:* BIFsBjörn Gustavsson
2010-06-07Add type information for erlang:port_call/2Björn Gustavsson
2010-06-07Add type information for erlang:display* BIFsBjörn Gustavsson
2010-06-07Add type information for the BIFs in the binary moduleBjörn Gustavsson
2010-06-07Introduce and use the t_endian() helperBjörn Gustavsson
2010-06-07Add type information for erlang:binary_part/2,3Björn Gustavsson
2010-06-07Add type info for erlang:append/2 and erlang:subtract/2Kostis Sagonas
2010-06-07Add type information for the erlang:adler32* BIFsKostis Sagonas
2010-06-07Add ppc64 return for erlang:system_info(hipe_architecture)Kostis Sagonas
2010-05-31Add erlang:nif_error/1,2Björn Gustavsson
2010-05-03Add type info for erlang:load_nif/2Kostis Sagonas
2010-03-29Add type information about erlang:integer_to_list/2 and erlang:list_to_integer/2Kostis Sagonas
2010-03-20Add missing type in erlang:decode_packet/3Kostis Sagonas
2010-02-17Merge branch 'ks/hipe' into ccase/r13b04_devErlang/OTP
2010-02-16Merge branch 'bg/erl_bif_types' into ccase/r13b04_devErlang/OTP
2010-02-14Add types for erts_debug:lock_counters/1Björn Gustavsson
2010-02-14Add types for os:timestamp/0Björn Gustavsson
2010-02-14Add types for erts_debug:dist_ext_to_term/2Björn Gustavsson
2010-02-14erl_bif_types: add 'http_bin' as a valid packet optionBjörn Gustavsson
2010-02-14dialyzer: New version for the R13B04 releaseKostis Sagonas
2010-02-14Fix a HiPE compiler bug evaluating an expression that throws system_limitKostis Sagonas
2009-11-27Add type information for on_loadBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP