summaryrefslogtreecommitdiff
path: root/tools/llvm-config
AgeCommit message (Expand)AuthorFilesLines
2008-11-04Don't "shell out" to resolve paths. Using pure perl makes llvm-configNick Lewycky1-12/+5
2008-10-26CMake: GetTargetTriple: new module for determining the targetOscar Fuentes1-11/+4
2008-10-22CMake: `make install' for libraries, executables and header files.Oscar Fuentes1-0/+5
2008-09-26CMake: Builds all targets.Oscar Fuentes1-1/+4
2008-09-22CMake build system: support for parallel builds.Oscar Fuentes1-2/+3
2008-09-22Initial support for the CMake build system.Oscar Fuentes1-0/+102
2008-08-17Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov1-0/+9
2007-12-29remove attribution from a variety of miscellaneous files.Chris Lattner1-2/+2
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner1-2/+2
2007-11-27Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so thatTed Kremenek1-1/+1
2007-10-24Fix PR1739.Chris Lattner1-4/+10
2007-07-10Simplify the handling of the --*flags options. The makefile already gets itReid Spencer1-45/+24
2007-07-10Makesure the -cppflags also uses the CPP.BaseFlags as the CPP.Defines onlyReid Spencer1-2/+2
2007-06-29Convert .cvsignore filesJohn Criswell1-7/+0
2007-06-28Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene2-3/+30
2007-04-22Add new option to usage help.Jeff Cohen1-0/+1
2007-04-22Add the --host-target option.Reid Spencer1-0/+2
2007-03-28Fix problem with llvm-config that prevented JIT from being used on x86_64Jeff Cohen1-0/+4
2007-02-04Fix grammaro in output message.Reid Spencer1-1/+1
2007-01-21Run GenLibDeps.pl with the configured PERL path to handle different installReid Spencer1-1/+1
2007-01-09Fixing a ">" redirect to be a ">>" redirect, so a sed command doesn't get clo...Chandler Carruth1-1/+1
2007-01-06Add an option for getting the C compiler flags, --cflags.Reid Spencer2-0/+6
2006-12-22Ignore the LibDeps.txt.tmp file.Reid Spencer1-0/+1
2006-12-12Fix PR1040:Reid Spencer1-3/+8
2006-12-06reword messageChris Lattner1-1/+1
2006-09-04Allow things like --libs CBackendChris Lattner1-0/+3
2006-09-04If a cycle exists, don't succeed building the second time around.Chris Lattner1-1/+1
2006-09-04remove messageChris Lattner1-1/+0
2006-08-11Don't print double newline for --src-root and --obj-root as it tends toReid Spencer1-2/+2
2006-08-04Fixed typo. Thanks, Reid.Anton Korobeynikov1-1/+1
2006-08-04Removed usage of "sort", which can lead to undeterministic behavior on mingw ...Anton Korobeynikov3-3/+3
2006-08-03For PR845:Reid Spencer2-4/+2
2006-08-03Fix a typo in the name of expand_dependencies.Reid Spencer1-4/+4
2006-07-27Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2-2/+3
2006-07-26Avoid a "scary" make warning for the 1.8 release. This should be reenabledChris Lattner1-1/+4
2006-07-26Make changes necessary for stopping the build if a cyclic libraryReid Spencer2-2/+4
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner1-0/+1
2006-06-07Remove useless noop argumentChris Lattner1-2/+0
2006-06-06Fix a bug in the following scenario.Chris Lattner1-1/+2
2006-06-06Add a new --libfiles option, for getting fully-qualified pathnames to libraries.Chris Lattner1-7/+19
2006-06-06Make the llvm-config library dependency database depend on all of the libraries.Chris Lattner1-6/+4
2006-06-02temporarily add back this option, I will remove it in a couple daysChris Lattner1-0/+2
2006-06-02Add flags to get access to build_mode, objdir, srcdir etc.Chris Lattner1-9/+18
2006-06-02Make llvm-config "do the right thing" when an install tree is relocated orChris Lattner1-12/+33
2006-06-02Capture the build mode (e.g. Debug/Release) in the llvm-config script.Chris Lattner2-0/+2
2006-06-02Convert to standard file headerChris Lattner1-4/+9
2006-06-02Remove a couple of things no longer figured out by autoconfChris Lattner1-3/+0
2006-06-02Add several more autoconf variables so that new features can be implementedReid Spencer1-0/+20
2006-06-02Add a gross "--use-current-dir-as-prefix" option as a temporary workaroundChris Lattner1-0/+8
2006-06-02Remove some variables from the configured section that aren't.Chris Lattner1-9/+6