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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
[Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::fil...
Argyrios Kyrtzidis
2018-11-26
1
-0
/
+6
*
Revert r343473 "Move llvm util dependencies from clang-tools-extra to add_lit...
Haojian Wu
2018-11-22
1
-10
/
+0
*
Silence C4709 in MSVC because it is buggy.
Aaron Ballman
2018-11-20
1
-0
/
+4
*
Swap order of discovering of -ltinfo and -lterminfo
Kamil Rytarowski
2018-11-18
1
-1
/
+1
*
[CMake] Accept ENTITLEMENTS in add_llvm_executable and llvm_codesign
Stefan Granitz
2018-11-16
1
-6
/
+22
*
[CMake] Support cross-compiling with multi-stage builds
Petr Hosek
2018-11-16
1
-1
/
+28
*
Fix DragonFlyBSD linkage issue.
David Carlier
2018-11-10
1
-1
/
+2
*
[CMake] Expose opt-remark tooling through libOptRemarks.dylib
Francis Visoiu Mistrih
2018-11-05
1
-0
/
+1
*
Enable -Wimplicit-fallthrough for clang as well as GCC
Reid Kleckner
2018-11-01
1
-0
/
+1
*
[MinGW] Enable large file for mingw-w64
Martin Storsjo
2018-10-24
1
-0
/
+4
*
[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPES
Chris Bieneman
2018-10-15
2
-7
/
+7
*
[CMake] Change the default value of LLVM_ENABLE_IDE
Chris Bieneman
2018-10-15
1
-10
/
+13
*
[CMake] Temporarily remove the LLVM_ENABLE_IDE option
Chris Bieneman
2018-10-11
1
-6
/
+10
*
[CMake] Unconditionally add .h and .td files to target sources
Chris Bieneman
2018-10-11
1
-9
/
+8
*
[CMake] NFC. Updating documentation on options
Chris Bieneman
2018-10-10
1
-2
/
+2
*
[cmake] Also create lowercase extension WinSDK symlinks
Shoaib Meenai
2018-10-05
1
-5
/
+19
*
Move llvm util dependencies from clang-tools-extra to add_lit_target.
Haojian Wu
2018-10-01
1
-0
/
+11
*
[CMake] Avoid REVERSE on unset variable
Sven van Haastregt
2018-09-26
1
-1
/
+3
*
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
*
[CMake] Fix LLVM_ENABLE_LTO option on Windows
Alexandre Ganea
2018-09-07
1
-1
/
+1
*
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
*
Disable -Wnoexcept-type due to false positives with GCC.
Aaron Ballman
2018-09-04
1
-0
/
+4
*
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
2
-7
/
+7
*
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
2
-7
/
+7
*
[cmake] Prevent LLVMgold.so from being unloaded on Linux
Hans Wennborg
2018-08-16
1
-0
/
+1
*
[CMake] Split -gx strip flag into -g -x
Petr Hosek
2018-08-14
1
-1
/
+1
*
[CMake] Use normalized Windows target triples
Petr Hosek
2018-08-09
1
-4
/
+4
*
[cmake] Append LLVM_VERSION_SUFFIX to SOVERSION
Michal Gorny
2018-08-08
1
-1
/
+1
*
cmake: Store LLVM_VERSION_SUFFIX in LLVMConfig.cmake
Michal Gorny
2018-08-08
1
-0
/
+1
*
Add llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386)
Hans Wennborg
2018-08-01
1
-0
/
+1
*
[CMake] Followup for r337366: Only export LLVM_LINK_LLVM_DYLIB if it's set to ON
Philip Pfaffe
2018-07-27
2
-1
/
+7
*
[UBSan] Also use blacklist for 'Address; Undefined' setting
Florian Hahn
2018-07-20
1
-5
/
+7
*
Disable GCC's -Wclass-memaccess warning
Reid Kleckner
2018-07-19
1
-0
/
+5
*
[CMake] Export the LLVM_LINK_LLVM_DYLIB setting
Philip Pfaffe
2018-07-18
1
-0
/
+2
*
[CMake] Pass CMAKE_INSTALL_DO_STRIP to external projects
Petr Hosek
2018-07-15
1
-1
/
+1
*
[CMake] Teach the build system to codesign built products
Justin Bogner
2018-07-10
2
-0
/
+49
*
[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
2
-2
/
+35
*
[CMake] Use variables rather than ":" delimiters
Petr Hosek
2018-06-27
1
-8
/
+5
*
[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
[next]