Skip to content
  1. Oct 09, 2010
  2. Aug 23, 2010
  3. 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
  4. Aug 13, 2010
  5. Aug 06, 2010
  6. Aug 05, 2010
  7. 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
  8. Jul 17, 2010
  9. Jul 16, 2010
  10. Jul 09, 2010
  11. Jun 22, 2010
  12. Apr 21, 2010
  13. Apr 15, 2010
  14. Apr 08, 2010
  15. Mar 14, 2010
  16. Feb 13, 2010
  17. Feb 12, 2010
  18. Feb 11, 2010
  19. Feb 10, 2010
  20. Feb 09, 2010
  21. Feb 05, 2010
Loading