summaryrefslogtreecommitdiff
path: root/libcpu
Commit message (Expand)AuthorAgeFilesLines
* Improve AM_SILENT_RULES coverageJosh Stone2015-10-062-5/+11
* Use -fPIC instead of -fpic when generating PIC code.Jose E. Marchesi2015-10-062-1/+6
* Remove mudflap build option.Mark Wielaard2014-04-182-1/+5
* Updates for Automake 1.13.Mark Wielaard2013-04-262-1/+5
* Robustify makefile redirection use.Roland McGrath2012-10-102-2/+9
* Add a rule to make build failure w/o --enable-maintainer-mode clearer.Roland McGrath2012-06-262-1/+12
* Update name, license and contributor policy.Mark Wielaard2012-06-058-125/+149
* Remove .mtn-ignore and .cvsignore files.Mark Wielaard2012-06-051-1/+0
* libcpu Makefile.am, move %_dis.h from CLEANFILES to MAINTAINERCLEANFILES.Mark Wielaard2012-02-242-1/+7
* Color code output of nm and objdumpUlrich Drepper2012-01-212-5/+102
* Include *_dis.h headers in dist; generate them only for --enable-maintainer-m...Roland McGrath2011-10-162-9/+21
* Clean up libcpu makefile rules for better error detection.Roland McGrath2010-08-162-9/+15
* Clean up and consolidate automake magic to reduce duplication and to work wit...Roland McGrath2010-02-152-18/+10
* Nominal ARM support.Roland McGrath2009-04-152-0/+6
* Use quotes around command substitution that can produce leading whitespace.Roland McGrath2009-01-232-2/+7
* Optimize x86/x86-64 disassembler tables.Ulrich Drepper2009-01-013-11/+44
* Add Intel SSE4 support to disassembler.Ulrich Drepper2009-01-013-2/+63
* Replay output operations correctly when internal buffer in x86/x86-64Ulrich Drepper2008-12-312-24/+40
* Slightly better formatting in generating disassembly data.Ulrich Drepper2008-12-311-1/+1
* Optimize x86/x86-64 disassembler some more. Avoid relocations for stringUlrich Drepper2008-12-313-7/+41
* Fix printing of rex prefix in x86-64 disassembler.Ulrich Drepper2008-12-312-0/+20
* Optimize x86/x86-64 disassembler a bit.Ulrich Drepper2008-12-313-16/+18
* Mark constant array as const.Ulrich Drepper2008-12-312-1/+3
* Implement blendvpd and blendvps opcodes in x86/x86-64 disassembler.Ulrich Drepper2008-12-312-0/+6
* Implement blendps opcode for x86/x86-64.Ulrich Drepper2008-12-302-1/+2
* Implement disassembly of blendpd instruction for x86/x86-64.Ulrich Drepper2008-12-302-0/+5
* Implement AMD 3DNOW disassembly.Ulrich Drepper2008-12-193-0/+91
* .Ulrich Drepper2008-12-171-0/+5
* (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-223-1/+14
* merge of '33d6cda327b8cb82fe8be29c24addb2bdf40acff'Ulrich Drepper2008-01-223-2/+15
* Update copyright year.Ulrich Drepper2008-01-213-15/+2
* explicit merge of 'f9dc98cac1b8ccd38e7420c43dfe7551e2923aaa'elfutils-0.132Roland McGrath2008-01-222-1/+5
* 2008-01-21 Roland McGrath <roland@redhat.com>Roland McGrath2008-01-213-1/+10
* Don't try to distribute non-existing file.Ulrich Drepper2008-01-212-1/+5
* Fix a couple of x86-64 disassembler cases.Ulrich Drepper2008-01-145-12/+122
* Minimal use of symbol callback functions.Ulrich Drepper2008-01-122-8/+14
* Add comment with absolute address to %rip based address modes.Ulrich Drepper2008-01-123-3/+72
* Cleanups in libasm abd objdump.Ulrich Drepper2008-01-113-24/+20
* Better symbol retrieval function interface. Allow larger output buffers.Ulrich Drepper2008-01-112-34/+72
* More immediate operand fixes for x86 disassembler.Ulrich Drepper2008-01-111-3/+13
* Optimize disassembler a bit.Ulrich Drepper2008-01-112-17/+15
* Fix a few instructions with immediate arguments.Ulrich Drepper2008-01-114-5/+18
* Simplification in x86 machine description.Ulrich Drepper2008-01-111-1/+1
* merge of '3bc1b3a545049c99f3627ae7f0cbd7cf256e3806'Ulrich Drepper2008-01-113-941/+515
* propagate from branch 'com.redhat.elfutils.roland.pending' (head 26cc2ce45739...Ulrich Drepper2008-01-093-515/+941
* Simplify operand callback function interface.Ulrich Drepper2008-01-113-941/+515
* Add x86-64 disassembler support.Ulrich Drepper2008-01-097-473/+629
* Add remaining Intel x86 opcodes.Ulrich Drepper2008-01-045-67/+191