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] 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
*
Revert "[dsymutil] Accept a YAML debug map as input instead of a binary."
Frederic Riss
2015-06-03
1
-23
/
+3
*
[dsymutil] Accept a YAML debug map as input instead of a binary.
Frederic Riss
2015-06-03
1
-3
/
+23
*
[dsymutil] Add function size to the debug map.
Frederic Riss
2015-03-15
1
-5
/
+18
*
[dsymutil] clang-format a file
Frederic Riss
2015-02-28
1
-3
/
+2
*
[dsymutil] Add the detected target triple to the debug map.
Frederic Riss
2015-01-19
1
-1
/
+8
*
Fix uninitialized memory read in llvm-dsymutil for the second time.
Alexey Samsonov
2015-01-07
1
-1
/
+2
*
[dsymutil] Implement the BinaryHolder object and gain archive support.
Frederic Riss
2015-01-05
1
-34
/
+17
*
[dsymutil] Fix missing member initializer.
Alexey Samsonov
2014-12-18
1
-1
/
+2
*
[dsymutil] Pass the verbosity flag down to the processing. NFC for now.
Frederic Riss
2014-12-16
1
-1
/
+2
*
[dsymutil] Avoid calling getStringTableData() for each symbol. NFC.
Frederic Riss
2014-12-16
1
-2
/
+3
*
Initial dsymutil tool commit.
Frederic Riss
2014-12-12
1
-0
/
+247
*
Revert "Initial dsymutil tool commit."
Frederic Riss
2014-12-09
1
-194
/
+0
*
Initial dsymutil tool commit.
Frederic Riss
2014-12-09
1
-0
/
+194