summaryrefslogtreecommitdiffstats
path: root/libcpu
Commit message (Expand)AuthorAgeFilesLines
* libcpu: riscv_disasm use 50 char mnebufMark Wielaard2025-06-031-1/+4
* Replace usage of ar with stored library manifest filesMichael Pratt2025-01-211-1/+6
* libcpu: Remove false positive null ptr deref warning for GCC -O3Philippe Benard2025-01-101-0/+2
* Consolidate and add files to clean target variablesupstream/users/amerey/try-cleanMichael Pratt2024-11-081-3/+3
* Remove usage of "unlocked" variant of stdio print functionsMichael Pratt2024-10-171-2/+2
* libcpu: Include config.h before standard headers in lexer sourceMichael Pratt2024-10-141-4/+6
* libcpu: Remove the need of NMNES by using enumYonggang Luo2023-02-235-21/+60
* libcpu: Use __asm instead of asm to mark variables as usedYonggang Luo2022-12-212-2/+6
* Do not use relative include paths in library files.Mark Wielaard2022-12-204-4/+10
* libcpu: Use "#define FCT_mod$64r_m FCT_mod$r_m" in i386_data.hYonggang Luo2022-12-122-1/+5
* lib{asm,cpu,dw,dwfl,dwelf}: Move platform depended include into system.hYonggang Luo2022-10-283-3/+7
* Strip __ prefix from __BYTE_ORDER __LITTLE_ENDIAN and __BIG_ENDIANYonggang Luo2022-10-174-15/+20
* Move the #include <libintl.h> into eu-config.hYonggang Luo2022-10-162-2/+0
* configure: Add --enable-sanitize-addressMark Wielaard2021-12-092-1/+14
* Split the top level .gitignore fileDmitry V. Levin2020-12-202-0/+9
* libcpu: linking i386_gendis requires obstack.Érico Rolim2020-12-162-1/+5
* libcpu: consistently use _(Str) instead of gettext(Str)Dmitry V. Levin2020-12-163-4/+9
* libcpu: fix spelling typos in commentsDmitry V. Levin2020-12-123-2/+7
* libcpu: Free unused new bitfield on error in i386_parse.y new_bitfield.Mark Wielaard2020-05-142-0/+5
* libcpu: Replace assert with goto invalid_op for bad prefix.Mark Wielaard2020-04-212-4/+12
* libcpu: Compile i386_lex.c with -Wno-implicit-fallthroughOmar Sandoval2019-12-122-1/+6
* libcpu: Fix bounds checks and replace asserts with errors.Mark Wielaard2019-10-263-5/+17
* libcpu: Make sure left shifts are done in unsigned context.Mark Wielaard2019-09-072-1/+6
* Fix whitespaces in RISC-V disasm codeUlrich Drepper2019-09-071-38/+38
* Implement RISC-V disassemblerUlrich Drepper2019-09-063-2/+1503
* Add PIC and non-PIC variants of libcpu and libeblOmar Sandoval2019-08-282-5/+15
* libcpu: merge libcpu_{i386,x86_64,bpf} into one libraryOmar Sandoval2019-08-282-7/+9
* libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT and BPF_JSLEMark Wielaard2018-11-092-1/+30
* 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