| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake naming | Oscar Fuentes | 2011-04-05 | 1 | -1/+1 |
* | CMake: remove debug code from previous commit. | Oscar Fuentes | 2011-04-01 | 1 | -4/+0 |
* | Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.in | Oscar Fuentes | 2011-04-01 | 1 | -4/+8 |
* | Make llvm-config.in configuration more MSYS-friendly. | Oscar Fuentes | 2011-03-19 | 1 | -9/+10 |
* | CMake: store TARGET_TRIPLE on llvm-config.in. | Oscar Fuentes | 2011-03-19 | 1 | -0/+1 |
* | CMake: remove unnecessary variable. | Oscar Fuentes | 2011-02-22 | 1 | -2/+1 |
* | Move library stuff out of the toplevel CMakeLists.txt file. | Oscar Fuentes | 2011-02-18 | 1 | -0/+3 |
* | Don't show -pedantic, -W and -Wall on the output of | Oscar Fuentes | 2011-01-27 | 1 | -0/+11 |
* | fix the autoconf script to detect "has asmprinter"ness of a target by | Chris Lattner | 2010-11-14 | 1 | -0/+3 |
* | Stop the build if cyclic library dependecies found. | Oscar Fuentes | 2010-10-02 | 1 | -1/+4 |
* | Convert a bunch of uses of 'bytecode' into 'bitcode'. This | Duncan Sands | 2010-09-29 | 1 | -1/+1 |
* | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 1 | -0/+25 |
* | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -25/+0 |
* | CMake: Improved COMMENT on a custom command | Oscar Fuentes | 2010-08-15 | 1 | -1/+1 |
* | Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. | Erick Tryzelaar | 2010-03-04 | 1 | -2/+2 |
* | Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. | Daniel Dunbar | 2010-02-23 | 1 | -1/+0 |
* | Kill off LLVMGCC_MAJVERS make variable. | Daniel Dunbar | 2010-02-23 | 1 | -1/+0 |
* | New flag for GenLibDeps, and llvm-config-perobjincl. | Torok Edwin | 2010-02-04 | 2 | -0/+45 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -1/+0 |
* | make llvm-config more portable to windows versions of perl, | Chris Lattner | 2010-01-18 | 1 | -10/+5 |
* | Add the rest of the build system logic for optional target disassemblers | Daniel Dunbar | 2009-11-25 | 1 | -0/+4 |
* | Stop running get_target_triple more than we need to. | Daniel Dunbar | 2009-11-07 | 1 | -3/+0 |
* | CMake: remove .so file extension from library names when building | Oscar Fuentes | 2009-10-04 | 1 | -1/+1 |
* | Fix llvm-config --src-root and --obj-root for CMake builds. | Daniel Dunbar | 2009-09-22 | 1 | -0/+2 |
* | llvm-config: Remove unused variables. | Daniel Dunbar | 2009-09-22 | 1 | -11/+0 |
* | Make cmake generated llvm-config output correct JIT backend for non X86 targets. | Xerxes Ranby | 2009-09-16 | 1 | -1/+1 |
* | CMake: Automatic regeneration of the library dependencies file. | Oscar Fuentes | 2009-08-14 | 1 | -0/+22 |
* | CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This is | Oscar Fuentes | 2009-08-14 | 1 | -0/+2 |
* | CMake: build llvm-config before the other tools. | Oscar Fuentes | 2009-08-14 | 1 | -0/+6 |
* | CMake: Localized dependency on Perl. | Oscar Fuentes | 2009-08-12 | 1 | -0/+1 |
* | CMake: Re-enabled build of llvm-config. Removed recursive invocation | Oscar Fuentes | 2009-08-12 | 1 | -1/+0 |
* | Reenable asmparser dependency generation, now with improved Perl foo. | Daniel Dunbar | 2009-07-17 | 1 | -0/+4 |
* | Disable llvm-config magic for AsmParser, it is isn't right & is breaking the ... | Daniel Dunbar | 2009-07-17 | 1 | -5/+0 |
* | Sketch support for target specific assembly parser. | Daniel Dunbar | 2009-07-17 | 1 | -0/+5 |
* | Teach Makefiles & CMake to link in the <TARGET>Info library when linking the | Daniel Dunbar | 2009-07-15 | 1 | -1/+6 |
* | Fix http://llvm.org/PR4481: Make llvm-config print the right include paths when | Jeffrey Yasskin | 2009-07-07 | 1 | -3/+6 |
* | CMake: Implements and documents option LLVM_ENABLE_ASSERTS. | Oscar Fuentes | 2009-06-03 | 1 | -1/+0 |
* | CMake: Set LIBS on llvm-config so we can query the system libraries | Oscar Fuentes | 2009-05-27 | 1 | -1/+6 |
* | Accommodate empty string for build type. This was previously causing an error | Ted Kremenek | 2009-04-08 | 1 | -1/+1 |
* | CMake: defines and uses macro add_llvm_definitions for keeping track | Oscar Fuentes | 2009-04-04 | 1 | -3/+8 |
* | CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma as | Oscar Fuentes | 2009-04-03 | 1 | -7/+7 |
* | CMake: Build system fixes for XCode. llvm-config still causes us some serious... | Douglas Gregor | 2009-03-16 | 1 | -1/+1 |
* | Change these sed lines to behave correctly when the input string | Dan Gohman | 2009-03-10 | 1 | -5/+10 |
* | CMake: replace `rm' with portable invocations of cmake. | Oscar Fuentes | 2009-01-07 | 1 | -4/+4 |
* | CMake: Removed some cruft. | Oscar Fuentes | 2008-11-15 | 1 | -8/+3 |
* | CMake: Recursively invokes cmake using the right directories. | Oscar Fuentes | 2008-11-15 | 1 | -1/+1 |
* | CMake: forces rebuild of llvm-config's library dependency info when a | Oscar Fuentes | 2008-11-11 | 1 | -0/+1 |
* | CMake: Corrected detection of `nm'. | Oscar Fuentes | 2008-11-09 | 1 | -1/+3 |
* | CMake: Support for cross-compiling. For now, requires a previously | Oscar Fuentes | 2008-11-09 | 1 | -1/+9 |
* | Revert 58687. This breaks mingw. | Tanya Lattner | 2008-11-04 | 1 | -5/+12 |