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
*
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
*
tools/llvm-config: improve shared library support
Andrew Wilkins
2016-01-07
4
-25
/
+94
*
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
4
-22
/
+259
*
llvm-config: Add --has-rtti option
Tom Stellard
2015-11-04
4
-0
/
+13
*
llvm-config: Add --build-system option
Tom Stellard
2015-09-09
4
-0
/
+8
*
[CMake] Fix PR14200, llvm-config output misses -fno-rtti
Chris Bieneman
2015-08-14
1
-6
/
+9
*
Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...
Richard Diamond
2015-08-05
4
-50
/
+2
*
Fix `llvm-config` to emit the linker flag for the combined shared object buil...
JF Bastien
2015-07-27
4
-2
/
+50
*
Revert "Fix `llvm-config` to emit the linker flag for the combined shared obj...
JF Bastien
2015-07-14
4
-50
/
+2
*
Fix `llvm-config` to emit the linker flag for the combined shared object buil...
JF Bastien
2015-07-10
4
-2
/
+50
*
Refactoring CMake CrossCompile module.
Chris Bieneman
2015-03-12
1
-1
/
+1
[next]