- Nov 10, 2009
-
-
Oscar Fuentes authored
llvm-svn: 86656
-
- Nov 08, 2009
-
-
Daniel Dunbar authored
llvm-svn: 86419
-
- Nov 02, 2009
-
-
Oscar Fuentes authored
directory. This is useful in case someone who works with the config&make build system forgot to add a file to its CMakeLists.txt. Instead of obtaining undefined references at link time, cmake will complain at configure time on the first build after a svn update. llvm-svn: 85817
-
- Oct 24, 2009
-
-
Daniel Dunbar authored
llvm-svn: 85013
-
- Oct 20, 2009
-
-
Oscar Fuentes authored
llvm-svn: 84564
-
- Sep 17, 2009
-
-
Daniel Dunbar authored
llvm-svn: 82097
-
- Sep 14, 2009
-
-
Daniel Dunbar authored
llvm-svn: 81758
-
- Sep 04, 2009
-
-
Daniel Dunbar authored
llvm-svn: 80985
-
- Aug 31, 2009
-
-
Oscar Fuentes authored
llvm-svn: 80531
-
- Aug 24, 2009
-
-
Oscar Fuentes authored
llvm-svn: 79876
-
- Aug 22, 2009
-
-
Douglas Gregor authored
llvm-svn: 79732
-
- Aug 19, 2009
-
-
Duncan Sands authored
Xerxes Rånby. llvm-svn: 79419
-
- Aug 17, 2009
-
-
Oscar Fuentes authored
llvm-svn: 79223
-
Oscar Fuentes authored
name. Updated LLVM_LINK_COMPONENTS of Kaleidoscope. llvm-svn: 79219
-
- Aug 16, 2009
-
-
Oscar Fuentes authored
CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config under mingw without msys. llvm-svn: 79202
-
Benjamin Kramer authored
llvm-svn: 79186
-
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 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
-