- 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
-
- Oct 19, 2010
-
-
Chandler Carruth authored
strange packaging environments. The primary result of this is to expose a (normally empty) CLANG_RESOURCE_DIR string in the autoconf and CMake builds. This will in turn be used by a subsequent commit to Clang. Regenerated configure and config.h.in thanks to Nick. =D llvm-svn: 116802
-
- Oct 14, 2010
-
-
Oscar Fuentes authored
llvm-svn: 116516
-
- Oct 12, 2010
-
-
Francois Pichet authored
Disable warning C4267 for MSVC. Otherwise it generate literally thousands of warnings when targeting x64. The warning occurs because int is 32 bit but size_t is 64 bit on Win64. llvm-svn: 116274
-
- Oct 11, 2010
-
-
Michael J. Spencer authored
llvm-svn: 116216
-
Chris Lattner authored
it comes back, it will be largely a rewrite, so keeping the old codebase in tree isn't helping anyone. llvm-svn: 116190
-
- Oct 02, 2010
-
-
Oscar Fuentes authored
llvm-svn: 115402
-
Nick Lewycky authored
llvm[2]: Updated LibDeps.txt because dependencies changed llvm[2]: Checking for cyclic dependencies between LLVM libraries. find-cycles.pl: Circular dependency between *.a files: find-cycles.pl: libLLVMMSP430AsmPrinter.a libLLVMMSP430CodeGen.a llvm-svn: 115393
-
Jim Grosbach authored
is more familiar with CMake please review? llvm-svn: 115391
-
- Sep 28, 2010
-
-
Oscar Fuentes authored
llvm-svn: 114952
-
Oscar Fuentes authored
llvm-svn: 114951
-
- Sep 25, 2010
-
-
Oscar Fuentes authored
not generating build targets for those parts of the build. llvm-svn: 114797
-
Oscar Fuentes authored
available targets unless LLVM_INCLUDE_X is ON. LLVM_BUILD_X implies LLVM_INCLUDE_X" It breaks the configuration phase when cmake is invoked without parameters, it is too complex for the purpose and introduces an incovenience for the user (as both LLVM_BUILD_X and LLVM_INCLUDE_X must set to OFF for not including X on the build) llvm-svn: 114795
-
- Sep 24, 2010
-
-
Michael J. Spencer authored
unless LLVM_INCLUDE_X is ON. LLVM_BUILD_X implies LLVM_INCLUDE_X llvm-svn: 114747
-
Michael J. Spencer authored
llvm-svn: 114725
-
- Sep 23, 2010
-
-
Douglas Gregor authored
llvm-svn: 114640
-
- Sep 14, 2010
-
-
Michael J. Spencer authored
This reverts commit r113632 Conflicts: cmake/modules/AddLLVM.cmake llvm-svn: 113819
-
- Sep 13, 2010
-
-
Michael J. Spencer authored
llvm-svn: 113762
-
- Sep 11, 2010
-
-
Michael J. Spencer authored
llvm-svn: 113676
-
- Sep 10, 2010
-
-
Michael J. Spencer authored
llvm-svn: 113632
-
- Aug 30, 2010
-
-
Chandler Carruth authored
llvm-svn: 112464
-
- Aug 09, 2010
-
-
Oscar Fuentes authored
The user can use a cmake function for obtaining the LLVM libraries corresponding to a list of LLVM components. llvm-svn: 110560
-
- Aug 05, 2010
-
-
Oscar Fuentes authored
Is setted on a per build type basis. This is useful for generators that comprise several build types, i.e. VC++ solutions. llvm-svn: 110296
-