summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2016-04-23BitcodeReader: Avoid referencing unresolved nodes from distinct onesDuncan P. N. Exon Smith1-0/+75
2016-04-23Tag the end of an anonymous namespace, NFCDuncan P. N. Exon Smith1-1/+1
2016-04-22Fix some spelling mistakesDavid Majnemer1-1/+1
2016-04-21Add a CachedHash structure.Rafael Espindola1-0/+49
2016-04-19IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith1-0/+91
2016-04-19[Orc] Add pthread dependence to the RPCUtilsTest unit test.Lang Hames1-0/+2
2016-04-19IR: LLVMContextTest => DebugTypeODRUniquingTest, NFCDuncan P. N. Exon Smith2-4/+4
2016-04-19IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith1-17/+23
2016-04-19IR: Require DICompositeType for ODR uniquing type mapDuncan P. N. Exon Smith1-5/+7
2016-04-19[Orc] Disable RPC callST unit test until the S390 failures encountered duringLang Hames1-20/+22
2016-04-19IR: Rename API for enabling ODR uniquing of DITypes, NFCDuncan P. N. Exon Smith1-15/+15
2016-04-19[Orc] Tidy up some of the RPC primitives, add a unit-test for the callSTLang Hames1-42/+95
2016-04-18[Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.Lang Hames1-27/+76
2016-04-18Reapply "[Coverage] Prevent detection of false instantiations in case of macr...Igor Kudrin1-0/+38
2016-04-18Revert "Replace the use of MaxFunctionCount module flag"Eric Liu2-67/+0
2016-04-18Revert 266581 (and follow-up 266588), it doesn't build on Windows.Nico Weber1-76/+27
2016-04-18Unbreak building unit tests on Windows after r266595.Nico Weber1-0/+1
2016-04-18[NFC] Header cleanupMehdi Amini13-12/+5
2016-04-18[ORC] Generalize the ORC RPC utils to support RPC function return values andLang Hames1-27/+76
2016-04-17IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith2-0/+58
2016-04-16Remove some unneeded headers and replace some headers with forward class decl...Mehdi Amini2-2/+3
2016-04-16ValueMapper: Stop memoizing ConstantAsMetadataDuncan P. N. Exon Smith1-4/+5
2016-04-16[DebugInfo] Correct the assertion introduced in r266509 + update test.Davide Italiano1-1/+2
2016-04-16Reapply "ValueMapper: Eliminate cross-file co-recursion, NFC"Duncan P. N. Exon Smith1-52/+52
2016-04-16Revert "ValueMapper: Eliminate cross-file co-recursion, NFC"Duncan P. N. Exon Smith1-52/+52
2016-04-16ValueMapper: Use API from r266503 in unit tests, NFCDuncan P. N. Exon Smith1-52/+52
2016-04-15Replace the use of MaxFunctionCount module flagEaswaran Raman2-0/+67
2016-04-15Revert "[Coverage] Prevent detection of false instantiations in case of macro...Igor Kudrin1-38/+0
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2-52/+40
2016-04-15[Coverage] Prevent detection of false instantiations in case of macro expansion.Igor Kudrin1-0/+38
2016-04-15[Coverage] Add support for making test data for more than one function.Igor Kudrin1-83/+169
2016-04-15Option parser: class for consuming a joined arg in addition to all remaining ...Hans Wennborg2-0/+53
2016-04-15OptionParsingTest.cpp: reorder EXPECT_EQs to put expectation on the left. NFC.Hans Wennborg1-25/+25
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini34-643/+703
2016-04-14[Coverage] Update testing methods to support more than two filesIgor Kudrin1-11/+58
2016-04-13ValueMapper: Resolve cycles on the new nodesDuncan P. N. Exon Smith1-0/+42
2016-04-13[DebugInfo] Optimize memory layout of DISubprogram.Davide Italiano1-2/+3
2016-04-12APInt: Add overload of isMaskMatt Arsenault1-0/+17
2016-04-10Fix asan test failureXinliang David Li1-0/+2
2016-04-10[PGO] Fix deserialize bug Xinliang David Li1-0/+40
2016-04-10Clean up test caseXinliang David Li1-40/+36
2016-04-08ValueMapper: Don't memoize metadata when RF_NoModuleLevelChangesDuncan P. N. Exon Smith1-0/+32
2016-04-08ValueMapper: Stop memoizing MDStringsDuncan P. N. Exon Smith1-0/+15
2016-04-08Reapply "ValueMapper: Treat LocalAsMetadata more like function-local Values"Duncan P. N. Exon Smith1-0/+118
2016-04-08Revert "ValueMapper: Treat LocalAsMetadata more like function-local Values"Duncan P. N. Exon Smith1-95/+0
2016-04-08ValueMapper: Treat LocalAsMetadata more like function-local ValuesDuncan P. N. Exon Smith1-0/+95
2016-04-07Revert "ValueMapper: Make LocalAsMetadata match function-local Values"Duncan P. N. Exon Smith1-82/+0
2016-04-07ValueMapper: Allow RF_IgnoreMissingLocals and RF_NullMapMissingGlobalValuesDuncan P. N. Exon Smith1-0/+12
2016-04-07ValueMapper: Make LocalAsMetadata match function-local ValuesDuncan P. N. Exon Smith1-0/+83
2016-04-06NFC: make AtomicOrdering an enum classJF Bastien1-4/+4