summaryrefslogtreecommitdiffstats
path: root/libcpu
Commit message (Expand)AuthorAgeFilesLines
* Consolidate error.h inclusion in system.hRoss Burton2018-07-053-4/+2
* Use fallthrough attribute.Joshua Watt2018-02-102-1/+6
* Make sure packed structs follow the gcc memory layoutUlf Hermann2017-09-202-1/+5
* Check for -z,defs, -z,relro, -fPIC, -fPIE before using themUlf Hermann2017-08-182-1/+5
* backends: Don't depend on linux/bpf.h to compile bpf disassembler.Mark Wielaard2017-07-243-8/+7
* Add EXEEXT to gendisUlf Hermann2017-04-262-3/+7
* Don't use comparison_fn_tUlf Hermann2017-04-262-2/+6
* Add GCC7 -Wimplicit-fallthrough support/fixes.Mark Wielaard2016-11-102-2/+6
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-124-3/+8
* libcpu: Fix build of bpf_disasm.c for kernels < 3.20.Mark Wielaard2016-09-052-0/+8
* Fix bpf disassembler for _FORTIFY_SOURCERichard Henderson2016-08-112-174/+372
* Add support for BPFRichard Henderson2016-06-284-1/+303
* 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