Reimplement the temporary non-const getSubtargetImpl routine so
[oota-llvm.git] / unittests /
2014-08-04 Justin BognerPath: Stop claiming path::const_iterator is bidirectional
2014-08-02 NAKAMURA TakumiBitcodeTests: Fix LINK_COMPONENTS.
2014-08-01 Duncan P. N. Exon... IR: Add Value::reverseUseList()
2014-08-01 Duncan P. N. Exon... BitcodeReader: Fix some BlockAddress forward reference...
2014-08-01 Duncan P. N. Exon... Try to fix configure+make after r214556
2014-08-01 Duncan P. N. Exon... Rewrite BitReaderTest, NFC
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-27 Chandler Carruth[ADT] Add a remarkbly useful little helper routine...
2014-07-26 NAKAMURA TakumiIR/UseTest.cpp: Avoid std::to_string() to appease mingw...
2014-07-24 Duncan P. N. Exon... Fix r213824 on windows
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-24 NAKAMURA Takumi[CMake] LineEditorTests: Add Support to link_components.
2014-07-24 Duncan P. N. Exon... IR: Add Value::sortUseList()
2014-07-16 Justin Bognerunittests: Actually test reverse iterators in Path...
2014-07-15 Duncan P. N. Exon... ADT: Add MapVector::remove_if
2014-07-15 Duncan P. N. Exon... ADT: Fix MapVector::erase()
2014-07-14 Justin BognerSupport: Fix option handling when using cl::Required...
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-07-11 Argyrios KyrtzidisMove the API and implementation of clang::driver::getAR...
2014-07-09 Alexey SamsonovDecouple llvm::SpecialCaseList text representation...
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.
next