Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(199)

Issue 5970055: code review 5970055: cmd/6a, cmd/6l: add support for AES-NI instrutions and ... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 6 months ago by minux1
Modified:
13 years ago
Reviewers:
CC:
golang-dev, rsc
Visibility:
Public.

Description

cmd/6a, cmd/6l: add support for AES-NI instrutions and PSHUFD This CL adds support for the these 7 new instructions to 6a/6l in preparation of the upcoming CL for AES-NI accelerated crypto/aes: AESENC, AESENCLAST, AESDEC, AESDECLAST, AESIMC, AESKEYGENASSIST, and PSHUFD.

Patch Set 1 #

Patch Set 2 : diff -r 8434de733c20 https://code.google.com/p/go/ #

Patch Set 3 : diff -r 762426ee0cca https://code.google.com/p/go/ #

Patch Set 4 : diff -r 762426ee0cca https://code.google.com/p/go/ #

Patch Set 5 : diff -r 762426ee0cca https://code.google.com/p/go/ #

Patch Set 6 : diff -r 762426ee0cca https://code.google.com/p/go/ #

Patch Set 7 : diff -r bbb1a6dfcd58 https://code.google.com/p/go #

Patch Set 8 : diff -r 29cff1e8de4e https://code.google.com/p/go #

Patch Set 9 : diff -r 29cff1e8de4e https://code.google.com/p/go #

Patch Set 10 : diff -r 29cff1e8de4e https://code.google.com/p/go #

Patch Set 11 : diff -r 29cff1e8de4e https://code.google.com/p/go #

Patch Set 12 : diff -r 29cff1e8de4e https://code.google.com/p/go #

Total comments: 1

Patch Set 13 : diff -r 99bb8c9e067d https://code.google.com/p/go #

Patch Set 14 : diff -r 99bb8c9e067d https://code.google.com/p/go #

Patch Set 15 : diff -r b6d8227d99ae https://code.google.com/p/go/ #

Patch Set 16 : diff -r b6d8227d99ae https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -14 lines) Patch
M src/cmd/6a/lex.c View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M src/cmd/6l/6.out.h View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M src/cmd/6l/optab.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 9 chunks +32 lines, -13 lines 0 comments Download
M src/cmd/6l/span.c View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 4
minux1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
13 years ago (2012-09-23 18:49:37 UTC) #1
rsc
LGTM http://codereview.appspot.com/5970055/diff/21007/src/cmd/6l/span.c File src/cmd/6l/span.c (right): http://codereview.appspot.com/5970055/diff/21007/src/cmd/6l/span.c#newcode1598 src/cmd/6l/span.c:1598: case Zibxm_r: I think instead of adding a ...
13 years ago (2012-09-24 16:33:51 UTC) #2
minux1
On 2012/09/24 16:33:51, rsc wrote: http://codereview.appspot.com/5970055/diff/21007/src/cmd/6l/span.c#newcode1598 > src/cmd/6l/span.c:1598: case Zibxm_r: > I think instead of ...
13 years ago (2012-09-26 17:53:02 UTC) #3
minux1
13 years ago (2012-09-26 17:53:23 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=c2719ae32b09 ***

cmd/6a, cmd/6l: add support for AES-NI instrutions and PSHUFD
This CL adds support for the these 7 new instructions to 6a/6l in
preparation of the upcoming CL for AES-NI accelerated crypto/aes:
AESENC, AESENCLAST, AESDEC, AESDECLAST, AESIMC, AESKEYGENASSIST, 
and PSHUFD.

R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/5970055
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b