Skip to content
Snippets Groups Projects
  1. Oct 22, 2008
  2. Oct 07, 2008
  3. Oct 06, 2008
  4. Oct 02, 2008
  5. Sep 26, 2008
  6. Aug 30, 2008
  7. Jun 26, 2008
  8. Jun 24, 2008
  9. May 29, 2008
  10. May 14, 2008
  11. May 13, 2008
  12. May 10, 2008
  13. Apr 23, 2008
  14. Mar 10, 2008
  15. Mar 07, 2008
  16. Mar 05, 2008
  17. Feb 13, 2008
  18. Feb 05, 2008
  19. Jan 17, 2008
  20. Dec 13, 2007
  21. Dec 12, 2007
  22. Dec 10, 2007
    • Duncan Sands's avatar
      Fix PR1836: in the interpreter, read and write apints · 1eff7045
      Duncan Sands authored
      using the minimum possible number of bytes.  For little
      endian targets run on little endian machines, apints are
      stored in memory from LSB to MSB as before.  For big endian
      targets on big endian machines they are stored from MSB to
      LSB which wasn't always the case before (if the target and
      host endianness doesn't match values are stored according
      to the host's endianness).  Doing this requires knowing the
      endianness of the host, which is determined when configuring -
      thanks go to Anton for this.  Only having access to little
      endian machines I was unable to properly test the big endian
      part, which is also the most complicated...
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44796 91177308-0d34-0410-b5e6-96231b3b80d8
      1eff7045
  23. Dec 05, 2007
  24. Dec 04, 2007
  25. Dec 01, 2007
  26. Oct 03, 2007
  27. Oct 02, 2007
  28. Sep 29, 2007
  29. Sep 22, 2007
  30. Sep 20, 2007
  31. Sep 18, 2007
  32. Sep 17, 2007
  33. Sep 14, 2007
  34. Aug 29, 2007
  35. Aug 17, 2007
Loading