summaryrefslogtreecommitdiffstats
path: root/libcpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'elfutils-0.175'Ulf Hermann2019-01-092-1/+30
|\
| * libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT and BPF_JSLEMark Wielaard2018-11-092-1/+30
* | Merge tag 'elfutils-0.174'Ulf Hermann2018-10-113-4/+2
|\|
| * Consolidate error.h inclusion in system.hRoss Burton2018-07-053-4/+2
* | Merge tag 'elfutils-0.173'Ulf Hermann2018-07-132-5/+14
|\|
| * 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
* | Merge tag 'elfutils-0.170'Ulf Hermann2017-08-173-9/+8
|\|
| * 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
* | Workaround compiler not seeing assert(false)Ulf Hermann2017-05-081-0/+1
* | Make sure packed structs follow the gcc memory layoutUlf Hermann2017-05-021-1/+1
* | Check if we need -lintl for linking gettextUlf Hermann2017-04-281-1/+1
* | Check for -z,defs, -z,relro, -fPIC, -fPIE before using themUlf Hermann2017-04-282-1/+5
* | Add gnulib modules to replace missing libc functionalityUlf Hermann2017-04-272-1/+11
* | Add EXEEXT to gendisUlf Hermann2017-04-272-3/+7
* | Don't use comparison_fn_tUlf Hermann2017-04-212-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