- Aug 16, 2009
-
-
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
-
Richard Osborne authored
llvm-svn: 79094
-
- Aug 14, 2009
-
-
Oscar Fuentes authored
llvm-svn: 79038
-
Oscar Fuentes authored
It doesn't stop or reconfigure the build, though, so the user will see a broken build that magically succeeds at the next attempt. It is technically possible to halt the build with a helpful message, and even to automatically restart the build using the new dependencies as it we did when llvm-config was used by cmake for learning dependencies. This is left on the TODO list. llvm-svn: 79004
-
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: 78990
-
Oscar Fuentes authored
llvm-svn: 78976
-
- Aug 12, 2009
-
-
Oscar Fuentes authored
LibDeps.txt format to LLVMLibDeps.cmake format. llvm-svn: 78789
-
Oscar Fuentes authored
llvm-svn: 78788
-
Oscar Fuentes authored
libraries for an executable. Now LLVMConfig uses a new system for sorting library dependencies, as the list of dependent libraries for each entry of FinalLibDeps.txt no longer is topologically sorted. llvm-svn: 78787
-
Oscar Fuentes authored
llvm-svn: 78786
-
Oscar Fuentes authored
llvm-svn: 78785
-
Oscar Fuentes authored
llvm-svn: 78784
-
Oscar Fuentes authored
llvm-svn: 78753
-
- Jul 27, 2009
-
-
Douglas Gregor authored
llvm-svn: 77219
-
- Jul 24, 2009
-
-
Dan Gohman authored
llvm-svn: 76920
-
- Jul 17, 2009
-
-
Daniel Dunbar authored
- Not fully enabled yet, need a configure regeneration. llvm-svn: 76230
-
Xerxes Ranby authored
llvm-svn: 76221
-
- Jul 16, 2009
-
-
Daniel Dunbar authored
- Added a sed script to do this in the comments. llvm-svn: 75872
-
Daniel Dunbar authored
- This isn't needed anymore, we require clients to call the appropriate initialization routines using TargetSelect.h. llvm-svn: 75871
-
- Jul 15, 2009
-
-
Daniel Dunbar authored
llvm-svn: 75757
-
Daniel Dunbar authored
TARGET component. - Also, updated some CMake library dependencies, it is still missing some though. :( llvm-svn: 75755
-
- Jul 13, 2009
-
-
Oscar Fuentes authored
hierarchy to the list of dependencies. llvm-svn: 75510
-
- Jul 01, 2009
-
-
Jeffrey Yasskin authored
Windows variant, strerror_s, but I couldn't test that. I'll update configure and config.h.in in a subsequent patch. llvm-svn: 74621
-
- Jun 29, 2009
-
-
Douglas Gregor authored
llvm-svn: 74426
-
- Jun 26, 2009
-
-
Douglas Gregor authored
llvm-svn: 74284
-
- Jun 25, 2009
-
-
Douglas Gregor authored
llvm-svn: 74161
-
- Jun 23, 2009
-
-
Douglas Gregor authored
llvm-svn: 74003
-
Douglas Gregor authored
llvm-svn: 73979
-
Douglas Gregor authored
llvm-svn: 73970
-
Douglas Gregor authored
cleans up the CMake-based build system a bit. Started by a patch from Xerxes Rånby. llvm-svn: 73969
-
- Jun 17, 2009
-
-
Douglas Gregor authored
llvm-svn: 73616
-
- Jun 12, 2009
-
-
Oscar Fuentes authored
Patch by Ingmar Vanhassel! llvm-svn: 73216
-
- Jun 11, 2009
-
-
Oscar Fuentes authored
cross-compiling. llvm-svn: 73180
-
- Jun 06, 2009
-
-
Douglas Gregor authored
llvm-svn: 72975
-
- Jun 04, 2009
-
-
Douglas Gregor authored
the CMake-generated Xcode project build properly. llvm-svn: 72883
-
Douglas Gregor authored
llvm-svn: 72873
-
- May 27, 2009
-
-
Oscar Fuentes authored
used by CMake with --ldflags. llvm-svn: 72470
-