Skip to content
  1. Nov 09, 2016
  2. Oct 20, 2016
  3. Mar 29, 2016
  4. Feb 07, 2016
    • Keno Fischer's avatar
      [docs] Add a note that the Visual Studio C++ tools are required · 3c30544a
      Keno Fischer authored
      Watching new contributors trying to build LLVM on Windows, one of the
      very common failure modes was getting a version of Visual Studio
      that did not have a C++ compiler for CMake to put up. Trying to create
      a C++ project in Visual Studio will cause Visual Studio to go and
      download the C++ tools.
      
      llvm-svn: 260049
      3c30544a
  5. Jan 11, 2016
  6. Feb 15, 2015
  7. Dec 12, 2014
    • Rafael Espindola's avatar
      Require python 2.7. · 21a40085
      Rafael Espindola authored
      We were already requiring 2.5, which meant that people on old linux distros
      had to upgrade anyway.
      
      Requiring python 2.6 will make supporting 3.X easier as we can use the 3.X
      exception syntax.
      
      According to the discussion on llvmdev, there is not much value is requiring
      just 2.6, we may as well just require 2.7.
      
      llvm-svn: 224129
      21a40085
  8. Jun 05, 2014
  9. Apr 08, 2014
    • Sean Silva's avatar
      [docs] Fix up some links to the preferred style. · 1703e705
      Sean Silva authored
      :doc:`...` and :ref:`...` links help Sphinx keep track the dependencies
      between documents and ensure that they are not pointing to nowhere.
      
      Raw HTML links work just fine and are easier for people less familiar
      with reST/Sphinx. They are easy to change over to the :doc:/:ref: style
      after the fact so this is not a problem.
      
      This commit doesn't fix all of them.
      
      llvm-svn: 205792
      1703e705
  10. Jan 23, 2014
  11. Aug 17, 2013
  12. Jul 23, 2013
  13. May 01, 2013
  14. Jan 11, 2013
  15. Jul 23, 2012
  16. Jun 22, 2012
Loading