1. bde3406 Merge the memory allocation bits from libvex.h into main_util.c. by florian · 10 years ago
  2. 89ae847 Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  3. 473dc16 Teach vprintf_wrk about '*' as format width, in which case the width by florian · 12 years ago
  4. 55085f8 Changes for -Wwrite-strings by florian · 12 years ago
  5. 76714fd Constify the format string in a few printf-like functions. by florian · 12 years ago
  6. 25e5473 Update copyright dates to include 2012. by sewardj · 12 years ago
  7. c9069f2 Enhance the guest state effects notation on IRDirty calls, so as to be by sewardj · 12 years ago
  8. e6c53e0 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  9. d7bde72 Support conditional load and store for s390x (VEX side). by sewardj · 13 years ago
  10. e165a8a Increase the size of the JIT's scratch working area from 4MB to 5MB. by sewardj · 14 years ago
  11. 752f906 Update copyright dates to 2010 and change license to standard GPL2+. by sewardj · 14 years ago
  12. 8688a72 Testing hacklet, to fill the vex tmp allocation area before each by sewardj · 15 years ago
  13. cef7d3e by sewardj · 15 years ago[Renamed (97%) from priv/main/vex_util.c]
  14. a26d820 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  15. eb17e49 Merge from CGTUNE branch: by sewardj · 17 years ago
  16. e29a31d Oops. Fix longstanding bug which will have caused an unnecessary 4M by sewardj · 17 years ago
  17. e744153 Update copyright dates. by sewardj · 18 years ago
  18. 6140822 Generate less verbose IR for amd64 'bswapq'. Fixes #132146. by sewardj · 18 years ago
  19. a33e9a4 Update copyright dates. by sewardj · 18 years ago
  20. 7d730cf Fix vex_printf padding. by cerion · 19 years ago
  21. ba97adb 3rd go at making args match format string. by sewardj · 19 years ago
  22. 66afb9f 64-bit format string fix by sewardj · 19 years ago
  23. 4eeda9c Be paranoid about the alignment of the storage arrays. by sewardj · 19 years ago
  24. 2d6b14a Use a very fast in-line allocator. This improves its performance by by sewardj · 19 years ago
  25. c7cd214 Typechecker cleanups (non-functional changes) by sewardj · 19 years ago
  26. 8161abc Don't even mention malloc, since it screws up statically linked, glibc Valgrind. by sewardj · 19 years ago
  27. da46fdd vex_printf/sprintf hackery. by sewardj · 19 years ago
  28. 7bd6ffe by sewardj · 19 years ago
  29. dbcfae7 by sewardj · 19 years ago
  30. 18e98d4 Some of the ppc32 front end stuff generates huge amounts of IR and by sewardj · 19 years ago
  31. 18b4bb7 Increase default max bb size from 50 to 60 guest instructions. by sewardj · 19 years ago
  32. b85e8bb spacing/comment cleanup only by cerion · 19 years ago
  33. 5827784 More typechecker police. Hopefully this doesn't break anything. by sewardj · 19 years ago
  34. ebf362a Fix somewhat dubious-look parentheses (I'm sure it was OK, but still ...) by sewardj · 19 years ago
  35. 8c332e2 Fix various type inconsistencies picked up by icc running in by sewardj · 19 years ago
  36. d887b86 Rename some functions and types in the top level interface to be more by sewardj · 20 years ago
  37. 7df596b x86 guest: Implement various insns: by sewardj · 20 years ago
  38. 810dcf0 Make VEX's "Char" type always be signed, so as to bring it into line by sewardj · 20 years ago
  39. f8ed9d8 Add copyright notices. by sewardj · 20 years ago
  40. 6a91d11 64-bit host fix. by sewardj · 20 years ago
  41. b65663a LibVEX_Alloc: on 32-bit hosts, only align storage to 4, not 8. by sewardj · 20 years ago
  42. 4345f7a Add a simple common-subexpression removal pass to iropt. Potentially by sewardj · 20 years ago
  43. 7ee5061 Increase temp storage to 400k (for 20 insns!) ToDo: investigate. by sewardj · 20 years ago
  44. 3dcfc19 Increase scratch space to 300k. ToDo: investigate why this is needed. by sewardj · 20 years ago
  45. 84be737 Constant and copy propagation, and start of constant folding. by sewardj · 20 years ago
  46. d053ffa Increase size of temp area to 100k to handle some really useless by sewardj · 20 years ago
  47. 36ca513 Add mechanisms for calling helper functions from generated code. by sewardj · 20 years ago
  48. 443cd9d Loads more x86 insn selector hacking. by sewardj · 20 years ago
  49. 3543921 First part of IR sanity checking: def/use checks. by sewardj · 20 years ago
  50. 41f43bc - Mucho x86 to IR hacking. by sewardj · 20 years ago
  51. d733aed Enable valgrind checking of vex (ugly hack). by sewardj · 20 years ago
  52. 887a11a Rename everything to use the "vex" name. by sewardj · 20 years ago
  53. ce605f9 - Make stuff link. by sewardj · 20 years ago
  54. 35421a3 Major hashing around to restructure the world. by sewardj · 20 years ago