aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-02-06Remove typer_preprocess.erl fileKostis Sagonas
2011-02-06Delete typer_map.erl file, really this timeKostis Sagonas
2011-02-06Delete typer_map.erl fileKostis Sagonas
2011-02-06Various cleanupsKostis Sagonas
2011-02-06Fix Typer's hanging when module name doesn't match filenameStavros Aronis
2011-02-06Moved option to its proper positionKostis Sagonas
2011-02-06Clean up of commentsKostis Sagonas
2011-02-06Up version to reflect major rewriteKostis Sagonas
2011-02-06Add '--no_spec' option to TyperStavros Aronis
2011-02-06Replace some string() with file:filename()Kostis Sagonas
2011-02-06First cut of tidier's cleanupKostis Sagonas
2011-02-05Fix a couple typos in driver_entry(3)Tuncer Ayaz
2011-02-03HALFWORD ETS match spec heap fragment optimizationSverker Eriksson
2011-02-03HALFWORD ETS removed eheap and improved test case t_match_spec_runSverker Eriksson
2011-02-03HALFWORD ETS Further match spec optimization to minimize copying and garbageSverker Eriksson
2011-02-03HALFWORD ETS db_prog_match optimizationSverker Eriksson
2011-02-03HALFWORD ETS Fix segv for match spec with several function and guardsSverker Eriksson
2011-02-03HALFWORD Make system_info mseg_alloc report both low/high memSverker Eriksson
2011-02-03HALFWORD Fix segv caused by erlang:haltSverker Eriksson
2011-02-03HALFWORD Make more allocators use high mem (binary, fixed and driver)Sverker Eriksson
2011-02-03HALFWORD ETS 32-bit arch fixes and other cleanupsSverker Eriksson
2011-02-03HALFWORD ETS nicer update_elementSverker Eriksson
2011-02-03HALFWORD ETS Real matching on relative termsSverker Eriksson
2011-02-03HALFWORD first stab at high mem allocSverker Eriksson
2011-02-03HALFWORD ETS relative termsSverker Eriksson
2011-02-03Merge branch 'ks/bs_add-fail-labels' into devNiclas Axelsson
2011-02-03Fix translation of bs_add's fail labelsKostis Sagonas
2011-02-02Update documentation to reflect performance enhancement changes of coverLukas Larsson
2011-02-02Add aync_analyse_to_file function to coverLukas Larsson
2011-02-02compiler Makefile: Turn warnings into errorsBjörn Gustavsson
2011-02-02v3_kernel_pp: Add support for pretty-printing #k_literal{} recordsBjörn Gustavsson
2011-02-02v3_kernel_pp: Eliminate warningBjörn Gustavsson
2011-02-01Fix infinite loop for malformed edoc inputTaylor Venable
2011-02-01Split the cover ets tables into two tables, one with the clause info and one ...Lukas Larsson
2011-01-31Sanitize the specs of the code moduleKostis Sagonas
2011-01-31Remove hipe constants poolPaul Guyot
2011-01-29Fix several bugs related to hibernate/3 and HiPEPaul Guyot
2011-01-27Add process debug tagsLukas Larsson
2011-01-27Update remote collect to handle multiple requests at onceLukas Larsson
2011-01-27Remove io printout warnings when exporting an imported moduleLukas Larsson
2011-01-27Update suite callback test timeout so that beam debug test runs do not timeoutLukas Larsson
2011-01-26Make the call to cover parallel so that the test_server takes advantage of th...Lukas Larsson
2011-01-26Update cover to allow multiple analyse and analyze_to_file calls at the same ...Lukas Larsson
2011-01-26Refactor cover to prepare it for making analysis parallelLukas Larsson
2011-01-26Merge branch 'uw/xmerl-expand-simple/OTP-9034' into devLars Thorsen
2011-01-25Update escrips to allow the -n or -compile(native) flag, which compiles the c...Lukas Larsson
2011-01-25Merge branch 'maint-r14' into devNiclas Eklund
2011-01-25Update remote loading to only load a certain number of modules at a time to p...Lukas Larsson
2011-01-24Mention that "-detached" implies "-noinput"Holger Weiß
2011-01-24Merge branch 'ia/ssl-and-public_key/skip-tests-when-no-crypto-fix' into devIngela Anderton Andin