summaryrefslogtreecommitdiff
path: root/lib/hipe
Commit message (Expand)AuthorAgeFilesLines
* Prepare releaseOTP_R15B03Erlang/OTP2012-11-262-1/+17
* Correct spec for erlang:process_info(Pid,links)Patrik Nyblom2012-11-161-1/+1
* Fix handling of tuple set remote types appearing in tuple setsStavros Aronis2012-09-261-4/+4
* Prepare releaseOTP_R15B02Erlang/OTP2012-09-032-1/+45
* Update copyright yearsBjörn-Egil Dahlberg2012-08-315-5/+5
* Merge branch 'sverk/dialyzer-warnings' into maintSverker Eriksson2012-08-291-1/+10
|\
| * Fix dialyzer warning for erlang:statistics(scheduler_wall_time)Sverker Eriksson2012-08-281-0/+3
| * Fix dialyzer warning for system_flag(scheduler_wall_time)Sverker Eriksson2012-08-281-0/+6
| * Fix dialyzer warning for hipe_bifs:remove_refs_from(all)Sverker Eriksson2012-08-271-1/+1
* | Changes in comments and minor code cleanupsKostis Sagonas2012-08-241-19/+18
* | Comment out unused cases and some csmetic cleanups.Kostis Sagonas2012-08-241-21/+15
* | Fix a typo and strengthen some type declarationsKostis Sagonas2012-08-241-3/+3
* | Remove unused importsKostis Sagonas2012-08-241-4/+2
* | Add a missing tag in a type declarationKostis Sagonas2012-08-241-2/+2
|/
* Let t_inf() substitute any() for variables in a few more casesHans Bolinder2012-08-211-4/+8
* Merge branch 'lukas/otp/install_with_whitespace/OTP-10107' into maintLukas Larsson2012-06-0816-50/+50
|\
| * Update to work with whitespace in exec pathLukas Larsson2012-06-0516-50/+50
* | Remove stale code for hybrid heap and incremental GCBjörn Gustavsson2012-05-105-168/+3
|/
* Merge branch 'sa/dialyzer-contract-variables' into maintHenrik Nord2012-05-081-6/+6
|\
| * Fix crash related to contract checkingStavros Aronis2012-04-241-6/+6
* | Correct documentation, erl_bif_types and dialyzer testsPatrik Nyblom2012-04-171-0/+1
* | Extend erlang:port_info/1,2 to show the OS pid of a spawned processMatthias Lang2012-04-171-1/+1
|/
* Prepare releaseOTP_R15B01Erlang/OTP2012-04-012-1/+47
* Update copyright yearsBjörn-Egil Dahlberg2012-03-3027-27/+27
* Rename dyntrace BIFs to more suiting namesPatrik Nyblom2012-03-221-35/+35
* Add user tag spreading functionality to VM and use in filePatrik Nyblom2012-03-221-0/+35
* Merge branch 'raimo/close-ports-on-halt/OTP-9985' into maintRaimo Niskanen2012-03-221-2/+6
|\
| * erts: Implement erlang:halt/2Raimo Niskanen2012-03-211-2/+6
* | Merge branch 'sa/dialyzer-fixes' into maintGustav Simonsson2012-03-151-8/+3
|\ \
| * | Fix bug in remote type solvingStavros Aronis2012-03-011-2/+2
| * | Allow t_opaque_structure to handle multiple opaque typesStavros Aronis2012-02-221-6/+1
* | | Make hipe hipe-compiled w/ --enable-native-libsPatrik Nyblom2012-02-2818-5/+65
| |/ |/|
* | Merge branch 'tst/no_hipe_ceach' into maintGustav Simonsson2012-02-221-1/+0
|\ \
| * | Remove hipe_ceach from hipe.app.src to fix reltool-generated release startupTim Stewart2012-01-011-1/+0
* | | Merge branch 'ks/compile_info-fix' into maintGustav Simonsson2012-02-211-5/+1
|\ \ \ | |_|/ |/| |
| * | Fix discrepancy in compile_infoKostis Sagonas2012-02-201-5/+1
* | | Make dialyzer recognize the process_flag option sensitiveHenrik Nord2012-02-131-3/+45
* | | Merge branch 'bjorn/remove-is_constant-vestiges/OTP-6454' into maintBjörn Gustavsson2012-02-098-26/+2
|\ \ \
| * | | HiPE: Remove support for is_constant/1Björn Gustavsson2012-01-267-17/+2
| * | | erl_bif_types: Remove type for is_constant/1Björn Gustavsson2012-01-261-9/+0
| |/ /
* | | Suppress deprecated warnings in all modules that call 'gs'Björn Gustavsson2012-02-081-0/+12
|/ /
* | Merge branch 'raimo/parallel-make/OTP-9857' into maintRaimo Niskanen2012-01-251-22/+30
|\ \
| * | hipe: Fix rtl dependenciesRaimo Niskanen2012-01-241-22/+30
| |/
* | hipe: Remove warnings of missing types in recordsBjörn-Egil Dahlberg2012-01-053-3/+3
* | Revert "hipe: Add type information to cfg_info record"Björn-Egil Dahlberg2012-01-051-3/+2
* | hipe: Add type information to cfg_info recordBjörn-Egil Dahlberg2012-01-031-2/+3
|/
* Prepare releaseErlang/OTP2011-12-122-1/+78
* Update copyright yearsBjörn-Egil Dahlberg2011-12-099-9/+9
* Merge branch 'hb/hipe/unify_optimization/OTP-9768'Hans Bolinder2011-12-091-89/+135
|\
| * Optimize erl_types:t_unify()Hans Bolinder2011-12-081-89/+135