summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2016-05-21Fix constant folding of addrspacecast of nullMatt Arsenault1-0/+21
2016-05-19Remove specializations of ProfileSummaryEaswaran Raman2-25/+19
2016-05-19Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2-48/+58
2016-05-19[ConstantRange] Add an getEquivalentICmp helperSanjoy Das1-0/+46
2016-05-18Delete Reloc::Default.Rafael Espindola1-1/+1
2016-05-18Delete dead code. Reloc::Default is the default.Rafael Espindola1-3/+0
2016-05-17[ThinLTO] Option to control path of distributed backend filesTeresa Johnson1-0/+25
2016-05-16Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Vedant Kumar2-58/+48
2016-05-16Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2-48/+58
2016-05-14Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""Chandler Carruth2-58/+48
2016-05-13Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2-48/+58
2016-05-13[Support][Unittests] Add unittest for recursive_directory_iterator::level()Bruno Cardoso Lopes1-0/+14
2016-05-13Revert "Revert "[Unroll] Implement a conservative and monotonically increasin...Michael Zolotukhin1-3/+7
2016-05-13Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...Vedant Kumar2-58/+48
2016-05-13[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFCVedant Kumar2-48/+58
2016-05-13Revert "[Unroll] Implement a conservative and monotonically increasing cost t...Michael Zolotukhin1-7/+3
2016-05-13[ADT] Add an 'llvm::seq' function which produces an iterator range overChandler Carruth2-0/+40
2016-05-13[Unroll] Implement a conservative and monotonically increasing cost tracking ...Michael Zolotukhin1-3/+7
2016-05-13Remove runtime specific code from common headerXinliang David Li1-42/+33
2016-05-12[unittests] Use coveragemap_error in CoverageMappingReaderMock (NFC)Vedant Kumar1-2/+2
2016-05-11Delete duplicated verifier test.Rafael Espindola1-0/+27
2016-05-10Revert r269131Easwaran Raman2-67/+0
2016-05-10Reapply r266477 and r266488Easwaran Raman2-0/+67
2016-05-10Cloning: Clean up the interface to the CloneFunction function.Peter Collingbourne1-9/+5
2016-05-10Appease MSVCMatthias Braun1-0/+1
2016-05-10LLVMTargetMachine: Add functions to create MIModuleInfo/MIFunction; NFCMatthias Braun1-8/+3
2016-05-09Disable this unit test on MSVC, which crashes while compiling it.Adrian Prantl1-1/+3
2016-05-09Separate the Verifier into an analysis and a transformation pass andAdrian Prantl1-0/+25
2016-05-09Revert "Separate the Verifier into an analysis and a transformation pass and"Adrian Prantl1-25/+0
2016-05-09Separate the Verifier into an analysis and a transformation pass andAdrian Prantl1-0/+25
2016-05-06LiveIntervalAnalysis: Fix handleMove() extending liverange for undef inputsMatthias Braun1-0/+11
2016-05-05[Coverage] Combine counts of expansion regions if there are no code regions f...Igor Kudrin1-0/+25
2016-05-04Fix build of DebugInfoPDBTests.Zachary Turner1-0/+1
2016-05-03[Support] Add a free toString function for ErrorVedant Kumar1-0/+19
2016-05-03PM: Check that loop passes preserve a basic set of analysesJustin Bogner1-1/+1
2016-05-03[ADT] Add drop_front method to ArrayRefReid Kleckner1-0/+7
2016-05-03[ProfileData] Assert NoError in CoverageMappingTestVedant Kumar1-13/+13
2016-05-03[ProfileData] Assert NoError in InstrProfTestVedant Kumar1-44/+44
2016-05-03MITests: Update libdeps.NAKAMURA Takumi1-1/+2
2016-05-02Add unittest for LiveIntervalAnalysis::handleMove()Matthias Braun2-3/+309
2016-04-29Move coverage related code into a separate library.Easwaran Raman2-3/+4
2016-04-29[MemorySSA] Fix bugs in walker; refactor unittests a bit.George Burgess IV1-23/+163
2016-04-28Fix some Clang-tidy modernize and Include What You Use warnings.Eugene Zelenko1-4/+18
2016-04-26Use gcc's rules for parsing gcc-style response filesNico Weber1-5/+6
2016-04-25[ORC] clang-format code that was touched in r267457. NFC.Lang Hames2-90/+53
2016-04-25[ORC] Thread Error/Expected through the RPC library.Lang Hames2-11/+11
2016-04-25[Support] Fix latent bugs in Expected and ExitOnError that were preventing themLang Hames1-0/+14
2016-04-25[Coverage] Restore the correct count value after processing a nested region i...Igor Kudrin1-0/+20
2016-04-23DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith1-34/+30
2016-04-23Add #ifndef NDEBUG markers around EXPECT_DEATH after r267270Duncan P. N. Exon Smith1-0/+2