| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update compiler extension integration into the build system | serge-sans-paille | 2020-06-17 | 1 | -0/+23 |
| * | Fix llvm-config support for CMake build-mode-style builds | Jordan Rose | 2019-08-16 | 1 | -5/+8 |
| * | Revert 356905 | Serge Guelton | 2019-03-25 | 1 | -12/+6 |
| * | Python 2/3 compat: queue vs Queue | Serge Guelton | 2019-03-25 | 1 | -6/+12 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -1/+1 |
| * | [llvm-config] Use WithColor for printing errors. | Jonas Devlieghere | 2018-06-23 | 1 | -7/+9 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -4/+4 |
| * | [tools] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-01 | 1 | -1/+1 |
| * | [llvm-config] Don't use PATH_MAX | Keno Fischer | 2017-06-01 | 1 | -1/+1 |
| * | [llvm-config] Report --bindir based on LLVM_TOOLS_INSTALL_DIR | Keno Fischer | 2017-06-01 | 1 | -1/+3 |
| * | [llvm-config] Fix obviously wrong code in parsing DyLib components. | Marcello Maggioni | 2017-01-12 | 1 | -1/+1 |
| * | [llvm-config] Canonicalize CMake booleans to 0/1 | Michal Gorny | 2017-01-10 | 1 | -6/+6 |
| * | [llvm-config] Print --system-libs only when static linking | Michal Gorny | 2017-01-06 | 1 | -2/+6 |
| * | [llvm-config] Add --cmakedir to obtain CMake module location | Michal Gorny | 2017-01-06 | 1 | -1/+9 |
| * | [llvm-config] Fixing one check where shared libs implied dylib | Chris Bieneman | 2016-12-13 | 1 | -2/+2 |
| * | llvm-config: Set LinkMode in addition to LinkDyLib when using --ignore-llvm | Derek Schuff | 2016-12-13 | 1 | -2/+3 |
| * | [llvm-config] Add --ignore-libllvm | Chris Bieneman | 2016-12-13 | 1 | -0/+3 |
| * | [llvm-config] Fix bug where `--libfiles` and `--names` would produce | Dan Liew | 2016-12-12 | 1 | -1/+9 |
| * | Replace a few more "fall through" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -1/+1 |
| * | llvm-config: fix --libs on Linux | Reid Kleckner | 2016-03-14 | 1 | -7/+9 |
| * | [llvm-config] Get rid of code related to the Makefile builds | Filipe Cabecinhas | 2016-03-08 | 1 | -32/+5 |
| * | [llvm-config] Teach llvm-config about global-isel. | Quentin Colombet | 2016-03-08 | 1 | -0/+3 |
| * | llvm-config: replace assertions with a helpful error message | Mehdi Amini | 2016-02-12 | 1 | -0/+8 |
| * | llvm-config: Fix DLL prefix on cygming. | NAKAMURA Takumi | 2016-02-10 | 1 | -1/+1 |
| * | llvm-config: Quick fix for cross compilation. Don't be confsed between host a... | NAKAMURA Takumi | 2016-02-10 | 1 | -1/+1 |
| * | llvm-config: Add preliminary Windows support | Ehsan Akhgari | 2016-02-09 | 1 | -33/+54 |
| * | tools/llvm-config: improve shared library support | Andrew Wilkins | 2016-01-20 | 1 | -41/+115 |
| * | Revert r257003 | Andrew Wilkins | 2016-01-12 | 1 | -87/+25 |
| * | tools/llvm-config: improve shared library support | Andrew Wilkins | 2016-01-07 | 1 | -25/+87 |
| * | Fix a use-after-free in `llvm-config`. | Richard Diamond | 2015-11-25 | 1 | -10/+10 |
| * | llvm-config.cpp: Prune an obsolete \param. [-Wdocumentation] | NAKAMURA Takumi | 2015-11-11 | 1 | -2/+0 |
| * | Fix mingw targets. Bandaid for r252532's buildbot brakage. | Richard Diamond | 2015-11-10 | 1 | -1/+1 |
| * | Simplify some APIs I was cleaning up while fixing -Wpessimizing-move warning | David Blaikie | 2015-11-09 | 1 | -27/+25 |
| * | Fix -Wpessimizing-move warning in llvm-config.cpp | Reid Kleckner | 2015-11-09 | 1 | -1/+1 |
| * | Fix `llvm-config` to adapt to the install environment. | Richard Diamond | 2015-11-09 | 1 | -22/+243 |
| * | llvm-config: Add --has-rtti option | Tom Stellard | 2015-11-04 | 1 | -0/+3 |
| * | llvm-config: Add --build-system option | Tom Stellard | 2015-09-09 | 1 | -0/+3 |
| * | Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj... | Richard Diamond | 2015-08-05 | 1 | -41/+2 |
| * | Fix `llvm-config` to emit the linker flag for the combined shared object buil... | JF Bastien | 2015-07-27 | 1 | -2/+41 |
| * | Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj... | JF Bastien | 2015-07-14 | 1 | -41/+2 |
| * | Fix `llvm-config` to emit the linker flag for the combined shared object buil... | JF Bastien | 2015-07-10 | 1 | -2/+41 |
| * | Make helper functions static. | Benjamin Kramer | 2015-03-09 | 1 | -4/+4 |
| * | [cmake] Teach the llvm-config program to respect LLVM_LIBDIR_SUFFIX. | Chandler Carruth | 2014-12-29 | 1 | -4/+6 |
| * | Windows: canonicalise the default windows triple | Saleem Abdulrasool | 2014-03-29 | 1 | -1/+2 |
| * | Don't emit a blank line when running llvm-config --system-libs. | Richard Osborne | 2014-03-03 | 1 | -18/+20 |
| * | llvm-config: Fix typo in help message introduced with r197664. | NAKAMURA Takumi | 2013-12-25 | 1 | -1/+1 |
| * | llvm-config: Show OBJROOT rather than OBJROOT/BUILD_MODE in MakefileStyle. | NAKAMURA Takumi | 2013-12-20 | 1 | -0/+1 |
| * | llvm-config: Use build_mode instead of LLVM_BUILDMODE. It should be equivalen... | NAKAMURA Takumi | 2013-12-20 | 1 | -3/+3 |
| * | llvm-config: Don't show build tree with --obj-root for installed llvm-config.... | NAKAMURA Takumi | 2013-12-19 | 1 | -1/+1 |