Skip to content
  1. May 01, 2012
  2. Apr 30, 2012
  3. Feb 18, 2012
  4. Feb 16, 2012
  5. Dec 07, 2011
    • Evan Cheng's avatar
      Add bundle aware API for querying instruction properties and switch the code · 7f8e563a
      Evan Cheng authored
      generator to it. For non-bundle instructions, these behave exactly the same
      as the MC layer API.
      
      For properties like mayLoad / mayStore, look into the bundle and if any of the
      bundled instructions has the property it would return true.
      For properties like isPredicable, only return true if *all* of the bundled
      instructions have the property.
      For properties like canFoldAsLoad, isCompare, conservatively return false for
      bundles.
      
      llvm-svn: 146026
      7f8e563a
  6. Oct 24, 2011
  7. Oct 23, 2011
  8. Oct 16, 2011
  9. Aug 28, 2011
  10. Jul 27, 2011
  11. Jul 25, 2011
  12. Jul 18, 2011
  13. Jun 28, 2011
  14. Apr 04, 2011
  15. Oct 09, 2010
  16. Aug 23, 2010
  17. 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
  18. Aug 13, 2010
  19. Aug 06, 2010
  20. Aug 05, 2010
  21. 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
  22. Jul 17, 2010
  23. Jul 16, 2010
  24. Jul 09, 2010
  25. Jun 22, 2010
  26. Apr 21, 2010
  27. Apr 15, 2010
  28. Apr 08, 2010
  29. Mar 14, 2010
  30. Feb 13, 2010
Loading