summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2016-11-15[AArch64] Add support for Qualcomm's Falkor CPU.Chad Rosier
2016-11-15[AArch64] Refactor test per Matthias' request.Chad Rosier
2016-11-15Fix llvm-symbolizer to correctly sort a symbol array and calculate symbol sizesKuba Brecka
2016-11-15[ORC] Temporarily disable RPCUtils unit test.Lang Hames
2016-11-13Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne
2016-11-12[Support] Add StringRef::find_lower and contains_lower.Zachary Turner
2016-11-12[ORC] Add a WrappedHandlerReturn type to map handler return types onto errorLang Hames
2016-11-11[Support] Introduce llvm::formatv() function.Zachary Turner
2016-11-11Fix static initialization order fiasco in MCTestsMehdi Amini
2016-11-11[ORC] Temporarily fix the RPCUtils unit test by explicitly specifying a handlerLang Hames
2016-11-11[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.Lang Hames
2016-11-11Make the FunctionComparator of the MergeFunctions pass a stand-alone utility.Erik Eckstein
2016-11-11[ORC] Revert r286620 while I investigate a bot failure.Lang Hames
2016-11-11[ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames
2016-11-11Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormVal...Greg Clayton
2016-11-11Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-11-11[ADT/MathExtras] Make buildbot happy again.Davide Italiano
2016-11-11[ADT/MathExtras] Add tests for PowerOf2Floor (previously untested).Davide Italiano
2016-11-11[ADT/MathExtras] Introduce PowerOf2Ceil.Davide Italiano
2016-11-10[Support] Improve flexibility of binary blob formatter.Zachary Turner
2016-11-10Revert r286437 r286438, they caused PR30976Nico Weber
2016-11-10[SCEVExpander] Hoist unsigned divisons when safeSanjoy Das
2016-11-10[SCEVExpander] Don't hoist divisionsSanjoy Das
2016-11-10Lift out a helper lambda; NFCSanjoy Das
2016-11-09Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne
2016-11-09Added the ability to dump hex bytes easily into a raw_ostream.Greg Clayton
2016-11-08[TBAA] Drop support for "old style" scalar TBAA tagsSanjoy Das
2016-11-08IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne
2016-11-08Bitcode: Decouple block info block state from reader.Peter Collingbourne
2016-11-07Add tests for r286139.Jordan Rose
2016-11-06[APFloat] Make functions that produce APFloaat objects use correct semantics.Tim Shen
2016-11-03Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl
2016-11-03[ADT] IntervalMap: fix setStart and setStopMichael LeMay
2016-11-03[CMake] Disable rpath for UnitTestsJonas Hahnfeld
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-11-02Bitcode: Fix short read implementation.Peter Collingbourne
2016-11-02[ilist_node] Add a getReverseIterator() method and a unittest for it.Michael Gottesman
2016-11-02Support: Remove MemoryObject and DataStreamer interfaces.Peter Collingbourne
2016-11-02Bitcode: Change reader interface to take memory buffers.Peter Collingbourne
2016-11-01[MemorySSA] Tighten up types to make our API prettier. NFC.George Burgess IV
2016-11-01[RISCV] Recognise riscv32 and riscv64 in triple parsing codeAlex Bradbury
2016-11-01Attempt to pacify buildbotSerge Pavlov
2016-11-01Allow resolving response file names relative to including fileSerge Pavlov
2016-10-31Make a test case more rigorous; NFCSanjoy Das
2016-10-31[SCEV] Try to order n-ary expressions in CompareValueComplexitySanjoy Das
2016-10-31[SCEV] Reduce boilerplate in unit testsSanjoy Das
2016-10-30[SCEV] In CompareValueComplexity, order global values by their nameSanjoy Das
2016-10-30Clean up test a little bit; NFCSanjoy Das