aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-config
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-041-2/+2
* Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables.Daniel Dunbar2010-02-231-1/+0
* Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar2010-02-231-1/+0
* New flag for GenLibDeps, and llvm-config-perobjincl.Torok Edwin2010-02-042-0/+45
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-1/+0
* make llvm-config more portable to windows versions of perl,Chris Lattner2010-01-181-10/+5
* Add the rest of the build system logic for optional target disassemblersDaniel Dunbar2009-11-251-0/+4
* Stop running get_target_triple more than we need to.Daniel Dunbar2009-11-071-3/+0
* CMake: remove .so file extension from library names when buildingOscar Fuentes2009-10-041-1/+1
* Fix llvm-config --src-root and --obj-root for CMake builds.Daniel Dunbar2009-09-221-0/+2
* llvm-config: Remove unused variables.Daniel Dunbar2009-09-221-11/+0
* Make cmake generated llvm-config output correct JIT backend for non X86 targets.Xerxes Ranby2009-09-161-1/+1
* CMake: Automatic regeneration of the library dependencies file.Oscar Fuentes2009-08-141-0/+22
* CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This isOscar Fuentes2009-08-141-0/+2
* CMake: build llvm-config before the other tools.Oscar Fuentes2009-08-141-0/+6
* CMake: Localized dependency on Perl.Oscar Fuentes2009-08-121-0/+1
* CMake: Re-enabled build of llvm-config. Removed recursive invocationOscar Fuentes2009-08-121-1/+0
* Reenable asmparser dependency generation, now with improved Perl foo.Daniel Dunbar2009-07-171-0/+4
* Disable llvm-config magic for AsmParser, it is isn't right & is breaking the ...Daniel Dunbar2009-07-171-5/+0
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-171-0/+5
* Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar2009-07-151-1/+6
* Fix http://llvm.org/PR4481: Make llvm-config print the right include paths whenJeffrey Yasskin2009-07-071-3/+6
* CMake: Implements and documents option LLVM_ENABLE_ASSERTS.Oscar Fuentes2009-06-031-1/+0
* CMake: Set LIBS on llvm-config so we can query the system librariesOscar Fuentes2009-05-271-1/+6
* Accommodate empty string for build type. This was previously causing an errorTed Kremenek2009-04-081-1/+1
* CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes2009-04-041-3/+8
* CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma asOscar Fuentes2009-04-031-7/+7
* CMake: Build system fixes for XCode. llvm-config still causes us some serious...Douglas Gregor2009-03-161-1/+1
* Change these sed lines to behave correctly when the input stringDan Gohman2009-03-101-5/+10
* 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