Skip to content
  1. May 23, 2012
  2. May 19, 2012
  3. May 02, 2012
  4. May 01, 2012
  5. Apr 30, 2012
  6. Feb 18, 2012
  7. Feb 16, 2012
  8. 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
  9. Oct 24, 2011
  10. Oct 23, 2011
  11. Oct 16, 2011
  12. Aug 28, 2011
  13. Jul 27, 2011
  14. Jul 25, 2011
  15. Jul 18, 2011
  16. Jun 28, 2011
  17. Apr 04, 2011
  18. Oct 09, 2010
  19. Aug 23, 2010
  20. 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
  21. Aug 13, 2010
  22. Aug 06, 2010
  23. Aug 05, 2010
  24. 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
  25. Jul 17, 2010
  26. Jul 16, 2010
  27. Jul 09, 2010
  28. Jun 22, 2010
  29. Apr 21, 2010
  30. Apr 15, 2010
  31. Apr 08, 2010
  32. Mar 14, 2010
Loading