Age | Commit message (Expand) | Author | Files | Lines |
2015-11-25 | Fix a use-after-free in `llvm-config`. | Richard Diamond | 1 | -10/+10 |
2015-11-11 | llvm-config.cpp: Prune an obsolete \param. [-Wdocumentation] | NAKAMURA Takumi | 1 | -2/+0 |
2015-11-10 | Fix mingw targets. Bandaid for r252532's buildbot brakage. | Richard Diamond | 1 | -1/+1 |
2015-11-09 | Simplify some APIs I was cleaning up while fixing -Wpessimizing-move warning | David Blaikie | 1 | -27/+25 |
2015-11-09 | Fix -Wpessimizing-move warning in llvm-config.cpp | Reid Kleckner | 1 | -1/+1 |
2015-11-09 | Fix `llvm-config` to adapt to the install environment. | Richard Diamond | 4 | -22/+259 |
2015-11-04 | llvm-config: Add --has-rtti option | Tom Stellard | 4 | -0/+13 |
2015-09-09 | llvm-config: Add --build-system option | Tom Stellard | 4 | -0/+8 |
2015-08-14 | [CMake] Fix PR14200, llvm-config output misses -fno-rtti | Chris Bieneman | 1 | -6/+9 |
2015-08-05 | Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj... | Richard Diamond | 4 | -50/+2 |
2015-07-27 | Fix `llvm-config` to emit the linker flag for the combined shared object buil... | JF Bastien | 4 | -2/+50 |
2015-07-14 | Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj... | JF Bastien | 4 | -50/+2 |
2015-07-10 | Fix `llvm-config` to emit the linker flag for the combined shared object buil... | JF Bastien | 4 | -2/+50 |
2015-03-12 | Refactoring CMake CrossCompile module. | Chris Bieneman | 1 | -1/+1 |
2015-03-09 | Make helper functions static. | Benjamin Kramer | 1 | -4/+4 |
2014-12-29 | [cmake] Teach the llvm-config program to respect LLVM_LIBDIR_SUFFIX. | Chandler Carruth | 3 | -4/+9 |
2014-09-03 | Enabling LLVM & Clang to be cross-compiled using CMake from a single configur... | Chris Bieneman | 1 | -0/+15 |
2014-04-25 | Change llvm-config --ldflags to report ${CMAKE_CXX_LINK_FLAGS} | Reid Kleckner | 1 | -1/+2 |
2014-03-29 | Windows: canonicalise the default windows triple | Saleem Abdulrasool | 1 | -1/+2 |
2014-03-03 | Don't emit a blank line when running llvm-config --system-libs. | Richard Osborne | 1 | -18/+20 |
2014-02-23 | Simplify linking to system libraries | NAKAMURA Takumi | 1 | -1/+1 |
2013-12-25 | llvm-config: Fix typo in help message introduced with r197664. | NAKAMURA Takumi | 1 | -1/+1 |
2013-12-20 | llvm-config: Show OBJROOT rather than OBJROOT/BUILD_MODE in MakefileStyle. | NAKAMURA Takumi | 1 | -0/+1 |
2013-12-20 | llvm-config: Use build_mode instead of LLVM_BUILDMODE. It should be equivalen... | NAKAMURA Takumi | 1 | -3/+3 |
2013-12-19 | llvm-config: Don't show build tree with --obj-root for installed llvm-config.... | NAKAMURA Takumi | 1 | -1/+1 |
2013-12-19 | llvm-config: Show build root instead of parent path in build tree with --obj-... | NAKAMURA Takumi | 1 | -0/+1 |
2013-12-19 | llvm-config: Introduce --system-libs to print SYSTEM_LIBS, and deprecate SYST... | NAKAMURA Takumi | 1 | -3/+11 |
2013-12-18 | Revert r197380, "llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldf... | NAKAMURA Takumi | 1 | -8/+2 |
2013-12-17 | llvm-config: Let directories aware of CMAKE_CFG_INTDIR. | NAKAMURA Takumi | 1 | -7/+9 |
2013-12-16 | llvm-config: Fixup r197380, tweak for cross compilation. SYSTEM_LIBS should b... | NAKAMURA Takumi | 1 | -1/+9 |
2013-12-16 | llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldflags. | NAKAMURA Takumi | 1 | -2/+8 |
2013-12-05 | Correct word hyphenations | Alp Toker | 1 | -2/+2 |
2013-12-03 | check-llvm: Ask llvm-config about assertion mode, instead of llc. | NAKAMURA Takumi | 1 | -0/+7 |
2013-12-03 | llvm-config: With --build-mode, show ${CMAKE_CFG_INTDIR} on multiconfig builder. | NAKAMURA Takumi | 2 | -1/+9 |
2013-08-28 | cmake: Prevent semicolon separated lists in llvm-config (PR17020) | Hans Wennborg | 1 | -1/+2 |
2013-08-23 | CMake: build llvm-config on Windows. | Hans Wennborg | 1 | -23/+11 |
2013-06-26 | Remove unused includes. | Rafael Espindola | 1 | -1/+0 |
2013-06-26 | Port GetMainExecutable over to PathV2. | Rafael Espindola | 1 | -3/+3 |
2013-06-11 | Include PathV1.h in files that use it. | Rafael Espindola | 1 | -0/+1 |
2012-10-01 | Re-enable support for --program-prefix. | Jordan Rose | 1 | -1/+1 |
2012-09-26 | Revert "Add --program-prefix support to build" | Jordan Rose | 1 | -1/+1 |
2012-09-25 | Add --program-prefix support to build | Sebastian Pop | 1 | -1/+1 |
2012-05-15 | llvm-config: Use sys::fs::equivalent instead of string comparison. | Daniel Dunbar | 1 | -5/+6 |
2012-05-15 | llvm-build: Add support for non-installed libraries (e.g., gtest). | Daniel Dunbar | 1 | -5/+18 |
2012-05-09 | Do not install llvm-config-host for cross-builds of clang. rdar://11317847 | Bob Wilson | 1 | -0/+8 |
2012-02-23 | An easy case where GCC should really be able to work out that the value is only | Duncan Sands | 1 | -0/+1 |
2012-01-26 | llvm-config: Add support for CMake build trees in which the build | Peter Collingbourne | 1 | -7/+19 |
2011-12-16 | llvm-config: Fix --targets-built, I changed this to use the registry but wasn't | Daniel Dunbar | 4 | -9/+5 |
2011-12-15 | llvm-config: Update help text for removal of "backend" pseudo component. | Daniel Dunbar | 1 | -1/+0 |
2011-12-12 | llvm-config: Default to "all" if no components are specified. | Daniel Dunbar | 1 | -0/+4 |