summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TextAPI
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* Reland "[TextAPI] Introduce TBDv4"Cyndy Ishida2019-10-103-32/+525
* Revert [TextAPI] Introduce TBDv4Cyndy Ishida2019-10-083-531/+32
* [TextAPI] Introduce TBDv4Cyndy Ishida2019-10-083-32/+531
* [TextAPI] Remove redundant checking causing warnings. NFC.Michael Liao2019-09-241-4/+4
* [TextAPI] Add New Supported PlatformsCyndy Ishida2019-09-233-4/+74
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2019-09-201-1/+2
* [TextAPI] Arch&Platform to TargetCyndy Ishida2019-09-209-73/+261
* Revert [llvm-nm] Add tapi file supportCyndy Ishida2019-09-112-22/+5
* [llvm-nm] Add tapi file supportCyndy Ishida2019-09-112-5/+22
* [TextAPI] Update reader to be supported by lib/ObjectCyndy Ishida2019-08-161-3/+5
* [TextAPI] Fix & Add tests for tbd files version 3.Juergen Ributzka2019-08-121-4/+4
* Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song2019-06-301-9/+7
* Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFCFangrui Song2019-06-211-9/+8
* [TextAPI] Fix Symbol::dump which was failing to append the SymbolKind string.Simon Pilgrim2019-04-291-4/+4
* [TextAPI] Prefix all architecture enums to fix the build on i386.Juergen Ributzka2019-04-043-11/+11
* Followup for r356820 to fix the bots.Juergen Ributzka2019-03-221-1/+1
* [TextAPI] TBD Reader/WriterJuergen Ributzka2019-03-2210-0/+1351
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [TextAPI][elfabi] Fix YAML support for weak symbolsArmando Montanez2018-12-211-0/+1
* [TextAPI][elfabi] Make SoName optionalArmando Montanez2018-12-111-1/+1
* [TextAPI][elfabi] Fix build by adding std::move() to r348735Armando Montanez2018-12-101-1/+1
* [TextAPI][elfabi] Make TBE handlers functions that return ErrorsArmando Montanez2018-12-101-4/+5
* [llvm-tapi] Don't try to override SequenceTraits for std::stringSam Clegg2018-12-071-17/+0
* Revert "[llvm-tapi] Don't override SequenceTraits for std::string"Armando Montanez2018-12-071-17/+12
* [llvm-tapi] Don't override SequenceTraits for std::stringArmando Montanez2018-12-061-12/+17
* [TextAPI] Remove a superfluous semicolon, fixing GCC warnings. NFC.Martin Storsjo2018-12-031-1/+1
* [llvm-tapi] initial commit, supports ELF text stubsArmando Montanez2018-12-034-0/+234
* Revert r347823 "[TextAPI] Switch back to a custom Platform enum."Hans Wennborg2018-11-2911-1394/+0
* Revert "[TextAPI] Fix a memory leak in the TBD reader."Juergen Ributzka2018-11-291-4/+2
* [TextAPI] Fix a memory leak in the TBD reader.Juergen Ributzka2018-11-291-2/+4
* [TextAPI] Switch back to a custom Platform enum.Juergen Ributzka2018-11-293-25/+26
* [TextAPI] TBD Reader/WriterJuergen Ributzka2018-11-2911-0/+1393
* Revert "[TextAPI] TBD Reader/Writer"Juergen Ributzka2018-11-2811-1398/+0
* [TextAPI] TBD Reader/WriterJuergen Ributzka2018-11-2811-0/+1398
OpenPOWER on IntegriCloud