Taints upcoming store and adds bogus conditional branches else where. Now as a separa...
[oota-llvm.git] / unittests / ADT /
2016-01-13 Michael GottesmanFix PointerIntPair so that it can use an enum class...
2016-01-10 Chandler Carruth[ADT] Add an abstraction for embedding an integer withi...
2016-01-10 Chandler Carruth[ADT] Add a sum type abstraction for pointer-like types.
2015-12-29 Chandler Carruth[ADT] Use a nonce type with at least 4 byte alignment.
2015-12-28 Chandler Carruth[ADT] Don't use a fixture just to get a nonce type...
2015-11-20 Artyom SkrobovHandle ARMv6-J as an alias, instead of fake architecture
2015-11-16 Stephen CanonAdd isInteger() to APFloat.
2015-11-16 Artyom SkrobovHandle ARMv6KZ naming
2015-11-11 Duncan P. N. Exon... ADT: Avoid relying on UB in ilist_node::getNextNode()
2015-10-31 Michael GottesmanAdd a unittest for SmallDenseMap that tests assigning...
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-20 Duncan P. N. Exon... unittests: Remove implicit ilist iterator conversions...
2015-10-16 Dylan McKayInitial migration of AVR backend
2015-09-18 Yaron KerenSimplify SmallBitVector::applyMask by consolidating...
2015-09-18 Aaron BallmanReverting r247972 (and subordinate commit r247972)...
2015-09-18 Yaron KerenFix BitVectorTest on 32-bit hosts after r247972.
2015-09-18 Yaron KerenSimplify SmallBitVector::applyMask by consolidating...
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 Ben CraigAdding full stops to comments
2015-09-04 Richard SmithFix APInt value initialization to give a zero value...
2015-08-30 Chandler CarruthTeach the target parsing framework to directly compute...
2015-08-19 David BlaikieAllow Optionals to be compared to None
2015-08-12 David BlaikieSimplify PackedVector by removing user-defined special...
2015-08-11 Yaron KerenAdd SmallString test trying to exercise the realloc...
2015-08-05 Benjamin Kramer[ArrayRefTest] Work around a GCC 4.8 internal compiler...
2015-08-05 NAKAMURA Takumiunittests/ADT/ArrayRefTest.cpp: Suppress r243995 on...
2015-08-04 Benjamin Kramer[ArrayRef] Make copy use std::uninitialized_copy.
2015-07-30 Matt ArsenaultAdd amdopencl environment to triple
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-20 Daniel BerlinMiscellaneous Fixes for SparseBitVector
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-06-30 Dan GohmanDrop the OS from the WebAssembly target triple for...
2015-06-29 Dan Gohman[WebAssembly] Initial WebAssembly backend
2015-06-25 Pawel BylicaAdd missing <array> include.
2015-06-25 Pawel BylicaExpress APInt::{s,u}{l,g}e(uint64_t) in terms of APInt...
2015-06-24 Alex LorenzADTTests: merge #ifdef checks from r240436.
2015-06-24 Chandler Carruth[ADT] Teach DenseMap to support StringRef keys.
2015-06-23 Alex LorenzADT: Add a string APSInt constructor.
2015-06-16 Duncan P. N. Exon... modules: Add explicit dependency on intrinsics_gen
2015-06-09 Aaron BallmanRemoving spurious semi colons; NFC.
2015-06-04 Benjamin Kramer[APInt] Remove special case for i1.
2015-05-27 Renato GolinARMTargetParser: Make BSD Thumb/BE armv6 work
2015-05-22 Renato GolinAdding profile and version parsers to ARMTargetParser
2015-05-21 Renato GolinMake Triple::parseARMArch use ARMTargetParser
2015-05-20 Renato GolinGet Triple::getARMCPUForArch() to use TargetParser
2015-05-08 John Brawn[ARM] Reject invalid -march values
2015-05-05 Ismail DonmezFix regression in parsing armv{6,7}hl- triples. These...
2015-05-01 Douglas KatzmanMove unit test into anonymous namespace as per convention.
2015-04-30 Douglas KatzmanExhaustively test all triples in TripleTest.
2015-04-29 Douglas KatzmanNew architecture name - 'sparcel' for Sparc little...
2015-04-24 Pawel BylicaFix APInt long division algorithm
2015-04-22 Yaron KerenAnother test to exercise APInt divide step D6.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-26 Derek SchuffDefault to armv7 cpu for NaCl when march=arm
2015-03-26 Yaron KerenFix rare case where APInt divide algorithm applied...
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-17 Yaron KerenTeach Twine to support SmallString.
2015-03-16 Gabor Horvath[llvm] Replacing asserts with static_asserts where...
2015-03-09 Ed SchoutenAdd support for Nuxi CloudABI.
2015-03-09 Benjamin KramerDrop the hacks used for partial C99 math libraries.
2015-03-04 David BlaikieExplicitly default ilistTest::Node's copy constructor
2015-03-04 David BlaikieExplicitly default DenseMapTest::CtorTest::operator=
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-03-03 David BlaikieDeltaAlgorithm: Provide protected default copy ctor...
2015-03-03 David BlaikieRemove no-op dtor so that use of the implicit copy...
2015-03-03 David BlaikieRemove explicit copy ctor in favor of the default so...
2015-03-02 Benjamin KramerSmallVector: Allow initialization and assignment from...
2015-03-01 Benjamin KramerArrayRef: Remove the equals helper with many arguments.
2015-02-17 Aaron BallmanCorrecting the ArrayRef test to not cause use-after...
2015-02-17 Aaron BallmanAdding additional tests to ensure that initializer...
2015-02-17 Aaron BallmanAddressing a post-commit review comment suggesting...
2015-02-17 Aaron BallmanI believe we no longer require LLVM_HAS_INITIALIZER_LIS...
2015-02-17 NAKAMURA TakumiADT/PointerIntPairTest.cpp: Prune obsolete #if. We...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-09 Duncan P. N. Exon... ADT: Allow up to 18 arguments in hash_combine()
2015-02-07 Benjamin KramerSmallVector: Move emplace_back to SmallVectorImpl.
2015-02-05 Duncan P. N. Exon... ADT: Add int64_t interoperability to APSInt
2015-01-26 Joerg SonnenbergerThe canonical CPU variant for ARM according to config...
2015-01-23 Lang Hames[ADT] Add move operations to SmallVector<T,N> from...
2015-01-19 Michael Gottesman[tinyptrvector] Add in a MutableArrayRef implicit conve...
2015-01-14 Richard TrieuDisable -Wunknown-pragmas in a test so that Clang witho...
2015-01-13 Aaron BallmanSilence warnings about unknown pragmas for compilers...
2015-01-13 Richard TrieuDisable a warning for self move since the test is check...
2015-01-04 Lang Hames[APFloat][ADT] Fix sign handling logic for FMA results...
2015-01-01 Chandler CarruthRevert r225053: Add an ArrayRef upcasting constructor...
2014-12-31 Michael GottesmanAdd 2x constructors for TinyPtrVector, one that takes...
2014-12-31 Michael GottesmanAdd a SmallMapVector class that is a MapVector with...
2014-12-31 Michael GottesmanAdd an ArrayRef upcasting constructor from ArrayRef...
2014-12-03 Aaron BallmanSilencing several "multiple copy constructors" warnings...
2014-12-03 Duncan P. N. Exon... ADT: Add SmallVector<>::emplace_back()
2014-11-20 Michael IlsemanCompilation test for PostOrderIterator.
2014-11-19 Lang Hames[ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd...
next