summaryrefslogtreecommitdiff
path: root/llvm/lib/TextAPI
AgeCommit message (Expand)Author
2021-05-11[TextAPI] Reformat llvm_unreachable messageSam Powell
2021-05-06[llvm][TextAPI] add mapping from OS string to PlatformCyndy Ishida
2021-04-05[TextAPI] move source code files out of subdirectory, NFCCyndy Ishida
2021-04-02[TextAPI] run clang-format on violating sections, NFCCyndy Ishida
2021-03-02[lld-macho] Change loadReexport to handle the case where a TAPI re-exports to...Vy Nguyen
2021-02-18[llvm][TextAPI] add equality operator for InterfaceFileSam Powell
2021-01-17[llvm] Use llvm::sort (NFC)Kazu Hirata
2021-01-14[llvm] Remove redundant return and continue statements (NFC)Kazu Hirata
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille
2020-08-15[TextAPI] update DriverKit string valueCyndy Ishida
2020-08-14[MachO] Add skeletal support for DriverKit platformGreg McGary
2020-08-13[elfabi] Move llvm-elfabi related code to InterfaceStub libraryHaowei Wu
2020-08-10Revert "Move ELFObjHandler to TextAPI library"Haowei Wu
2020-08-10Move ELFObjHandler to TextAPI libraryHaowei Wu
2020-06-24[TextAPI/MachO] Fix style issues. NFCFangrui Song
2020-06-11[llvm][llvm-nm] add TextAPI/MachO supportCyndy Ishida
2020-05-30ArchitectureSet.h - reduce raw_ostream.h include to forward declaration. NFC.Simon Pilgrim
2020-05-30Architecture.h - reduce includes to forward declarations. NFC.Simon Pilgrim
2020-05-29TextStubCommon.h - move StringSwitch.h include to TextStubCommon.cpp. NFC.Simon Pilgrim
2020-05-29TextAPIContext.h - remove unused MemoryBuffer.h include. NFC.Simon Pilgrim
2020-04-24[cmake] Add headers in TextAPI/Elf and TextAPI/MachO subdirectoriesSimon Pilgrim
2020-04-15PR45561: Return a literal string rather than an error string to avoid returni...David Blaikie
2020-04-02[llvm][TextAPI] adding inlining reexported libraries supportCyndy Ishida
2020-03-25Suppress a few -Wunreachable-code warnings.Nico Weber
2020-03-02[llvm][MachO] fix adding weak def symsCyndy Ishida
2020-02-11[llvm][TextAPI] add simulators to outputCyndy Ishida
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2020-01-29Another round of GCC5 fixes.Benjamin Kramer
2020-01-29Fix one round of implicit conversions found by g++5.Benjamin Kramer
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-27[llvm][TextAPI/MachO] Support writing single macCatalyst platformJonas Devlieghere
2019-11-21[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard
2019-10-10Reland "[TextAPI] Introduce TBDv4"Cyndy Ishida
2019-10-08Revert [TextAPI] Introduce TBDv4Cyndy Ishida
2019-10-08[TextAPI] Introduce TBDv4Cyndy Ishida
2019-09-24[TextAPI] Remove redundant checking causing warnings. NFC.Michael Liao
2019-09-23[TextAPI] Add New Supported PlatformsCyndy Ishida
2019-09-20Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim
2019-09-20[TextAPI] Arch&Platform to TargetCyndy Ishida
2019-09-11Revert [llvm-nm] Add tapi file supportCyndy Ishida
2019-09-11[llvm-nm] Add tapi file supportCyndy Ishida
2019-08-16[TextAPI] Update reader to be supported by lib/ObjectCyndy Ishida
2019-08-12[TextAPI] Fix & Add tests for tbd files version 3.Juergen Ributzka
2019-06-30Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song
2019-06-21Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFCFangrui Song
2019-04-29[TextAPI] Fix Symbol::dump which was failing to append the SymbolKind string.Simon Pilgrim
2019-04-04[TextAPI] Prefix all architecture enums to fix the build on i386.Juergen Ributzka
2019-03-22Followup for r356820 to fix the bots.Juergen Ributzka
2019-03-22[TextAPI] TBD Reader/WriterJuergen Ributzka