DI: Reverse direction of subprogram -> function edge.
[oota-llvm.git] / test / tools / dsymutil / X86 /
2015-10-05 Adrian Prantldsymutil: Don't prune forward declarations inside of...
2015-10-02 Adrian Prantldsymutil: Also ignore the ByteSize when building the...
2015-09-24 Adrian Prantldsymutil: Fix the condition to distinguish module impor...
2015-09-23 Adrian Prantldsymutil: Don't prune forward declarations inside a...
2015-09-23 Adrian PrantlFix this dsymutil testcase by not passing in a path...
2015-09-23 Adrian PrantlFix the order of operations.
2015-09-23 Adrian PrantlTemporarily make testcase more verbose to debug a msvc...
2015-09-23 Adrian Prantldsymutil: Resolve forward decls for types defined in...
2015-09-23 Adrian Prantldsymutil: print a warning when there is a module hash...
2015-09-22 Adrian Prantldsymutil: Follow references to clang modules and recurs...
2015-09-11 Frederic Riss[dsymutil] Discard useless location attributes.
2015-09-02 Frederic RissReapply r246012 [dsymutil] Emit real dSYM companion...
2015-08-31 Frederic Riss[dsymutil] Do not mistakenly reuse the current object...
2015-08-31 Frederic Riss[dsymutil] Fix testcase.
2015-08-31 Frederic Riss[dsymutil] Do not crash on empty debug_range range.
2015-08-26 Frederic RissRevert "[dsymutil] Emit real dSYM companion binaries."
2015-08-26 Frederic Riss[dsymutil] Emit real dSYM companion binaries.
2015-08-23 Frederic Riss[dsymutil] Remove old ODR uniquing tests
2015-08-23 Frederic Riss[dsymutil] Refactor ODR uniquing tests to be more readable.
2015-08-11 Yaron KerenEnable five passing dsymutil tests on Windows.
2015-08-10 Jonathan RoelofsFix a bunch of trivial cases of 'CHECK[^:]*$' in the...
2015-08-07 Frederic Riss[dsymutil] Use the new MCDwarfLineTableParams customiza...
2015-08-06 Frederic Riss[dsymutil] Implement dSYM bundle creation
2015-08-06 Frederic Riss[dsymutil] Add (unimplemented) --flat option
2015-08-03 Alexander KornienkoFix the test added at r243777.
2015-07-31 Frederic Riss[dsymutil] Support multiple input files on the command...
2015-07-24 Frederic Riss[dsymutil] Implement support for universal mach-o objec...
2015-07-24 Frederic Riss[dsymutil] Make the triple detection more strict.
2015-07-21 Frederic Riss[dsymutil] Implement ODR uniquing for C++ code.
2015-06-05 Frederic Riss[dsymutil] Fix misspelled CHECK line.
2015-06-05 Frederic Riss[dsymutil] Add support for linking the debug_frame...
2015-06-05 Frederic Riss[dsymutil] Handle the -oso-prepend-path option when...
2015-06-03 Frederic RissReapply r238941 - [dsymutil] Accept a YAML debug map...
2015-06-03 Frederic RissRevert "[dsymutil] Accept a YAML debug map as input...
2015-06-03 Frederic Riss[dsymutil] Accept a YAML debug map as input instead...
2015-03-24 Frederic Riss[dsymutil] Temporarily disable some tests on windows.
2015-03-16 Frederic Riss[dsymutil] Add support to generate .debug_pubnames...
2015-03-16 NAKAMURA TakumiRework r232337. Let llvm/test/tools/dsymutil/X86/basic...
2015-03-15 NAKAMURA TakumiSuppress llvm/test/tools/dsymutil/X86/basic-linking...
2015-03-15 NAKAMURA Takumillvm/test/tools/dsymutil/X86/basic-lto-*-linking-x86...
2015-03-15 Frederic Riss[dsymutil] Add support for linking line tables.
2015-03-14 Frederic Riss[dsymutil] Add support for debug_loc section.
2015-03-14 Frederic Riss[dsymutil] Generate debug_aranges section.
2015-03-13 Frederic Riss[dsymutil] Implement DW_AT_ranges linking.
2015-03-13 Frederic Riss[dsymutil] Fix handling of cross-cu forward references.
2015-03-13 Frederic Riss[dsymutil] Add relocation of compile_units low_pc/high_pc.
2015-03-13 Frederic Riss[dsymutil] Fix location cloning for newer dwarf versions.
2015-03-11 Frederic Riss[dsymutil] Correctly clone address attributes.
2015-03-07 Frederic Riss[dsymutil] Apply relocations to DIE data before cloning.
2015-03-06 Frederic Riss[dsymutil] Support cloning DIE reference attributes.
2015-03-06 Frederic Riss[dsymutil] Add debug_str construction support.
2015-03-04 Frederic Riss[dsymutil] Add minimal code to emit DIE trees.
2015-02-28 Frederic Riss[dsymutil] Add the DwarfStreamer class.