summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2017-07-03MathExtras UnitTest: Assert that isPowerOf2(0) is false. NFC.Zvi Rackover
2017-07-01Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...Eric Beckmann
2017-07-01[Dominators] Reapply r306892, r306893, r306893.Jakub Kuderski
2017-06-30Revert "[Dominators] Teach IDF to use level information"Jakub Kuderski
2017-06-30[Dominators] Keep tree level in DomTreeNode and use it to find NCD and answer...Jakub Kuderski
2017-06-30Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith
2017-06-30[DWARF] Don't include TestingSupport in LLVM_LINK_COMPONENTS.Juergen Ributzka
2017-06-30[DWARF] - Simplify HandleExpectedError implementation in DWARFDebugInfoTestGeorge Rimar
2017-06-30[GlobalISel] Make multi-step legalization work.Kristof Beyls
2017-06-30Try to appease a buildbot.Vedant Kumar
2017-06-30[Dominators] Don't compute DFS InOut numbers eagerly.Jakub Kuderski
2017-06-30[Coverage] Remove two overloads of CoverageMapping::load. NFC.Vedant Kumar
2017-06-29[DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson
2017-06-29Recommit "[Support] Add RetryAfterSignal helper function"Pavel Labath
2017-06-29Revert "Replace trivial use of external rc.exe by writing our own .res file."Eric Beckmann
2017-06-28[DebugInfo] - Removed trailing whitespaces. NFC.George Rimar
2017-06-28Recommit "[ELF] - Add ability for DWARFContextInMemory to exit early when any...George Rimar
2017-06-28Revert r306512 "[ELF] - Add ability for DWARFContextInMemory to exit early wh...George Rimar
2017-06-28[ELF] - Add ability for DWARFContextInMemory to exit early when any error hap...George Rimar
2017-06-26[DWARF] NFC: Collect info used by DWARFFormValue into a helper.Paul Robinson
2017-06-26Replace trivial use of external rc.exe by writing our own .res file.Eric Beckmann
2017-06-25[AST] Fix a bug in aliasesUnknownInst. Make sure we are comparing the unknown...Xin Tong
2017-06-25Add support for Ananas platformEd Schouten
2017-06-23[ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames
2017-06-23This reverts commit r306166 and r306168.Rafael Espindola
2017-06-23[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames
2017-06-23Make the size specification for cache_size_bytes case insensitive.Peter Collingbourne
2017-06-23Add a ThinLTO cache policy for controlling the maximum cache size in bytes.Peter Collingbourne
2017-06-23Fix double->float truncation warning on MSVCSimon Pilgrim
2017-06-23[ADT] Add llvm::to_floatPavel Labath
2017-06-22[ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames
2017-06-22Make IPDBSession::getGlobalScope a non-const methodAdrian McCarthy
2017-06-22Revert "[Support] Add RetryAfterSignal helper function" and subsequent fixPavel Labath
2017-06-22[Support] Fix return type deduction in RetryAfterSignalPavel Labath
2017-06-21[PDB] Add symbols to the PDBReid Kleckner
2017-06-21[Support] Add RetryAfterSignal helper functionPavel Labath
2017-06-20Add a cantFail overload for Expected-reference (Expected<T&>) types.Lang Hames
2017-06-20Support: chunk writing on LinuxSaleem Abdulrasool
2017-06-20[GSoC] Flag value completion for clangYuka Takahashi
2017-06-20[Coverage] PR33517: Check for failure to load func recordsVedant Kumar
2017-06-20[ProfileData] PR33517: Check for failure of symtab creationVedant Kumar
2017-06-19Try to fix uninitialized read in unit test.Zachary Turner
2017-06-18Revert r305642Ismail Donmez
2017-06-18Test to correct triple for SUSE on ARMv7Ismail Donmez
2017-06-16[CodeView] Fix random access of type names.Zachary Turner
2017-06-15UnitTests: Followup to 305519Matthias Braun
2017-06-15UnitTests: Replace some if(x)report_fatal_error() with EXPECT_TRUE(!x)Matthias Braun
2017-06-15Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova
2017-06-15[formatv] Add the ability to specify a fill character when aligning.Zachary Turner
2017-06-14Don't include TestingSupport in LLVM_LINK_COMPONENTS.Zachary Turner