summaryrefslogtreecommitdiff
path: root/tools/llvm-config
Commit message (Expand)AuthorAge
* 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
* Revert 58687. This breaks mingw.Tanya Lattner2008-11-04
* Don't "shell out" to resolve paths. Using pure perl makes llvm-configNick Lewycky2008-11-04
* CMake: GetTargetTriple: new module for determining the targetOscar Fuentes2008-10-26
* CMake: `make install' for libraries, executables and header files.Oscar Fuentes2008-10-22
* CMake: Builds all targets.Oscar Fuentes2008-09-26
* CMake build system: support for parallel builds.Oscar Fuentes2008-09-22
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-17
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-29
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so thatTed Kremenek2007-11-27
* Fix PR1739.Chris Lattner2007-10-24
* Simplify the handling of the --*flags options. The makefile already gets itReid Spencer2007-07-10
* Makesure the -cppflags also uses the CPP.BaseFlags as the CPP.Defines onlyReid Spencer2007-07-10
* Convert .cvsignore filesJohn Criswell2007-06-29
* Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene2007-06-28
* Add new option to usage help.Jeff Cohen2007-04-22
* Add the --host-target option.Reid Spencer2007-04-22
* Fix problem with llvm-config that prevented JIT from being used on x86_64Jeff Cohen2007-03-28
* Fix grammaro in output message.Reid Spencer2007-02-04
* Run GenLibDeps.pl with the configured PERL path to handle different installReid Spencer2007-01-21
* Fixing a ">" redirect to be a ">>" redirect, so a sed command doesn't get clo...Chandler Carruth2007-01-09
* Add an option for getting the C compiler flags, --cflags.Reid Spencer2007-01-06
* Ignore the LibDeps.txt.tmp file.Reid Spencer2006-12-22
* Fix PR1040:Reid Spencer2006-12-12
* reword messageChris Lattner2006-12-06
* Allow things like --libs CBackendChris Lattner2006-09-04