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
/
tools
/
dsymutil
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-21
Move alignment from MCSectionData to MCSection.
Rafael Espindola
1
-2
/
+2
2015-05-19
[DWARF parser] Make DWARF parser more robust against missing compile/type units.
Alexey Samsonov
1
-6
/
+6
2015-05-18
MC: Clean up method names in MCContext.
Jim Grosbach
1
-2
/
+2
2015-05-15
Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.h
Pete Cooper
1
-0
/
+1
2015-04-24
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
1
-18
/
+18
2015-03-20
Don't declare all text sections at the start of the .s
Rafael Espindola
1
-1
/
+2
2015-03-17
Centralize the handling of unique ids for temporary labels.
Rafael Espindola
1
-6
/
+4
2015-03-17
Convert the last 4 users of GetTempSymbol to createTempSymbol.
Rafael Espindola
1
-2
/
+2
2015-03-17
Switch two simple uses of GetTempSymbol to createTempSymbol.
Rafael Espindola
1
-2
/
+2
2015-03-16
Pass in a "const Triple &T" instead of a raw StringRef.
Rafael Espindola
1
-1
/
+1
2015-03-16
[dsymutil] Add support to generate .debug_pubnames and .debug_pubtypes
Frederic Riss
1
-3
/
+208
2015-03-15
[dsymutil] Add missing raw_svector_stream::resync() calls.
Frederic Riss
1
-3
/
+4
2015-03-15
[dsymutil] Add support for linking line tables.
Frederic Riss
1
-4
/
+373
2015-03-15
[dsymutil] Add an way to iterate over a DebugMapObject symbols.
Frederic Riss
1
-0
/
+4
2015-03-15
[dsymutil] Add function size to the debug map.
Frederic Riss
3
-12
/
+27
2015-03-14
[dsymutil] Add support for debug_loc section.
Frederic Riss
1
-3
/
+91
2015-03-14
[dsymutil] Generate debug_aranges section.
Frederic Riss
1
-19
/
+67
2015-03-14
[dsymutil] Identify each CompileUnit with a unique ID.
Frederic Riss
1
-4
/
+8
2015-03-13
[dsymutil] Fix typo in comment.
Frederic Riss
1
-1
/
+1
2015-03-13
[dsymutil] Fix typo in doxygen comment.
Frederic Riss
1
-1
/
+1
2015-03-13
[dsymutil] Implement DW_AT_ranges linking.
Frederic Riss
1
-10
/
+197
2015-03-13
[dsymutil] Move a function declaration closer to its peers.
Frederic Riss
1
-1
/
+1
2015-03-13
[dsymutil] Fix handling of cross-cu forward references.
Frederic Riss
1
-20
/
+30
2015-03-13
[dsymutil] Add relocation of compile_units low_pc/high_pc.
Frederic Riss
1
-16
/
+43
2015-03-13
[dsymutil] Fix location cloning for newer dwarf versions.
Frederic Riss
1
-1
/
+1
2015-03-12
Reapply "[dsymutil] Gather function ranges during DIE selection."
Frederic Riss
1
-4
/
+47
2015-03-11
Revert "[dsymutil] Gather function ranges during DIE selection."
Frederic Riss
1
-47
/
+4
2015-03-11
[dsymutil] Add missing headers.
Frederic Riss
1
-0
/
+2
2015-03-11
[dsymutil] Gather function ranges during DIE selection.
Frederic Riss
1
-4
/
+47
2015-03-11
[dsymutil] Small clang-format patch.
Frederic Riss
1
-2
/
+2
2015-03-11
[dsymutil] Correctly clone address attributes.
Frederic Riss
1
-14
/
+73
2015-03-10
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
1
-1
/
+1
2015-03-07
Adding parenthesis around logical expressions to silence a -Wparentheses warn...
Aaron Ballman
1
-2
/
+2
2015-03-07
Removing spurious semi-colons; NFC
Aaron Ballman
1
-2
/
+2
2015-03-07
[dsymutil] Apply relocations to DIE data before cloning.
Frederic Riss
1
-1
/
+68
2015-03-06
[dsymutil] Support cloning DIE reference attributes.
Frederic Riss
1
-10
/
+96
2015-03-06
[dsymutil] Set linked unit start offset early. NFC.
Frederic Riss
1
-7
/
+8
2015-03-06
[dsymutil] Add debug_str construction support.
Frederic Riss
1
-6
/
+112
2015-03-05
Revert "[dsymutil] MSVC does generate move constructors, but it should accept...
Frederic Riss
1
-1
/
+4
2015-03-05
[dsymutil] MSVC does generate move constructors, but it should accept to defa...
Frederic Riss
1
-4
/
+1
2015-03-04
Provide an explicit move ctor because MSVC can't synthesize one
David Blaikie
1
-0
/
+6
2015-03-04
[dsymutil] Add minimal code to emit DIE trees.
Frederic Riss
1
-4
/
+427
2015-02-28
[dsymutil] Fully qualify llvm::make_unique<>.
Frederic Riss
1
-2
/
+3
2015-02-28
[dsymutil] Add the DwarfStreamer class.
Frederic Riss
6
-6
/
+156
2015-02-28
[dsymutil] Add a LinkOptions struct to pass to the DwarfLinker. NFC.
Frederic Riss
3
-14
/
+26
2015-02-28
[dsymutil] clang-format a file
Frederic Riss
1
-3
/
+2
2015-02-28
[dsymutil] Add -o option to select ouptut filename
Frederic Riss
1
-4
/
+14
2015-02-28
[dsymutil] Create warn() global helper...
Frederic Riss
1
-3
/
+8
2015-02-28
[dsymutil] Make trivial accessor const.
Frederic Riss
1
-1
/
+1
2015-02-13
[dsymutil] Add DIE selection algorithm.
Frederic Riss
1
-1
/
+320
[next]