summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-readtapi/llvm-readtapi.cpp
AgeCommit message (Expand)Author
2025-02-21[llvm-readtapi] Avoid repeated hash lookups (NFC) (#128131)Kazu Hirata
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth
2024-11-15[Clang][Darwin] Introduce `SubFrameworks` as a SDK default location (#115048)Cyndy Ishida
2024-10-21[tools] Don't call StringRef::str() when calling StringMap::find (NFC) (#113119)Kazu Hirata
2024-10-18[llvm-readtapi] Simplify code with StringMap::operator[] (NFC) (#112824)Kazu Hirata
2024-10-01[readtapi] Add option to ignore architecture slices to ignore (#110615)Cyndy Ishida
2024-09-25[SystemZ][z/OS] Open text files in text mode (#109972)Abhina Sree
2024-04-25Remove unneeded LLVM_FALLTHROUGH. NFCFangrui Song
2024-02-06[readtapi] Ensure universal dylibs record the same input path location across...Cyndy Ishida
2024-02-03[readtapi] Use ExitOnError instead of errorcodes for `readlink` wrapperCyndy Ishida
2024-02-03[readtapi] Add support for stubify-ing directories (#76885)Cyndy Ishida
2024-01-02[readtapi] Cleanup usages of ExitOnError, NFCI (#76745)Cyndy Ishida
2023-12-20[readtapi] Setup simple stubify support (#76075)Cyndy Ishida
2023-12-12[readtapi] Cleanup printing command line options (#75106)Cyndy Ishida
2023-12-11[readtapi] Swap anon namespaces in favor of annotating `static`, NFC (#75078)Cyndy Ishida
2023-11-27[readtapi] Add Extract & Remove architecture functionality (#72657)Cyndy Ishida
2023-11-26[readtapi] Use consistent error handling diagnostics (#73419)Cyndy Ishida
2023-11-17[readtapi] Add Merge functionality (#72656)Cyndy Ishida
2023-11-15[readtapi] add optional --<option>"=" to some cli opts (#72426)Cyndy Ishida
2023-11-15[readtapi] Use OptParser.td for options (#72183)Cyndy Ishida
2023-07-31[llvm][tapi-diff] Transition diff-tool to be more general purposeCyndy Ishida