summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TextAPI
Commit message (Expand)AuthorAgeFilesLines
* 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