- 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
-
Oscar Fuentes authored
parallel builds. llvm-svn: 79177
-
- Aug 15, 2009
-
-
Benjamin Kramer authored
llvm-svn: 79144
-
- Aug 14, 2009
-
-
Oscar Fuentes authored
way we ensure that tablegenned files exist before they are #include'd by the LLVM Target sublibraries. Required for parallel builds. llvm-svn: 78996
-
Oscar Fuentes authored
llvm-svn: 78992
-
- Aug 12, 2009
-
-
Gabor Greif authored
llvm-svn: 78803
-
Oscar Fuentes authored
llvm-svn: 78788
-
Oscar Fuentes authored
llvm-svn: 78769
-
Oscar Fuentes authored
of cmake. llvm-svn: 78768
-
- Aug 02, 2009
-
-
Jakob Stoklund Olesen authored
Note that configure was edited by hand. Will somebody with the correct version of autoconf please regenerate? llvm-svn: 77898
-