Fix r212522 - [mips] Improve encapsulation of the .MIPS.abiflags implementation and...
[oota-llvm.git] / unittests /
2014-07-06 Aaron BallmanThese should be EXPECT_TRUE, not EXPECT_FALSE. Amends...
2014-07-06 Aaron BallmanFixing compile errors related to changes with MemoryBuf...
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-05 David MajnemerADT: Add a drop_back() helper to ArrayRef
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-07-02 Rafael EspindolaMove CFG building code to a new lib/MC/MCAnalysis library.
2014-07-01 Benjamin KramerRemove unused typedef. GCC warns about this.
2014-06-27 Aaron BallmanReverting r211950 -- it did not help resolve the -Wcomm...
2014-06-27 Aaron BallmanAdding some trailing whitespace after a comment previou...
2014-06-27 Chandler CarruthRe-apply r211287: Remove support for LLVM runtime multi...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-24 NAKAMURA TakumiRevert r211287, "Remove support for LLVM runtime multi...
2014-06-24 Duncan P. N. Exon... Support: Return ScaledNumbers::MaxScale from getQuotient()
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::getSum() and getDiffere...
2014-06-23 Duncan P. N. Exon... Support: Return scale from ScaledNumbers::matchScales()
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::matchScale()
2014-06-23 David BlaikieRecommit 211309 (StringMap::insert), reverted in 211328...
2014-06-23 Duncan P. N. Exon... Cleanup r211507
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::compare()
2014-06-20 Duncan P. N. Exon... Support: ScaledNumber: Fix inconsistent test names
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumber::getQuotient() and getProduct()
2014-06-20 Duncan P. N. Exon... Support: Mark end of namespaces
2014-06-20 Zachary TurnerRevert "Replace Execution Engine's mutex with std:...
2014-06-20 David BlaikieFix some -Wsign-compare fallout from changing container...
2014-06-20 Duncan P. N. Exon... Support: Clean up getRounded() tests
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumbers::getAdjusted()
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumbers::getRounded()
2014-06-20 Rafael EspindolaRevert "Add StringMap::insert(pair) consistent with...
2014-06-19 David BlaikieAdd StringMap::insert(pair) consistent with the standar...
2014-06-19 Zachary TurnerRemove support for LLVM runtime multi-threading.
2014-06-19 Alp TokerRemove OwningPtr.h and associated tests
2014-06-19 Nikola SmiljanicPR10140 - StringPool's PooledStringPtr has non-const...
2014-06-18 Zachary TurnerReplace Execution Engine's mutex with std::recursive_mutex.
2014-06-17 Dmitri GribenkoConvertUTF tests: remove uses of initializer lists...
2014-06-17 Zachary TurnerFix build breakage caused by change to ValueMapTest.
2014-06-17 Zachary TurnerExpose ValueMap's mutex type as a typedef instead of...
2014-06-16 Zachary TurnerRevert r211066, 211067, 211068, 211069, 211070.
2014-06-16 Zachary TurnerRemove some more code out into a separate CL.
2014-06-16 Dmitri GribenkoSupport/ConvertUTF: implement U+FFFD insertion accordin...
2014-06-14 Artyom SkrobovAdding llvm::sys::swapByteOrder() for the common use...
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-13 Rafael EspindolaRemove the last uses of 'using std::error_code'
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaReplace llvm::error_code with std::error_code.
2014-06-11 Rafael EspindolaRemove unused has_magic.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 David BlaikieSmallVectorTest: Make the deleted member functions...
2014-06-11 Craig TopperConvert StringMapEntry::Create to use StringRef instead...
2014-06-11 Rafael EspindolaRemove windows_error.
2014-06-10 NAKAMURA TakumiSmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION.
2014-06-09 David BlaikieSmallVector: support resize(N) with move-only types
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-06-08 David BlaikieSmallVector: Improve test coverage for insert with...
2014-06-08 David BlaikieSmallVector: More movable improvements - don't copy...
2014-06-08 David BlaikieSmallVector: Move, don't copy, elements to make space...
2014-06-08 David BlaikieSmallVectorTest: Remove some more robust checks added...
2014-06-08 David BlaikieFix some more moving-from-moved-from objects issues...
2014-06-08 Stephen CanonAPFloat: x - NaN needs to flip the signbit of NaN when...
2014-06-08 David BlaikieEnsure SmallVector::insert doesn't overwrite the last...
2014-06-08 Alp TokerFix build when no native target is enabled
2014-06-06 Rafael EspindolaAllow aliases to be unnamed_addr.
2014-06-03 Rafael EspindolaMake this operator bool() explicit to match the standar...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-31 Peter CollingbourneFix the behavior of ExecuteAndWait with a non-zero...
2014-05-18 Craig TopperUse std::unique_ptr instead of OwningPtr in the MemoryB...
2014-05-17 Rafael EspindolaUse create methods since msvc doesn't handle delegating...
2014-05-17 Rafael EspindolaReduce abuse of default values in the GlobalAlias const...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 Rafael EspindolaChange the GlobalAlias constructor to look a bit more...
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
2014-05-15 Juergen RibutzkaRevert "[PM] Add pass run listeners to the pass manager."
2014-05-13 Rafael EspindolaAssert that we don't RAUW a Constant with a ConstantExp...
2014-05-09 David BlaikieRemove use of = default/= delete as they're unsupported...
2014-05-08 David BlaikieMissed formatting
2014-05-08 David BlaikieStringMap: Move assignment and move construction.
2014-05-08 David BlaikieStringMap support for move-only values.
2014-05-07 Rafael EspindolaReplace a virtual with an override.
2014-05-06 Reid KlecknerCopy the full TailCallKind in CallInst::clone_impl
2014-05-06 Evgeniy StepanovDisable -Wcomment when building with GCC.
2014-05-04 Chandler Carruth[LCG] Add the last (and most complex) of the edge inser...
2014-05-04 Chandler Carruth[LCG] Reorder the tests to be a bit more logical: inter...
2014-05-03 Juergen Ributzka[TBAA] Fix handling of mixed TBAA (path-aware and non...
2014-05-01 Chandler Carruth[LCG] Add the other simple edge insertion API to the...
2014-05-01 Chandler Carruth[LCG] Add some basic methods for querying the parent...
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-04-30 Douglas GregorFix a use of uninitialized memory in SmallVector's...
2014-04-30 Chandler Carruth[LCG] Add the really, *really* boring edge insertion...
2014-04-30 Evgeniy StepanovFix multiline comment warning.
2014-04-30 Chandler Carruth[LCG] Actually test the *basic* edge removal bits ...
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-29 Duncan P. N. Exon... SupportTest: Fix test names harder
2014-04-29 Duncan P. N. Exon... Support: More BlockFrequencyTest => BranchProbabilityTest
2014-04-29 Duncan P. N. Exon... Support: Fix test name
2014-04-29 Duncan P. N. Exon... Support: BlockFrequencyTest => BranchProbabilityTest
2014-04-29 Duncan P. N. Exon... blockfreq: Defer to BranchProbability::scale() (again)
2014-04-29 Duncan P. N. Exon... Support: Add BranchProbability::scale() and ::scaleByIn...
next