summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* [CodeView] Move CodeView YAML code to ObjectYAML.Zachary Turner2017-05-305-8/+8
* Added missing break.Galina Kistanova2017-05-301-0/+1
* [CodeView] Add more DebugSubsection implementations.Zachary Turner2017-05-309-28/+120
* [CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner2017-05-3011-228/+219
* Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...George Rimar2017-05-274-34/+50
* Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-264-49/+34
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-264-34/+49
* Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar2017-05-264-47/+34
* Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar2017-05-264-34/+47
* Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-264-47/+34
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-264-34/+47
* Remove unused member.Zachary Turner2017-05-251-2/+0
* [CV Type Merging] Find nested type indices faster.Zachary Turner2017-05-253-347/+413
* [lld] Fix a bug where we continually re-follow type servers.Zachary Turner2017-05-251-5/+6
* [CodeView Type Merging] Don't keep re-allocating temp serializer.Zachary Turner2017-05-252-9/+19
* [pdb] pad source file name buffer at the end instead of the beginningBob Haarman2017-05-251-9/+16
* Fix a bug in MappedBlockStream.Zachary Turner2017-05-251-17/+15
* [CodeView Type Merging] Avoid record deserialization when possible.Zachary Turner2017-05-254-145/+250
* Don't do a full scan of the type stream before processing records.Zachary Turner2017-05-241-11/+11
* [CodeView] Eliminate redundant hashes and allocations.Zachary Turner2017-05-231-2/+3
* Speculative build fix for non-WindowsReid Kleckner2017-05-231-0/+2
* [PDB] Hash types up front when merging types instead of using StringMapReid Kleckner2017-05-232-66/+120
* Revert "Make TypeSerializer's StringMap use the same allocator."Zachary Turner2017-05-232-13/+32
* libDebugInfo: Support symbolizing using DWP filesDavid Blaikie2017-05-232-13/+44
* FIX: Remove debugging assert left in previous commitDavid Blaikie2017-05-231-1/+0
* libDebugInfo: Avoid independently parsing the same .dwo file for two separate...David Blaikie2017-05-232-27/+38
* Implement various flavors of type merging.Zachary Turner2017-05-222-76/+175
* Make TypeSerializer's StringMap use the same allocator.Zachary Turner2017-05-222-32/+13
* libDebugInfo/DWARF: Apply relocations for debug_addr addresses in object filesDavid Blaikie2017-05-222-20/+22
* llvm-symbolizer: Support multiple CUs in a single DWO fileDavid Blaikie2017-05-201-6/+11
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-1913-255/+536
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-1913-533/+255
* Don't crash if someone tries to visit an empty type stream.Zachary Turner2017-05-191-0/+3
* [CodeView] Reduce memory usage in TypeSerializer.Zachary Turner2017-05-191-5/+28
* Fix crasher in CodeView test.Zachary Turner2017-05-191-1/+1
* Fix some build errors and warnings.Zachary Turner2017-05-181-1/+1
* [CodeView] Raise the source to ID map out of the TypeStreamMerger.Zachary Turner2017-05-181-4/+8
* [llvm-pdbdump] Add the ability to merge PDBs.Zachary Turner2017-05-181-1/+1
* [CodeView] Provide a common interface for type collections.Zachary Turner2017-05-1813-254/+529
* Fix some minor issues in PDB parsing library.Zachary Turner2017-05-182-11/+0
* [DWARF] - Simplify RelocVisitor implementation.George Rimar2017-05-181-2/+2
* [lib/Object] - Minor API update for llvm::Decompressor.George Rimar2017-05-181-1/+1
* [llvm-pdbdump] in yaml2pdb, generate default output filename if none givenBob Haarman2017-05-171-0/+1
* [CodeView] Simplify the use of visiting type records & streams.Zachary Turner2017-05-176-49/+105
* [DWARF] - Cleanup relocations proccessing.George Rimar2017-05-171-39/+22
* [DWARF] - Add RelocAddrEntry for cleanup. NFCi.George Rimar2017-05-161-2/+2
* [DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...George Rimar2017-05-164-19/+18
* Revert r303159 "[DWARF] - Use DWARFAddressRange struct instead of uint64_t pa...George Rimar2017-05-162-8/+10
* [DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...George Rimar2017-05-162-10/+8
* [DWARF] - Speedup handling of relocations in DWARFContextInMemory.George Rimar2017-05-151-4/+17
OpenPOWER on IntegriCloud