OSDN Git Service

[X86][SSE] Added PSUBUS from SELECT tests from D25987
[android-x86/external-llvm.git] / unittests /
2016-11-16 Pavel LabathRemove TimeValue class
2016-11-15 Chad Rosier[AArch64] Add support for Qualcomm's Falkor CPU.
2016-11-15 Chad Rosier[AArch64] Refactor test per Matthias' request.
2016-11-15 Kuba BreckaFix llvm-symbolizer to correctly sort a symbol array...
2016-11-15 Lang Hames[ORC] Temporarily disable RPCUtils unit test.
2016-11-13 Peter CollingbourneBitcode: Change module reader functions to return an...
2016-11-12 Zachary Turner[Support] Add StringRef::find_lower and contains_lower.
2016-11-12 Lang Hames[ORC] Add a WrappedHandlerReturn type to map handler...
2016-11-11 Zachary Turner[Support] Introduce llvm::formatv() function.
2016-11-11 Mehdi AminiFix static initialization order fiasco in MCTests
2016-11-11 Lang Hames[ORC] Temporarily fix the RPCUtils unit test by explici...
2016-11-11 Lang Hames[ORC] Re-apply 286620 with fixes for the ErrorSuccess...
2016-11-11 Erik EcksteinMake the FunctionComparator of the MergeFunctions pass...
2016-11-11 Lang Hames[ORC] Revert r286620 while I investigate a bot failure.
2016-11-11 Lang Hames[ORC] Refactor the ORC RPC utilities to add some new...
2016-11-11 Greg ClaytonClean up DWARFFormValue by reducing duplicated code...
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-11-11 Mehdi AminiPrevent at compile time converting from Error::success...
2016-11-11 Mehdi AminiMake the Error class constructor protected
2016-11-11 Davide Italiano[ADT/MathExtras] Make buildbot happy again.
2016-11-11 Davide Italiano[ADT/MathExtras] Add tests for PowerOf2Floor (previousl...
2016-11-11 Davide Italiano[ADT/MathExtras] Introduce PowerOf2Ceil.
2016-11-10 Zachary Turner[Support] Improve flexibility of binary blob formatter.
2016-11-10 Nico WeberRevert r286437 r286438, they caused PR30976
2016-11-10 Sanjoy Das[SCEVExpander] Hoist unsigned divisons when safe
2016-11-10 Sanjoy Das[SCEVExpander] Don't hoist divisions
2016-11-10 Sanjoy DasLift out a helper lambda; NFC
2016-11-09 Peter CollingbourneBitcode: Change the materializer interface to return...
2016-11-09 Greg ClaytonAdded the ability to dump hex bytes easily into a raw_o...
2016-11-08 Sanjoy Das[TBAA] Drop support for "old style" scalar TBAA tags
2016-11-08 Peter CollingbourneIR, Bitcode: Change bitcode reader to no longer own...
2016-11-08 Peter CollingbourneBitcode: Decouple block info block state from reader.
2016-11-07 Jordan RoseAdd tests for r286139.
2016-11-06 Tim Shen[APFloat] Make functions that produce APFloaat objects...
2016-11-03 Adrian PrantlAdd DWARF debug info support for C++11 inline namespaces.
2016-11-03 Michael LeMay[ADT] IntervalMap: fix setStart and setStop
2016-11-03 Jonas Hahnfeld[CMake] Disable rpath for UnitTests
2016-11-02 Malcolm ParsonsFix Clang-tidy readability-redundant-string-cstr warnings
2016-11-02 Peter CollingbourneBitcode: Fix short read implementation.
2016-11-02 Michael Gottesman[ilist_node] Add a getReverseIterator() method and...
2016-11-02 Peter CollingbourneSupport: Remove MemoryObject and DataStreamer interfaces.
2016-11-02 Peter CollingbourneBitcode: Change reader interface to take memory buffers.
2016-11-01 George Burgess IV[MemorySSA] Tighten up types to make our API prettier...
2016-11-01 Alex Bradbury[RISCV] Recognise riscv32 and riscv64 in triple parsing...
2016-11-01 Serge PavlovAttempt to pacify buildbot
2016-11-01 Serge PavlovAllow resolving response file names relative to includi...
2016-10-31 Sanjoy DasMake a test case more rigorous; NFC
2016-10-31 Sanjoy Das[SCEV] Try to order n-ary expressions in CompareValueCo...
2016-10-31 Sanjoy Das[SCEV] Reduce boilerplate in unit tests
2016-10-30 Sanjoy Das[SCEV] In CompareValueComplexity, order global values...
2016-10-30 Sanjoy DasClean up test a little bit; NFC
2016-10-29 Zachary TurnerResubmit "Add support for advanced number formatting."
2016-10-27 Greg ClaytonSwitch all DWARF variables for tags, attributes and...
2016-10-26 Victor LeschukDebugInfo: fix incorrect alignment type (NFC)
2016-10-26 Peter CollingbourneCloning: Also clone global variable attached metadata.
2016-10-25 Vedant Kumar[unittests] STLExtrasTest: Remove an MSVC 2013 workarou...
2016-10-25 Vedant Kumar[unittests] Remove an MSVC 2013 workaround, NFCI.
2016-10-21 Benjamin Kramer[Support] Fix AlignOf test on i386-linux.
2016-10-20 Daniel Berlin[MSSA] Avoid unnecessary use walks when calling getClob...
2016-10-20 Benjamin Kramer[Support] Remove llvm::alignOf now that all uses are...
2016-10-20 Benjamin KramerRetire llvm::alignOf in favor of C++11 alignof.
2016-10-20 Pavel LabathReapply "Add Chrono.h - std::chrono support header"
2016-10-20 Victor LeschukDebugInfo: preparation to implement DW_AT_alignment
2016-10-19 Mehdi AminiAdd computeHostNumPhysicalCores() implementation for...
2016-10-19 Mehdi Amini[ADT] Zip range adapter
2016-10-19 Pavel LabathRevert "Add Chrono.h - std::chrono support header"
2016-10-19 Artur PilipenkoIntroduce ConstantRange.addWithNoSignedWrap
2016-10-19 Pavel LabathAdd Chrono.h - std::chrono support header
2016-10-18 Vitaly Buka[asan] Simplify calculation of stack frame layout extra...
2016-10-18 Vitaly Buka[asan] Append line number to variable name if line...
2016-10-18 Justin Lebar[ADT] Remove CachedHash<T>.
2016-10-18 Sanjoy Das[SCEV] Make CompareValueComplexity a little bit smarter
2016-10-18 Victor LeschukDebugInfo: change alignment type from uint64_t to uint3...
2016-10-18 Renato GolinRevert "Resubmit "Add support for advanced number forma...
2016-10-17 Zachary TurnerRename HexStyle -> HexFormatStyle, and remove a constexpr.
2016-10-17 Zachary TurnerResubmit "Add support for advanced number formatting."
2016-10-17 Justin Lebar[ADT] Move CachedHashString to its own header in ADT...
2016-10-17 Justin Lebar[ADT] Add an initializer_list constructor to {Small...
2016-10-17 Justin Lebar[ADT] Add SmallDenseSet.
2016-10-17 Zachary TurnerRevert formatting changes.
2016-10-17 Zachary TurnerTry to fix build after invalid pointer conversion.
2016-10-17 Zachary Turner[Support] Add support for "advanced" number formatting.
2016-10-17 Teresa JohnsonRename interface for querying physical hardware concurrency
2016-10-17 Benjamin Kramer[Support] remove_dots: Remove windows test.
2016-10-17 Benjamin Kramer[Support] remove_dots: Remove .. from absolute paths.
2016-10-16 Justin Bognerunittests: Explicitly ignore some return values in...
2016-10-16 Richard SmithPR30711: Fix incorrect profiling of 'long long' in...
2016-10-14 Tim NorthoverGlobalISel: rename legalizer components to match others.
2016-10-14 Vedant Kumar[Coverage] Support loading multiple binaries into a...
2016-10-14 David L KreitzerDefine "contiki" OS specifier.
2016-10-14 Diana Picus[GlobalISel] Get the AArch64 tests to work on Linux
2016-10-14 Teresa JohnsonAdd interface for querying physical hardware concurrency
2016-10-13 Teresa JohnsonAdd interface to compute number of physical cores on...
2016-10-13 Vedant Kumar[unittests] Remove a redundant test fixture (NFC)
2016-10-13 Eric LiuDo not delete leading ../ in remove_dots.
2016-10-13 Diana PicusRemove a FIXME that I forgot about. NFC.
2016-10-12 Vedant Kumar[unittests] Delete even more copy constructors (NFC)
2016-10-12 Vedant Kumar[unittests] Delete some copy constructors (NFC)
2016-10-12 Vedant Kumar[unittest] Pass a reference instead of making a copy...
2016-10-12 Mehdi AminiRevert "[ADT] Zip range adapter"
next