Add a C++11 ThreadPool implementation in LLVM
[oota-llvm.git] / lib / Support / CMakeLists.txt
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...
2014-06-25 JF BastienRandom Number Generator (llvm)
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumber::getQuotient() and getProduct()
2014-06-18 JF BastienRevert "Random Number Generator (llvm)"
2014-06-18 JF BastienRandom Number Generator (llvm)
2014-06-17 Rafael EspindolaMerge lib/Support/WindowsError.cpp into ib/Support...
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-02 Saleem AbdulrasoolSupport: add Windows ARM EH data structures
2014-03-04 Chandler Carruth[Modules] Move the ConstantRange class into the IR...
2014-02-26 NAKAMURA Takumi[CMake] BUILD_SHARED_LIBS: Fixup for r202261: Give...
2014-02-26 NAKAMURA Takumi[CMake] Use target_link_libraries(INTERFACE|PRIVATE...
2014-02-23 NAKAMURA TakumiSimplify linking to system libraries
2014-02-22 Logan ChienDon't inline get[S|U]LEB128Size() until they are proved...
2014-02-10 NAKAMURA Takumi[CMake] LLVMSupport should be responsible to provide...
2014-01-20 NAKAMURA Takumi[CMake] llvm_process_sources: Introduce a parameter...
2014-01-19 Saleem AbdulrasoolMove ARM build attributes into Support
2013-12-27 Chandler CarruthIntroduce a simple line-by-line iterator type into...
2013-12-17 Quentin ColombetRevert r197438 and r197447 until we figure out how...
2013-12-16 Quentin ColombetAdd warning capabilities in LLVM.
2013-09-04 Alexander KornienkoMove generic isPrint and columnWidth implementations...
2013-06-26 Rafael EspindolaRename PathV2 to just Path now that it is the only...
2013-06-26 Rafael EspindolaPathV1 is deprecated since the 18th of Dec 2010. Remove it.
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.
2013-05-21 Eric ChristopherAdd cmake bits for md5.
2013-04-23 Alexey SamsonovAdd basic zlib support to LLVM. This would allow to...
2013-03-26 Nick LewyckyAdd missing file to cmake build.
2013-03-26 Nick LewyckyAdd a new watchdog timer interface. The interface does...
2013-03-22 Chandler CarruthRevert r177543: Add timing of the IR parsing code with...
2013-03-20 Eli BenderskyAdd timing of the IR parsing code with a new -time...
2013-01-30 Dmitri GribenkoMove UTF conversion routines from clang/lib/Basic to...
2012-12-12 Nick KledzikInitial implementation of a utility for converting...
2012-10-26 Joerg SonnenbergerDon't explicitly require RTTI and EH.
2012-10-10 Sean SilvaRevert r165652: "Remove unnecessary RTTI from the build."
2012-10-10 Sean SilvaRemove unnecessary RTTI from the build.
2012-08-01 Nick KledzikInitial commit of new FileOutputBuffer support class.
2012-04-17 Seth Cantrellplatform support for counting column widths and checkin...
2012-04-17 Manuel KlimekGoodbye, JSONParser...
2012-04-03 Michael J. SpencerAdd YAML parser to Support.
2012-03-01 Chandler CarruthRewrite LLVM's generalized support library for hashing...
2012-02-23 Jay FoadUpdate for the removal of Hashing.cpp.
2012-02-18 TalinHashing.h - utilities for hashing various data types.
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-01-29 Douglas GregorMove Clang's file-level locking facility over to LLVM...
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-12-16 Manuel KlimekAdds a JSON parser and a benchmark (json-bench) to...
2011-09-13 Benjamin KramerAdd the DataExtractor utility class.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-25 Jakub StaszakAdd BlockFrequency class.
2011-07-22 Chandler CarruthMove TargetRegistry.cpp from lib/Support to lib/Target...
2011-06-11 Andrew TrickBranch profiling: floating-point avoidance.
2011-05-19 Rafael EspindolaRevert my previous patch. The cmake build had already...
2011-05-18 Rafael EspindolaFix the cmake build.
2010-12-21 Jakob Stoklund OlesenAdd ADT/IntEqClasses.h as a light-weight implementation...
2010-12-07 Michael J. SpencerSupport: Remove Alarm. It is unused (via local grep...
2010-11-29 Michael J. SpencerSupport: Add PathV2 implementation.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
2010-11-19 Jakob Stoklund OlesenRevert "Add ADT/IntervalMap.", GCC doesn't like it.
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
2010-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
2010-10-07 John ThompsonUnbreak cmake build.
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-08-20 Benjamin KramerUpdate CMake build.
2010-07-28 Douglas GregorUnbreak my CMake build, say you'll compile for me again...
2010-06-08 Daniel DunbarADT: Add DAGDeltaAlgorithm, which is a DAG minimization...
2009-12-23 Douglas GregorDe-bork CMake build
2009-12-16 Chris Lattnernow that libsystem no longer uses SmallVector, we can...
2009-12-03 Daniel DunbarAdd an implementation of the delta debugging algorithm.
2009-09-16 Daniel DunbarAdd StringRef::{rfind, rsplit}
2009-09-11 Ted KremenekUpdate CMake files.
2009-09-01 Ted KremenekUpdate CMake files.
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...
2009-08-25 Oscar FuentesCMake: updated list of source files.
2009-08-23 Oscar FuentesCMake: Updated library dependencies and list of source...
next