- Apr 01, 2010
-
-
Kovarththanan Rajaratnam authored
Fixes PR6755. llvm-svn: 100105
-
- Nov 17, 2009
-
-
Daniel Dunbar authored
llvm-svn: 89078
-
- Oct 27, 2009
-
-
Oscar Fuentes authored
CMakeLists.txt, Makefiles, ... it's better to whitelist what we really want to install. Patch by Ingmar Vanhassel! llvm-svn: 85283
-
Oscar Fuentes authored
Based on a patch by Ingmar Vanhassel. llvm-svn: 85276
-
- Oct 11, 2009
-
-
Benjamin Kramer authored
- llvm's libs must be linked after clang's - libLLVMSystem depends on psapi on win32 (get_system_libs has it) - CIndex builds successfully on mingw now llvm-svn: 83773
-
- Sep 25, 2009
-
-
Douglas Gregor authored
are now running properly from within CMake. llvm-svn: 82755
-
- Sep 18, 2009
-
-
Douglas Gregor authored
llvm-svn: 82221
-
- Sep 17, 2009
-
-
Daniel Dunbar authored
llvm-svn: 82098
-
- Sep 16, 2009
-
-
Douglas Gregor authored
llvm-svn: 82085
-
Mike Stump authored
llvm-svn: 81983
-
Douglas Gregor authored
llvm-svn: 81938
-
- Aug 23, 2009
-
-
Douglas Gregor authored
- Install clang-cc into libexec - Install headers into lib/clang/<version>/include - Don't install other clang-based tools (clang-wpa, clang-index, etc.) llvm-svn: 79827
-
- Jun 17, 2009
-
-
Douglas Gregor authored
Make sure that .td and .def files get into the list of headers in a CMake build, for use in Xcode and Visual Studio llvm-svn: 73623
-
- Jun 12, 2009
-
-
Oscar Fuentes authored
Patch by Ingmar Vanhassel! llvm-svn: 73217
-
- Jun 05, 2009
-
-
Douglas Gregor authored
llvm-svn: 72945
-
- Mar 25, 2009
-
-
Ted Kremenek authored
llvm-svn: 67703
-
- Mar 24, 2009
-
-
Daniel Dunbar authored
Again, I tried to update cmake but it is untested. llvm-svn: 67605
-
Daniel Dunbar authored
llvm-svn: 67604
-
- Mar 17, 2009
-
-
Douglas Gregor authored
diagnostics. This builds on the patch that Sebastian committed and then revert. Major differences are: - We don't remove or use the current ".def" files. Instead, for now, we just make sure that we're building the ".inc" files. - Fixed CMake makefiles to run TableGen and build the ".inc" files when needed. Tested with both the Xcode and Makefile generators provided by CMake, so it should be solid. - Fixed normal makefiles to handle out-of-source builds that involve the ".inc" files. I'll send a separate patch to the list with Sebastian's changes that eliminate the use of the .def files. llvm-svn: 67058
-
- Mar 14, 2009
-
-
Sebastian Redl authored
Revert the switch to the tablegen diags. It fails for seperate objdir builds and cmake builds, and I have no clue what to do about it. Revisit this after someone with a clue about the build systems has looked at it. llvm-svn: 67009
-
Sebastian Redl authored
llvm-svn: 67007
-
- Dec 13, 2008
-
-
Cedric Venet authored
This allow to use the new move emulation for smart pointer by disabling language extension. llvm-svn: 60979
-
- Nov 11, 2008
-
-
Chris Lattner authored
install directory" Patch by Lukasz Janyst! llvm-svn: 59059
-
- Nov 02, 2008
-
-
Cedric Venet authored
Add header files to CMake build solution. It use globing so it doesn't need to be manually maintained, but it won't automatically detect a new header. I think this is a good compromise for the header files, since there presence in the solution is just an help for the user. Moreover, a new header is often introduced with a new cpp source file which need a makefile change, which will regenerate the solution and detect the new header. llvm-svn: 58566
-
- Oct 26, 2008
-
-
Oscar Fuentes authored
must be under the `tools' subdirectory of the LLVM *source* tree. llvm-svn: 58180
-