llvm/include/llvm/ProfileData/InstrProfData.inc: Add c++-mode in the header.
[oota-llvm.git] / include / llvm / Support /
2015-12-30 Chandler CarruthRevert "Revert "[ptr-traits] Implement the base pointer...
2015-12-30 Tobias GrosserRevert "[ptr-traits] Implement the base pointer traits...
2015-12-30 Chandler Carruth[ptr-traits] Implement the base pointer traits using...
2015-12-29 Chandler Carruth[ADT] Teach alignment helpers to work correctly for...
2015-12-29 James Y Knight[TrailingObjects] Dynamically realign under-aligned...
2015-12-29 Chandler Carruth[ADT] Run clang-format over another file before I try...
2015-12-22 Cong Hou[BPI] Replace weights by probabilities in BPI.
2015-12-22 Vedant Kumar[Support] Allow multiple paired calls to {start,stop...
2015-12-21 David Majnemer[MC, COFF] Support link /incremental conditionally
2015-12-19 James Y KnightPossibly fix MSVC compilation after r256054.
2015-12-18 James Y KnightRewrite the TrailingObjects template to provide two...
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-12-17 Cong Hou[BranchProbability] Remove the restriction that known...
2015-12-16 Rafael EspindolaDrop an unnecessary use of writev.
2015-12-16 Krzysztof Parzyszek[Hexagon] Update e_flags in the ELF definitions
2015-12-15 Reid KlecknerWrap include of <future> in some warning suppression...
2015-12-15 Eric ChristopherAdd support for the .debug_macro section of the forthco...
2015-12-15 Reid KlecknerFix clang-cl self-host with MSVC 2013 STL std::bind...
2015-12-15 Teresa JohnsonFix template parameter pack handling in ThreadPool
2015-12-15 Nico WeberTry to let r255604 have an effect.
2015-12-15 Mehdi AminiAdd specific header for MSVC to be able to build with...
2015-12-15 Cong HouLet operator/ with uint32_t rhs operand be a member...
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-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
next