Skip to content
  1. Feb 19, 2009
  2. Feb 04, 2009
  3. Feb 03, 2009
  4. Jan 22, 2009
  5. Jan 20, 2009
    • Nick Lewycky's avatar
      Regenerate. · c94134dc
      Nick Lewycky authored
      BUILT WITH WRONG VERSION OF AUTOCONF! Somebody please regenerate with an
      approved version. Thanks!
      
      llvm-svn: 62554
      c94134dc
  6. Jan 05, 2009
  7. Nov 07, 2008
  8. Oct 22, 2008
  9. Oct 08, 2008
  10. Oct 07, 2008
  11. Oct 06, 2008
    • Duncan Sands's avatar
      Actually run Obj-C++ tests if llvm-gcc supports. · bae7a517
      Duncan Sands authored
      Before there were two problems: (1) configure
      turned "obj-c++" into "obj" in the langs line;
      (2) the dejagnu library called it objc++ not
      obj-c++.
      Now the problem is that some of these tests don't
      pass!
      
      llvm-svn: 57167
      bae7a517
  12. Oct 03, 2008
    • Jim Grosbach's avatar
      Add support for Canadian Cross builds where the host executables are not · 009db895
      Jim Grosbach authored
      runnable on the build machine.
      
      There are a few bits that need built for the build environment (TableGen).
      This patch builds those bits, and the associated libraries, for the build
      environment as well as the (usual) host environment.
      
      Thanks to Eric C. and Devang P. for pre-commit review.
      
      llvm-svn: 56975
      009db895
  13. Sep 26, 2008
  14. Aug 30, 2008
  15. Jun 26, 2008
  16. Jun 24, 2008
  17. May 29, 2008
  18. May 14, 2008
  19. May 13, 2008
  20. May 10, 2008
  21. Apr 24, 2008
  22. Mar 10, 2008
  23. Mar 07, 2008
  24. Mar 05, 2008
  25. Feb 13, 2008
  26. Feb 05, 2008
  27. Jan 17, 2008
  28. Dec 13, 2007
  29. 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
  30. Dec 05, 2007
  31. Dec 04, 2007
  32. Dec 01, 2007
  33. Oct 03, 2007
  34. Oct 02, 2007
Loading