summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2016-06-24IR: New representation for CFI and virtual call optimization pass metadata.Peter Collingbourne3-20/+20
2016-06-24Add support for musl-libc on ARM Linux.Rafael Espindola1-0/+6
2016-06-24Remangle intrinsics names when types are renamedArtur Pilipenko1-0/+54
2016-06-23Revert r273568 "Remangle intrinsics names when types are renamed"Hans Wennborg1-54/+0
2016-06-23Remangle intrinsics names when types are renamedArtur Pilipenko1-0/+54
2016-06-21IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne1-10/+10
2016-06-21Add MemoryAccess creation and PHI creation APIs to MemorySSADaniel Berlin1-11/+93
2016-06-21Switch to using an API that handles non-ASCII paths appropriately on Windows.Aaron Ballman1-0/+26
2016-06-20Fix a relatively nasty bug with fs::getPathFromOpenFD() on Windows. The GetFi...Aaron Ballman1-0/+33
2016-06-20[MemorySSA] Clean up unit tests a tiny bit. NFC.George Burgess IV1-4/+4
2016-06-17[PM] Run clang-format over various parts of the new pass manager codeChandler Carruth2-5/+4
2016-06-17[PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth2-4/+6
2016-06-16Fix BitVector move ctor/assignment.Evgeniy Stepanov1-0/+26
2016-06-16Revert r272891 "[JumpThreading] Prevent dangling pointer problems in BranchPr...Igor Laevsky1-7/+0
2016-06-16[JumpThreading] Prevent dangling pointer problems in BranchProbabilityInfoIgor Laevsky1-0/+7
2016-06-14Add a Musl environment to the triple.Rafael Espindola1-0/+6
2016-06-13In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh1-0/+57
2016-06-11DebugInfoPDBTests:MappedBlockStreamTest.TestWriteThenRead: Avoid assigning te...NAKAMURA Takumi1-1/+3
2016-06-11LiveIntervalAnalysis: findLastUseBefore() must ignore undef uses.Matthias Braun1-0/+24
2016-06-10Try again to fix this endianness issue.Zachary Turner1-17/+15
2016-06-10[pdb] Fix issues with pdb writing.Zachary Turner1-1/+4
2016-06-10Add support for writing through StreamInterface.Zachary Turner1-22/+285
2016-06-08[DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner1-8/+23
2016-06-08[pdb] Fix build errors in PDB unit tests.Zachary Turner1-8/+15
2016-06-08Support: correct AArch64 TargetParser implementationSaleem Abdulrasool1-0/+41
2016-06-07[pdb] Fix broken unit test compilation.Zachary Turner1-4/+4
2016-06-07[yaml] Add a ScalarTraits for mapping endian aware types.Zachary Turner1-0/+106
2016-06-07[pdb] Fix broken unit tests after r271982.Zachary Turner1-11/+13
2016-06-06Verifier: Simplify and fix issue where we were not verifying unmaterialized f...Peter Collingbourne1-0/+5
2016-06-05Fix deadlock in ThreadPool unittest.Eli Friedman1-1/+1
2016-06-04Revert commit r271704, a patch that enables warnings for non-portable #includ...Taewook Oh1-57/+0
2016-06-03In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh1-0/+57
2016-06-03Adding reserve and capacity methods to FoldingSetBen Craig1-0/+133
2016-06-02[ADT] Pass ArrayRef::slice size_t instead of unsigned.Ahmed Bougacha1-0/+15
2016-06-02Add tests to Support/MathExtrasDylan McKay1-0/+29
2016-06-02[CodeView] Take the StreamRef::readBytes offset into account when validatingDavid Majnemer1-0/+2
2016-06-01Rework r271439. I forgot to save the buffer for editing.NAKAMURA Takumi1-1/+1
2016-06-01MappedBlockStreamTest.cpp: Simplify array initializers.NAKAMURA Takumi1-2/+2
2016-06-01[MemorySSA] Port to new pass managerGeoff Berry1-3/+3
2016-06-01[pdb] silence warnings about moving from a temporary.Zachary Turner1-2/+2
2016-06-01[CodeView] Make sure StreamRef::readBytes doesn't read too muchDavid Majnemer1-5/+17
2016-06-01[PDB] Silence sign comparison warnings in MappedBlockStreamTestDavid Majnemer1-8/+8
2016-06-01MappedBlockStreamTest.cpp: Appease msc18 to avoid initializer for std::vector.NAKAMURA Takumi1-2/+6
2016-06-01IR: Allow multiple global metadata attachments with the same type.Peter Collingbourne1-26/+0
2016-06-01DebugInfoPDBTests: Update libdeps for r271346.NAKAMURA Takumi1-0/+1
2016-05-31[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames1-1/+1
2016-05-31[pdb] Add unit tests for PDB MappedBlockStream and zero copyZachary Turner2-0/+162
2016-05-27[Support] Rename unconvertibleErrorCode to inconvertibleErrorCode.Lang Hames1-1/+1
2016-05-27[Support] Add a StringError convenience class to Error.hLang Hames1-0/+16
2016-05-26Don't allocate in APInt::slt. NFC.Pete Cooper1-0/+28