summaryrefslogtreecommitdiff
path: root/tools/llvm-config
Commit message (Expand)AuthorAge
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake namingOscar Fuentes2011-04-05
* CMake: remove debug code from previous commit.Oscar Fuentes2011-04-01
* Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.inOscar Fuentes2011-04-01
* Make llvm-config.in configuration more MSYS-friendly.Oscar Fuentes2011-03-19
* CMake: store TARGET_TRIPLE on llvm-config.in.Oscar Fuentes2011-03-19
* CMake: remove unnecessary variable.Oscar Fuentes2011-02-22
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-18
* Don't show -pedantic, -W and -Wall on the output ofOscar Fuentes2011-01-27
* fix the autoconf script to detect "has asmprinter"ness of a target byChris Lattner2010-11-14
* Stop the build if cyclic library dependecies found.Oscar Fuentes2010-10-02
* Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands2010-09-29
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* CMake: Improved COMMENT on a custom commandOscar Fuentes2010-08-15
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-04
* Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables.Daniel Dunbar2010-02-23
* Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar2010-02-23
* New flag for GenLibDeps, and llvm-config-perobjincl.Torok Edwin2010-02-04
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* make llvm-config more portable to windows versions of perl,Chris Lattner2010-01-18
* Add the rest of the build system logic for optional target disassemblersDaniel Dunbar2009-11-25
* Stop running get_target_triple more than we need to.Daniel Dunbar2009-11-07
* CMake: remove .so file extension from library names when buildingOscar Fuentes2009-10-04
* Fix llvm-config --src-root and --obj-root for CMake builds.Daniel Dunbar2009-09-22
* llvm-config: Remove unused variables.Daniel Dunbar2009-09-22
* Make cmake generated llvm-config output correct JIT backend for non X86 targets.Xerxes Ranby2009-09-16
* CMake: Automatic regeneration of the library dependencies file.Oscar Fuentes2009-08-14
* CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This isOscar Fuentes2009-08-14
* CMake: build llvm-config before the other tools.Oscar Fuentes2009-08-14
* CMake: Localized dependency on Perl.Oscar Fuentes2009-08-12
* CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes2009-08-12
* Reenable asmparser dependency generation, now with improved Perl foo.Daniel Dunbar2009-07-17
* Disable llvm-config magic for AsmParser, it is isn't right & is breaking the ...Daniel Dunbar2009-07-17
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-17
* Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar2009-07-15
* Fix http://llvm.org/PR4481: Make llvm-config print the right include paths whenJeffrey Yasskin2009-07-07
* CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes2009-06-03
* CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes2009-05-27
* Accommodate empty string for build type. This was previously causing an errorTed Kremenek2009-04-08
* CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes2009-04-04
* CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma asOscar Fuentes2009-04-03
* CMake: Build system fixes for XCode. llvm-config still causes us some serious...Douglas Gregor2009-03-16
* Change these sed lines to behave correctly when the input stringDan Gohman2009-03-10
* CMake: replace `rm' with portable invocations of cmake.Oscar Fuentes2009-01-07
* CMake: Removed some cruft.Oscar Fuentes2008-11-15
* CMake: Recursively invokes cmake using the right directories.Oscar Fuentes2008-11-15
* CMake: forces rebuild of llvm-config's library dependency info when aOscar Fuentes2008-11-11
* CMake: Corrected detection of `nm'.Oscar Fuentes2008-11-09
* CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes2008-11-09