summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2017-03-10Fix test failure when Home directory cannot be found.Zachary Turner
2017-03-10Add llvm::sys::fs::real_path.Zachary Turner
2017-03-10Fix signed/unsigned comparison warningsSimon Pilgrim
2017-03-10[APInt] Add APInt::insertBits() method to insert an APInt into a larger APIntSimon Pilgrim
2017-03-10Add support for DenseMap/DenseSet count and find using const pointersDaniel Berlin
2017-03-09[Unittests] Fix a build failure with clang 3.8. NFCI.Davide Italiano
2017-03-08[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov
2017-03-08[Support] Add llvm::sys::fs::remove_directories.Zachary Turner
2017-03-08[Support] Remove unit test for fs::is_localJonas Hahnfeld
2017-03-07Recommit: [globalisel] Change LLT constructor string into an LLT-based object...Daniel Sanders
2017-03-07ADT: Fix SmallPtrSet iterators in reverse modeDuncan P. N. Exon Smith
2017-03-07Strip trailing whitespace.Simon Pilgrim
2017-03-07[AArch64] Vulcan is now ThunderXT99Joel Jones
2017-03-07Revert r297177: Change LLT constructor string into an LLT-based object ...Daniel Sanders
2017-03-07Add unit tests for changes to SmallPtrSet and PointerLikeTypeTraitsDaniel Berlin
2017-03-07[globalisel] Change LLT constructor string into an LLT-based object that know...Daniel Sanders
2017-03-07[APInt] Add rvalue reference support to and, or, xor operations to allow thei...Craig Topper
2017-03-07[APInt] Fix test names in unittest to match functions being tested. NFCCraig Topper
2017-03-07[APInt] Add getBitsSetFrom and setBitsFrom to set upper bits starting at a bitCraig Topper
2017-03-07[APInt] Implement getLowBitsSet/getHighBitsSet/getBitsSet using setLowBits/se...Craig Topper
2017-03-07[APInt] Add setLowBits/setHighBits methods to APInt.Craig Topper
2017-03-06[DWARF] NFC. A few bits of minor code cleanup.Chris Bieneman
2017-03-06[APInt] Move operator~ out of line to make it better able to reused memory al...Craig Topper
2017-03-05[SCEV] Decrease the recursion threshold for CompareValueComplexitySanjoy Das
2017-03-03[ObjectYAML] [DWARF] Abstract DWARF Initial Length valuesChris Bieneman
2017-03-02[Support] Move Stream library from MSF -> Support.Zachary Turner
2017-03-01[DebugInfo] [DWARFv5] Unique abbrevs for DIEs with different implicit_const v...Victor Leschuk
2017-03-01Re-enable BinaryStreamTest.StreamReaderObject.Zachary Turner
2017-03-01Disable BinaryStreamTest.StreamReaderObject.Zachary Turner
2017-03-01[PDB] Fix and re-enable BinaryStreamArray test.Zachary Turner
2017-03-01[PDB] Re-add BinaryStreamTest.Zachary Turner
2017-03-01Remove unittests/DebugInfo/PDB/BinaryStreamTest.cpp (from r296555)Vedant Kumar
2017-03-01[PDB] Remove use of std error codes.Zachary Turner
2017-03-01Process tilde in llvm::sys::path::nativeSerge Pavlov
2017-03-01(Rewroking r296581) PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::err...NAKAMURA Takumi
2017-03-01Revert r296581, "PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::errc::...NAKAMURA Takumi
2017-03-01PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::errc::no_buffer_space.NAKAMURA Takumi
2017-03-01Move constexpr arrays out of class definition.Zachary Turner
2017-03-01Fix signed / unsigned comparison warning.Zachary Turner
2017-03-01[PDB] Add an additional test for BinaryStreamRef.Zachary Turner
2017-03-01[PDB] Add tests for BinaryStream.Zachary Turner
2017-02-28[DWARFv5] Emit new unit header format.Paul Robinson
2017-02-28Workaround MSVC bug when using TrailingObjects from a template.James Y Knight
2017-02-28[PDB] Add BinaryStreamError.Zachary Turner
2017-02-28Set default CPU for OpenBSD/arm to Cortex-A8Brad Smith
2017-02-28Revert r296474 - [globalisel] Change LLT constructor string into an LLT subcl...Daniel Sanders
2017-02-28[globalisel] Change LLT constructor string into an LLT subclass that knows ho...Daniel Sanders
2017-02-28[IR] Add range accessors for the indices of a GEP instruction.Chandler Carruth
2017-02-28[PDB] Make streams carry their own endianness.Zachary Turner
2017-02-27[PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner