Skip to content
  1. Aug 23, 2010
  2. 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
  3. Aug 13, 2010
  4. Aug 06, 2010
  5. Aug 05, 2010
  6. 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
  7. Jul 17, 2010
  8. Jul 16, 2010
  9. Jul 09, 2010
  10. Jun 22, 2010
  11. Apr 21, 2010
  12. Apr 15, 2010
  13. Apr 08, 2010
  14. Mar 14, 2010
  15. Feb 13, 2010
  16. Feb 12, 2010
  17. Feb 11, 2010
  18. Feb 10, 2010
  19. Feb 09, 2010
  20. Feb 05, 2010
  21. Feb 04, 2010
    • Evan Phoenix's avatar
      Disable external stubs for X86-32 and X86-64 · ee9d33b4
      Evan Phoenix authored
      Instruction selection for X86 now can choose an instruction
      sequence that will fit any address of any symbol, no matter
      the pointer width. X86-64 uses a mov+call-via-reg sequence
      for this.
      
      llvm-svn: 95323
      ee9d33b4
  22. Feb 03, 2010
Loading