OSDN Git Service

Hashing: use 64-bit seed for hashing on all platforms.
[android-x86/external-llvm.git] / lib / Support / CMakeLists.txt
2018-08-24 Richard SmithAdd data structure to form equivalence classes of mangl...
2018-08-07 Aditya NandakumarRefactor FileCheck to make it usable as an API
2018-07-09 Sam McCallLift JSON library from clang-tools-extra/clangd to...
2018-06-11 Pavel LabathMove VersionTuple from clang/Basic to llvm/Support
2018-06-07 Petr Hosek[Support] Link libzircon.so when building LLVM for...
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-03-09 Jonas Devlieghere[Support] Move syntax highlighting into support
2018-02-28 Dimitry AndricFix llvm-config --system-libs output on FreeBSD and...
2018-02-23 Hans Wennborgllvm-config: Add advapi32 to --system-libs on Windows...
2018-02-21 Pavel LabathResubmit r325107 (case folding DJB hash)
2018-02-14 Pavel LabathRevert r325107 (case folding DJB hash) and subsequent...
2018-02-14 Pavel LabathImplement a case-folding version of DJB hash
2018-01-28 Jonas Devlieghere[Support] Move DJB hash to support. NFC
2017-12-05 Pavel LabathRe-commit "[cmake] Enable zlib support on windows"
2017-12-04 Pavel LabathRevert "[cmake] Enable zlib support on windows"
2017-12-01 Pavel Labath[cmake] Enable zlib support on windows
2017-11-16 Daniel Sanders[globalisel][tablegen] Generate rule coverage and use...
2017-10-19 Vassil VassilevRevert 316150 which reinstated r316025.
2017-10-19 Vassil VassilevReinstate r316025, reverted in r316029.
2017-10-17 Vassil VassilevRevert "[cmake] Use find_package to discover zlib"
2017-10-17 Vassil Vassilev[cmake] Use find_package to discover zlib
2017-10-11 Konstantin ZhuravlyovAMDGPU/NFC: Rename code object metadata as HSA metadata
2017-08-08 Craig Topper[KnownBits][ValueTracking] Move the math for calculatin...
2017-07-26 Eric BeckmannMove manifest utils into separate lib, to reduce libxml...
2017-07-20 Eric BeckmannImplement parsing and writing of a single xml manifest...
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Konstantin ZhuravlyovAMDGPU/NFC: Move amdgpu code object metadata to support
2017-05-17 Zachary Turner[BinaryStream] Reduce the amount of boiler plate needed...
2017-05-11 Zachary Turner[Support] Move Parallel algorithms from LLD to LLVM.
2017-04-27 Frederich MunchRefactor DynamicLibrary so searching for a symbol will...
2017-04-24 Frederich MunchRevert "Refactor DynamicLibrary so searching for a...
2017-04-24 Frederich MunchRefactor DynamicLibrary so searching for a symbol will...
2017-04-24 Frederich MunchRevert "Refactor DynamicLibrary so searching for a...
2017-04-24 Frederich MunchRefactor DynamicLibrary so searching for a symbol will...
2017-04-12 Ed MasteFix detection of backtrace() availability on FreeBSD
2017-03-07 Daniel SandersRecommit: [globalisel] Change LLT constructor string...
2017-03-07 Daniel SandersRevert r297177: Change LLT constructor string into...
2017-03-07 Daniel Sanders[globalisel] Change LLT constructor string into an...
2017-03-02 Zachary Turner[Support] Move Stream library from MSF -> Support.
2017-02-28 Daniel SandersRevert r296474 - [globalisel] Change LLT constructor...
2017-02-28 Daniel Sanders[globalisel] Change LLT constructor string into an...
2017-02-19 Daniel BerlinAdd initial support for debug counting
2017-02-10 Eric Fiselier[CMake] Fix pthread handling for out-of-tree builds
2017-01-13 Sam Parker[ARM] Moved ARMAttributeParser to Support
2017-01-06 Rui UeyamaAdd a class to create a tar archive file.
2016-12-29 Justin Lebar[ADT] Delete RefCountedBaseVPTR.
2016-12-20 Rui UeyamaMove GlobPattern class from LLD to llvm/Support.
2016-12-01 Ivan KrasinUse trigrams to speed up SpecialCaseList.
2016-11-16 Pavel LabathRemove TimeValue class
2016-11-11 Zachary Turner[Support] Introduce llvm::formatv() function.
2016-11-02 Peter CollingbourneSupport: Remove MemoryObject and DataStreamer interfaces.
2016-10-20 Pavel LabathReapply "Add Chrono.h - std::chrono support header"
2016-10-19 Pavel LabathRevert "Add Chrono.h - std::chrono support header"
2016-10-19 Pavel LabathAdd Chrono.h - std::chrono support header
2016-10-11 Zachary Turner[raw_ostream] Raise some helper functions out of raw_os...
2016-09-30 Justin LebarMove UTF functions into namespace llvm.
2016-09-27 Rafael EspindolaAdd xxhash to llvm.
2016-08-22 Pete CooperAdd ADT headers to the cmake headers directory for...
2016-05-26 Chris Bieneman[CMake] Restrict libxar linkage to just llvm-objdump
2016-05-24 Chris BienemanAdd libxar to LLVM_SYSTEM_LIBS if available
2016-05-03 Zachary TurnerMove llvm-readobj/StreamWriter to Support.
2016-04-02 Mehdi AminiAdd Cache Pruning support
2016-04-01 Mehdi AminiAdd support for computing SHA1 in LLVM
2016-04-01 Mehdi AminiRevert "Add support for computing SHA1 in LLVM"
2016-04-01 Mehdi AminiAdd support for computing SHA1 in LLVM
2016-03-23 Lang Hames[Support] Make all Errors convertible to std::error_code.
2016-03-01 Rafael EspindolaRefactor duplicated code for linking with pthread.
2016-02-26 Renato Golin[CMAKE] Update build on recent Haiku
2016-02-09 Ehsan Akhgarillvm-config: Add preliminary Windows support
2015-12-15 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-15 Mehdi AminiRevert "Add a C++11 ThreadPool implementation in LLVM"
2015-12-15 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-13 Nico WeberRevert r255444.
2015-12-12 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-10-24 Yaron KerenAdd libuuid to required system libraries list for mingw.
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-01 David Majnemer[MC] Add support for generating COFF CRCs
2015-07-02 Leny Kholodov[Support] Lazy load of dbghlp.dll on Windows
2015-06-13 Rafael EspindolaBring in a BumpPtrStringSaver from lld and simplify...
2015-05-08 Renato GolinTargetParser: FPU/ARCH/EXT parsing refactory - NFC
2015-05-06 Zachary TurnerFix link failure on MinGW due to use of CoInitialize.
2015-04-27 Zachary TurnerMake an RAII com initializer.
2015-03-09 Benjamin KramerDrop the hacks used for partial C99 math libraries.
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-10 Zachary TurnerTeach llvm_add_library() to find include dirs.
2014-11-12 Rafael EspindolaMerge StreamableMemoryObject into MemoryObject.
2014-11-12 Rafael EspindolaRemove the now unused StringRefMemoryObject.h.
2014-11-07 NAKAMURA Takumi[CMake] LLVMSupport: Give system_libs PRIVATE scope...
2014-11-05 Jiangning LiuRevert 220932.
2014-11-03 Peter CollingbourneCMake: Add libm to list of system libs printed by llvm...
2014-10-30 Chris BienemanRemoving the static initializer in ManagedStatic.cpp...
2014-10-15 Chris BienemanDefining a new API for debug options that doesn't rely...
2014-09-27 Yaron KerenFix llvm::huge_valf multiple initializations with Visua...
2014-09-12 Evgeniy StepanovAdd CMake check for libatomic.
2014-08-07 Richard SmithRemove Support/IncludeFile.h and its only user. This...
2014-07-17 Alp TokerDrop the udis86 wrapper from llvm::sys
2014-07-09 Alexey SamsonovDecouple llvm::SpecialCaseList text representation...
next