summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2016-07-17Add tests for max/minIntN(64).Justin Lebar
2016-07-17Fix isShiftedInt and isShiftedUint for widths > 32.Justin Lebar
2016-07-17Fix warnings in ImmutableSetTest and SequenceTest.Justin Lebar
2016-07-16Don't do uint64_t(1) << 64 in maxUIntN.Justin Lebar
2016-07-15[pdb] Teach MsfBuilder and other classes about the Free Page Map.Zachary Turner
2016-07-15[pdb] Use MsfBuilder to handle the writing PDBs.Zachary Turner
2016-07-15[pdb] Introduce MsfBuilder for laying out PDB files.Zachary Turner
2016-07-13Fix header comment in unittests/CodeGen/DIEHashTest.cpp.Justin Lebar
2016-07-13Fix warning in ObjectTransformLayerTest.Justin Lebar
2016-07-13[ADT] Add LLVM_MARK_AS_BITMASK_ENUM, used to enable bitwise operations on enu...Justin Lebar
2016-07-13Fix warnings in FunctionTest.cpp.Justin Lebar
2016-07-10[llvm-pdbdump] Propagate errors a little more consistentlyDavid Majnemer
2016-07-08Try to fix compilation error in DebugInfoPDBTests.Zachary Turner
2016-07-01[codeview] Add DISubprogram::ThisAdjustmentReid Kleckner
2016-06-30[Support] Fix a bug in ErrorList::join / joinErrors.Lang Hames
2016-06-30[ADT] Add a new data structure for managing a priority worklist whereChandler Carruth
2016-06-29Resubmit "Update llvm command line parser to support subcommands."Zachary Turner
2016-06-29[Triple] Reimplement isLittleEndian(). Now it works for arm too.Davide Italiano
2016-06-28Revert r274054 to try to appease the botManman Ren
2016-06-28Update llvm command line parser to support subcommands.Zachary Turner
2016-06-28[PM] Sink the module parsing from the fixture to the test as subsequentChandler Carruth
2016-06-24IR: New representation for CFI and virtual call optimization pass metadata.Peter Collingbourne
2016-06-24Add support for musl-libc on ARM Linux.Rafael Espindola
2016-06-24Remangle intrinsics names when types are renamedArtur Pilipenko
2016-06-23Revert r273568 "Remangle intrinsics names when types are renamed"Hans Wennborg
2016-06-23Remangle intrinsics names when types are renamedArtur Pilipenko
2016-06-21IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne
2016-06-21Add MemoryAccess creation and PHI creation APIs to MemorySSADaniel Berlin
2016-06-21Switch to using an API that handles non-ASCII paths appropriately on Windows.Aaron Ballman
2016-06-20Fix a relatively nasty bug with fs::getPathFromOpenFD() on Windows. The GetFi...Aaron Ballman
2016-06-20[MemorySSA] Clean up unit tests a tiny bit. NFC.George Burgess IV
2016-06-17[PM] Run clang-format over various parts of the new pass manager codeChandler Carruth
2016-06-17[PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth
2016-06-16Fix BitVector move ctor/assignment.Evgeniy Stepanov
2016-06-16Revert r272891 "[JumpThreading] Prevent dangling pointer problems in BranchPr...Igor Laevsky
2016-06-16[JumpThreading] Prevent dangling pointer problems in BranchProbabilityInfoIgor Laevsky
2016-06-14Add a Musl environment to the triple.Rafael Espindola
2016-06-13In openFileForRead, attempt to fetch the actual name of the file on disk -- i...Taewook Oh
2016-06-11DebugInfoPDBTests:MappedBlockStreamTest.TestWriteThenRead: Avoid assigning te...NAKAMURA Takumi
2016-06-11LiveIntervalAnalysis: findLastUseBefore() must ignore undef uses.Matthias Braun
2016-06-10Try again to fix this endianness issue.Zachary Turner
2016-06-10[pdb] Fix issues with pdb writing.Zachary Turner
2016-06-10Add support for writing through StreamInterface.Zachary Turner
2016-06-08[DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner
2016-06-08[pdb] Fix build errors in PDB unit tests.Zachary Turner
2016-06-08Support: correct AArch64 TargetParser implementationSaleem Abdulrasool
2016-06-07[pdb] Fix broken unit test compilation.Zachary Turner
2016-06-07[yaml] Add a ScalarTraits for mapping endian aware types.Zachary Turner
2016-06-07[pdb] Fix broken unit tests after r271982.Zachary Turner
2016-06-06Verifier: Simplify and fix issue where we were not verifying unmaterialized f...Peter Collingbourne