1. bb53bbb build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile by Daniel Dunbar · 13 years ago
  2. e5609ab llvm-build: Switch to using the common subdirectory list instead of by Daniel Dunbar · 13 years ago
  3. b0c594f LLVMBuild: Introduce a common section which currently has a list of the by Daniel Dunbar · 13 years ago
  4. 54d8c7f llvm-build: Don't write out the required_libraries list for "special" components, it is generated. by Daniel Dunbar · 13 years ago
  5. a321716 llvm-build: Add sketchy support for preserving comments when using by Daniel Dunbar · 13 years ago
  6. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  7. 309fc86 llvm-build: Don't generate duplicate dependencies when LLVMBuild files define by Daniel Dunbar · 13 years ago
  8. 5086de6 llvmbuild/CMake: Update CMake output fragment to include explicit library by Daniel Dunbar · 13 years ago
  9. d5889d8 llvm-build: Attempt to work around a CMake Makefile generator bug that doesn't by Daniel Dunbar · 13 years ago
  10. b7f3bfc llvm-build: Add --configure-target-def-file option. by Daniel Dunbar · 13 years ago
  11. 5ed5506 LLVMBuild: Add explicit information on whether targets define an assembly printer, assembly parser, or disassembler. by Daniel Dunbar · 13 years ago
  12. 8333730 build/Make & CMake: Pass the appropriate --native-target and --enable-targets by Daniel Dunbar · 13 years ago
  13. affc6cf llvm-build: Add --native-target and --enable-targets options, and add logic to by Daniel Dunbar · 13 years ago
  14. b4eaee7 llvm-build: Split out the validation logic. by Daniel Dunbar · 13 years ago
  15. c352caf llvm-build: Add an explicit component type to represent targets. by Daniel Dunbar · 13 years ago
  16. 1e5b243 llvm-build: Tidy up options. by Daniel Dunbar · 13 years ago
  17. 195c6f3 utils/llvm-build: Ensure output directory exists for tools which write various fragments. by Daniel Dunbar · 13 years ago
  18. 57574fa utils/llvm-build: Add trivial quoting of slashes for CMake fragment. by Daniel Dunbar · 13 years ago
  19. 20fb32b llvm-build: Quote colons in target names, in an attempt to make msys happy. by Daniel Dunbar · 13 years ago
  20. 1688961 llvm-build: Add initial --write-cmake-fragment option. by Daniel Dunbar · 13 years ago
  21. 02271a7 llvm-build: Add initial code for --write-make-fragment. by Daniel Dunbar · 13 years ago
  22. e10233b llvm-build: Avoid followlinks keyword argument to os.walk. by Daniel Dunbar · 13 years ago
  23. fb6d79a llvm-build: Update --write-llvmbuild to write out a standard LLVM style file by Daniel Dunbar · 13 years ago
  24. efe2f64 llvm-build: Add "--write-library-table" option for generating the C++ library by Daniel Dunbar · 13 years ago
  25. 43120df llvm-build: Add --write-llvmbuild option, which writes out the component tree. by Daniel Dunbar · 13 years ago
  26. 00b4b4f llvm-build: Add --print-tree command line option. by Daniel Dunbar · 13 years ago
  27. 86c119a llvm-build: Fill in some details w.r.t. component's parents. by Daniel Dunbar · 13 years ago
  28. 1cf14af llvm-build: Validate information on the loaded components and form the topological ordering among them (as well as validating that there are no cycles). by Daniel Dunbar · 13 years ago
  29. 9da6b12 llvm-build: Fill in more of component parsing to be more strict and by Daniel Dunbar · 13 years ago
  30. df57825 llvm-build: Sketch code to load LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  31. ad5e012 build: Stub out llvm-build utility tool. by Daniel Dunbar · 13 years ago