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