- Aug 07, 2012
-
-
Douglas Gregor authored
llvm-svn: 161445
-
Dmitri Gribenko authored
The implementation also includes a Relax NG schema and tests for the schema itself. The schema is used in c-index-test to verify that XML documents we produce are valid. In order to do the validation, we add an optional libxml2 dependency for c-index-test. Credits for CMake part go to Doug Gregor. Credits for Autoconf part go to Eric Christopher. Thanks! llvm-svn: 161431
-
- Jul 27, 2012
-
-
NAKAMURA Takumi authored
llvm-svn: 160848
-
- Jul 09, 2012
-
-
NAKAMURA Takumi authored
[CMake] Get rid of unconditional dependency to ClangDiagnosticCommon. Only clangBasic and clangASTMatchers need it. llvm-svn: 159931
-
- Jul 02, 2012
-
-
Chandler Carruth authored
standalone section of the Clang CMake files. This will likely make the lit runs in Clang much more suitable to IDEs such as Xcode and MSVC when operating in a standalone mode. llvm-svn: 159582
-
- Jun 21, 2012
-
-
Chandler Carruth authored
express library-level dependencies within Clang. This is no more verbose really, and plays nicer with the rest of the CMake facilities. It should also have no change in functionality. llvm-svn: 158888
-
- Jun 06, 2012
-
-
Francois Pichet authored
Zap the /Za compiler switch from MSVC projects, the option is considered harmful even by Microsoft people and clang won't build using the MSVC 2012 RC if not removed. Only 1 minor code change was necessary: can't use cdecl as variable name anymore. llvm-svn: 158063
-
- Apr 16, 2012
-
-
Sebastian Pop authored
llvm-svn: 154792
-
- Feb 25, 2012
-
-
NAKAMURA Takumi authored
Patch by Joe Groff. llvm-svn: 151448
-
- Feb 14, 2012
-
-
Dylan Noblesmith authored
And remove HAVE_CLANG_CONFIG_H, now that the header is generated in the autoconf build, too. Reverts r149571/restores r149504, now that config.h is generated correctly by LLVM's configure in all build configurations. llvm-svn: 150487
-
- Feb 02, 2012
-
-
Dylan Noblesmith authored
Too many weird build failures. llvm-svn: 149571
-
- Feb 01, 2012
-
-
Dylan Noblesmith authored
This header is private and shouldn't be used by clients. (This reverts r149540, reinstating r149496. False alarm.) llvm-svn: 149550
-
Dylan Noblesmith authored
It *looks* like this caused PR11903, somehow. llvm-svn: 149540
-
Dylan Noblesmith authored
And remove HAVE_CLANG_CONFIG_H, now that the header is generated in the autoconf build, too. (clang r149497 / llvm r149498) Also include the config.h header after all other headers, per the LLVM coding standards. It also turns out WindowsToolChain.cpp wasn't using the config header at all, so that include's just deleted now. llvm-svn: 149504
-
Dylan Noblesmith authored
This header is private and shouldn't be used by clients. llvm-svn: 149496
-
- Jan 26, 2012
-
-
Peter Collingbourne authored
by default, rather than whether they may be built at all. llvm-svn: 149037
-
- Oct 06, 2011
-
-
Peter Collingbourne authored
the build systems to use clang-tblgen. llvm-svn: 141291
-
Peter Collingbourne authored
llvm-svn: 141267
-
- Sep 23, 2011
-
-
NAKAMURA Takumi authored
CMake: Define ${LLVM_TABLEGEN_EXE} with explicit ${CMAKE_EXECUTABLE_SUFFIX} on standalone build. Or build might fail with NMake. Thanks to Nicolas Le Gland! llvm-svn: 140360
-
- Aug 02, 2011
-
-
Chad Rosier authored
enough to offer to investigate the underlying issue. Thanks to Doug for his assistance as well. llvm-svn: 136719
-
Chad Rosier authored
Someone with more cmake experience want to throw me a bone? :) llvm-svn: 136709
-
Chad Rosier authored
information including the fully preprocessed source file(s) and command line arguments. The developer is asked to attach this diagnostic information to a bug report. rdar://9575623 llvm-svn: 136702
-
- Jul 15, 2011
-
-
Douglas Gregor authored
(and linking to an already-build LLVM) works with Xcode. The resulting Xcode project for Clang is quite a bit smaller and builds/loads faster. llvm-svn: 135216
-
- Jun 08, 2011
-
-
Chandler Carruth authored
Very sorry for the accidental commit of WIP code. llvm-svn: 132745
-
Chandler Carruth authored
llvm-svn: 132743
-
- May 20, 2011
-
-
Oscar Fuentes authored
llvm-svn: 131733
-
- May 11, 2011
-
-
Oscar Fuentes authored
gcc. Fixes PR9886. llvm-svn: 131182
-
- Apr 10, 2011
-
-
Oscar Fuentes authored
llvm-svn: 129246
-
- Mar 29, 2011
-
-
Oscar Fuentes authored
llvm-svn: 128483
-
- Mar 26, 2011
-
-
Oscar Fuentes authored
Tested that MinGW/MSYS builds fine without that. llvm-svn: 128341
-
- Mar 17, 2011
-
-
Oscar Fuentes authored
Clang binary and source directories first (on that order). llvm-svn: 127822
-
- Feb 28, 2011
-
-
NAKAMURA Takumi authored
llvm-svn: 126633
-
- Feb 25, 2011
-
-
Douglas Gregor authored
shared library. llvm-svn: 126502
-
Douglas Gregor authored
llvm-svn: 126458
-
Douglas Gregor authored
llvm-svn: 126455
-
- Feb 21, 2011
-
-
NAKAMURA Takumi authored
CMake: Eliminate duplicate -D__STDC_LIMIT_MACROS and -D__STDC_CONSTANT_MACROS. llvm/cmake/modules/HandleLLVMOptions.cmake defines them. llvm-svn: 126105
-
- Feb 20, 2011
-
-
Oscar Fuentes authored
Requires CMake 2.8.3 or newer. llvm-svn: 126094
-
Oscar Fuentes authored
llvm-svn: 126093
-
- Feb 18, 2011
-
-
Daniel Dunbar authored
LLVM_INCLUDE_TESTS:=OFF, which may no longer be necessary for all I know. llvm-svn: 125985
-
- Feb 16, 2011
-
-
NAKAMURA Takumi authored
llvm-svn: 125647
-