Add a C++11 ThreadPool implementation in LLVM
[oota-llvm.git] / include / llvm / Support /
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-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-12-09 Nathan Slingerland[Support] Change SaturatingAdd()/SaturatingMultiply...
2015-12-07 Justin BognerSupport: Teach Asan about BumpPtrAllocator
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-12-04 Matthias Braunraw_ostream: << operator for callables with raw_ostream...
2015-12-03 Matthias BraunRevert "raw_ostream: << operator for callables with...
2015-12-03 Matthias Braunraw_ostream: << operator for callables with raw_stream...
2015-12-02 Christof Douma[AArch64]: Add support for Cortex-A35
2015-12-01 Xinliang David Li[PGO] Add support for reading multiple versions of...
2015-12-01 Oliver Stannard[ARM] Add ARMv8.2-A to TargetParser
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-12-01 Hans WennborgRevert r254348: "Replace all weight-based interfaces...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-11-24 Cong HouLet SelectionDAG start to use probability-based interfa...
2015-11-23 Nathan Slingerland[Support] Add optional argument to SaturatingAdd()...
2015-11-23 Nathan Slingerland[Support] Fix SaturatingMultiply<T>() to be correct...
2015-11-20 Artyom SkrobovAvoid duplicate entry for cortex-a7 in the TargetParser...
2015-11-20 Artyom SkrobovHandle ARMv6-J as an alias, instead of fake architecture
2015-11-20 Daniel SandersRevert the revert 253497 and 253539 - These commits...
2015-11-20 Daniel SandersRevert 253497 and 253539 to try to fix clang-cmake...
2015-11-19 Arch D. RobisonCleanup some -Wundef warnings in include/llvm/Support...
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-11-18 Bradley Smith[ARM] Add +feature names to TargetParser extensions...
2015-11-18 Cong HouLet += and -= operators in BranchProbability have satur...
2015-11-18 Cong HouModify the interface BranchProbability::normalizeProbab...
2015-11-18 Nathan SlingerlandRevert "[llvm-profdata] Add SaturatingAdd/SaturatingMul...
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-11-17 David BlaikieStringRef-ify some Option APIs
2015-11-17 Rafael EspindolaAdd MemoryBufferRef(MemoryBuffer&) constructor.
2015-11-16 Artyom SkrobovHandle ARMv6KZ naming
2015-11-16 Bradley Smith[ARM] Allow TargetParser to accurately target architectures
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-11-12 Artyom SkrobovCull non-standard variants of ARM architectures (NFC)
2015-11-12 Amjad Abouddwarfdump: Added macro support to llvm-dwarfdump tool.
2015-11-11 Dawn PerchikSupport: Recognize Borland DWARF extensions.
2015-11-11 Dehao ChenEmit discriminator for inlined callsites.
2015-11-09 Rafael EspindolaAdd templated read/write to support::endian.
2015-11-09 Mike AizatskyMoving FileManager::removeDotPaths to llvm::sys::path...
2015-11-06 Cameron EsfahaniNFC: Update documentation for createUniqueFile() to...
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-11-04 Xinliang David LiDefine portable macros for packed struct definitions:
2015-11-04 Cong HouAdd new interfaces to MBB for manipulating successors...
2015-11-02 Reid Kleckner[Support] Assert that reported key+data lenghts match...
2015-11-02 Pawel Bylica[Support] Extend sys::path with user_cache_directory...
2015-10-31 Lang HamesAdd a sys::OwningMemoryBlock class, which is a sys...
2015-10-28 Tim NorthoverARM: support .watchos_version_min and .tvos_version_min.
2015-10-27 James Y KnightMake the SelectionDAG graph printer use SDNode::Persist...
2015-10-24 Davide Italiano[Support] Add comment to explain why we can't drop...
2015-10-23 Dylan McKay[AVR] Add ELF constants to headers
2015-10-23 Saleem AbdulrasoolSupport, IR: silence -Wunused-parameter
2015-10-21 Yaron KerenRevert r250923 as config.h is not an installed header.
2015-10-21 Yaron KerenInclude llvm/Config/config.h in FileSystem.h as it...
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-10-16 Lang HamesAdd emacs c++ mode hint.
2015-10-15 Justin Bognerdocs: Stop using DEBUG() without DEBUG_TYPE in the...
2015-10-15 Manman RenRecommit r250345, it was reverted in r250366 to investi...
2015-10-15 Manman RenTemporarily revert r250345 to sort out bot failure.
2015-10-15 David Majnemer[llvm-pdbdump] Provide a mechanism to dump the raw...
2015-10-14 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-14 Richard SmithRename one of our two llvm::GCOVOptions classes to...
2015-10-12 Cong HouAdd - and -= operators to BlockFrequency using saturati...
2015-10-12 Cong HouTurn const/const& into value type for BlockFrequency...
2015-10-10 Craig TopperIn isUIntN, make sure N is less than 64 before using...
2015-10-09 Duncan P. N. Exon... Revert "Support: Partially revert r249782 to unbreak...
2015-10-09 Duncan P. N. Exon... Support: Partially revert r249782 to unbreak clang...
2015-10-08 Duncan P. N. Exon... IR: Remove implicit iterator conversions from lib/IR...
2015-10-08 Teresa JohnsonFix another UBSan test error from r248897 and follow...
2015-10-08 Hal Finkel[PowerPC] Add R_PPC64_GLOB_DAT and R_PPC64_RELATIVE...
2015-10-08 Teresa JohnsonFix UBSan test error from r248897 about left shift...
2015-10-07 Duncan P. N. Exon... Support: Stop using iplist in Recycler
2015-10-05 Benjamin Kramer[Support] Add a version of fs::make_absolute with a...
2015-09-30 Hal Finkel[PowerPC] undef Relocation names in PowerPC*.def
2015-09-30 Artyom Skrobov[ARM] Support for ARMv6-Z / ARMv6-ZK missing
2015-09-30 Teresa JohnsonAdd support for sub-byte aligned writes to lib/Support...
2015-09-29 Maksim PanchenkoHHVM calling conventions.
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in exampl...
2015-09-26 Benjamin Kramer[BranchProbability] Manually round the floating point...
2015-09-25 Cong HouUse fixed-point representation for BranchProbability.
2015-09-24 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-09-23 Philip Reames[docs] Update DominatorTree docs to clarify expectation...
2015-09-22 Aaron BallmanInstead of defining the operator delete() function...
2015-09-21 James MolloyRevert "[ARM] Handle +t2dsp feature as an ArchExtKind...
2015-09-21 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-09-17 Diego NovilloGCC AutoFDO profile reader - Initial support.
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-11 Cong HouFixed a bug that BranchProbability is not defined in...
2015-09-10 Reid KlecknerScanDirForExecutable on Windows fails to find executabl...
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2015-09-10 Hans WennborgRe-commit r247216: "Fix Clang-tidy misc-use-override...
2015-09-10 Chandler Carruth[Support] Fix the always_inline attribute macro to...
2015-09-10 Hans WennborgRevert r247216: "Fix Clang-tidy misc-use-override warni...
2015-09-10 Hans WennborgFix Clang-tidy misc-use-override warnings, other minor...
next