summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* Deduplicate S_CONSTANTs in LLD.Amy Huang2019-06-111-4/+4
* Use llvm::stable_sortFangrui Song2019-04-231-2/+1
* [codeview] Remove Type member from CVRecordReid Kleckner2019-04-041-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PDB] Emit S_UDT records in LLD.Zachary Turner2018-12-041-7/+32
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-5/+4
* pdb output: Initialize padding in PublicsStreamHeader.Nico Weber2018-09-111-2/+3
* [llvm] Change 2 instances of std::sort to llvm::sortMandeep Singh Grang2018-07-161-1/+1
* [PDB] memicmp only exists on Windows, use StringRef::compare_lower insteadBenjamin Kramer2018-07-061-2/+2
* [PDB] One more fix for hasing GSI records.Zachary Turner2018-07-061-8/+27
* [PDB] Sort globals symbols by name in GSI hash buckets.Zachary Turner2018-07-061-5/+19
* [PDB] Make our PDBs look more like MS PDBs.Zachary Turner2018-03-231-4/+4
* [lld/pdb] Speed up construction of publics & globals addr map.Zachary Turner2017-08-211-19/+21
* Move helper classes into anonymous namespaces.Benjamin Kramer2017-08-201-1/+1
* [LLD/PDB] Write actual records to the globals stream.Zachary Turner2017-08-111-10/+29
* [PDB] Fix an issue writing the publics stream.Zachary Turner2017-08-091-16/+5
* [PDB] Merge Global and Publics Builders.Zachary Turner2017-08-091-0/+312
OpenPOWER on IntegriCloud