summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in PDB when loading corrupt file.Zachary Turner2016-04-291-0/+7
* Put PDB parsing code into a pdb namespace.Zachary Turner2016-04-2911-62/+70
* Refactor the PDB Stream reading interface.Zachary Turner2016-04-297-74/+151
* [llvm-pdbdump] Try to appease the ASan botDavid Majnemer2016-04-291-0/+5
* [llvm-pdbdump] Restore error messages, handle bad block sizesDavid Majnemer2016-04-281-1/+1
* [llvm-pdbdump] Correctly read data larger than a blockDavid Majnemer2016-04-281-25/+15
* Read discriminators correctly from object file.Dehao Chen2016-04-281-44/+33
* Fix warning in PDB code. NFCAmaury Sechet2016-04-281-1/+1
* Add parentheses to silence -Wparentheses warnings.Zachary Turner2016-04-281-6/+6
* Read the rest of the DBI substreams, and parse source info.Zachary Turner2016-04-281-11/+124
* Parse module information from DBI stream.Zachary Turner2016-04-273-2/+161
* [PDB] Fix function names for private symbols in PDBsReid Kleckner2016-04-271-14/+12
* Remove more unused variables.Zachary Turner2016-04-261-3/+0
* [llvm-pdbdump] Fix version reading on big endian systems.Zachary Turner2016-04-261-1/+2
* Fix warnings and -Werror build on clang.Zachary Turner2016-04-261-1/+1
* Parse and dump PDB DBI Stream Header InformationZachary Turner2016-04-265-1/+191
* Fix build broken due to order of initialization problem.Zachary Turner2016-04-261-2/+1
* Refactor some more PDB reading code into DebugInfoPDB.Zachary Turner2016-04-263-0/+164
* Resubmit "Refactor raw pdb dumper into library"Zachary Turner2016-04-255-3/+468
* llvm-symbolizer: Avoid infinite recursion walking dwos where the dwo contains...David Blaikie2016-04-221-5/+8
* llvm-symbolizer: prefer .dwo contents over fission-gmlt-like-data when .dwo f...David Blaikie2016-04-221-12/+7
* Revert r267049, r26706[16789], r267071 - Refactor raw pdb dumper into libraryDaniel Sanders2016-04-225-468/+3
* Fix PDB warnings and testReid Kleckner2016-04-212-22/+9
* Remove dead code. NFCAmaury Sechet2016-04-211-4/+0
* Fix -Wreturn-type warning with HAVE_DIA_SDK is false.Zachary Turner2016-04-211-0/+2
* Fix for case sensitive filename failure.Zachary Turner2016-04-211-1/+1
* Remove various warnings. NFCAmaury Sechet2016-04-212-5/+4
* Refactor raw pdb dumper into libraryZachary Turner2016-04-215-3/+484
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-3/+3
* [llvm-pdbdump] Print a better error message when PDB loading fails.Zachary Turner2016-04-192-14/+19
* Unbreak building llvm-pdbdump on Windows after r266595.Nico Weber2016-04-183-1/+4
* [NFC] Header cleanupMehdi Amini2016-04-183-4/+1
* Update and fix LLVM_ENABLE_MODULES:Richard Smith2016-04-161-1/+0
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-062-3/+7
* Make DIASession work if msdia*.dll isn't registered.Nico Weber2016-04-011-9/+34
* Fix Clang-tidy modernize-deprecated-headers warnings in some files; other min...Eugene Zelenko2016-03-281-10/+19
* Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby2016-03-231-1/+4
* [DebugInfo] Dump CIE augmentation data as a list of hex bytesSimon Atanasyan2016-03-011-2/+7
* [DebugInfoPDB] Add source / line number accessors for PDB.Zachary Turner2016-02-183-3/+93
* [DebugInfoPDB] A few cleanups on PDB Variant class.Zachary Turner2016-02-171-2/+4
* [DebugInfoPDB] Raise getSymIndexId() up to PDBSymbolZachary Turner2016-02-171-0/+1
* [DebugInfoPDB] Teach Variant to support string types.Zachary Turner2016-02-172-22/+36
* [DebugInfo] Eliminate compilation warning about used variable LSDADmitry Polukhin2016-02-051-2/+1
* [DebugInfo] Support zero-length CIE in the _eh_frame parserIgor Laevsky2016-01-271-30/+27
* Remove autoconf supportChris Bieneman2016-01-265-72/+0
* Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."Igor Laevsky2016-01-263-19/+186
* [DebugInfo] Fix DWARFDebugFrame instruction operand orderingIgor Laevsky2016-01-261-6/+14
* Fix instance of -Wcovered-switch-defaultReid Kleckner2016-01-131-2/+0
* [readobj] Expand CodeView dumping functionalityReid Kleckner2016-01-131-26/+24
* fixing type.Mike Aizatsky2016-01-091-1/+2
OpenPOWER on IntegriCloud