Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2232)

Issue 11364046: Update Yasm to 1.2.0 (Yasm Part 1/3) (Closed)

Created:
8 years, 1 month ago by Hironori Bono
Modified:
8 years, 1 month ago
CC:
chromium-reviews, fbarchard
Visibility:
Public.

Description

Update Yasm to 1.2.0 (Yasm Part 1/3) This change updates our copy of Yasm to 1.2.0. (This change mainly consists of the files used by Chromium.) BUG=156030 TEST=build Chromium Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=167603

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3121 lines, -1828 lines) Patch
M third_party/yasm/README.chromium View 1 chunk +4 lines, -6 lines 0 comments Download
M third_party/yasm/patched-yasm/frontends/tasm/tasm.c View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/frontends/tasm/tasm-options.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/frontends/tasm/tasm-options.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/frontends/yasm/yasm.c View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/frontends/yasm/yasm.xml View 3 chunks +10 lines, -12 lines 0 comments Download
M third_party/yasm/patched-yasm/frontends/yasm/yasm-options.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/frontends/yasm/yasm-options.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/genstring.c View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/arch.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/assocdat.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/assocdat.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/bc-align.c View 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/bc-data.c View 5 chunks +13 lines, -5 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/bc-incbin.c View 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/bc-org.c View 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/bc-reserve.c View 3 chunks +4 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/bitvect.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/bitvect.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/bytecode.h View 5 chunks +11 lines, -6 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/bytecode.c View 5 chunks +5 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/compat-queue.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/coretype.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/dbgfmt.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/errwarn.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/errwarn.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/expr.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/expr.c View 6 chunks +19 lines, -19 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/file.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/file.c View 2 chunks +11 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/floatnum.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/floatnum.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/genmodule.c View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/hamt.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/hamt.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/insn.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/insn.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/intnum.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/intnum.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/inttree.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/inttree.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/linemap.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/linemap.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/listfmt.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/md5.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/md5.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/mergesort.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/module.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/module.in View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/objfmt.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/parser.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/phash.h View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/phash.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/preproc.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/section.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/section.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/strcasecmp.c View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/strsep.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/symrec.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/symrec.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/valparam.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/valparam.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/value.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/value.c View 3 chunks +10 lines, -11 lines 0 comments Download
M third_party/yasm/patched-yasm/libyasm/xmalloc.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/libyasm/xstrdup.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/lc3b/lc3barch.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/lc3b/lc3barch.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/lc3b/lc3bbc.c View 5 chunks +11 lines, -9 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/lc3b/lc3bid.re View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/gen_x86_insn.py View 41 chunks +821 lines, -135 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/x86arch.h View 3 chunks +9 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/x86arch.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/x86bc.c View 14 chunks +18 lines, -14 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/x86cpu.gperf View 2 chunks +10 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/x86expr.c View 10 chunks +63 lines, -14 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/x86id.c View 5 chunks +60 lines, -8 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/arch/x86/x86regtmod.gperf View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/codeview/cv-dbgfmt.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/codeview/cv-dbgfmt.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/codeview/cv-symline.c View 12 chunks +21 lines, -14 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/codeview/cv-type.c View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/dwarf2/dwarf2-aranges.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/dwarf2/dwarf2-info.c View 4 chunks +7 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/dwarf2/dwarf2-line.c View 20 chunks +109 lines, -15 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/null/null-dbgfmt.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/stabs/stabs-dbgfmt.c View 5 chunks +6 lines, -5 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/dbgfmts/yasm_dbgfmts.xml View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/listfmts/nasm/nasm-listfmt.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/bin/bin-objfmt.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/coff/coff-objfmt.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/coff/coff-objfmt.c View 17 chunks +174 lines, -10 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/coff/win64-except.c View 7 chunks +9 lines, -8 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/dbg/dbg-objfmt.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/elf.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/elf.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/elf-machine.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/elf-objfmt.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/elf-x86-amd64.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/elf/elf-x86-x86.c View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/macho/macho-objfmt.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/rdf/rdf-objfmt.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/xdf/xdf-objfmt.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/objfmts/yasm_objfmts.xml View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/gas-parse.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/gas-parse-intel.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/gas-parser.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/gas-parser.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/gas/gas-token.re View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/nasm/nasm-parse.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/nasm/nasm-parser.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/nasm/nasm-parser.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/nasm/nasm-parser-struct.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/nasm/nasm-std.mac View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/parsers/nasm/nasm-token.re View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/preprocs/nasm/genversion.c View 3 chunks +14 lines, -11 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/preprocs/nasm/nasm-pp.c View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/yasm/patched-yasm/modules/preprocs/nasm/nasm-preproc.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/modules/preprocs/raw/raw-preproc.c View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/yasm/patched-yasm/test_hd.c View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/tools/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/tools/genmacro/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/tools/genmacro/genmacro.c View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/tools/genperf/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/tools/genperf/genperf.c View 1 chunk +1 line, -1 line 0 comments Download
M third_party/yasm/patched-yasm/tools/genperf/perfect.c View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/yasm/patched-yasm/tools/re2c/Makefile.inc View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/yasm/patched-yasm/util.h View 2 chunks +1 line, -13 lines 0 comments Download
M third_party/yasm/patched-yasm/x86insn_gas.gperf View 58 chunks +410 lines, -335 lines 0 comments Download
M third_party/yasm/patched-yasm/x86insn_nasm.gperf View 30 chunks +229 lines, -186 lines 0 comments Download
M third_party/yasm/patched-yasm/x86insns.c View 33 chunks +1009 lines, -769 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Hironori Bono
Greetings Alpha, I have split a yasm update to three changes due to the size ...
8 years, 1 month ago (2012-11-05 03:09:16 UTC) #1
Alpha Left Google
Thanks for doing this! LGTM. Alpha
8 years, 1 month ago (2012-11-12 20:57:13 UTC) #2
fbarchard
8 years, 1 month ago (2012-11-12 22:09:23 UTC) #3
For followup can you update or remove the windows binary and move all files to
deps?

Powered by Google App Engine
This is Rietveld 408576698