aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/TextAPI
AgeCommit message (Expand)AuthorFilesLines
2024-01-17 [llvm] Teach MachO about XROS (#78373)Cyndy Ishida1-0/+29
2023-12-07[TextAPI] Update RecordSlice attributes to follow code guidelines (#74743)Cyndy Ishida1-3/+3
2023-12-02[TextAPI][Tests] Add missing link to TargetParser in testsCyndy Ishida1-0/+1
2023-12-02[TextAPI] Introduce Records & RecordSlice Types (#74115)Cyndy Ishida2-0/+118
2023-11-11[llvm] Stop including llvm/ADT/SmallString.h (NFC)Kazu Hirata1-1/+0
2023-11-09[llvm][TextAPI] Add new `not_for_dyld_shared_cache` attribute to fileā€¦ (#71...Cyndy Ishida2-0/+57
2023-10-25[llvm] Followup fix for "Use XMACROS for MachO platforms" (#70140)Juergen Ributzka1-0/+16
2023-09-14[TextAPI] Consolidate TextAPI Reader/Writer APIs. (#66108)Cyndy Ishida1-3/+8
2023-09-08[unittests] Add missing includes (#65681)Zero Omega1-0/+1
2023-09-07[TextAPI] Support more constructors for PackedVersionsCyndy Ishida1-0/+10
2023-08-11[TextAPI] Express MH_SIM_SUPPORT in tbd files.Cyndy Ishida1-0/+31
2023-07-28[TextAPI] Make min-os deployment version optional in tbd-v5.Cyndy Ishida1-0/+47
2023-07-25[TextAPI] Add functionality to manipulate over InterfaceFilesCyndy Ishida1-0/+1141
2023-07-24[TextAPI] Remove TBD file attributes that aren't used anymore.Cyndy Ishida4-82/+0
2023-07-24[TextAPI] Introduce SymbolSetCyndy Ishida1-2/+22
2023-04-17[CMake] Reorder and reformat depsNAKAMURA Takumi1-2/+2
2023-03-31[llvm][TextAPI] compare deployment versions for equality checkCyndy Ishida1-3/+3
2023-03-23[llvm][TextAPI] Handle implicitly upgraded deployment versionsCyndy Ishida1-0/+44
2023-02-22[llvm][TextAPI] add Default FileType value to InterfaceFile ObjectsCyndy Ishida2-0/+2
2023-02-22[llvm][TextAPI] Clean up minor bugs in YAML TextStubCyndy Ishida3-13/+22
2023-02-22Reland "[TextAPI] Implement TBDv5 Writer"Cyndy Ishida1-0/+520
2023-02-22Revert "[TextAPI] Implement TBDv5 Writer"Cyndy Ishida1-520/+0
2023-02-22[TextAPI] Implement TBDv5 WriterCyndy Ishida1-0/+520
2023-02-18[TextAPI] Capture new properties from TBD to InterfaceFileCyndy Ishida4-41/+76
2023-02-17Reland "[TextAPI] Implement TBDv5 Reader"Cyndy Ishida4-7/+499
2023-02-17Revert "[TextAPI] Implement TBDv5 Reader"Cyndy Ishida4-498/+7
2023-02-17[TextAPI] Implement TBDv5 ReaderCyndy Ishida4-7/+498
2023-02-09[Test] Fix YAML mapping keys duplication. NFC.Anton Sidorenko1-17/+13
2022-11-26[llvm] Use std::size (NFC)Kazu Hirata4-16/+10
2022-07-23Use the range-based overload of llvm::sort where possibleDmitri Gribenko4-11/+11
2022-01-13Replace PlatformKind with PlatformType.Juergen Ributzka4-76/+78
2021-05-06[llvm][TextAPI] add mapping from OS string to PlatformCyndy Ishida1-2/+2
2021-04-05[TextAPI] move source code files out of subdirectory, NFCCyndy Ishida5-13/+13
2021-02-18[llvm][TextAPI] add equality operator for InterfaceFileSam Powell3-0/+363
2021-01-22[RGT][TextAPI] Remove a zero-trip loop and the assertions within itPaul Robinson1-10/+2
2020-12-11[YAML] Use correct source location for unknown key errors.Nathan James4-8/+8
2020-09-21[TextAPI] clean up auto usages in tests, NFCCyndy Ishida3-16/+17
2020-08-14[MachO] Add skeletal support for DriverKit platformGreg McGary1-0/+24
2020-08-13[elfabi] Move llvm-elfabi related code to InterfaceStub libraryHaowei Wu2-228/+0
2020-06-15[llvm][TextAPI/MachO] clean up auto usages in tests, NFCCyndy Ishida5-203/+237
2020-06-02Add missing MemoryBuffer.h includeSimon Pilgrim1-0/+1
2020-04-02[llvm][TextAPI] adding inlining reexported libraries supportCyndy Ishida2-19/+482
2020-03-26[llvm][TextAPI/MachO] silence clang-tidy warnings, NFCCyndy Ishida1-122/+130
2020-03-05[TextAPI] Teach TextAPI about arm64eCyndy Ishida2-0/+47
2020-02-25[llvm][TextAPI] rename test vars, NFCCyndy Ishida3-423/+395
2020-02-13[llvm][TextAPI/MachO] Extract common code into unittest helper (NFC)Jonas Devlieghere5-92/+56
2020-02-13[llvm][TextAPI/MachO] Extend TBD_V4 unittest to verify writingJonas Devlieghere1-2/+90
2020-02-11[llvm][TextAPI] add simulators to outputCyndy Ishida1-0/+72
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer4-11/+11
2020-01-27[llvm][TextAPI/MachO] Support writing single macCatalyst platformJonas Devlieghere1-4/+0