index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
llvm-config
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update compiler extension integration into the build system
serge-sans-paille
2020-06-17
1
-0
/
+23
*
llvm-config: do not link absolute paths with `-l`
Saleem Abdulrasool
2019-12-03
1
-1
/
+5
*
llvm-config: emit the C++ standard flag into CXXFLAGS
Saleem Abdulrasool
2019-11-01
1
-4
/
+3
*
[NFC][cmake] Build fix in tools/llvm-config/CMakeLists.txt
Gabor Buella
2019-08-26
1
-3
/
+3
*
Fix llvm-config support for CMake build-mode-style builds
Jordan Rose
2019-08-16
1
-5
/
+8
*
Re-commit: r366610 and r366612: Expand pseudo-components before embedding in ...
Daniel Sanders
2019-07-19
2
-1
/
+2
*
Revert r366610 and r366612: Expand pseudo-components before embedding in llvm...
Daniel Sanders
2019-07-19
2
-2
/
+1
*
Expand pseudo-components before embedding in llvm-config
Daniel Sanders
2019-07-19
2
-1
/
+2
*
[cmake] Add function for building native tool
Shoaib Meenai
2019-04-02
1
-9
/
+2
*
[cmake] Change deprecated $<CONFIG> to $<CONFIGURATION>. NFC
Fangrui Song
2019-03-30
1
-1
/
+1
*
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
*
llvm-config: Include -stdlib= in --cxxflags
Tom Stellard
2019-02-28
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
Don't add unnecessary compiler flags to llvm-config output
Tom Stellard
2018-12-13
1
-3
/
+11
*
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
*
Rename llvm library from libLLVM-X.Y to libLLVM-X
Sylvestre Ledru
2018-03-29
1
-1
/
+1
*
CMake: Make libxml2 show up in --system-libs (PR36660)
Hans Wennborg
2018-03-09
1
-2
/
+3
*
[cmake] Don't build Native llvm-config when cross compiling if passed by user.
Don Hinton
2018-01-21
1
-8
/
+7
*
[GlobalISel] Make GlobalISel a non-optional library.
Quentin Colombet
2017-08-03
1
-5
/
+1
*
[Modules] llvm-config: Exclude CMAKE_CFG_INTDIR. It isn't used in headers.
NAKAMURA Takumi
2017-07-31
1
-0
/
+6
*
[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
2
-1
/
+4
*
[CMake] Use variable interpolation instead of string concatenation
Serge Pavlov
2017-03-22
1
-3
/
+3
*
Fix evaluation of LLVM_DEFINITIONS
Serge Pavlov
2017-03-21
1
-3
/
+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
3
-16
/
+17
*
[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
*
cmake: Don't build llvm-config and tblgen concurrently in cross builds
Justin Bogner
2016-12-21
1
-1
/
+2
*
[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][GlobalISel] Canonicalize LLVM_HAS_GLOBAL_ISEL on ON/OFF.
Quentin Colombet
2016-07-21
1
-1
/
+5
*
[build] Make sure to link main executable with pthreads
Artem Belevich
2016-06-21
1
-1
/
+7
*
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
3
-0
/
+5
*
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
2
-34
/
+59
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-99
/
+0
*
tools/llvm-config: improve shared library support
Andrew Wilkins
2016-01-20
4
-41
/
+122
*
Revert r257003
Andrew Wilkins
2016-01-12
4
-94
/
+25
[next]