Skip to content
  1. Oct 14, 2016
  2. Oct 13, 2016
  3. Oct 05, 2016
  4. Oct 04, 2016
  5. Aug 25, 2016
  6. Aug 23, 2016
  7. Aug 20, 2016
  8. Aug 16, 2016
  9. Aug 13, 2016
  10. Jul 17, 2016
  11. Jul 14, 2016
  12. Jul 08, 2016
  13. Jul 05, 2016
  14. Jun 30, 2016
  15. Jun 28, 2016
  16. Jun 27, 2016
    • Yan Shoshitaishvili's avatar
      Merge branch 'feat/slots' into 'master' · 37045cdc
      Yan Shoshitaishvili authored
      Use slots to Python objects per rhelmot's suggestion.
      
      Here is the result of a stupid benchmark:
      
      Generating CFGFast on widevine.elf (an ARM binary with 20046 basic
      blocks)
      
      - with slots:    1.47GB 123.97 sec
      - without slots: 4.4GB 177.31 sec
      
      Andrew is awesome!
      
      See merge request !22
      37045cdc
    • Fish's avatar
      Use slots to Python objects per rhelmot's suggestion. · b62b4f17
      Fish authored
      Here is the result of a stupid benchmark:
      
      Generating CFGFast on widevine.elf (an ARM binary with 20046 basic
      blocks)
      
      - with slots:    1.47GB 123.97 sec
      - without slots: 4.4GB 177.31 sec
      
      Andrew is awesome!
      b62b4f17
  17. Jun 17, 2016
  18. May 27, 2016
  19. May 12, 2016
  20. Apr 28, 2016
  21. Apr 20, 2016
    • Fish Wang's avatar
      Merge branch 'feat/more_const_jumptargets' into 'master' · c99ff76f
      Fish Wang authored
      Track constant jump targets through register store/loads
      
      you pretty frequently see the idiom that a constant gets stored to $pc, then loaded out of pc into a temp, then stored back into $pc. Not sure if this matters when optimization is on, but still.
      
      See merge request !19
      c99ff76f
  22. Apr 19, 2016
  23. Mar 29, 2016
  24. Mar 23, 2016
    • Andrew Dutcher's avatar
      Merge branch 'rc/fix_install' into 'master' · f14fd4fe
      Andrew Dutcher authored
      setup.py: fix install
      
      install is failing if we did not build pyvex_static.so before, this is
      because the the install target does not call build, it calls bdist_egg,
      hence we modify bdist_egg to call build first.
      
      See merge request !18
      f14fd4fe