summaryrefslogtreecommitdiff
path: root/lib/hipe/x86/hipe_x86_main.erl
Commit message (Collapse)AuthorAgeFilesLines
* Correct copyright on remaining hipe filesRichard Carlsson2016-11-231-7/+0
|
* hipe_x86: Minimise CFG<->linear conversionsMagnus Lång2016-08-301-9/+13
| | | | | | | | | | Most x86 passes were either linearise(pass(to_cfg(Code))) or trivially rewritable to process a CFG. This saves a great deal of time and memory churn when compiling large programs. Now, there will only ever be a single Linear->CFG conversion, just after lowering from RTL, and only ever a single CFG->Linear conversion, just before the finalise pass. Both of these now happen in hipe_x86_main.
* update copyright-yearHenrik Nord2016-03-151-1/+1
|
* Change license text to APLv2Bruce Yinhe2015-06-181-10/+11
|
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+70