summaryrefslogtreecommitdiff
path: root/libcpu/i386_disasm.c
Commit message (Expand)AuthorAgeFilesLines
* libcpu: Remove the need of NMNES by using enumYonggang Luo2023-02-231-13/+1
* libcpu: Use __asm instead of asm to mark variables as usedYonggang Luo2022-12-211-2/+2
* Do not use relative include paths in library files.Mark Wielaard2022-12-201-1/+1
* lib{asm,cpu,dw,dwfl,dwelf}: Move platform depended include into system.hYonggang Luo2022-10-281-1/+0
* Strip __ prefix from __BYTE_ORDER __LITTLE_ENDIAN and __BIG_ENDIANYonggang Luo2022-10-171-1/+1
* libcpu: fix spelling typos in commentsDmitry V. Levin2020-12-121-1/+1
* libcpu: Replace assert with goto invalid_op for bad prefix.Mark Wielaard2020-04-211-4/+7
* libcpu: Fix bounds checks and replace asserts with errors.Mark Wielaard2019-10-261-4/+8
* Implement RISC-V disassemblerUlrich Drepper2019-09-061-1/+1
* Use fallthrough attribute.Joshua Watt2018-02-101-1/+1
* Add GCC7 -Wimplicit-fallthrough support/fixes.Mark Wielaard2016-11-101-1/+1
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-121-1/+0
* Add support for BPFRichard Henderson2016-06-281-1/+2
* Update name, license and contributor policy.Mark Wielaard2012-06-051-16/+19
* Color code output of nm and objdumpUlrich Drepper2012-01-211-5/+97
* Optimize x86/x86-64 disassembler tables.Ulrich Drepper2009-01-011-8/+20
* Add Intel SSE4 support to disassembler.Ulrich Drepper2009-01-011-2/+2
* Replay output operations correctly when internal buffer in x86/x86-64Ulrich Drepper2008-12-311-24/+38
* Optimize x86/x86-64 disassembler some more. Avoid relocations for stringUlrich Drepper2008-12-311-3/+6
* Fix printing of rex prefix in x86-64 disassembler.Ulrich Drepper2008-12-311-0/+17
* Optimize x86/x86-64 disassembler a bit.Ulrich Drepper2008-12-311-15/+10
* Mark constant array as const.Ulrich Drepper2008-12-311-1/+1
* Implement AMD 3DNOW disassembly.Ulrich Drepper2008-12-191-0/+85
* (i386_disasm): If instruction matches prefix, undoing the prefix matchUlrich Drepper2008-12-171-3/+1
* Fix problems in last checkin.Ulrich Drepper2008-01-221-0/+4
* propagate from branch 'com.redhat.elfutils.roland.pending' (head 6b4ecd4bacd2...Ulrich Drepper2008-01-221-0/+10
* Fix a couple of x86-64 disassembler cases.Ulrich Drepper2008-01-141-2/+9
* Minimal use of symbol callback functions.Ulrich Drepper2008-01-121-7/+8
* Add comment with absolute address to %rip based address modes.Ulrich Drepper2008-01-121-3/+62
* Cleanups in libasm abd objdump.Ulrich Drepper2008-01-111-23/+17
* Better symbol retrieval function interface. Allow larger output buffers.Ulrich Drepper2008-01-111-34/+67
* Fix a few instructions with immediate arguments.Ulrich Drepper2008-01-111-0/+4
* merge of '3bc1b3a545049c99f3627ae7f0cbd7cf256e3806'Ulrich Drepper2008-01-111-58/+59
* propagate from branch 'com.redhat.elfutils.roland.pending' (head 26cc2ce45739...Ulrich Drepper2008-01-091-59/+58
* Simplify operand callback function interface.Ulrich Drepper2008-01-111-58/+59
* Add x86-64 disassembler support.Ulrich Drepper2008-01-091-21/+97
* Add remaining Intel x86 opcodes.Ulrich Drepper2008-01-041-0/+3
* Rewrite matcher to allow easier handling of SSE instructions.Ulrich Drepper2008-01-031-242/+66
* propagate from branch 'com.redhat.elfutils.disasm' (head d15b4eb794e81e477f98...Ulrich Drepper2008-01-021-0/+914