summaryrefslogtreecommitdiff
path: root/test/tools/dsymutil/X86
AgeCommit message (Expand)AuthorFilesLines
2015-08-03Fix the test added at r243777.Alexander Kornienko1-2/+2
2015-07-31[dsymutil] Support multiple input files on the command lineFrederic Riss1-0/+12
2015-07-24[dsymutil] Implement support for universal mach-o object files.Frederic Riss3-0/+48
2015-07-24[dsymutil] Make the triple detection more strict.Frederic Riss3-3/+3
2015-07-21[dsymutil] Implement ODR uniquing for C++ code.Frederic Riss1-0/+423
2015-06-05[dsymutil] Fix misspelled CHECK line.Frederic Riss1-1/+1
2015-06-05[dsymutil] Add support for linking the debug_frame section.Frederic Riss2-0/+79
2015-06-05[dsymutil] Handle the -oso-prepend-path option when the input is a YAML debug...Frederic Riss2-2/+2
2015-06-03Reapply r238941 - [dsymutil] Accept a YAML debug map as input instead of a bi...Frederic Riss2-0/+3
2015-06-03Revert "[dsymutil] Accept a YAML debug map as input instead of a binary."Frederic Riss2-3/+0
2015-06-03[dsymutil] Accept a YAML debug map as input instead of a binary.Frederic Riss2-0/+3
2015-03-24[dsymutil] Temporarily disable some tests on windows.Frederic Riss3-0/+3
2015-03-16[dsymutil] Add support to generate .debug_pubnames and .debug_pubtypesFrederic Riss3-1/+71
2015-03-16Rework r232337. Let llvm/test/tools/dsymutil/X86/basic-linking-x86.test dospa...NAKAMURA Takumi1-8/+7
2015-03-15Suppress llvm/test/tools/dsymutil/X86/basic-linking-x86.test for now. Will fi...NAKAMURA Takumi1-0/+1
2015-03-15llvm/test/tools/dsymutil/X86/basic-lto-*-linking-x86.test: Relax expressions ...NAKAMURA Takumi2-8/+8
2015-03-15[dsymutil] Add support for linking line tables.Frederic Riss3-1/+138
2015-03-14[dsymutil] Add support for debug_loc section.Frederic Riss3-2/+36
2015-03-14[dsymutil] Generate debug_aranges section.Frederic Riss3-0/+26
2015-03-13[dsymutil] Implement DW_AT_ranges linking.Frederic Riss2-1/+7
2015-03-13[dsymutil] Fix handling of cross-cu forward references.Frederic Riss1-2/+5
2015-03-13[dsymutil] Add relocation of compile_units low_pc/high_pc.Frederic Riss3-0/+12
2015-03-13[dsymutil] Fix location cloning for newer dwarf versions.Frederic Riss1-0/+94
2015-03-11[dsymutil] Correctly clone address attributes.Frederic Riss2-0/+12
2015-03-07[dsymutil] Apply relocations to DIE data before cloning.Frederic Riss2-2/+18
2015-03-06[dsymutil] Support cloning DIE reference attributes.Frederic Riss2-0/+35
2015-03-06[dsymutil] Add debug_str construction support.Frederic Riss2-2/+49
2015-03-04[dsymutil] Add minimal code to emit DIE trees.Frederic Riss2-0/+126
2015-02-28[dsymutil] Add the DwarfStreamer class.Frederic Riss2-0/+10