1. f87ea4d Add the rest of the build system logic for optional target disassemblers by Daniel Dunbar · 15 years ago
  2. e9b88e4 Stop running get_target_triple more than we need to. by Daniel Dunbar · 15 years ago
  3. 144034e CMake: remove .so file extension from library names when building by Oscar Fuentes · 15 years ago
  4. bf6f085 Fix llvm-config --src-root and --obj-root for CMake builds. by Daniel Dunbar · 15 years ago
  5. eba6b26 llvm-config: Remove unused variables. by Daniel Dunbar · 15 years ago
  6. 3a9f68b Make cmake generated llvm-config output correct JIT backend for non X86 targets. by Xerxes Ranby · 15 years ago
  7. 94d38e5 CMake: Automatic regeneration of the library dependencies file. by Oscar Fuentes · 15 years ago
  8. a339063 CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This is by Oscar Fuentes · 15 years ago
  9. 8ef01dc CMake: build llvm-config before the other tools. by Oscar Fuentes · 15 years ago
  10. fdb9677 CMake: Localized dependency on Perl. by Oscar Fuentes · 15 years ago
  11. 2803365 CMake: Re-enabled build of llvm-config. Removed recursive invocation of cmake. by Oscar Fuentes · 15 years ago
  12. f8bd844 Reenable asmparser dependency generation, now with improved Perl foo. by Daniel Dunbar · 15 years ago
  13. e02fae8 Disable llvm-config magic for AsmParser, it is isn't right & is breaking the build. by Daniel Dunbar · 15 years ago
  14. 092a9dd Sketch support for target specific assembly parser. by Daniel Dunbar · 15 years ago
  15. 8cca8f9 Teach Makefiles & CMake to link in the <TARGET>Info library when linking the by Daniel Dunbar · 15 years ago
  16. 9a3b13f Fix http://llvm.org/PR4481: Make llvm-config print the right include paths when by Jeffrey Yasskin · 15 years ago
  17. 81a8755 CMake: Implements and documents option LLVM_ENABLE_ASSERTS. by Oscar Fuentes · 15 years ago
  18. 1a53cbf CMake: Set LIBS on llvm-config so we can query the system libraries by Oscar Fuentes · 15 years ago
  19. 47a4edc Accommodate empty string for build type. This was previously causing an error by Ted Kremenek · 15 years ago
  20. 9a0107d CMake: defines and uses macro add_llvm_definitions for keeping track by Oscar Fuentes · 15 years ago
  21. cf2202a CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma as by Oscar Fuentes · 15 years ago
  22. 4752bd3 CMake: Build system fixes for XCode. llvm-config still causes us some serious trouble, but it's less serious than it used to be by Douglas Gregor · 15 years ago
  23. 4832f88 Change these sed lines to behave correctly when the input string by Dan Gohman · 15 years ago
  24. 82447eb CMake: replace `rm' with portable invocations of cmake. by Oscar Fuentes · 16 years ago
  25. 232ed2d CMake: Removed some cruft. by Oscar Fuentes · 16 years ago
  26. 2c688da CMake: Recursively invokes cmake using the right directories. by Oscar Fuentes · 16 years ago
  27. 123f4fd CMake: forces rebuild of llvm-config's library dependency info when a by Oscar Fuentes · 16 years ago
  28. 63b27a6 CMake: Corrected detection of `nm'. by Oscar Fuentes · 16 years ago
  29. 3ab40ca CMake: Support for cross-compiling. For now, requires a previously by Oscar Fuentes · 16 years ago
  30. e32d58f Revert 58687. This breaks mingw. by Tanya Lattner · 16 years ago
  31. c40b75b Don't "shell out" to resolve paths. Using pure perl makes llvm-config by Nick Lewycky · 16 years ago
  32. 579e43a CMake: GetTargetTriple: new module for determining the target by Oscar Fuentes · 16 years ago
  33. 1dc9716 CMake: `make install' for libraries, executables and header files. by Oscar Fuentes · 16 years ago
  34. e1ad087 CMake: Builds all targets. by Oscar Fuentes · 16 years ago
  35. 1d8e4cf CMake build system: support for parallel builds. by Oscar Fuentes · 16 years ago
  36. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  37. 3c3bc48 Move X86 assembler printers into separate directory. This allows JIT-only users not to link it in (use 'x86codegen' llvm-config arg for this) by Anton Korobeynikov · 16 years ago
  38. 234d529 remove attribution from a variety of miscellaneous files. by Chris Lattner · 17 years ago
  39. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  40. f248f0d Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so that by Ted Kremenek · 17 years ago
  41. 4a444c7 Fix PR1739. by Chris Lattner · 17 years ago
  42. 087d90e Simplify the handling of the --*flags options. The makefile already gets it by Reid Spencer · 17 years ago
  43. 4a2c083 Makesure the -cppflags also uses the CPP.BaseFlags as the CPP.Defines only by Reid Spencer · 17 years ago
  44. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  45. a696d24 Add support for building with _GLIBCXX_DEBUG. New configure option by David Greene · 17 years ago
  46. b5594e3 Add new option to usage help. by Jeff Cohen · 17 years ago
  47. 3b87d6a Add the --host-target option. by Reid Spencer · 17 years ago
  48. 02c91ef Fix problem with llvm-config that prevented JIT from being used on x86_64 by Jeff Cohen · 17 years ago
  49. d7fc4f6 Fix grammaro in output message. by Reid Spencer · 18 years ago
  50. 5c4db8a Run GenLibDeps.pl with the configured PERL path to handle different install by Reid Spencer · 18 years ago
  51. d5ee896 Fixing a ">" redirect to be a ">>" redirect, so a sed command doesn't get clobbered. by Chandler Carruth · 18 years ago
  52. f72538e Add an option for getting the C compiler flags, --cflags. by Reid Spencer · 18 years ago
  53. 961a0f2 Ignore the LibDeps.txt.tmp file. by Reid Spencer · 18 years ago
  54. 4fbcdf6 Fix PR1040: by Reid Spencer · 18 years ago
  55. c6c3843 reword message by Chris Lattner · 18 years ago
  56. 54eae9e Allow things like --libs CBackend by Chris Lattner · 18 years ago
  57. 80930eb If a cycle exists, don't succeed building the second time around. by Chris Lattner · 18 years ago
  58. 40ad304 remove message by Chris Lattner · 18 years ago
  59. b43ce5a Don't print double newline for --src-root and --obj-root as it tends to by Reid Spencer · 18 years ago
  60. 3acbb9b Fixed typo. Thanks, Reid. by Anton Korobeynikov · 18 years ago
  61. de9c02b Removed usage of "sort", which can lead to undeterministic behavior on mingw & cygwin platforms. by Anton Korobeynikov · 18 years ago
  62. ecfe088 For PR845: by Reid Spencer · 18 years ago
  63. d8c20a9 Fix a typo in the name of expand_dependencies. by Reid Spencer · 18 years ago
  64. 1bc6864 Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to by Reid Spencer · 18 years ago
  65. 7686b57 Avoid a "scary" make warning for the 1.8 release. This should be reenabled by Chris Lattner · 18 years ago
  66. dd3f6aa Make changes necessary for stopping the build if a cyclic library by Reid Spencer · 18 years ago
  67. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  68. dc05009 Remove useless noop argument by Chris Lattner · 18 years ago
  69. 3e347f2 Fix a bug in the following scenario. by Chris Lattner · 18 years ago
  70. d179de5 Add a new --libfiles option, for getting fully-qualified pathnames to libraries. by Chris Lattner · 18 years ago
  71. 73ebd09 Make the llvm-config library dependency database depend on all of the libraries. by Chris Lattner · 18 years ago
  72. 2e1f0ed temporarily add back this option, I will remove it in a couple days by Chris Lattner · 18 years ago
  73. 0cd059e Add flags to get access to build_mode, objdir, srcdir etc. by Chris Lattner · 18 years ago
  74. 16ad618 Make llvm-config "do the right thing" when an install tree is relocated or by Chris Lattner · 18 years ago
  75. abdbae7 Capture the build mode (e.g. Debug/Release) in the llvm-config script. by Chris Lattner · 18 years ago
  76. 584073a Convert to standard file header by Chris Lattner · 18 years ago
  77. 41655cd Remove a couple of things no longer figured out by autoconf by Chris Lattner · 18 years ago
  78. 2d2c2f2 Add several more autoconf variables so that new features can be implemented by Reid Spencer · 18 years ago
  79. e02b97b Add a gross "--use-current-dir-as-prefix" option as a temporary workaround by Chris Lattner · 18 years ago
  80. 411c33d Remove some variables from the configured section that aren't. by Chris Lattner · 18 years ago
  81. 06e752e Remove more "alpha is archive" stuff. by Chris Lattner · 18 years ago
  82. 6574994 Remove obsolete CORE_IS_ARCHIVE support by Chris Lattner · 18 years ago
  83. c929c66 Update the ignore file by Chris Lattner · 18 years ago
  84. dee0511 Build llvm-config into the ToolDir not in the local directory. This makes by Reid Spencer · 18 years ago
  85. b3bd5ca For PR764: by Reid Spencer · 18 years ago
  86. 05dee50 Several Changes To Support Building llvm-config: by Reid Spencer · 18 years ago
  87. d075dfb Update the library dependencies for 1.8 with SparcV9 now gone. by Reid Spencer · 18 years ago
  88. 7f71e21 one too many l's by Chris Lattner · 18 years ago
  89. 1c070fc Remove the interpreter component as its not working at the moment. by Reid Spencer · 18 years ago
  90. f39fcc7 Ignore temporary files generated by building. by Reid Spencer · 18 years ago
  91. b195d9d Update to llvm-config tool, by Erik Kidd: by Reid Spencer · 18 years ago
  92. 025213e Don't print out ugly command line when building LibDeps.txt. by Reid Spencer · 18 years ago
  93. ff9b038 Updated for library changes: by Reid Spencer · 18 years ago
  94. f2722ca These changes are necessary to support the new llvm-config tool. llvm-config by Reid Spencer · 18 years ago
  95. 355ef21 The library dependency file in flat format. This file is generated by the by Reid Spencer · 18 years ago
  96. 0fab2b1 First cut at the Makefile for llvm-config. This initial version just provides by Reid Spencer · 18 years ago