- Nov 09, 2016
-
-
Mehdi Amini authored
The global minimum one is way past this version. llvm-svn: 286328
-
- Oct 20, 2016
-
-
Reid Kleckner authored
Mailing list discussion about this: http://lists.llvm.org/pipermail/llvm-dev/2016-September/104631.html Code changes to simplify the ifdefs will come next, and can be reverted without affecting the policy if someone needs it. llvm-svn: 284660
-
- Mar 29, 2016
-
-
Aaron Ballman authored
Clarifying some of the requirements for building with Visual Studio on Windows. Namely, we require the latest Update to be installed (for sanity purposes), and we require CMake 2.8.12.2 for building LLVM with Visual Studio. llvm-svn: 264779
-
- Feb 07, 2016
-
-
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
-
- Jan 11, 2016
-
-
Reid Kleckner authored
llvm-svn: 257381
-
- Feb 15, 2015
-
-
Benjamin Kramer authored
llvm-svn: 229323
-
- Dec 12, 2014
-
-
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
-
- Jun 05, 2014
-
-
Yaron Keren authored
llvm-svn: 210273
-
- Apr 08, 2014
-
-
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
-
- Jan 23, 2014
-
-
Aaron Ballman authored
llvm-svn: 199934
-
- Aug 17, 2013
-
-
Daniel Dunbar authored
llvm-svn: 188589
-
- Jul 23, 2013
-
-
Ahmed Bougacha authored
llvm-svn: 186961
-
- May 01, 2013
-
-
Aaron Ballman authored
Updating the getting started guide for Visual Studio users. Specifically, pointing out that you have to pass additional parameters to llvm-lit and explicitly specify python on the command line. llvm-svn: 180869
-
- Jan 11, 2013
-
-
Sean Silva authored
Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. llvm-svn: 172162
-
- Jul 23, 2012
-
-
Sylvestre Ledru authored
llvm-svn: 160621
-
- Jun 22, 2012
-
-
Michael J. Spencer authored
llvm-svn: 158947
-