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
/
lib
/
Support
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)
Hans Wennborg
2020-03-03
1
-26
/
+5
*
Attempt to fix ZLIB CMake logic on Windows
Reid Kleckner
2020-03-02
1
-2
/
+4
*
[CMake] Link against ZLIB::ZLIB
Petr Hosek
2020-03-02
1
-3
/
+22
*
build: reduce CMake handling for zlib
Saleem Abdulrasool
2020-01-02
1
-3
/
+3
*
Revert "build: reduce CMake handling for zlib"
James Henderson
2020-01-02
1
-1
/
+4
*
Revert "build: make `LLVM_ENABLE_ZLIB` a tri-bool for users"
James Henderson
2020-01-02
1
-4
/
+1
*
build: make `LLVM_ENABLE_ZLIB` a tri-bool for users
Saleem Abdulrasool
2020-01-01
1
-1
/
+4
*
build: reduce CMake handling for zlib
Saleem Abdulrasool
2020-01-01
1
-4
/
+1
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
Remove Support/Options.h, it is unused
Reid Kleckner
2019-11-15
1
-1
/
+0
*
Unify the two CRC implementations
Hans Wennborg
2019-10-09
1
-1
/
+0
*
Move LLVM_ENABLE_ABI_BREAKING_CHECKS variables to their own file
Eric Christopher
2019-09-10
1
-0
/
+1
*
[Support] Re-introduce the RWMutexImpl for macOS < 10.12
Jonas Devlieghere
2019-08-15
1
-0
/
+1
*
[Support] Base RWMutex on std::shared_timed_mutex (C++14)
Benjamin Kramer
2019-08-15
1
-1
/
+0
*
[Support] Base SmartMutex on std::recursive_mutex
Benjamin Kramer
2019-08-07
1
-1
/
+0
*
[Support] move FileCollector from LLDB to llvm/Support
Alex Lorenz
2019-07-24
1
-0
/
+1
*
Attempt to recommit r357901
Eugene Leviant
2019-04-08
1
-0
/
+1
*
Reverting r357901 as fails to build on some of the buildbots
Eugene Leviant
2019-04-08
1
-1
/
+0
*
[Support] Add zlib independent CRC32
Eugene Leviant
2019-04-08
1
-0
/
+1
*
Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...
Anton Afanasyev
2019-03-30
1
-0
/
+1
*
Moved everything SMT-related to LLVM and updated the cmake scripts.
Mikhail R. Gadelha
2019-03-25
1
-1
/
+16
*
Annotate timeline in Instruments with passes and other timed regions.
Daniel Sanders
2019-02-19
1
-0
/
+1
*
This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5b.
Mikhail R. Gadelha
2019-02-09
1
-16
/
+1
*
Move the SMT API to LLVM
Mikhail R. Gadelha
2019-02-07
1
-1
/
+16
*
[ADT] Add streaming operators for llvm::Optional
Pavel Labath
2019-01-18
1
-0
/
+1
*
[ARM, AArch64] Move ARM/AArch64 target parsers into
David Spickett
2018-11-28
1
-0
/
+2
*
Move BuryPointer from Clang to LLVM for use in other LLVM tools
David Blaikie
2018-11-17
1
-0
/
+1
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-0
/
+1
*
Common infrastructure for reading a profile remapping file and building
Richard Smith
2018-09-13
1
-0
/
+1
*
[cmake] Speed up check-llvm 5x by delay loading shell32 and ole32
Reid Kleckner
2018-09-11
1
-1
/
+7
*
Add data structure to form equivalence classes of mangled names.
Richard Smith
2018-08-24
1
-0
/
+1
*
Refactor FileCheck to make it usable as an API
Aditya Nandakumar
2018-08-07
1
-0
/
+1
*
Lift JSON library from clang-tools-extra/clangd to llvm/Support.
Sam McCall
2018-07-09
1
-0
/
+1
*
Move VersionTuple from clang/Basic to llvm/Support
Pavel Labath
2018-06-11
1
-0
/
+1
*
[Support] Link libzircon.so when building LLVM for Fuchsia
Petr Hosek
2018-06-07
1
-0
/
+3
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-0
/
+1
*
[Support] Move syntax highlighting into support
Jonas Devlieghere
2018-03-09
1
-0
/
+1
*
Fix llvm-config --system-libs output on FreeBSD and NetBSD
Dimitry Andric
2018-02-28
1
-2
/
+7
*
llvm-config: Add advapi32 to --system-libs on Windows (PR36372)
Hans Wennborg
2018-02-23
1
-1
/
+2
*
Resubmit r325107 (case folding DJB hash)
Pavel Labath
2018-02-21
1
-0
/
+1
*
Revert r325107 (case folding DJB hash) and subsequent build fix
Pavel Labath
2018-02-14
1
-1
/
+0
*
Implement a case-folding version of DJB hash
Pavel Labath
2018-02-14
1
-0
/
+1
*
[Support] Move DJB hash to support. NFC
Jonas Devlieghere
2018-01-28
1
-0
/
+1
*
Re-commit "[cmake] Enable zlib support on windows"
Pavel Labath
2017-12-05
1
-3
/
+3
*
Revert "[cmake] Enable zlib support on windows"
Pavel Labath
2017-12-04
1
-3
/
+3
*
[cmake] Enable zlib support on windows
Pavel Labath
2017-12-01
1
-3
/
+3
*
[globalisel][tablegen] Generate rule coverage and use it to identify untested...
Daniel Sanders
2017-11-16
1
-0
/
+1
*
Revert 316150 which reinstated r316025.
Vassil Vassilev
2017-10-19
1
-1
/
+1
*
Reinstate r316025, reverted in r316029.
Vassil Vassilev
2017-10-19
1
-1
/
+1
*
Revert "[cmake] Use find_package to discover zlib"
Vassil Vassilev
2017-10-17
1
-1
/
+1
[next]