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
/
MachODebugMapParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[dsymutil] Gather global and local symbol addresses in the main executable.
Jonas Devlieghere
2018-11-30
1
-7
/
+13
*
[dsymutil] Make the CachedBinaryHolder the default
Jonas Devlieghere
2018-06-29
1
-29
/
+42
*
[dsymutil] Move abstractions into separate files (NFC)
Jonas Devlieghere
2018-06-27
1
-1
/
+1
*
[Support] Add convenience functions to WithColor. NFC.
Jonas Devlieghere
2018-04-14
1
-4
/
+5
*
[dsymutil] Upstream emitting of papertrail warnings.
Jonas Devlieghere
2018-04-02
1
-9
/
+20
*
[dsymutil] Print architecture in warning
Jonas Devlieghere
2018-03-14
1
-11
/
+17
*
[dsymutil] Unify error handling outside DwarfLinker.
Jonas Devlieghere
2018-03-13
1
-6
/
+8
*
[dsymutil] Remove \brief from comments. NFC
Jonas Devlieghere
2018-02-22
1
-3
/
+2
*
[dsymutil] Fix typos and formatting. NFC.
Jonas Devlieghere
2018-02-22
1
-13
/
+16
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[dsymutil] Emit valid debug locations when no symbol flags are set
Francis Ricci
2017-10-09
1
-1
/
+3
*
Revert "[dsymutil] Emit valid debug locations when no symbol flags are set"
Francis Ricci
2017-10-06
1
-3
/
+1
*
[dsymutil] Emit valid debug locations when no symbol flags are set
Francis Ricci
2017-10-06
1
-1
/
+3
*
[llvm-dsymutil] Add support for __swift_ast MachO DWARF section
Francis Ricci
2017-10-06
1
-1
/
+9
*
Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"
Francis Ricci
2017-10-05
1
-9
/
+1
*
[llvm-dsymutil] Add support for __swift_ast MachO DWARF section
Francis Ricci
2017-10-05
1
-1
/
+9
*
Revert "[llvm-dsymutil] Add support for __swift_ast MachO DWARF section"
Francis Ricci
2017-10-05
1
-9
/
+1
*
[llvm-dsymutil] Add support for __swift_ast MachO DWARF section
Francis Ricci
2017-10-05
1
-1
/
+9
*
[dsymutil] Better support for symbol aliases
Jonas Devlieghere
2017-09-26
1
-0
/
+24
*
[dsymutil] Replace TimeValue with TimePoint
Pavel Labath
2016-11-09
1
-8
/
+7
*
SymbolRef::Type is not a bitfield and must be compared directly
David Majnemer
2016-10-31
1
-1
/
+1
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-6
/
+3
*
[dsymutil] Fix -arch option for thumb variants.
Frederic Riss
2016-05-09
1
-1
/
+5
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
1
-4
/
+10
*
MachO: remove weird ARM/Thumb interface from MachOObjectFile
Tim Northover
2016-04-22
1
-8
/
+4
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-4
/
+10
*
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
2016-03-23
1
-1
/
+4
*
[dsymutil] Fix handling of common symbols.
Frederic Riss
2016-01-31
1
-8
/
+9
*
[dsymutil] Allow debug map mappings with no object file address. NFC
Frederic Riss
2016-01-31
1
-1
/
+1
*
[dsymutil] Ignore absolute symbols in the debug map
Frederic Riss
2015-12-11
1
-3
/
+14
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-6
/
+5
*
[dsymutil] Do not construct a StringRef from a std::string temporary
Frederic Riss
2015-08-31
1
-2
/
+1
*
[dsymutil] Implement -symtab/-s option.
Frederic Riss
2015-08-31
1
-0
/
+175
*
[dsymutil] Store an optional BinaryPath in the debug map.
Frederic Riss
2015-08-26
1
-1
/
+2
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-2
/
+7
*
[dsymutil] Add support for the -arch option.
Frederic Riss
2015-08-05
1
-9
/
+25
*
[dsymutil] Implement support for handling mach-o universal binaries as main i...
Frederic Riss
2015-08-05
1
-19
/
+29
*
[dsymutil] Implement support for universal mach-o object files.
Frederic Riss
2015-07-24
1
-11
/
+24
*
[dsymutil] Make the triple detection more strict.
Frederic Riss
2015-07-24
1
-8
/
+1
*
[dsymutil] Check archive members timestamps.
Frederic Riss
2015-07-22
1
-6
/
+11
*
Delete UnknownAddress. It is a perfectly valid symbol value.
Rafael Espindola
2015-07-07
1
-14
/
+5
*
Common symbols don't have a value.
Rafael Espindola
2015-07-07
1
-4
/
+8
*
Replace a few more MachO only uses of getSymbolAddress.
Rafael Espindola
2015-07-03
1
-6
/
+5
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
1
-6
/
+13
*
Simplify getSymbolType.
Rafael Espindola
2015-06-26
1
-3
/
+2
*
Change how symbol sizes are handled in lib/Object.
Rafael Espindola
2015-06-24
1
-5
/
+4
*
[dsymutil] Apply clang-format. NFC
Frederic Riss
2015-06-05
1
-1
/
+0
*
[dsymutil] Out-line the YAML serialization code. NFC
Frederic Riss
2015-06-05
1
-19
/
+6
*
[dsymutil] Handle the -oso-prepend-path option when the input is a YAML debug...
Frederic Riss
2015-06-05
1
-3
/
+3
*
Reapply r238941 - [dsymutil] Accept a YAML debug map as input instead of a bi...
Frederic Riss
2015-06-03
1
-3
/
+23
[next]