- 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
-
- Aug 03, 2010
-
-
Oscar Fuentes authored
Adds "svn" or "git", depending on the VCS used. If svn, adds the revision number as well. llvm-svn: 110121
-
Oscar Fuentes authored
llvm-svn: 110110
-
- Aug 02, 2010
-
-
Oscar Fuentes authored
Patch by nobled! llvm-svn: 110057
-
- Jul 20, 2010
-
-
Chris Lattner authored
better in the llvm world. Among other things, this changes: 1. The guts of libedis are now moved into lib/MC/MCDisassembler 2. llvm-mc now depends on lib/MC/MCDisassembler, not tools/edis, so edis and mc don't have to be built in series. 3. lib/MC/MCDisassembler no longer depends on the C api, the C API depends on it. 4. Various code cleanup changes. There is still a lot to be done to make edis fit with the llvm design, but this is an incremental step in the right direction. llvm-svn: 108869
-
- Jun 25, 2010
-
-
Daniel Dunbar authored
llvm-svn: 106861
-
- Mar 18, 2010
-
-
Oscar Fuentes authored
Patch by Victor Zverovich! llvm-svn: 98821
-
- Mar 05, 2010
-
-
Wesley Peck authored
llvm-svn: 97806
-
- Jan 22, 2010
-
-
Daniel Dunbar authored
llvm-svn: 94135
-
- Jan 04, 2010
-
-
Douglas Gregor authored
llvm-svn: 92519
-
- Dec 01, 2009
-
-
Daniel Dunbar authored
llvm-svn: 90251
-
Tobias Grosser authored
llvm-svn: 90220
-
Oscar Fuentes authored
PEDANTIC defaults to ON and WERROR default to off. Also add MSVC warnings. To disable warnings add the flags LLVM_ENABLE_WARNINGS (default on). Patch by Tobias Grosser! llvm-svn: 90188
-
Oscar Fuentes authored
llvm-svn: 90170
-
- Nov 25, 2009
-
-
Daniel Dunbar authored
llvm-svn: 89839
-
- Nov 23, 2009
-
-
Oscar Fuentes authored
LLVM_BUILD_TOOLS or LLVM_BUILD_EXAMPLES are OFF. llvm-svn: 89635
-
- Nov 18, 2009
-
-
Daniel Dunbar authored
Clang. llvm-svn: 89211
-
- Nov 12, 2009
-
-
Oscar Fuentes authored
other build system about the new C_INCLUDE_DIRS configure option. llvm-svn: 86960
-
- Nov 08, 2009
-
-
Daniel Dunbar authored
llvm-svn: 86427
-
- Oct 30, 2009
-
-
Oscar Fuentes authored
llvm-svn: 85587
-
- Oct 27, 2009
-
-
Oscar Fuentes authored
llvm-svn: 85285
-
Oscar Fuentes authored
CMakeLists.txt, Makefiles, ... it's better to whitelist what we really want to install. Patch by Ingmar Vanhassel! llvm-svn: 85282
-
- Oct 12, 2009
-
-
Edward O'Callaghan authored
llvm-svn: 83819
-
- Oct 05, 2009
-
-
Chris Lattner authored
they should not base it on llvm-db (which not following almost any "best practices"). llvm-svn: 83288
-
- Sep 24, 2009
-
-
Daniel Dunbar authored
- Apparently, I'm willing to do incredibly stupid things in the name of portability. llvm-svn: 82685
-
- Sep 22, 2009
-
-
Daniel Dunbar authored
llvm-svn: 82534
-
Daniel Dunbar authored
llvm-svn: 82530
-
- Sep 14, 2009
-
-
Oscar Fuentes authored
cross-compiling. Patch by Xerxes Rånby! llvm-svn: 81722
-
- Aug 26, 2009
-
-
Gabor Greif authored
llvm-svn: 80048
-
- Aug 22, 2009
-
-
Douglas Gregor authored
llvm-svn: 79730
-
- Aug 18, 2009
-
-
Oscar Fuentes authored
required on some platforms for building shared libraries that link to the LLVM libraries. llvm-svn: 79339
-
- Aug 16, 2009
-
-
Oscar Fuentes authored
llvm-svn: 79204
-
Oscar Fuentes authored
LLVM_BUILD_EXAMPLES and set default to true. Documented. llvm-svn: 79203
-
Oscar Fuentes authored
failure with VS 9.0, nmake and cmake 2.6.4. The buildbot output does not show the patch level of cmake, it just says 2.6. Sadly, parallel builds are broken due to recent changes on LLVM Target libraries and its auxiliaries (TargetInfo, AsmPrinter, AsmParser). I have a patch for stablishing the correct dependencies, but cmake is buggy and generates makefiles that can't handle them. llvm-svn: 79180
-