Remove templates from CostTableLookup functions. All instantiations had the same...
[oota-llvm.git] / include / llvm / ADT /
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...
2015-06-12 Douglas KatzmanAdd 'shave' processor name to Triple
2015-06-12 Richard SmithAdd missing #include, found by modules build.
2015-06-11 Douglas KatzmanFix comment typos.
2015-06-05 Alexei Starovoitov[bpf] rename triple names bpf_be -> bpfeb
2015-06-04 Alexei Starovoitov[bpf] add big- and host- endian support
2015-06-04 Benjamin Kramer[APInt] Remove special case for i1.
2015-06-01 David Majnemer[ADT] Add Triple::getEnvironmentVersion
2015-05-25 NAKAMURA TakumiPrune CRLFs.
2015-05-16 Benjamin KramerDenseMap: Remove poisoning of unused memory.
2015-05-13 Pete CooperConstruct ArrayRef<const T*> from vector<T>
2015-05-13 Pete CooperAdd llvm::all_of which wraps std::all_of.
2015-05-08 Daniel BerlinAdd a comment about DepthFirstIterator's skipchildren...
2015-05-02 Nico WeberFix typo in comment.
2015-05-01 Benjamin KramerRemove std::move on return when it could prevent copy...
2015-04-30 Douglas KatzmanExhaustively test all triples in TripleTest.
2015-04-29 Douglas KatzmanNew architecture name - 'sparcel' for Sparc little...
2015-04-15 Daniel BerlinUpdate for post-commit review comments
2015-04-15 Daniel BerlinAdd range iterators for post order and inverse post...
2015-04-15 Yaron KerenClarify that Twine::toVector *appends* the Twine to...
2015-04-11 Benjamin KramerMark empty default constructors as =default if it makes...
2015-04-10 Benjamin KramerMicrooptimize DenseMap::clear.
next