aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2018-12-14[ADT] Fix bugs in SmallBitVector.Zachary Turner
2018-12-14[globalisel][combiner] Make the CombinerChangeObserver a MachineFunction::Del...Daniel Sanders
2018-12-12[globalisel] Add GISelChangeObserver::changingInstr()Daniel Sanders
2018-12-12[globalisel] Rename GISelChangeObserver's erasedInstr() to erasingInstr() and...Daniel Sanders
2018-12-11[NewPM] fixing asserts on deleted loop in -print-after-allFedor Sergeev
2018-12-11[TextAPI][elfabi] Make SoName optionalArmando Montanez
2018-12-11[GISel]: Refactor MachineIRBuilder to allow passing additional parameters to ...Aditya Nandakumar
2018-12-10Fix LLVM_LINK_LLVM_DYLIB build of TapiTestsSam Clegg
2018-12-10APFloat: allow 64-bit of payloadJF Bastien
2018-12-10[NFC][AArch64] Remove duplicate Arch list in target parser testsDavid Spickett
2018-12-10[TextAPI][elfabi] Make TBE handlers functions that return ErrorsArmando Montanez
2018-12-07[llvm-tapi] Don't try to override SequenceTraits for std::stringSam Clegg
2018-12-07[CodeExtractor] Store outputs at the first valid insertion pointVedant Kumar
2018-12-05[GISel]: Provide standard interface to observe changes in GISel passesAditya Nandakumar
2018-12-05[ADT] Add zip_longest iterators.Michael Kruse
2018-12-04Revert "[ADT] Add zip_longest iterators"Michael Kruse
2018-12-04[ADT] Add zip_longest iteratorsMichael Kruse
2018-12-03[CodeExtractor] Split PHI nodes with incoming values from outlined region (PR...Vedant Kumar
2018-12-03[llvm-tapi] initial commit, supports ELF text stubsArmando Montanez
2018-12-03[AArch64] Add command-line option for SSBSPablo Barrio
2018-12-02[ValueTracking] Support funnel shifts in computeKnownBits()Nikita Popov
2018-11-30[ValueTracking] Make unit tests easier to write; NFCNikita Popov
2018-11-29Revert r347823 "[TextAPI] Switch back to a custom Platform enum."Hans Wennborg
2018-11-29[TextAPI] Switch back to a custom Platform enum.Juergen Ributzka
2018-11-29Add Hurd target to LLVMSupport (1/2)Kristina Brooks
2018-11-29[TextAPI] TBD Reader/Writer (bot fixes: take 2)Juergen Ributzka
2018-11-29[TextAPI] TBD Reader/Writer (bot fixes)Juergen Ributzka
2018-11-29[TextAPI] TBD Reader/WriterJuergen Ributzka
2018-11-28Revert "[TextAPI] TBD Reader/Writer"Juergen Ributzka
2018-11-28[TextAPI] TBD Reader/WriterJuergen Ributzka
2018-11-28Fix DynamicLibraryTests build on Windows when LLVM_EXPORT_SYMBOLS_FOR_PLUGINS...Michael Platings
2018-11-28[ARM, AArch64] Move ARM/AArch64 target parsers intoDavid Spickett
2018-11-27[Demangle] remove itaniumFindTypesInMangledNamePavel Labath
2018-11-26[ARM GlobalISel] Support G_CTLZ and G_CTLZ_ZERO_UNDEFDiana Picus
2018-11-25[MetadataTest] Fix off-by-one strncpy warning reported by gcc8. (NFC)Florian Hahn
2018-11-20[unittests] Fix ExpandTilde test to match handling home dirs with trailing slashSimon Atanasyan
2018-11-20[unittest] Skip W+X MappedMemoryTests when MPROTECT is enabledMichal Gorny
2018-11-20[APInt] Add methods for saturated add and subSanjay Patel
2018-11-20[PatternMatch] Handle undef vectors consistentlySanjay Patel
2018-11-20[llvm-exegesis][NFC] Some code style cleanupJinsong Ji
2018-11-19[DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson
2018-11-19[llvm-exegesis][NFC] More tests for ExegesisTarget::fillMemoryOperands().Clement Courbet
2018-11-19Test commit - delete a trailing space.Michael Platings
2018-11-19[ProfileSummary] Standardize methods and fix commentVedant Kumar
2018-11-16[VFS] Update unittest to fix Windows buildbot.Volodymyr Sapsai
2018-11-16[VFS] Implement `RedirectingFileSystem::getRealPath`.Volodymyr Sapsai
2018-11-16Re-apply r346985: [ADT] Drop llvm::Optional clang-specific optimization for t...Tom Stellard
2018-11-15[BinaryFormat] Add MsgPackTypesScott Linder
2018-11-14[Support] Teach YAMLIO about polymorphic typesScott Linder
2018-11-14[VPlan, SLP] Add simple SLP analysis on top of VPlan.Florian Hahn