aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2018-03-29Style update. NFC.Rafael Espindola
2018-03-29[MSF] Default to FPM2, and always mark FPM pages allocated.Zachary Turner
2018-03-29[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...Craig Topper
2018-03-28[ORC] Restore the narrower check from before r328687.Lang Hames
2018-03-28[PatternMatch] Add matchers for vector operationsDaniel Neilson
2018-03-28[ORC] Re-add the Windows check that was dropped in r328687.Lang Hames
2018-03-28[ORC] Fix ORC on platforms without indirection support.Lang Hames
2018-03-27[YAML] Remove unit test of multibyte non-printable escaping that uses C++11 e...Graydon Hoare
2018-03-27[YAML] Escape non-printable multibyte UTF8 in Output::scalarString.Graydon Hoare
2018-03-26[DebugInfoPDB] Add DIA implementation of findLineNumbersByRVAAaron Smith
2018-03-26[DebugInfoPDB] Add DIA implementation of addressForVA and addressForRVAAaron Smith
2018-03-23Fix layering by moving ValueTypes.h from CodeGen to IRDavid Blaikie
2018-03-23Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie
2018-03-23[AMDGPU] Remove use of OpenCL triple environment and replace with function at...Tony Tye
2018-03-23[ORC] Join materialization thread in unit testBenjamin Kramer
2018-03-22[MIR] Making MIR Printing, opt -dot-cfg, and -debug printing fasterRoman Tereshin
2018-03-22Revert "Revert "[InstrProf] Support for external functions in text format.""Mircea Trofin
2018-03-22Revert "[InstrProf] Support for external functions in text format."Benjamin Kramer
2018-03-22[DIA] Add IPDBSectionContrib interfaces and DIA implementationAaron Smith
2018-03-21Fix a couple of layering violations in TransformsDavid Blaikie
2018-03-21[InstrProf] Encapsulates access to AddrToMD5Map.Mircea Trofin
2018-03-21[PDB] Don't ignore bucket 0 when writing the PDB string table.Zachary Turner
2018-03-21[InstrProf] Support for external functions in text format.Mircea Trofin
2018-03-21[dwarf] Unify unknown dwarf enum formatting codePavel Labath
2018-03-20[ORC] Rename SymbolSource to MaterializationUnit, and make the materializationLang Hames
2018-03-16[IR] Avoid the need to prefix MS C++ symbols with '\01'Reid Kleckner
2018-03-16HashTableTest: squelch some "comparison of integers of different signs" warningsPavel Labath
2018-03-15Fix structure alignment issue.Zachary Turner
2018-03-15Refactor the PDB HashTable class.Zachary Turner
2018-03-15[DebugInfo] Add a new method IPDBSession::findLineNumbersBySectOffsetAaron Smith
2018-03-15[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.Lang Hames
2018-03-14Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."Reid Kleckner
2018-03-14[ORC] Switch from shared_ptr to unique_ptr for addModule methods.Lang Hames
2018-03-14DWARF: Unify form size handling codePavel Labath
2018-03-14[ORC] Add a 'lookup' convenience function for finding symbols in a list of VSOs.Lang Hames
2018-03-13[GISel]: Fix incorrect type used in Pattern Match for ICstAditya Nandakumar
2018-03-13Implement pure virtual method to fix build.Zachary Turner
2018-03-09[GISel]: Add helpers for easy building G_FCONSTANT along with matchersAditya Nandakumar
2018-03-08[Support] Pacify -Wsign-compare in unit test.Benjamin Kramer
2018-03-08[Support] Add WriteThroughMemoryBuffer.Zachary Turner
2018-03-08Expose must/may alias info in MemorySSA.Alina Sbirlea
2018-03-08Fix unused function warning in StatisticTest.cppDaniel Sanders
2018-03-08[DWARF] Don't attempt to parse line tables at invalid offsetsJames Henderson
2018-03-08Support resetting STATISTIC() values using llvm::ResetStatistics()Daniel Sanders
2018-03-07Teach identify_file_magic to identify PDB files.Zachary Turner
2018-03-07[SampleFDO] Extend SampleProfReader to handle demangled names.Wei Mi
2018-03-07[DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefnAaron Smith
2018-03-06[CloneFunction] Support BB == PredBB in DuplicateInstructionsInSplit.Florian Hahn
2018-03-05GlobalISel: IRTranslate llvm.fabs.* intrinsicVolkan Keles
2018-03-05[AMDGPU] Remove unused AMDOpenCL triple environmentTony Tye