index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang] [cmake] Support LLVM_DISTRIBUTION_COMPONENTS in stand-alone build
Michal Gorny
2019-10-07
1
-0
/
+5
*
[clang] [cmake] Add distribution install targets for remaining components
Michal Gorny
2019-10-04
1
-2
/
+8
*
[CMake] Don't set Python_ADDITIONAL_VERSIONS
Jonas Devlieghere
2019-07-18
1
-1
/
+0
*
Rename libclang_shared to libclang-cpp
Sylvestre Ledru
2019-07-11
1
-1
/
+1
*
cmake: Add CLANG_LINK_CLANG_DYLIB option
Tom Stellard
2019-07-03
1
-0
/
+8
*
Moved everything SMT-related to LLVM and updated the cmake scripts.
Mikhail R. Gadelha
2019-03-25
1
-26
/
+1
*
[clang] Remove cmake warning message (NFC)
Evandro Menezes
2019-03-25
1
-1
/
+2
*
Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib= [take 2]
Sterling Augustine
2019-03-19
1
-0
/
+18
*
[clang] Add install targets for API headers
Shoaib Meenai
2019-03-11
1
-0
/
+12
*
Passthrough compiler launcher
JF Bastien
2019-03-06
1
-0
/
+2
*
[clang] Switch to LLVM_ENABLE_IDE
Shoaib Meenai
2019-02-20
1
-2
/
+2
*
CMake: Fix stand-alone clang builds since r353268
Tom Stellard
2019-02-20
1
-0
/
+5
*
[clang] Add build and install targets for clang libraries
Shoaib Meenai
2019-02-15
1
-0
/
+21
*
This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b.
Mikhail R. Gadelha
2019-02-09
1
-1
/
+26
*
Move the SMT API to LLVM
Mikhail R. Gadelha
2019-02-07
1
-26
/
+1
*
inhereit LLVM_ENABLE_LIBXML2
David Callahan
2018-11-29
1
-7
/
+10
*
cmake: z3: Remove EXACT from 4.7.1 after being compatible with 4.8.1
Jan Kratochvil
2018-11-18
1
-1
/
+1
*
[CMake] Support cross-compiling with multi-stage builds
Petr Hosek
2018-11-16
1
-3
/
+30
*
CMake: Deprecate using llvm-config to detect llvm installation
Tom Stellard
2018-11-13
1
-17
/
+32
*
CMake: Replace open-coded find_package
Tom Stellard
2018-11-13
1
-7
/
+2
*
[clang] Set CMP0075 to new
Shoaib Meenai
2018-11-08
1
-0
/
+4
*
[analyzer] Improved cmake configuration for Z3
Enrico Steffinlongo
2018-10-13
1
-11
/
+24
*
[tests] Include Python binding tests in CMake rules
Michal Gorny
2018-10-11
1
-1
/
+4
*
Revert r344241 as it broke multiple bots.
Aaron Ballman
2018-10-11
1
-1
/
+0
*
[tests] Include Python binding tests in CMake rules
Michal Gorny
2018-10-11
1
-0
/
+1
*
Remove vestiges of configure buildsystem
Stephen Kelly
2018-08-30
1
-14
/
+2
*
libclang: add install/distribution targets for python
Saleem Abdulrasool
2018-08-20
1
-0
/
+3
*
[CMake] Make bootstrap and compiler-rt depend on cxx-headers.
Ahmed Bougacha
2018-06-28
1
-3
/
+8
*
Re-apply: Add python tool to dump and construct header maps
Bruno Cardoso Lopes
2018-06-21
1
-0
/
+1
*
Revert "Add python tool to dump and construct header maps"
Bruno Cardoso Lopes
2018-06-21
1
-1
/
+0
*
Add python tool to dump and construct header maps
Bruno Cardoso Lopes
2018-06-20
1
-0
/
+1
*
[CMake] Allow specifying extra dependencies of bootstrap stage
Petr Hosek
2018-06-11
1
-0
/
+4
*
CMake option to allow enabling experimental new pass manager by default
Petr Hosek
2018-04-06
1
-0
/
+3
*
Rename clang link from clang-X.Y to clang-X
Sylvestre Ledru
2018-03-29
1
-4
/
+4
*
[FrontEnd] Allow overriding the default C/C++ -std via CMake vars
Michal Gorny
2018-03-06
1
-0
/
+6
*
[cmake] Also pass CMAKE_ASM_COMPILER_ID to next stage when bootstrapping
Don Hinton
2018-01-19
1
-1
/
+2
*
[OpenMP] NVPTX: Set default/minimum compute capability to sm_35
George Rokos
2017-12-07
1
-6
/
+7
*
[CMake] Don't use comma as an alternate separator
Petr Hosek
2017-12-05
1
-3
/
+3
*
[CMake] Support side-by-side checkouts in multi-stage build
Petr Hosek
2017-11-29
1
-1
/
+3
*
[CMake] Use LIST_SEPARATOR rather than escaping in ExternalProject_Add
Petr Hosek
2017-11-29
1
-2
/
+3
*
[cmake] Use llvm-lit directory when provided for stand-alone build
Michal Gorny
2017-11-17
1
-0
/
+3
*
Add CLANG_DEFAULT_OBJCOPY to allow Clang to use llvm-objcopy for dwarf fission
Jake Ehrlich
2017-11-11
1
-2
/
+5
*
Move the clang-tblgen-targets project into the Misc folder on IDEs like Visua...
Aaron Ballman
2017-11-04
1
-0
/
+1
*
[CMake][OpenMP] Customize default offloading arch
Jonas Hahnfeld
2017-10-17
1
-0
/
+11
*
Don't search libxml2 if using msan. LLVM already has similar check.
Vitaly Buka
2017-09-02
1
-4
/
+8
*
CMake: only try to find the Z3 package when `CLANG_ANALYZER_BUILD_Z3` is ON
Mehdi Amini
2017-08-27
1
-2
/
+1
*
Integrate Kostya's clang-proto-fuzzer with LLVM.
Matt Morehouse
2017-08-08
1
-0
/
+2
*
[CMake] NFC. Add clang-tablegen-targets utility target
Chris Bieneman
2017-07-28
1
-1
/
+2
*
Clang and LLVM search for different versions of libxml2, reset found
Eric Beckmann
2017-07-26
1
-0
/
+1
*
[Modules] Rework r274270. Let Clang targets depend on intrinsics_gen.
NAKAMURA Takumi
2017-07-23
1
-0
/
+7
[next]