summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/StringTableBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [MC] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).Eugene Zelenko2017-04-261-1/+1
* StringTableBuilder: Don't assert when writing an empty raw string table.Peter Collingbourne2017-04-061-1/+1
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-111-5/+11
* [ADT] Move CachedHashString to its own header in ADT, and rename to CachedHas...Justin Lebar2016-10-171-25/+4
* Move alignTo computation inside the if.Rafael Espindola2016-10-141-3/+5
* Allow the caller to pass in the hash.Rafael Espindola2016-10-051-2/+2
* Don't pass null to memcpy. Should fix the asan bots.Rafael Espindola2016-10-051-1/+2
* Misc improvements to StringTableBuilder.Rafael Espindola2016-10-041-77/+89
* Remove duplicated typedef. NFC.Rafael Espindola2016-10-041-5/+4
* Revert "Use getSize instead of data().size(). NFC."Rafael Espindola2016-10-031-5/+0
* Use getSize instead of data().size(). NFC.Rafael Espindola2016-10-031-0/+5
* Make StringTableBuilder to cache hash values.Rui Ueyama2016-05-061-4/+4
* Add support for merging strings with alignment larger than one char.Rafael Espindola2016-02-191-8/+16
* Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-8/+47
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-47/+8
* [CodeView] Use assembler directives for line tablesReid Kleckner2016-01-281-8/+47
* Rename qsort -> multikey_qsort. NFC.Rui Ueyama2015-10-271-4/+4
* Optimize StringTableBuilder.Rui Ueyama2015-10-261-14/+42
* Add a RAW mode to StringTableBuilder.Rafael Espindola2015-10-231-5/+16
* Fix the variable names to match the LLVM style.Rafael Espindola2015-10-231-27/+27
* Avoid storing a second copy of each string in StringTableBuilder.Rafael Espindola2015-10-221-9/+20
* Fix broken build under MSVC.Zachary Turner2015-10-221-0/+2
* Avoid hash lookups when finalizing StringTableBuilder. NFC.Rafael Espindola2015-10-221-10/+11
* Use array_pod_sort. NFC.Rafael Espindola2015-10-221-4/+7
* MachObjectWriter: optimize the string table for common sufficesHans Wennborg2014-10-061-3/+17
* WinCOFFObjectWriter: optimize the string table for common sufficesHans Wennborg2014-09-291-4/+27
* Revert r218380. This was breaking Apple internal build bots.Akira Hatanaka2014-09-241-6/+14
* Replace a hand-written suffix compare with std::lexicographical_compare.Benjamin Kramer2014-09-241-14/+6
* Invert the MC -> Object dependency.Rafael Espindola2014-07-031-0/+51
OpenPOWER on IntegriCloud