Add function for testing string attributes to InvokeInst and CallSite. NFC.
[oota-llvm.git] / include / llvm / ADT /
2015-12-30 Chandler Carruth[ptr-traits] Refactor how PointerIntPair does its point...
2015-12-28 Chandler Carruth[ADT] Run clang-format over more code, fixing numerous...
2015-12-28 Chandler Carruth[ADT] Run clang-format over PointerUnion.h and clean...
2015-12-16 Rafael EspindolaSimplify memory management with std::unique_ptr.
2015-12-10 Rafael EspindolaAvoid undefined behavior when vector is empty.
2015-12-01 Oliver Stannard[ARM] Add ARMv8.2-A to TargetParser
2015-12-01 Sanjoy DasIntroduce a range version of std::find, and use in...
2015-12-01 Sanjoy DasIntroduce a range version of std::any_of, and use it...
2015-12-01 David Blaikie[llvm-dwp] Initial partial prototype
2015-11-30 Sanjoy Das[ADT] Fix typo in comment
2015-11-18 Rafael EspindolaDefault SetVector to use a DenseSet.
2015-11-16 Stephen CanonAdd isInteger() to APFloat.
2015-11-16 Vedant Kumar[ADT] Make capacity_in_bytes support BitVector. NFC.
2015-11-15 Dylan McKayNFC: Document MSVC getters on Triple
2015-11-11 Duncan P. N. Exon... ADT: Avoid relying on UB in ilist_node::getNextNode()
2015-11-07 Duncan P. N. Exon... Reapply "ADT: Require explicit ilist iterator/pointer...
2015-11-07 Duncan P. N. Exon... Revert "ADT: Require explicit ilist iterator/pointer...
2015-11-07 Duncan P. N. Exon... ADT: Require explicit ilist iterator/pointer conversions
2015-11-04 James Molloy[SimplifyCFG] Merge conditional stores
2015-10-28 Tim NorthoverARM: add watchOS default version support function.
2015-10-28 Tim NorthoverARM: support .watchos_version_min and .tvos_version_min.
2015-10-27 Michael Kuperstein[X86] Make elfiamcu an OS, not an environment.
2015-10-25 Michael Kuperstein[X86] Add support for elfiamcu triple
2015-10-24 NAKAMURA TakumiFix ADT/UniqueVector.h to resolve implicit dependency.
2015-10-18 Rafael EspindolaAdd hashing and DenseMapInfo for ArrayRef
2015-10-16 Dylan McKayInitial migration of AVR backend
2015-10-13 Michael LiaoRemove unnecessary argument in ipo iterator
2015-10-09 Duncan P. N. Exon... CodeGen: Remove implicit iterator conversions from...
2015-10-09 Duncan P. N. Exon... CodeGen: Remove implicit conversions from Analysis...
2015-10-08 Duncan P. N. Exon... IR: Remove implicit iterator conversions from lib/IR...
2015-10-08 Evgeniy StepanovAdd Triple::isAndroid().
2015-10-07 Duncan P. N. Exon... IR: Create SymbolTableList wrapper around iplist, NFC
2015-10-02 Richard SmithDenseMap: we're trying to call the reserved global...
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in exampl...
2015-09-24 Rui UeyamaRemove iterator_range::end.
2015-09-23 Rui UeyamaAdd iterator_range::end() predicate.
2015-09-21 Stephen CanonRemove roundingMode argument in APFloat::mod
2015-09-21 Chandler Carruth[ADT] Remove a couple of the always inline attributes...
2015-09-21 Matt ArsenaultFix missing C++ mode comment
2015-09-18 Yaron KerenSimplify SmallBitVector::applyMask by consolidating...
2015-09-18 Aaron BallmanReverting r247972 (and subordinate commit r247972)...
2015-09-18 David Majnemer[WinEH] Moved funclet pads should be in relative order
2015-09-18 Yaron KerenSimplify SmallBitVector::applyMask by consolidating...
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-10 Chandler Carruth[ADT] Force inline several super boring and unusually...
2015-09-10 Chandler Carruth[ADT] Micro-optimize and force inlining for string...
2015-09-10 Chandler Carruth[ADT] Apply a large hammer to StringRef functions:...
2015-09-10 Chandler Carruth[ADT] Fix a confusing interface spec and some annoying...
2015-09-10 Chandler Carruth[ADT] Add a single-character version of the small vecto...
2015-09-10 Mehdi AminiAdd makeArrayRef() overload for ArrayRef input (no...
2015-09-04 Richard SmithFix APInt value initialization to give a zero value...
2015-09-02 Douglas KatzmanAdd Myriad into enum VendorType
2015-08-30 Chandler CarruthTeach the target parsing framework to directly compute...
2015-08-26 JF BastienExpose more properties of llvm::fltSemantics
2015-08-21 Yaron KerenDisable Visual C++ 2013 Debug mode assert on null point...
2015-08-19 David BlaikieAllow Optionals to be compared to None
2015-08-16 Chandler Carruth[ADT] Teach FoldingSet to be movable.
2015-08-14 Pat GavlinAdd a target environment for CoreCLR.
2015-08-12 David BlaikieSimplify PackedVector by removing user-defined special...
2015-08-12 Dan GohmanUpdate a comment; Emscripten no longer uses le32 and...
2015-08-11 Rafael EspindolaRevert "Add non-member begin and end so that drop_begin...
2015-08-11 Rafael EspindolaAdd non-member begin and end so that drop_begin works...
2015-08-10 NAKAMURA TakumiReformat headers in ADT and Support partially.
2015-08-10 NAKAMURA TakumiWhitespace.
2015-08-10 NAKAMURA TakumiReformat linebreaks.
2015-08-04 Benjamin Kramer[ArrayRef] Make copy use std::uninitialized_copy.
2015-08-04 Chandler Carruth[UB] Fix another place where we would pass a null point...
2015-08-04 Chandler Carruth[UB] Fix a nasty place where we would pass null pointer...
2015-07-30 Matt ArsenaultAdd amdopencl environment to triple
2015-07-30 Pete CooperPrefix make_reverse_iterator with llvm namespace.
2015-07-29 Pete CooperReapply "Add reverse(ContainerTy) range adapter."
2015-07-29 Pete CooperRevert "Add reverse(ContainerTy) range adapter."
2015-07-29 Pete CooperAdd reverse(ContainerTy) range adapter.
2015-07-29 Aaron BallmanReverting r243386 because it has serious post-commit...
2015-07-28 Puyan LotfiAdding ADT SortedVector; client patch will follow.
2015-07-23 Craig TopperReplace a 0 with nullptr. NFC
2015-07-22 Richard SmithSetVector: add reverse_iterator support.
2015-07-21 David BlaikieAdd some utilities to iterator_range for trimming a...
2015-07-20 Daniel BerlinMiscellaneous Fixes for SparseBitVector
2015-07-13 Nico WeberReduce memory usage of ComputeEditDistance() by (almost...
2015-07-09 Tamas BerghammerAdd getSizeInBits function to the APFloat class
2015-07-06 Benjamin Kramer[Triple] Add a helper to switch between big/little...
2015-07-01 Pawel BylicaChange APInt comparison with uint64_t.
2015-07-01 David BlaikieRevert "[DWARF] Fix debug info generation for function...
2015-07-01 Michael Kuperstein[DWARF] Fix debug info generation for function static...
2015-06-30 Dan GohmanDrop the OS from the WebAssembly target triple for...
2015-06-30 Dan GohmanFix LastArchType to point to the new last arch.
2015-06-29 Dan Gohman[WebAssembly] Initial WebAssembly backend
2015-06-25 Duncan P. N. Exon... AsmPrinter: Convert DIE::Values to a linked list
2015-06-25 Pawel BylicaExpress APInt::{s,u}{l,g}e(uint64_t) in terms of APInt...
2015-06-24 Chandler Carruth[ADT] Teach DenseMap to support StringRef keys.
2015-06-23 Alex LorenzADT: Add a string APSInt constructor.
2015-06-23 Alexander KornienkoRevert r240271 (Fixed/added namespace ending comments...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-21 David BlaikieArrayRef-ify libDriverMain
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
next