aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-config
AgeCommit message (Expand)Author
2009-08-14CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This isOscar Fuentes
2009-08-14CMake: build llvm-config before the other tools.Oscar Fuentes
2009-08-12CMake: Localized dependency on Perl.Oscar Fuentes
2009-08-12CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes
2009-07-17Reenable asmparser dependency generation, now with improved Perl foo.Daniel Dunbar
2009-07-17Disable llvm-config magic for AsmParser, it is isn't right & is breaking the ...Daniel Dunbar
2009-07-17Sketch support for target specific assembly parser.Daniel Dunbar
2009-07-15Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar
2009-07-07Fix http://llvm.org/PR4481: Make llvm-config print the right include paths whenJeffrey Yasskin
2009-06-03CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes
2009-05-27CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes
2009-04-08Accommodate empty string for build type. This was previously causing an errorTed Kremenek
2009-04-04CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes
2009-04-03CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma asOscar Fuentes
2009-03-16CMake: Build system fixes for XCode. llvm-config still causes us some serious...Douglas Gregor
2009-03-10Change these sed lines to behave correctly when the input stringDan Gohman
2009-01-07CMake: replace `rm' with portable invocations of cmake.Oscar Fuentes
2008-11-15CMake: Removed some cruft.Oscar Fuentes
2008-11-15CMake: Recursively invokes cmake using the right directories.Oscar Fuentes
2008-11-11CMake: forces rebuild of llvm-config's library dependency info when aOscar Fuentes
2008-11-09CMake: Corrected detection of `nm'.Oscar Fuentes
2008-11-09CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes
2008-11-04Revert 58687. This breaks mingw.Tanya Lattner
2008-11-04Don't "shell out" to resolve paths. Using pure perl makes llvm-configNick Lewycky
2008-10-26CMake: GetTargetTriple: new module for determining the targetOscar Fuentes
2008-10-22CMake: `make install' for libraries, executables and header files.Oscar Fuentes
2008-09-26CMake: Builds all targets.Oscar Fuentes
2008-09-22CMake build system: support for parallel builds.Oscar Fuentes
2008-09-22Initial support for the CMake build system.Oscar Fuentes
2008-08-17Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov
2007-12-29remove attribution from a variety of miscellaneous files.Chris Lattner
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner
2007-11-27Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so thatTed Kremenek
2007-10-24Fix PR1739.Chris Lattner
2007-07-10Simplify the handling of the --*flags options. The makefile already gets itReid Spencer
2007-07-10Makesure the -cppflags also uses the CPP.BaseFlags as the CPP.Defines onlyReid Spencer
2007-06-29Convert .cvsignore filesJohn Criswell
2007-06-28Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene
2007-04-22Add new option to usage help.Jeff Cohen
2007-04-22Add the --host-target option.Reid Spencer
2007-03-28Fix problem with llvm-config that prevented JIT from being used on x86_64Jeff Cohen
2007-02-04Fix grammaro in output message.Reid Spencer
2007-01-21Run GenLibDeps.pl with the configured PERL path to handle different installReid Spencer
2007-01-09Fixing a ">" redirect to be a ">>" redirect, so a sed command doesn't get clo...Chandler Carruth
2007-01-06Add an option for getting the C compiler flags, --cflags.Reid Spencer
2006-12-22Ignore the LibDeps.txt.tmp file.Reid Spencer
2006-12-12Fix PR1040:Reid Spencer
2006-12-06reword messageChris Lattner
2006-09-04Allow things like --libs CBackendChris Lattner
2006-09-04If a cycle exists, don't succeed building the second time around.Chris Lattner