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
*
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
*
dsymutil: Don't prune forward declarations inside a module definition.
Adrian Prantl
2015-09-23
1
-6
/
+9
*
dsymutil: Resolve forward decls for types defined in clang modules.
Adrian Prantl
2015-09-23
1
-33
/
+91
*
dsymutil: print a warning when there is a module hash mismatch.
Adrian Prantl
2015-09-23
1
-13
/
+34
*
[dsymutil] Plug a memory leak.
Benjamin Kramer
2015-09-23
1
-2
/
+2
*
dsymutil: Follow references to clang modules and recursively clone the
Adrian Prantl
2015-09-22
1
-7
/
+135
*
dsymutil: Make resolveDIEReference and getUnitForOffset static functions.
Adrian Prantl
2015-09-22
1
-16
/
+12
*
dsymutil: Make DwarfLinker::reportWarning() public. (NFC)
Adrian Prantl
2015-09-22
1
-3
/
+3
*
Fix a typo.
Adrian Prantl
2015-09-22
1
-4
/
+4
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-2
/
+2
*
dsymutil: Remove the now obsolete RelocMgr argument from cloneDIE. (NFC)
Adrian Prantl
2015-09-14
1
-8
/
+6
*
dsymutil: Factor out the DIE cloning into a DIECloner class. (NFC)
Adrian Prantl
2015-09-14
1
-161
/
+169
[next]