]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import llvm r187614 (git 44c8e34), for lldb's use:
authorEd Maste <emaste@FreeBSD.org>
Sat, 24 Aug 2013 15:33:17 +0000 (15:33 +0000)
committerEd Maste <emaste@FreeBSD.org>
Sat, 24 Aug 2013 15:33:17 +0000 (15:33 +0000)
commit265a85219fe2d15475cb45a386ada87d07b2b826
tree0a0607c66655543095e8a08c0fa9c77b9d5538f8
parent596d33e92321d4c83812933b7be7e42209e3f6f7
Import llvm r187614 (git 44c8e34), for lldb's use:

  Author: Daniel Malea <daniel.malea@intel.com>
  Date:   Thu Aug 1 21:18:16 2013 +0000

    Fixed the Intel-syntax X86 disassembler to respect the (existing)
    option for hexadecimal immediates, to match AT&T syntax. This also
    brings a new option for C-vs-MASM-style hex.

    Patch by Richard Mitton
    Reviewed: http://llvm-reviews.chandlerc.com/D1243
contrib/llvm/include/llvm/MC/MCInstPrinter.h
contrib/llvm/lib/MC/MCInstPrinter.cpp
contrib/llvm/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
contrib/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp