2013-12-25 |
NAKAMURA Takumi | llvm-config: Fix typo in help message introduced with... |
tree | commitdiff |
2013-12-20 |
NAKAMURA Takumi | llvm-config: Show OBJROOT rather than OBJROOT/BUILD_MOD... |
tree | commitdiff |
2013-12-20 |
NAKAMURA Takumi | llvm-config: Use build_mode instead of LLVM_BUILDMODE... |
tree | commitdiff |
2013-12-19 |
NAKAMURA Takumi | llvm-config: Don't show build tree with --obj-root... |
tree | commitdiff |
2013-12-19 |
NAKAMURA Takumi | llvm-config: Show build root instead of parent path... |
tree | commitdiff |
2013-12-19 |
NAKAMURA Takumi | llvm-config: Introduce --system-libs to print SYSTEM_LI... |
tree | commitdiff |
2013-12-18 |
NAKAMURA Takumi | Revert r197380, "llvm-config: Print SYSTEM_LIBS with... |
tree | commitdiff |
2013-12-17 |
NAKAMURA Takumi | llvm-config: Let directories aware of CMAKE_CFG_INTDIR. |
tree | commitdiff |
2013-12-16 |
NAKAMURA Takumi | llvm-config: Fixup r197380, tweak for cross compilation... |
tree | commitdiff |
2013-12-16 |
NAKAMURA Takumi | llvm-config: Print SYSTEM_LIBS with --libs, instead... |
tree | commitdiff |
2013-12-05 |
Alp Toker | Correct word hyphenations |
tree | commitdiff |
2013-12-03 |
NAKAMURA Takumi | check-llvm: Ask llvm-config about assertion mode, inste... |
tree | commitdiff |
2013-12-03 |
NAKAMURA Takumi | llvm-config: With --build-mode, show ${CMAKE_CFG_INTDIR... |
tree | commitdiff |
2013-08-28 |
Hans Wennborg | cmake: Prevent semicolon separated lists in llvm-config... |
tree | commitdiff |
2013-08-23 |
Hans Wennborg | CMake: build llvm-config on Windows. |
tree | commitdiff |
2013-06-26 |
Rafael Espindola | Remove unused includes. |
tree | commitdiff |
2013-06-26 |
Rafael Espindola | Port GetMainExecutable over to PathV2. |
tree | commitdiff |
2013-06-11 |
Rafael Espindola | Include PathV1.h in files that use it. |
tree | commitdiff |
2012-10-01 |
Jordan Rose | Re-enable support for --program-prefix. |
tree | commitdiff |
2012-09-26 |
Jordan Rose | Revert "Add --program-prefix support to build" |
tree | commitdiff |
2012-09-25 |
Sebastian Pop | Add --program-prefix support to build |
tree | commitdiff |
2012-05-15 |
Daniel Dunbar | llvm-config: Use sys::fs::equivalent instead of string... |
tree | commitdiff |
2012-05-15 |
Daniel Dunbar | llvm-build: Add support for non-installed libraries... |
tree | commitdiff |
2012-05-09 |
Bob Wilson | Do not install llvm-config-host for cross-builds of... |
tree | commitdiff |
2012-02-23 |
Duncan Sands | An easy case where GCC should really be able to work... |
tree | commitdiff |
2012-01-26 |
Peter Collingbourne | llvm-config: Add support for CMake build trees in which... |
tree | commitdiff |
2011-12-16 |
Daniel Dunbar | llvm-config: Fix --targets-built, I changed this to... |
tree | commitdiff |
2011-12-15 |
Daniel Dunbar | llvm-config: Update help text for removal of "backend... |
tree | commitdiff |
2011-12-12 |
Daniel Dunbar | llvm-config: Default to "all" if no components are... |
tree | commitdiff |
2011-12-01 |
Daniel Dunbar | llvm-config: Replace with C++ version (was llvm-config-2). |
tree | commitdiff |
2011-12-01 |
Duncan Sands | Revert commit 145449 (ddunbar) since it is breaking... |
tree | commitdiff |
2011-11-29 |
Daniel Dunbar | llvm-config: Replace with C++ version (was llvm-config-2). |
tree | commitdiff |
2011-11-10 |
Daniel Dunbar | Revert r144300 "llvm-config: Replace with C++ version... |
tree | commitdiff |
2011-11-10 |
Daniel Dunbar | llvm-config: Replace with C++ version (was llvm-config-2). |
tree | commitdiff |
2011-11-09 |
Daniel Dunbar | llvm-config: Drop 'backend' pseudo-component. We don... |
tree | commitdiff |
2011-11-02 |
Chandler Carruth | Add back the top-level target for 'llvm-config' and... |
tree | commitdiff |
2011-11-02 |
Daniel Dunbar | build/Make: Get rid of llvm-config-perobj, which isn... |
tree | commitdiff |
2011-11-02 |
Daniel Dunbar | build/CMake: Remove llvm-config.target used to serializ... |
tree | commitdiff |
2011-10-28 |
Peter Collingbourne | Have llvm-config --cppflags print correct flags when... |
tree | commitdiff |
2011-10-18 |
Daniel Dunbar | llvm-config: Add an all-targets pseudo-component. |
tree | commitdiff |
2011-07-29 |
Chandler Carruth | Rewrite the CMake build to use explicit dependencies... |
tree | commitdiff |
2011-04-05 |
Oscar Fuentes | Rename LLVMConfig.cmake to LLVM-Config.cmake. The ... |
tree | commitdiff |
2011-04-01 |
Oscar Fuentes | CMake: remove debug code from previous commit. |
tree | commitdiff |
2011-04-01 |
Oscar Fuentes | Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure... |
tree | commitdiff |
2011-03-19 |
Oscar Fuentes | Make llvm-config.in configuration more MSYS-friendly. |
tree | commitdiff |
2011-03-19 |
Oscar Fuentes | CMake: store TARGET_TRIPLE on llvm-config.in. |
tree | commitdiff |
2011-02-22 |
Oscar Fuentes | CMake: remove unnecessary variable. |
tree | commitdiff |
2011-02-18 |
Oscar Fuentes | Move library stuff out of the toplevel CMakeLists.txt... |
tree | commitdiff |
2011-01-27 |
Oscar Fuentes | Don't show -pedantic, -W and -Wall on the output of |
tree | commitdiff |
2010-11-14 |
Chris Lattner | fix the autoconf script to detect "has asmprinter"ness... |
tree | commitdiff |
2010-10-02 |
Oscar Fuentes | Stop the build if cyclic library dependecies found. |
tree | commitdiff |
2010-09-29 |
Duncan Sands | Convert a bunch of uses of 'bytecode' into 'bitcode... |
tree | commitdiff |
2010-09-13 |
Michael J. Spencer | Revert "CMake: Get rid of LLVMLibDeps.cmake and export... |
tree | commitdiff |
2010-09-10 |
Michael J. Spencer | CMake: Get rid of LLVMLibDeps.cmake and export the... |
tree | commitdiff |
2010-08-15 |
Oscar Fuentes | CMake: Improved COMMENT on a custom command |
tree | commitdiff |
2010-03-04 |
Erick Tryzelaar | Rewrite makefiles to explicitly reference DESTDIR to... |
tree | commitdiff |
2010-02-23 |
Daniel Dunbar | Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. |
tree | commitdiff |
2010-02-23 |
Daniel Dunbar | Kill off LLVMGCC_MAJVERS make variable. |
tree | commitdiff |
2010-02-04 |
Torok Edwin | New flag for GenLibDeps, and llvm-config-perobjincl. |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-18 |
Chris Lattner | make llvm-config more portable to windows versions... |
tree | commitdiff |
2009-11-25 |
Daniel Dunbar | Add the rest of the build system logic for optional... |
tree | commitdiff |
2009-11-07 |
Daniel Dunbar | Stop running get_target_triple more than we need to. |
tree | commitdiff |
2009-10-04 |
Oscar Fuentes | CMake: remove .so file extension from library names... |
tree | commitdiff |
2009-09-22 |
Daniel Dunbar | Fix llvm-config --src-root and --obj-root for CMake... |
tree | commitdiff |
2009-09-22 |
Daniel Dunbar | llvm-config: Remove unused variables. |
tree | commitdiff |
2009-09-16 |
Xerxes Ranby | Make cmake generated llvm-config output correct JIT... |
tree | commitdiff |
2009-08-14 |
Oscar Fuentes | CMake: Automatic regeneration of the library dependenci... |
tree | commitdiff |
2009-08-14 |
Oscar Fuentes | CMake: propagate to the parent scope LLVM_COMMON_DEPEND... |
tree | commitdiff |
2009-08-14 |
Oscar Fuentes | CMake: build llvm-config before the other tools. |
tree | commitdiff |
2009-08-12 |
Oscar Fuentes | CMake: Localized dependency on Perl. |
tree | commitdiff |
2009-08-12 |
Oscar Fuentes | CMake: Re-enabled build of llvm-config. Removed recursi... |
tree | commitdiff |
2009-07-17 |
Daniel Dunbar | Reenable asmparser dependency generation, now with... |
tree | commitdiff |
2009-07-17 |
Daniel Dunbar | Disable llvm-config magic for AsmParser, it is isn... |
tree | commitdiff |
2009-07-17 |
Daniel Dunbar | Sketch support for target specific assembly parser. |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Teach Makefiles & CMake to link in the <TARGET>Info... |
tree | commitdiff |
2009-07-07 |
Jeffrey Yasskin | Fix llvm.org/PR4481: Make llvm-config print the right... |
tree | commitdiff |
2009-06-03 |
Oscar Fuentes | CMake: Implements and documents option LLVM_ENABLE_ASSERTS. |
tree | commitdiff |
2009-05-27 |
Oscar Fuentes | CMake: Set LIBS on llvm-config so we can query the... |
tree | commitdiff |
2009-04-08 |
Ted Kremenek | Accommodate empty string for build type. This was previ... |
tree | commitdiff |
2009-04-04 |
Oscar Fuentes | CMake: defines and uses macro add_llvm_definitions... |
tree | commitdiff |
2009-04-03 |
Oscar Fuentes | CMake: tools/llvm-config/CMakeLists.txt: Use ! instead... |
tree | commitdiff |
2009-03-16 |
Douglas Gregor | CMake: Build system fixes for XCode. llvm-config still... |
tree | commitdiff |
2009-03-10 |
Dan Gohman | Change these sed lines to behave correctly when the... |
tree | commitdiff |
2009-01-07 |
Oscar Fuentes | CMake: replace `rm' with portable invocations of cmake. |
tree | commitdiff |
2008-11-15 |
Oscar Fuentes | CMake: Removed some cruft. |
tree | commitdiff |
2008-11-15 |
Oscar Fuentes | CMake: Recursively invokes cmake using the right direct... |
tree | commitdiff |
2008-11-11 |
Oscar Fuentes | CMake: forces rebuild of llvm-config's library dependen... |
tree | commitdiff |
2008-11-09 |
Oscar Fuentes | CMake: Corrected detection of `nm'. |
tree | commitdiff |
2008-11-09 |
Oscar Fuentes | CMake: Support for cross-compiling. For now, requires... |
tree | commitdiff |
2008-11-04 |
Tanya Lattner | Revert 58687. This breaks mingw. |
tree | commitdiff |
2008-11-04 |
Nick Lewycky | Don't "shell out" to resolve paths. Using pure perl... |
tree | commitdiff |
2008-10-26 |
Oscar Fuentes | CMake: GetTargetTriple: new module for determining... |
tree | commitdiff |
2008-10-22 |
Oscar Fuentes | CMake: `make install' for libraries, executables and... |
tree | commitdiff |
2008-09-26 |
Oscar Fuentes | CMake: Builds all targets. |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | CMake build system: support for parallel builds. |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2008-08-17 |
Anton Korobeynikov | Move X86 assembler printers into separate directory... |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attribution from a variety of miscellaneous... |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from tools/utils makefiles. |
tree | commitdiff |
next |