summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-077-62/+90
* [ORC] Update GlobalMappingLayer::addModuleSet to addModule.Lang Hames2017-07-061-1/+1
* Prototype: Reduce llvm-profdata merge memory usage furtherDavid Blaikie2017-07-061-14/+14
* Simplify InstrProfRecord tests, eliminating named temporaries in favor of bra...David Blaikie2017-07-062-107/+56
* Revert "Revert "Revert "Replace trivial use of external rc.exe by writing our...Eric Beckmann2017-07-051-2/+1
* Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...Eric Beckmann2017-07-051-1/+2
* Revert "Replace trivial use of external rc.exe by writing our own .res file."Eric Beckmann2017-07-051-2/+1
* [Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames2017-07-043-54/+47
* MathExtras UnitTest: Assert that isPowerOf2(0) is false. NFC.Zvi Rackover2017-07-031-0/+2
* Revert "Revert "Replace trivial use of external rc.exe by writing our own .re...Eric Beckmann2017-07-011-1/+2
* [Dominators] Reapply r306892, r306893, r306893.Jakub Kuderski2017-07-011-0/+13
* Revert "[Dominators] Teach IDF to use level information"Jakub Kuderski2017-06-301-13/+0
* [Dominators] Keep tree level in DomTreeNode and use it to find NCD and answer...Jakub Kuderski2017-06-301-0/+13
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-14/+16
* [DWARF] Don't include TestingSupport in LLVM_LINK_COMPONENTS.Juergen Ributzka2017-06-301-1/+2
* [DWARF] - Simplify HandleExpectedError implementation in DWARFDebugInfoTestGeorge Rimar2017-06-302-78/+64
* [GlobalISel] Make multi-step legalization work.Kristof Beyls2017-06-301-0/+19
* Try to appease a buildbot.Vedant Kumar2017-06-301-1/+2
* [Dominators] Don't compute DFS InOut numbers eagerly.Jakub Kuderski2017-06-301-0/+2
* [Coverage] Remove two overloads of CoverageMapping::load. NFC.Vedant Kumar2017-06-301-8/+9
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-291-4/+4
* Recommit "[Support] Add RetryAfterSignal helper function"Pavel Labath2017-06-292-0/+37
* Revert "Replace trivial use of external rc.exe by writing our own .res file."Eric Beckmann2017-06-291-2/+1
* [DebugInfo] - Removed trailing whitespaces. NFC.George Rimar2017-06-281-68/+68
* Recommit "[ELF] - Add ability for DWARFContextInMemory to exit early when any...George Rimar2017-06-282-0/+48
* Revert r306512 "[ELF] - Add ability for DWARFContextInMemory to exit early wh...George Rimar2017-06-282-48/+0
* [ELF] - Add ability for DWARFContextInMemory to exit early when any error hap...George Rimar2017-06-282-0/+48
* [DWARF] NFC: Collect info used by DWARFFormValue into a helper.Paul Robinson2017-06-261-10/+19
* Replace trivial use of external rc.exe by writing our own .res file.Eric Beckmann2017-06-261-1/+2
* [AST] Fix a bug in aliasesUnknownInst. Make sure we are comparing the unknown...Xin Tong2017-06-252-0/+88
* Add support for Ananas platformEd Schouten2017-06-251-0/+6
* [ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames2017-06-234-33/+38
* This reverts commit r306166 and r306168.Rafael Espindola2017-06-234-38/+33
* [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames2017-06-234-33/+38
* Make the size specification for cache_size_bytes case insensitive.Peter Collingbourne2017-06-231-1/+1
* Add a ThinLTO cache policy for controlling the maximum cache size in bytes.Peter Collingbourne2017-06-231-4/+30
* Fix double->float truncation warning on MSVCSimon Pilgrim2017-06-231-2/+2
* [ADT] Add llvm::to_floatPavel Labath2017-06-231-1/+19
* [ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames2017-06-222-121/+110
* Make IPDBSession::getGlobalScope a non-const methodAdrian McCarthy2017-06-221-3/+1
* Revert "[Support] Add RetryAfterSignal helper function" and subsequent fixPavel Labath2017-06-222-39/+0
* [Support] Fix return type deduction in RetryAfterSignalPavel Labath2017-06-221-0/+5
* [PDB] Add symbols to the PDBReid Kleckner2017-06-211-8/+79
* [Support] Add RetryAfterSignal helper functionPavel Labath2017-06-212-0/+34
* Add a cantFail overload for Expected-reference (Expected<T&>) types.Lang Hames2017-06-201-0/+4
* Support: chunk writing on LinuxSaleem Abdulrasool2017-06-201-0/+6
* [GSoC] Flag value completion for clangYuka Takahashi2017-06-201-6/+7
* [Coverage] PR33517: Check for failure to load func recordsVedant Kumar2017-06-201-16/+39
* [ProfileData] PR33517: Check for failure of symtab creationVedant Kumar2017-06-201-5/+11
* Try to fix uninitialized read in unit test.Zachary Turner2017-06-191-0/+1
OpenPOWER on IntegriCloud