Skip to content
  1. Dec 22, 2011
  2. Dec 21, 2011
  3. Dec 12, 2011
  4. Dec 07, 2011
  5. Dec 01, 2011
  6. Nov 29, 2011
  7. Nov 28, 2011
  8. Nov 22, 2011
  9. Nov 11, 2011
  10. Nov 10, 2011
  11. Nov 01, 2011
  12. Oct 28, 2011
  13. Oct 26, 2011
  14. Oct 25, 2011
  15. Oct 16, 2011
  16. Oct 15, 2011
  17. Oct 14, 2011
  18. Oct 13, 2011
  19. Sep 23, 2011
  20. Sep 21, 2011
  21. Sep 20, 2011
  22. Sep 19, 2011
  23. Sep 16, 2011
  24. 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
  25. 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
  26. Aug 12, 2011
  27. Jul 22, 2011
Loading