1. cff53f1 libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT and BPF_JSLE by Mark Wielaard · 6 years ago
  2. e893aab Consolidate error.h inclusion in system.h by Ross Burton · 6 years ago
  3. 555e15e Use fallthrough attribute. by Joshua Watt · 6 years ago
  4. 17d7194 Make sure packed structs follow the gcc memory layout by Ulf Hermann · 7 years ago
  5. 0773758 Check for -z,defs, -z,relro, -fPIC, -fPIE before using them by Ulf Hermann · 7 years ago
  6. 1609679 backends: Don't depend on linux/bpf.h to compile bpf disassembler. by Mark Wielaard · 7 years ago
  7. 28149ca Add EXEEXT to gendis by Ulf Hermann · 7 years ago
  8. 4159aa6 Don't use comparison_fn_t by Ulf Hermann · 7 years ago
  9. a3cc818 Add GCC7 -Wimplicit-fallthrough support/fixes. by Mark Wielaard · 8 years ago
  10. 60b2bf1 lib: Provide MAX and MIN in system.h by Akihiko Odaki · 8 years ago
  11. 4f7b5ba libcpu: Fix build of bpf_disasm.c for kernels < 3.20. by Mark Wielaard · 8 years ago
  12. a8b2529 Fix bpf disassembler for _FORTIFY_SOURCE by Richard Henderson · 8 years ago
  13. 9a36c92 Add support for BPF by Richard Henderson · 8 years ago
  14. daee471 Improve AM_SILENT_RULES coverage by Josh Stone · 9 years ago
  15. 133509f Use -fPIC instead of -fpic when generating PIC code. by Jose E. Marchesi · 9 years ago
  16. 3232479 Remove mudflap build option. by Mark Wielaard · 10 years ago
  17. cdaaf21 Updates for Automake 1.13. by Mark Wielaard · 11 years ago
  18. 960a6af Robustify makefile redirection use. by Roland McGrath · 12 years ago
  19. b2589ff Add a rule to make build failure w/o --enable-maintainer-mode clearer. by Roland McGrath · 12 years ago
  20. de2ed97 Update name, license and contributor policy. by Mark Wielaard · 12 years ago
  21. 5128fb4 Remove .mtn-ignore and .cvsignore files. by Mark Wielaard · 12 years ago
  22. 5e56a1e libcpu Makefile.am, move %_dis.h from CLEANFILES to MAINTAINERCLEANFILES. by Mark Wielaard · 12 years ago
  23. c6b3d0c Color code output of nm and objdump by Ulrich Drepper · 12 years ago
  24. a9cefae Include *_dis.h headers in dist; generate them only for --enable-maintainer-mode. by Roland McGrath · 13 years ago
  25. 10eb76b Clean up libcpu makefile rules for better error detection. by Roland McGrath · 14 years ago
  26. 22359e2 Clean up and consolidate automake magic to reduce duplication and to work with --disable-dependency-tracking. by Roland McGrath · 14 years ago
  27. eb9ba47 Nominal ARM support. by Roland McGrath · 15 years ago
  28. 78df796 Use quotes around command substitution that can produce leading whitespace. by Roland McGrath · 15 years ago
  29. 92287fd Optimize x86/x86-64 disassembler tables. by Ulrich Drepper · 15 years ago
  30. 3bf5759 Add Intel SSE4 support to disassembler. by Ulrich Drepper · 15 years ago
  31. a492e8e Replay output operations correctly when internal buffer in x86/x86-64 by Ulrich Drepper · 15 years ago
  32. 4692d81 Slightly better formatting in generating disassembly data. by Ulrich Drepper · 15 years ago
  33. 71696ba Optimize x86/x86-64 disassembler some more. Avoid relocations for string table. by Ulrich Drepper · 15 years ago
  34. 54a6d4b Fix printing of rex prefix in x86-64 disassembler. by Ulrich Drepper · 15 years ago
  35. 98c245e Optimize x86/x86-64 disassembler a bit. by Ulrich Drepper · 15 years ago
  36. b51abc6 Mark constant array as const. by Ulrich Drepper · 15 years ago
  37. 5bd4444 Implement blendvpd and blendvps opcodes in x86/x86-64 disassembler. by Ulrich Drepper · 15 years ago
  38. ec32ff9 Implement blendps opcode for x86/x86-64. by Ulrich Drepper · 15 years ago
  39. 26d3c6f Implement disassembly of blendpd instruction for x86/x86-64. by Ulrich Drepper · 15 years ago
  40. 5a04b9f Implement AMD 3DNOW disassembly. by Ulrich Drepper · 16 years ago
  41. 506aada . by Ulrich Drepper · 16 years ago
  42. 7f923f4 (i386_disasm): If instruction matches prefix, undoing the prefix match by Ulrich Drepper · 16 years ago
  43. 06ec9db Fix problems in last checkin. by Ulrich Drepper · 16 years ago
  44. 4d8bc81 propagate from branch 'com.redhat.elfutils.roland.pending' (head 6b4ecd4bacd23aaea4922adc10aab7908c45d23e) by Ulrich Drepper · 16 years ago
  45. c911d5c merge of '33d6cda327b8cb82fe8be29c24addb2bdf40acff' by Ulrich Drepper · 16 years ago
  46. a9f3660 Update copyright year. by Ulrich Drepper · 16 years ago
  47. c58110d explicit merge of 'f9dc98cac1b8ccd38e7420c43dfe7551e2923aaa' by Roland McGrath · 16 years ago
  48. c0d3c26 2008-01-21 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  49. 9349000 Don't try to distribute non-existing file. by Ulrich Drepper · 16 years ago
  50. 35f2fe6 Fix a couple of x86-64 disassembler cases. by Ulrich Drepper · 16 years ago
  51. ebe0fce Minimal use of symbol callback functions. by Ulrich Drepper · 16 years ago
  52. fd47989 Add comment with absolute address to %rip based address modes. by Ulrich Drepper · 16 years ago
  53. 5eee122 Cleanups in libasm abd objdump. by Ulrich Drepper · 16 years ago
  54. 8a3ca3a Better symbol retrieval function interface. Allow larger output buffers. by Ulrich Drepper · 16 years ago
  55. 9dc49f5 More immediate operand fixes for x86 disassembler. by Ulrich Drepper · 16 years ago
  56. 6bc105f Optimize disassembler a bit. by Ulrich Drepper · 16 years ago
  57. 96a7399 Fix a few instructions with immediate arguments. by Ulrich Drepper · 16 years ago
  58. 193d587 Simplification in x86 machine description. by Ulrich Drepper · 16 years ago
  59. d117ed8 merge of '3bc1b3a545049c99f3627ae7f0cbd7cf256e3806' by Ulrich Drepper · 16 years ago
  60. e219f1c propagate from branch 'com.redhat.elfutils.roland.pending' (head 26cc2ce45739af072e7ff4fdab5e8eb7cd756d50) by Ulrich Drepper · 16 years ago
  61. 9fbf0d9 Simplify operand callback function interface. by Ulrich Drepper · 16 years ago
  62. ff99322 Add x86-64 disassembler support. by Ulrich Drepper · 16 years ago
  63. 9e6925d Add remaining Intel x86 opcodes. by Ulrich Drepper · 16 years ago
  64. fea4e9d Yet more x86 disassembler changes. by Ulrich Drepper · 16 years ago
  65. ee67b64 Add more SSE instructions for x86 disassembler. by Ulrich Drepper · 16 years ago
  66. 515d8d7 Rewrite matcher to allow easier handling of SSE instructions. by Ulrich Drepper · 16 years ago
  67. f231e27 Cleanup after .disasm branch merge. by Ulrich Drepper · 16 years ago
  68. 3cbdd38 propagate from branch 'com.redhat.elfutils.disasm' (head d15b4eb794e81e477f9896fe82a74cb5ecf4514c) by Ulrich Drepper · 16 years ago
  69. 1e9ef50 Fix FSF address. No exception for libdwarf. by Ulrich Drepper · 18 years ago
  70. 361df7d propagate from branch 'com.redhat.elfutils.roland.pending' (head 4f8fc821345feef58624f0aa5b470d4827577d8c) by Ulrich Drepper · 18 years ago
  71. b08d5a8 Adjust for monotone. by Ulrich Drepper · 19 years ago