- Apr 29, 2011
-
-
Nick Lewycky authored
under cmake). Add libprofile_rt.a so that we can tell clang to link against it in --coverage mode. Also turn it on by default in cmake builds. Oscar, this touches a change you made for EXCLUDE_FROM_ALL support -- I think I've done the right thing, but please let me know (or fix and commit) if not! llvm-svn: 130470
-
- Apr 26, 2011
-
-
Nick Lewycky authored
llvm-svn: 130191
-
- Apr 15, 2011
-
-
Chris Lattner authored
Luis Felipe Strano Moraes! llvm-svn: 129558
-
- Mar 23, 2011
-
-
Oscar Fuentes authored
X86. Fixes PR9533. llvm-svn: 128154
-
- Mar 21, 2011
-
-
Oscar Fuentes authored
Tested that MinGW/MSYS builds fine without that. llvm-svn: 128033
-
- Mar 08, 2011
-
-
Bill Wendling authored
llvm-svn: 127213
-
- Mar 01, 2011
-
-
Oscar Fuentes authored
On the first cmake run before the caches has been updated with the default options, options defined after HandleLLVMOptions are always treated as off inside HandleLLVMOptions. Patch by Erik Olofsson! llvm-svn: 126790
-
- Feb 27, 2011
-
-
Oscar Fuentes authored
llvm-svn: 126571
-
- Feb 21, 2011
-
-
NAKAMURA Takumi authored
CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It affects testing stuff on clang-standalone build. llvm-svn: 126107
-
- Feb 20, 2011
-
-
Oscar Fuentes authored
Requires CMake 2.8.3 or newer. llvm-svn: 126092
-
- Feb 18, 2011
-
-
Oscar Fuentes authored
llvm-svn: 125968
-
- Feb 17, 2011
-
-
Oscar Fuentes authored
llvm-svn: 125786
-
- Feb 14, 2011
-
-
Oscar Fuentes authored
for all compiler invocations. llvm-svn: 125513
-
- Feb 05, 2011
-
-
Oscar Fuentes authored
llvm-svn: 124968
-
- Feb 03, 2011
-
-
Oscar Fuentes authored
macros. llvm-svn: 124824
-
Oscar Fuentes authored
library. Installs tblgen (required by Clang). Translates handling of user settings and platform-dependant options to its own file, where it can included by another project. Installs the .cmake files required by projects like Clang. llvm-svn: 124816
-
- Jan 21, 2011
-
-
Oscar Fuentes authored
Patch by arrowdodger! llvm-svn: 123976
-
- Jan 17, 2011
-
-
Francois Pichet authored
llvm-svn: 123610
-
- Jan 11, 2011
-
-
Oscar Fuentes authored
the traditional build. Patch by arrowdodger! llvm-svn: 123233
-
- Jan 09, 2011
-
-
Oscar Fuentes authored
llvm-svn: 123122
-
Oscar Fuentes authored
config.h was generated, so it had no effect on it. Thanks to arrowdodger for pointing out this and a tentative patch. llvm-svn: 123119
-
- Jan 07, 2011
-
-
Oscar Fuentes authored
instead. llvm-svn: 123028
-
- Dec 20, 2010
-
-
Oscar Fuentes authored
revision id is appended to the LLVM version string. Defaults to OFF. Until now the VC revision id was always appended to the revision string whenever cmake was invoked (either explicitly or implicitly because a cmake source file changed). This was causing massive recompilations because config.h are reconfigured with the new contents of PACKAGE_VERSION. llvm-svn: 122240
-
- Dec 18, 2010
-
-
Michael J. Spencer authored
llvm-svn: 122115
-
- Dec 09, 2010
-
-
Michael J. Spencer authored
llvm-svn: 121386
-
- Dec 07, 2010
-
-
Francois Pichet authored
Promote "enumerator in switch of enum is not handled" to level 1 warning on MSVC. It was disabled by default. llvm-svn: 121096
-
- Dec 04, 2010
-
-
Francois Pichet authored
Total size of bin\Release on disk goes from 82.9 MB to 74.2 MB. (~10% saving) llvm-svn: 120908
-
- Nov 29, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120298
-
- Nov 27, 2010
-
-
NAKAMURA Takumi authored
Unittests need LLVM_BUILD_MODE to pick up each test. Confirmed on CentOS5, Mingw, MSYS, and with possible configurations on VS8 and VS10. llvm-svn: 120212
-
- Nov 20, 2010
-
-
Francois Pichet authored
Disable warning C4291 on MSVC. Caused because class AttributeList provides a non implemented operator delete without a corresponding new. llvm-svn: 119902
-
- Nov 19, 2010
-
-
NAKAMURA Takumi authored
CMakeLists.txt: On MSVS10, touch LLVM.sln as workaround, w/e project files are changed, to avoid the Dialog Hell. Thanks to Oscar. FIXME: This could be removed with future version of CMake. llvm-svn: 119780
-
- Nov 18, 2010
-
-
Wesley Peck authored
llvm-svn: 119589
-
- Nov 15, 2010
-
-
Michael J. Spencer authored
llvm-svn: 119107
-
- Nov 14, 2010
-
-
Oscar Fuentes authored
llvm-svn: 119077
-
Chris Lattner authored
llvm-svn: 119069
-
Oscar Fuentes authored
llvm-svn: 119064
-
Chris Lattner authored
llvm-svn: 119058
-
Chris Lattner authored
that should be split out is the InstPrinter (if a target is mc'ized). This change makes all the targets be consistent. llvm-svn: 119056
-
- Nov 11, 2010
-
-
NAKAMURA Takumi authored
Defaults: if (MSVC OR XCODE): "-sv --no-progress-bar" else: "-sv" llvm-svn: 118776
-
- Oct 26, 2010
-
-
NAKAMURA Takumi authored
Mingw does not have the header <dbghelp.h>. Thanks to Daniel Newton, testing it on mingw. llvm-svn: 117352
-