[PM/AA] Sink all the actual code from AliasAnalysisCounter back into the
[oota-llvm.git] / include / llvm / ADT /
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.
2015-04-02 Sanjoy Das[ADT] Increment epoch from DenseMap::swap.
2015-04-02 Sanjoy Das[ADT] Remove dead code.
2015-03-26 Sanjoy Das[ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
2015-03-26 Vladimir Sukharev[AArch64, ARM] Add v8.1a architecture and generic cpu
2015-03-25 Benjamin Kramer[APInt] Add an isSplat helper and use it in some places.
2015-03-25 Chandler Carruth[ADT] Teach MapVector to support a swap member. Will...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-22 Benjamin KramerFoldingSet: Make FoldingSetImpl's dtor protected and...
2015-03-21 Benjamin KramerStringRef: Just forward StringRef::find to libc's memchr.
2015-03-21 Benjamin KramerRevert accidental commit.
2015-03-21 Benjamin KramerSimplifyLibCalls: Add basic optimization of memchr...
2015-03-17 Renato Golin[ARM] Add support for ARMV6K subtarget (LLVM)
2015-03-17 Yaron KerenTeach Twine to support SmallString.
2015-03-17 David BlaikieRecommit simplification first attempted in r232309...
2015-03-15 Benjamin KramerFactor the iterators of ImmutableSet/ImmutableMap into...
2015-03-15 David MajnemerImmutableSet: Rename Self to SelfTy to make it more...
2015-03-15 David MajnemerPostOrderIterator: Remove stray semicolon
2015-03-15 David MajnemerRestore the gcc build
2015-03-15 David BlaikieRemove iterator I accidentally left behind
2015-03-15 David BlaikieRemove use of reserved identifier _Iterator
2015-03-15 David BlaikieRemove use of reserved identifiers in Twine
2015-03-15 David BlaikieRemove use of reserved identifier and some excess ...
2015-03-15 David BlaikieRemove reserved identifier & some unnecessary 'inline'
2015-03-15 David BlaikieRemove use of reserved identifier
2015-03-15 David BlaikieRemove use of unreserved identifier (_Self)
2015-03-14 Benjamin Kramerarray_pod_sort: Since we're checking the length anyways...
2015-03-12 Frederic Riss[ADT] IntervalMap: use AlignedCharArrayUnion.
2015-03-09 Ed SchoutenAdd support for Nuxi CloudABI.
2015-03-04 Chaoren LinRevert "[ADT] fail-fast iterators for DenseMap"
2015-03-03 Sanjoy Das[ADT] fail-fast iterators for DenseMap
2015-03-03 David BlaikieDeltaAlgorithm: Provide protected default copy ctor...
2015-03-03 David Blaikie[Small]BitVector::reference: Explicitly default copy...
2015-03-03 David BlaikieTwine: Explicitly default the copy ctor as it's otherwi...
2015-03-03 David BlaikieDenseMapIterator: Avoid explicitly declaring the copy...
2015-03-03 Sanjoy DasRevert "[ADT] fail-fast iterators for DenseMap"
2015-03-02 Sanjoy Das[ADT] fail-fast iterators for DenseMap
2015-03-02 Benjamin KramerIndexedMap: Document why SmallVector<T, 0> is preferabl...
2015-03-02 Benjamin KramerSmallVector: Allow initialization and assignment from...
2015-03-01 Benjamin KramerFix a really bad typo in my last commit.
2015-03-01 Benjamin KramerArrayRef: Put back std::equal for operator== with a...
next