Skip to content
  1. Aug 23, 2011
    • Ivan Krasin's avatar
      Update config.sub, config.guess and configure. · 05e60933
      Ivan Krasin authored
      The motivation to do that:
      
      1. Now, llvm would use the stock config.sub. Before that we had an
      uncommitted FreeBSD-related patch. Now, it has been upstreamed and
      comes back. It means that it would be easier to update these files in
      the next time (less magic knowledge)
      
      2. Fix a typo for pseudo-CPUs: 32e[lb] -> [lb]e32, 64e[lb]->[lb]64.
      One of these CPUs is used for PNaCl and it was not really convenient
      to have a CPU that starts with a digit.
      
      llvm-svn: 138323
      05e60933
  2. Aug 19, 2011
    • Ivan Krasin's avatar
      Add NativeClient operating system support. · 44306e2e
      Ivan Krasin authored
      This patch adds support of NativeClient (*-*-nacl) OS support to LLVM.
      It's already supported in autoconf/config.sub.
      
      The motivation for this change is to start upstreaming PNaCl work. The
      whole set of patches include llvm backends (i686, x86_64, ARM),
      llvm-gcc (probably, would not be upstreamed because it's deprecated)
      and clang (the work has been just started, the amount of changes is
      going to be low and the most of the work is expected to be done close
      to the mainline).
      
      llvm-svn: 138005
      44306e2e
  3. Aug 12, 2011
  4. Jul 22, 2011
  5. Jul 21, 2011
  6. Jul 20, 2011
  7. Jul 19, 2011
  8. Jul 15, 2011
  9. Jul 02, 2011
  10. Jun 17, 2011
  11. Jun 12, 2011
  12. May 23, 2011
  13. May 13, 2011
  14. May 01, 2011
  15. Apr 15, 2011
  16. Mar 14, 2011
  17. Mar 09, 2011
  18. Mar 08, 2011
  19. Feb 09, 2011
  20. Feb 05, 2011
  21. Feb 03, 2011
  22. Dec 29, 2010
  23. Dec 10, 2010
  24. Dec 08, 2010
  25. Dec 07, 2010
  26. Dec 03, 2010
  27. Nov 29, 2010
  28. Nov 25, 2010
  29. Nov 14, 2010
  30. Nov 12, 2010
  31. Nov 10, 2010
  32. Oct 30, 2010
    • Tobias Grosser's avatar
      Add polly support to the build system. · ea9dca4c
      Tobias Grosser authored
      Update the cmake and autoconf build system to compile polly
      as a shared library if it is checked out into tools/polly. In case
      polly is not checked out, nothing changes.
      This models the way clang can be added to llvm if checked out to tools/clang.
      
      Also rebuild configure.
      
      Patch contributed by ether.
      
      llvm-svn: 117755
      ea9dca4c
  33. Oct 19, 2010
  34. Oct 12, 2010
  35. Oct 11, 2010
  36. Oct 02, 2010
  37. Sep 27, 2010
Loading