index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
tools
/
dsymutil
/
X86
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-03
Fix the test added at r243777.
Alexander Kornienko
1
-2
/
+2
2015-07-31
[dsymutil] Support multiple input files on the command line
Frederic Riss
1
-0
/
+12
2015-07-24
[dsymutil] Implement support for universal mach-o object files.
Frederic Riss
3
-0
/
+48
2015-07-24
[dsymutil] Make the triple detection more strict.
Frederic Riss
3
-3
/
+3
2015-07-21
[dsymutil] Implement ODR uniquing for C++ code.
Frederic Riss
1
-0
/
+423
2015-06-05
[dsymutil] Fix misspelled CHECK line.
Frederic Riss
1
-1
/
+1
2015-06-05
[dsymutil] Add support for linking the debug_frame section.
Frederic Riss
2
-0
/
+79
2015-06-05
[dsymutil] Handle the -oso-prepend-path option when the input is a YAML debug...
Frederic Riss
2
-2
/
+2
2015-06-03
Reapply r238941 - [dsymutil] Accept a YAML debug map as input instead of a bi...
Frederic Riss
2
-0
/
+3
2015-06-03
Revert "[dsymutil] Accept a YAML debug map as input instead of a binary."
Frederic Riss
2
-3
/
+0
2015-06-03
[dsymutil] Accept a YAML debug map as input instead of a binary.
Frederic Riss
2
-0
/
+3
2015-03-24
[dsymutil] Temporarily disable some tests on windows.
Frederic Riss
3
-0
/
+3
2015-03-16
[dsymutil] Add support to generate .debug_pubnames and .debug_pubtypes
Frederic Riss
3
-1
/
+71
2015-03-16
Rework r232337. Let llvm/test/tools/dsymutil/X86/basic-linking-x86.test dospa...
NAKAMURA Takumi
1
-8
/
+7
2015-03-15
Suppress llvm/test/tools/dsymutil/X86/basic-linking-x86.test for now. Will fi...
NAKAMURA Takumi
1
-0
/
+1
2015-03-15
llvm/test/tools/dsymutil/X86/basic-lto-*-linking-x86.test: Relax expressions ...
NAKAMURA Takumi
2
-8
/
+8
2015-03-15
[dsymutil] Add support for linking line tables.
Frederic Riss
3
-1
/
+138
2015-03-14
[dsymutil] Add support for debug_loc section.
Frederic Riss
3
-2
/
+36
2015-03-14
[dsymutil] Generate debug_aranges section.
Frederic Riss
3
-0
/
+26
2015-03-13
[dsymutil] Implement DW_AT_ranges linking.
Frederic Riss
2
-1
/
+7
2015-03-13
[dsymutil] Fix handling of cross-cu forward references.
Frederic Riss
1
-2
/
+5
2015-03-13
[dsymutil] Add relocation of compile_units low_pc/high_pc.
Frederic Riss
3
-0
/
+12
2015-03-13
[dsymutil] Fix location cloning for newer dwarf versions.
Frederic Riss
1
-0
/
+94
2015-03-11
[dsymutil] Correctly clone address attributes.
Frederic Riss
2
-0
/
+12
2015-03-07
[dsymutil] Apply relocations to DIE data before cloning.
Frederic Riss
2
-2
/
+18
2015-03-06
[dsymutil] Support cloning DIE reference attributes.
Frederic Riss
2
-0
/
+35
2015-03-06
[dsymutil] Add debug_str construction support.
Frederic Riss
2
-2
/
+49
2015-03-04
[dsymutil] Add minimal code to emit DIE trees.
Frederic Riss
2
-0
/
+126
2015-02-28
[dsymutil] Add the DwarfStreamer class.
Frederic Riss
2
-0
/
+10