index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
dsymutil
/
DwarfLinker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.
Paul Robinson
2017-06-29
1
-11
/
+12
*
[DWARF] NFC: Collect info used by DWARFFormValue into a helper.
Paul Robinson
2017-06-26
1
-5
/
+9
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-5
/
+4
*
[DWARF] - Take relocations in account when extracting ranges from .debug_ranges
George Rimar
2017-04-24
1
-2
/
+2
*
Remove the unnecessary virtual dtor from the DIEUnit hierarchy (in favor of p...
David Blaikie
2017-04-22
1
-2
/
+2
*
[DWARF] Versioning for DWARF constants; verify FORMs
Paul Robinson
2017-04-20
1
-4
/
+16
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-30
1
-3
/
+3
*
[dsymutil] Fix handling of empty CUs in LTO links.
Frederic Riss
2017-02-09
1
-14
/
+20
*
Fix un-initialized error introduced by r291959.
Daniel Jasper
2017-01-15
1
-0
/
+2
*
Add a variant of DWARFDie::find() and DWARFDie::findRecursively() that takes ...
Greg Clayton
2017-01-13
1
-7
/
+5
*
Cleanup how DWARFDie attributes are accessed and decoded.
Greg Clayton
2017-01-13
1
-46
/
+25
*
Remove all variants of DWARFDie::getAttributeValueAs...() that had parameters...
Greg Clayton
2017-01-11
1
-16
/
+25
*
Add iterator support to DWARFDie to allow child DIE iteration.
Greg Clayton
2017-01-05
1
-8
/
+4
*
Make a function to correctly extract the DW_AT_high_pc given the low pc value.
Greg Clayton
2016-12-19
1
-12
/
+4
*
Add the ability to get attribute values as Optional<T>
Greg Clayton
2016-12-14
1
-23
/
+21
*
Switch functions that returned bool and filled in a DWARFFormValue arg with o...
Greg Clayton
2016-12-13
1
-6
/
+6
*
Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...
Greg Clayton
2016-12-13
1
-128
/
+121
*
[dsymutil] Simplify a lazy-init condition/expression
David Blaikie
2016-12-01
1
-4
/
+3
*
This change removes the dependency on DwarfDebug that was used for DW_FORM_re...
Greg Clayton
2016-12-01
1
-60
/
+66
*
Improve DWARF parsing speed by improving DWARFAbbreviationDeclaration
Greg Clayton
2016-11-15
1
-7
/
+8
*
[dsymutil] Replace TimeValue with TimePoint
Pavel Labath
2016-11-09
1
-1
/
+1
*
DebugInfo: make DW_TAG_atomic_type valid
Victor Leschuk
2016-10-31
1
-0
/
+1
*
Modify DWARFFormValue to remember the DWARFUnit that it was decoded with.
Greg Clayton
2016-10-31
1
-13
/
+7
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
Joel Jones
2016-07-25
1
-1
/
+2
*
Fix r276380 for targets without REALPATH.
Pete Cooper
2016-07-22
1
-1
/
+1
*
Avoid dsymutil calls to getFileNameByIndex.
Pete Cooper
2016-07-22
1
-5
/
+8
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-4
/
+5
*
[MC] Rename EmitFill to emitFill
Petr Hosek
2016-06-01
1
-1
/
+1
*
dsymutil/modules: Reword the warning for static libraries without module caches
Adrian Prantl
2016-05-20
1
-3
/
+5
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-1
/
+2
*
Don't pass a Reloc::Model to MC.
Rafael Espindola
2016-05-18
1
-2
/
+1
*
dsymutil: Fix the DWOId mismatch check for cached modules.
Adrian Prantl
2016-05-13
1
-5
/
+13
*
dsymutil: Only warn about clang module DWO id mismatches in verbose mode.
Adrian Prantl
2016-04-25
1
-1
/
+4
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-1
/
+2
*
Always cache resolved paths as it even saves on StringMap lookups.
Pete Cooper
2016-03-18
1
-4
/
+2
*
Use StringRef's in resolved path cache to avoid extra internString lookups. ...
Pete Cooper
2016-03-18
1
-11
/
+16
*
[dsymutil] Skip mach-o paired relocations
Frederic Riss
2016-02-01
1
-0
/
+34
*
[dsymutil] Support scattered relocs.
Frederic Riss
2016-02-01
1
-2
/
+15
*
[dsymutil] Allow debug map mappings with no object file address. NFC
Frederic Riss
2016-01-31
1
-8
/
+10
*
dsymutil: Provide better warnings when clang modules cannot be found.
Adrian Prantl
2016-01-14
1
-1
/
+34
*
dsymutil: Only warn about missing clang modules once.
Adrian Prantl
2016-01-13
1
-3
/
+1
*
[MC, COFF] Support link /incremental conditionally
David Majnemer
2015-12-21
1
-3
/
+6
*
fix 'the the '; NFC
Sanjay Patel
2015-12-07
1
-1
/
+1
*
Generalize ownership/passing semantics to allow dsymutil to own abbreviations...
David Blaikie
2015-11-18
1
-10
/
+6
*
dsymutil: Prune module forward decl DIEs if a uniquable definition was
Adrian Prantl
2015-11-10
1
-6
/
+18
*
Test commit: fix typo in comment.
Oleg Ranevskyy
2015-10-23
1
-1
/
+1
*
dsymutil: Don't prune forward declarations inside of an imported TAG_module
Adrian Prantl
2015-10-05
1
-6
/
+11
*
dsymutil: Also ignore the ByteSize when building the DeclContext cache for
Adrian Prantl
2015-10-02
1
-59
/
+54
*
dsymutil: Fix the condition to distinguish module imports form definitions.
Adrian Prantl
2015-09-24
1
-1
/
+1
[next]