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
/
cmake
/
modules
/
AddLLVM.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
[cmake] Reset variable before using it
Shoaib Meenai
2019-03-26
1
-0
/
+3
*
[CMake] Correct CMake message mode
Alex Langford
2019-03-15
1
-1
/
+1
*
[AIX][CMake] Changes for building on AIX with XL and GCC
Jason Liu
2019-03-13
1
-1
/
+7
*
[OptRemarks] Make OptRemarks more generic: rename OptRemarks to Remarks
Francis Visoiu Mistrih
2019-03-05
1
-1
/
+1
*
[cmake] Create exports for umbrella library targets
Shoaib Meenai
2019-03-05
1
-0
/
+2
*
CMake: Fix stand-alone clang builds since r353268
Tom Stellard
2019-02-20
1
-0
/
+3
*
[CMake] Unify scripts for generating VCS headers
Petr Hosek
2019-02-06
1
-30
/
+30
*
[CMake] Add install targets for utilities to LLVM exports if LLVM_INSTALL_UTI...
Stefan Granitz
2019-02-01
1
-11
/
+21
*
Revert "[CMake] Unify scripts for generating VCS headers"
Petr Hosek
2019-01-31
1
-30
/
+30
*
[CMake] Unify scripts for generating VCS headers
Petr Hosek
2019-01-31
1
-30
/
+30
*
[CMake] Accept ENTITLEMENTS in llvm_add_library()
Stefan Granitz
2019-01-30
1
-2
/
+2
*
[cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNAL_LIT always
Michal Gorny
2019-01-28
1
-1
/
+0
*
[CMake] Export utility targets to the build/install tree depending on LLVM_BU...
Stefan Granitz
2019-01-11
1
-0
/
+3
*
[CMake] Use XCODE_ATTRIBUTE properties for code signing and entitlements in X...
Stefan Granitz
2019-01-04
1
-7
/
+11
*
Fix mingw build failures caused by r349839
Tom Stellard
2018-12-22
1
-0
/
+4
*
Fix Windows build failures caused by r349839
Tom Stellard
2018-12-20
1
-6
/
+6
*
cmake: Remove add_llvm_loadable_module()
Tom Stellard
2018-12-20
1
-37
/
+10
*
[CMake] llvm_codesign workaround for Xcode double-signing errors
Stefan Granitz
2018-12-13
1
-12
/
+13
*
[CMake] Add support for NO_INSTALL_RPATH argument in llvm_add_library()
Stefan Granitz
2018-12-07
1
-5
/
+9
*
[cmake] Clean up add_llvm_subdirectory
Shoaib Meenai
2018-12-03
1
-14
/
+17
*
[CMake] Add LLVM_EXTERNALIZE_DEBUGINFO_OUTPUT_DIR for custom dSYM target dire...
Stefan Granitz
2018-12-03
1
-1
/
+8
*
[CMake] build correctly if build path contains whitespace
Shoaib Meenai
2018-11-30
1
-3
/
+3
*
Revert r343473 "Move llvm util dependencies from clang-tools-extra to add_lit...
Haojian Wu
2018-11-22
1
-10
/
+0
*
[CMake] Accept ENTITLEMENTS in add_llvm_executable and llvm_codesign
Stefan Granitz
2018-11-16
1
-6
/
+22
*
[CMake] Expose opt-remark tooling through libOptRemarks.dylib
Francis Visoiu Mistrih
2018-11-05
1
-0
/
+1
*
[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPES
Chris Bieneman
2018-10-15
1
-6
/
+6
*
Move llvm util dependencies from clang-tools-extra to add_lit_target.
Haojian Wu
2018-10-01
1
-0
/
+11
*
Move individual benchmark targets into the Utils folder in IDEs.
Aaron Ballman
2018-09-21
1
-0
/
+1
*
Test commit access
Lion Yang
2018-09-14
1
-1
/
+1
*
Introduce explicit add_unittest_with_input_files target for tests that use ll...
Nico Weber
2018-09-14
1
-5
/
+10
*
Fix a configure issue with Visual Studio generators.
Zachary Turner
2018-09-06
1
-1
/
+1
*
Add support for unittest inputs.
Zachary Turner
2018-09-05
1
-0
/
+6
*
Remove LIT_SITE_CFG_IN_FOOTER, llvm
Nico Weber
2018-08-30
1
-4
/
+0
*
Revert "[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPES"
Roman Lebedev
2018-08-30
1
-6
/
+6
*
Pull google/benchmark library to the LLVM tree
Kirill Bobyrev
2018-08-28
1
-1
/
+13
*
[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPES
Chris Bieneman
2018-08-22
1
-6
/
+6
*
[CMake] Split -gx strip flag into -g -x
Petr Hosek
2018-08-14
1
-1
/
+1
*
[cmake] Append LLVM_VERSION_SUFFIX to SOVERSION
Michal Gorny
2018-08-08
1
-1
/
+1
*
Add llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386)
Hans Wennborg
2018-08-01
1
-0
/
+1
*
[CMake] Teach the build system to codesign built products
Justin Bogner
2018-07-10
1
-0
/
+29
*
[cmake] Change WIN32 test to CMAKE_HOST_WIN32
Filipe Cabecinhas
2018-06-29
1
-1
/
+1
*
[CMake] Respect CMAKE_STRIP and CMAKE_DSYMUTIL on apple platforms
Justin Bogner
2018-06-28
1
-2
/
+8
*
[CMake] Do not use --gc-sections on OpenBSD
Brad Smith
2018-06-23
1
-1
/
+1
*
[cmake] Change ON/OFF to YES/NO. NFC
Shoaib Meenai
2018-06-14
1
-9
/
+9
*
[cmake] Add linker detection for Apple platforms
Shoaib Meenai
2018-06-14
1
-1
/
+14
*
[CMake] Use CMAKE_OBJCOPY and CMAKE_STRIP to externalize debug info
Petr Hosek
2018-05-09
1
-3
/
+3
*
[cmake] Make linker detection take flags into account
Shoaib Meenai
2018-04-26
1
-1
/
+2
*
Rename Attributes.gen, Intrinsics.gen to Attributes.inc, Intrinsics.inc
Nico Weber
2018-04-25
1
-3
/
+3
*
Rename llvm library from libLLVM-X.Y to libLLVM-X
Sylvestre Ledru
2018-03-29
1
-3
/
+3
*
[cmake] Append -Wl,-rpath-link conditionally to GNULD
Michal Gorny
2018-03-08
1
-1
/
+2
[next]