Skip to content
  1. Oct 16, 2011
  2. Aug 28, 2011
  3. Jul 27, 2011
  4. Jul 25, 2011
  5. Jul 18, 2011
  6. Jun 28, 2011
  7. Apr 04, 2011
  8. Oct 09, 2010
  9. Aug 23, 2010
  10. Aug 17, 2010
    • Anton Korobeynikov's avatar
      More fixes for win64: · 231ab847
      Anton Korobeynikov authored
        - Do not clobber al during variadic calls, this is AMD64 ABI-only feature
        - Emit wincall64, where necessary
      Patch by Cameron Esfahani!
      
      llvm-svn: 111289
      231ab847
  11. Aug 13, 2010
  12. Aug 06, 2010
  13. Aug 05, 2010
  14. Jul 22, 2010
    • Chris Lattner's avatar
      instead of migrating it to the MC instruction encoder, just · 083be4d3
      Chris Lattner authored
      rip out the implementation of X86InstrInfo::GetInstSizeInBytes.
      The code being ripped out just implemented a copy and hacked up
      version of the (old) instruction encoder, and is buggy and 
      terrible in other ways.  Since "GetInstSizeInBytes" is really 
      only there to support the JIT's "NeedsExactSize" hook (which
      noone is using), just rip out the code.  I will rip out the
      NeedsExactSize hook next.
      
      This resolves rdar://7617809 - switch X86InstrInfo::GetInstSizeInBytes to use X86MCCodeEmitter
      
      llvm-svn: 109149
      083be4d3
  15. Jul 17, 2010
  16. Jul 16, 2010
  17. Jul 09, 2010
  18. Jun 22, 2010
  19. Apr 21, 2010
  20. Apr 15, 2010
  21. Apr 08, 2010
  22. Mar 14, 2010
  23. Feb 13, 2010
  24. Feb 12, 2010
  25. Feb 11, 2010
  26. Feb 10, 2010
  27. Feb 09, 2010
Loading