1. 4687eb3 This change was triggered by BZ #247974 which suggested to include by florian · 10 years ago
  2. 23872f6 Tweak to allow the use of this Makefile with the ICC compiler. by florian · 10 years ago
  3. bbcf188 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set): by sewardj · 10 years ago
  4. 0af77fc Update Makefile-gcc to include additional files that were added in r2702. by florian · 11 years ago
  5. 4180af3 Fix VEX standalone build with Makefile-gcc. This has been bit-rotting by florian · 12 years ago
  6. d0e5fe7 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  7. 623d65b Fix makefile to allow compilation with gcc -g3. by florian · 12 years ago
  8. c6f970f Add translation chaining support for amd64, x86 and ARM (VEX side). See #296422. by sewardj · 12 years ago
  9. 9ee696a Reduce warning noise (make it in line with main Valgrind build) by sewardj · 13 years ago
  10. 1e3830f Fix standalone vex builds following s390x merge. by sewardj · 13 years ago
  11. 69d98e3 Implement SSE4 instructions: PCMPGTQ PMAXUD PMINUD PMAXSB PMINSB PMULLD by sewardj · 14 years ago
  12. 6c299f3 Merge r1925:1948 from branches/ARM. This temporarily breaks all other by sewardj · 15 years ago
  13. 32bf791 Track recent file renaming. by sewardj · 15 years ago
  14. c984765 Rename 'Makefile' to 'Makefile-gcc' so as to be compatible with recent by sewardj · 15 years ago[Renamed from Makefile]
  15. 16a5960 Use more POSIX-standard flags for 'ar'. See #195287. by sewardj · 15 years ago
  16. 4771230 Change underscores in the middle of library names into dashes. by sewardj · 15 years ago
  17. d2dc14a genoffsets.c: don't use __builtin_offset since older gcc's don't by sewardj · 16 years ago
  18. ba69ffb Change the way pub/libvex_guest_offsets.h is created, so that it is by sewardj · 16 years ago
  19. d660d41 Initial VEX-end support for Darwin (x86 and amd64). by sewardj · 16 years ago
  20. 48b279b gcc-4.3 build fixes. by sewardj · 17 years ago
  21. 7937c5e Use 'ifndef' in the makefile correctly. by sewardj · 18 years ago
  22. aca070a Merge r1663-r1666: by sewardj · 18 years ago
  23. d0eae2d renamed VEX dirs guest-ppc32/ -> guest-ppc/, host-ppc32/ -> host-ppc/ by cerion · 19 years ago
  24. d953ebb First pass at VEX support of ppc64. by cerion · 19 years ago
  25. 2573c25 Compile vex at -O2. This improves its performance by about 15% by sewardj · 19 years ago
  26. 88c5796 Add "make -j N" kludge to Vex too. by sewardj · 19 years ago
  27. ccd0c84 Don't delete existing target-specific .a's when a target-switch happens. by sewardj · 19 years ago
  28. a1eb31c Changes for biarch (x86 and amd64) support. by sewardj · 19 years ago
  29. 030fd36 Makefile fixes: by sewardj · 19 years ago
  30. 967de5c Observe any externally supplied $(CC). by sewardj · 19 years ago
  31. 08551a7 Never ever delete vex_svnversion.h except when doing 'make version'. by sewardj · 19 years ago
  32. afc0bfd Don't delete vex_svnversion.h during 'make clean'. This causes by sewardj · 19 years ago
  33. 9e6491a The logic that drove basic block to IR disassembly had been duplicated by sewardj · 19 years ago
  34. 52ff4cc Move some conversion functions (IEEE double <-> x87 extended-real by sewardj · 19 years ago
  35. 9a036bf Build fixes for gcc-2.96 (be more ANSI C compliant wrt placement by sewardj · 19 years ago
  36. 2825ac4 As part of the build process, generate pub/libvex_guest_offsets.h holding by sewardj · 19 years ago
  37. 9c47d81 I admit it, I'm lazy. by cerion · 19 years ago
  38. bcf8c3e Get the PPC32 back-end show on the road. by cerion · 19 years ago
  39. b7a0a11 Add files in priv/host-amd64 to build system by sewardj · 19 years ago
  40. 1515db9 changed all occurences of ppc to ppc32 (filenames and text) by cerion · 19 years ago
  41. 896a137 Initial file setup for guest-ppc by cerion · 19 years ago
  42. 59c0778 Add more gcc paranoia flags in Makefile, and fix a resulting warning. by sewardj · 19 years ago
  43. d20c885 Add a dummy AMD64 front end, as a completely commented-out version of by sewardj · 19 years ago
  44. 38a3f86 On x86 host and guest, re-implement the way MMX instructions are done, by sewardj · 19 years ago
  45. eecde93 Add crude 'minidist' target (not yet entirely satisfactory). by sewardj · 20 years ago
  46. b5d0f3d No longer try to build the attached Valgrind snapshots. by sewardj · 20 years ago
  47. 1fec164 Fix autoversioning a bit more. by sewardj · 20 years ago
  48. 80f5fce New function LibVEX_Version, returning version string automagically by sewardj · 20 years ago
  49. 69933ac Move the IR tree matcher into its own module to get rid of duplication. by sewardj · 20 years ago
  50. cee3031 Skeleton work on host-arm/isel, plus some cleaning up of hdefs by cerion · 20 years ago
  51. 82edbb3 Cleaned up hdefs.h, fleshed out hdefs.c by cerion · 20 years ago
  52. 9c6acb0 by njn · 20 years ago
  53. 70dff0c Add -Wmissing-prototypes as a flag. by sewardj · 20 years ago
  54. 893aada Create a new mechanism: "emulation warnings", which is a way for Vex by sewardj · 20 years ago
  55. c4278f4 Make VEX define the special thread-return-code values it uses. by sewardj · 20 years ago
  56. 33dba64 Build stuff for arm. by sewardj · 20 years ago
  57. d584f8f by sewardj · 20 years ago
  58. da771f5 rec_alloc.c is defunct; reg_alloc2.c replaced it a while back. by sewardj · 20 years ago
  59. b0b47c9 Fix 'make clean'. by sewardj · 20 years ago
  60. 066aba5 Try to make builds quieter. by sewardj · 20 years ago
  61. b52c1a5 Fix 'all' target to build nulgrind, lackey, addrcheck, memcheck. by sewardj · 20 years ago
  62. 432b1c9 Add and use a new version of the register allocator, which is simpler by sewardj · 20 years ago
  63. abe017e Much-improved method for configuring test-driver program: copy by sewardj · 20 years ago
  64. c584170 Use gcc, not 'gcc341'. by sewardj · 20 years ago
  65. 8b3495d Add -Winline. by sewardj · 20 years ago
  66. 6b6fd83 Compile with -O by default now. by sewardj · 20 years ago
  67. 7d0960d copy_baseBlock_to_m_state_static and back: by sewardj · 20 years ago
  68. 00ec707 New header priv/ir/iropt.h by sewardj · 20 years ago
  69. a1a370f Make a start on the intermediate-representation optimiser. by sewardj · 20 years ago
  70. 80424fe More build fixes. by sewardj · 20 years ago
  71. c0ee2ed Make compilation work again after renaming files. by sewardj · 20 years ago
  72. 5a820d9 More file renaming (still borked) by sewardj · 20 years ago
  73. bf31abd Integration stuff to make the 104 testbed work. by sewardj · 20 years ago
  74. 36ca513 Add mechanisms for calling helper functions from generated code. by sewardj · 20 years ago
  75. ea64e14 More x86 insn emitter hacking. by sewardj · 20 years ago
  76. 8af36f1 Rename x86h_defs.[ch] to x86host_defs.[ch]. by sewardj · 20 years ago
  77. 1f40a0a - Fix up verbosity control. by sewardj · 20 years ago
  78. e05c42c A whole bunch more x86 -> IR hacking. by sewardj · 20 years ago
  79. 41f43bc - Mucho x86 to IR hacking. by sewardj · 20 years ago
  80. c9a6570 First pass at x86 to IR conversion. Compiles, but nothing works. by sewardj · 20 years ago
  81. 12d1894 Dump -O. by sewardj · 20 years ago
  82. 887a11a Rename everything to use the "vex" name. by sewardj · 20 years ago
  83. ce605f9 - Make stuff link. by sewardj · 20 years ago
  84. 35421a3 Major hashing around to restructure the world. by sewardj · 20 years ago
  85. ac9af02 Mash around top-level library structure some more. by sewardj · 20 years ago
  86. 4c581e8 Allow different gcc's to be used. by sewardj · 20 years ago
  87. b3d4ce7 Complete reg-alloc output storage, and misc other stuff to make it by sewardj · 20 years ago
  88. c97096c First draft of tree-based instruction selector. by sewardj · 20 years ago
  89. e3d0d2e Redo IR data structures using tagged unions. by sewardj · 20 years ago
  90. 5cf515f Add basic storage management. by sewardj · 20 years ago
  91. 96b2239 Get rid of Haskell stuff by sewardj · 20 years ago
  92. 5ada182 by sewardj · 20 years ago
  93. 20e56c1 Add Makefile, in which to record hugs FFI magic incantations by sewardj · 20 years ago