aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-config
Commit message (Expand)AuthorAgeFilesLines
* CMake: replace `rm' with portable invocations of cmake.Oscar Fuentes2009-01-071-4/+4
* CMake: Removed some cruft.Oscar Fuentes2008-11-151-8/+3
* CMake: Recursively invokes cmake using the right directories.Oscar Fuentes2008-11-151-1/+1
* CMake: forces rebuild of llvm-config's library dependency info when aOscar Fuentes2008-11-111-0/+1
* CMake: Corrected detection of `nm'.Oscar Fuentes2008-11-091-1/+3
* CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes2008-11-091-1/+9
* Revert 58687. This breaks mingw.Tanya Lattner2008-11-041-5/+12
* Don't "shell out" to resolve paths. Using pure perl makes llvm-configNick Lewycky2008-11-041-12/+5
* CMake: GetTargetTriple: new module for determining the targetOscar Fuentes2008-10-261-11/+4
* CMake: `make install' for libraries, executables and header files.Oscar Fuentes2008-10-221-0/+5
* CMake: Builds all targets.Oscar Fuentes2008-09-261-1/+4
* CMake build system: support for parallel builds.Oscar Fuentes2008-09-221-2/+3
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+102
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-171-0/+9
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-291-2/+2
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so thatTed Kremenek2007-11-271-1/+1
* Fix PR1739.Chris Lattner2007-10-241-4/+10
* Simplify the handling of the --*flags options. The makefile already gets itReid Spencer2007-07-101-45/+24
* Makesure the -cppflags also uses the CPP.BaseFlags as the CPP.Defines onlyReid Spencer2007-07-101-2/+2
* Convert .cvsignore filesJohn Criswell2007-06-291-7/+0
* Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene2007-06-282-3/+30
* Add new option to usage help.Jeff Cohen2007-04-221-0/+1
* Add the --host-target option.Reid Spencer2007-04-221-0/+2
* Fix problem with llvm-config that prevented JIT from being used on x86_64Jeff Cohen2007-03-281-0/+4
* Fix grammaro in output message.Reid Spencer2007-02-041-1/+1
* Run GenLibDeps.pl with the configured PERL path to handle different installReid Spencer2007-01-211-1/+1
* Fixing a ">" redirect to be a ">>" redirect, so a sed command doesn't get clo...Chandler Carruth2007-01-091-1/+1
* Add an option for getting the C compiler flags, --cflags.Reid Spencer2007-01-062-0/+6
* Ignore the LibDeps.txt.tmp file.Reid Spencer2006-12-221-0/+1
* Fix PR1040:Reid Spencer2006-12-121-3/+8
* reword messageChris Lattner2006-12-061-1/+1
* Allow things like --libs CBackendChris Lattner2006-09-041-0/+3
* If a cycle exists, don't succeed building the second time around.Chris Lattner2006-09-041-1/+1
* remove messageChris Lattner2006-09-041-1/+0
* Don't print double newline for --src-root and --obj-root as it tends toReid Spencer2006-08-111-2/+2
* Fixed typo. Thanks, Reid.Anton Korobeynikov2006-08-041-1/+1
* Removed usage of "sort", which can lead to undeterministic behavior on mingw ...Anton Korobeynikov2006-08-043-3/+3
* For PR845:Reid Spencer2006-08-032-4/+2
* Fix a typo in the name of expand_dependencies.Reid Spencer2006-08-031-4/+4
* Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2006-07-272-2/+3
* Avoid a "scary" make warning for the 1.8 release. This should be reenabledChris Lattner2006-07-261-1/+4
* Make changes necessary for stopping the build if a cyclic libraryReid Spencer2006-07-262-2/+4
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-071-0/+1
* Remove useless noop argumentChris Lattner2006-06-071-2/+0
* Fix a bug in the following scenario.Chris Lattner2006-06-061-1/+2
* Add a new --libfiles option, for getting fully-qualified pathnames to libraries.Chris Lattner2006-06-061-7/+19
* Make the llvm-config library dependency database depend on all of the libraries.Chris Lattner2006-06-061-6/+4
* temporarily add back this option, I will remove it in a couple daysChris Lattner2006-06-021-0/+2
* Add flags to get access to build_mode, objdir, srcdir etc.Chris Lattner2006-06-021-9/+18