Skip to content
  1. Dec 13, 2007
  2. Dec 10, 2007
    • Duncan Sands's avatar
      Fix PR1836: in the interpreter, read and write apints · 5c65cb46
      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...
      
      llvm-svn: 44796
      5c65cb46
  3. Dec 05, 2007
  4. Dec 04, 2007
  5. Dec 01, 2007
  6. Oct 03, 2007
  7. Oct 02, 2007
  8. Sep 29, 2007
  9. Sep 22, 2007
  10. Sep 20, 2007
  11. Sep 18, 2007
  12. Sep 17, 2007
  13. Sep 14, 2007
  14. Aug 29, 2007
  15. Aug 17, 2007
  16. Jul 30, 2007
  17. Jul 17, 2007
  18. Jul 13, 2007
  19. Jul 09, 2007
  20. Jul 03, 2007
  21. Jun 28, 2007
    • David Greene's avatar
      Add support for building with _GLIBCXX_DEBUG. New configure option · cbc8ddf8
      David Greene authored
      --enable-expensive-checks allows the developer to enable runtime
      checking that can greatly increase compile time.  Currently it only
      turns on _GLIBCXX_DEBUG.  Other expensive debugging checks added later
      should be controlled by this configure option.
      
      This patch also updates llvm-config with a --cppflags option to inform
      llvm-gcc how to build itself so that it is compatible with an llvm that
      was built with _GLIBCXX_DEBUG.
      
      llvm-svn: 37777
      cbc8ddf8
  22. May 17, 2007
  23. May 08, 2007
  24. Apr 21, 2007
  25. Apr 11, 2007
  26. Apr 02, 2007
  27. Mar 29, 2007
  28. Mar 21, 2007
  29. Feb 16, 2007
  30. Jan 21, 2007
  31. Jan 20, 2007
  32. Jan 19, 2007
  33. Jan 17, 2007
    • Reid Spencer's avatar
      For PR1074: · b4e0f9b5
      Reid Spencer authored
      Adjust configuration for Stacker's new name: llvm-stacker.
      
      llvm-svn: 33277
      b4e0f9b5
  34. Jan 12, 2007
Loading