Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
tools
/
dsymutil
4182d1c
android: tools: remove redundant Android.bp
by Mauro Rossi
· 7 years ago
4bdf303
android: add soong building rules
by Mauro Rossi
· 7 years ago
8ece8d3
[dsymutil] Fix assertion triggered by empty address range.
by Jonas Devlieghere
· 7 years ago
20767d1
[dsymutil] Upstream unobfuscation logic.
by Jonas Devlieghere
· 7 years ago
aefeecf
[dsymutil] Ensure we're comparing time stamps with the same precision.
by Jonas Devlieghere
· 7 years ago
c7a92ba
[dsymutil] Gather global and local symbol addresses in the main executable.
by Jonas Devlieghere
· 7 years ago
0ee0dff
Make dsymutil more robust when parsing load commands.
by Adrian Prantl
· 7 years ago
a3a30c0
[dsymutil] Copy the LC_BUILD_VERSION load command into the companion binary.
by Adrian Prantl
· 7 years ago
daecf94
[DWARF] Revert r345546: Refactor range list extraction and dumping
by Wolfgang Pieb
· 7 years ago
3efd3a7
[DWARF][NFC] Refactor range list extraction and dumping
by Wolfgang Pieb
· 7 years ago
956dada
[dsymutil] Improve error reporting when we cannot create output file.
by Jonas Devlieghere
· 7 years ago
c466264
Use the container form llvm::sort(C, ...)
by Fangrui Song
· 7 years ago
3b35e17
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
by Fangrui Song
· 7 years ago
d2dad54
Revert "[DWARF] reposting r342048, which was reverted in r342056 due to buildbot errors. Adjusted 2 test cases for ARM and darwin and fixed a bug with the original change in dsymutil."
by Alexander Kornienko
· 7 years ago
dbed722
[DWARF] reposting r342048, which was reverted in r342056 due to buildbot
by Wolfgang Pieb
· 7 years ago
103f07f
Reverting r342048, which caused UBSan failures in dsymutil.
by Wolfgang Pieb
· 7 years ago
76d3c90
[DWARF] Refactoring range list dumping to fold DWARF v4 functionality into v5 handling
by Wolfgang Pieb
· 7 years ago
60c6009
[dsymutil] Prevent non-determinism due to threading.
by Jonas Devlieghere
· 7 years ago
9840d7c
[dsymutil] Reduce peak memory usage for the single threaded execution.
by Jonas Devlieghere
· 7 years ago
f4bf809
Add header guards to some headers that are missing them
by Argyrios Kyrtzidis
· 7 years ago
c6bf8fa
dsymutil: Avoid pruning non-type forward declarations inside DW_TAG_module
by Adrian Prantl
· 7 years ago
5309f16
Reduce the memory footprint of dsymutil. (NFC)
by Adrian Prantl
· 7 years ago
271b93a
[DWARF] Unify warning callbacks. NFC.
by Victor Leschuk
· 7 years ago
23332c5
[DebugInfo] Reduce debug_str_offsets section size
by Pavel Labath
· 7 years ago
3289ee6
[dsymutil] Convert recursion in lookForDIEsToKeep into worklist.
by Jonas Devlieghere
· 7 years ago
58d4a39
[dsymutil] Simplify temporary file handling.
by Jonas Devlieghere
· 7 years ago
7c767bd
[dsymutil] Add support for generating DWARF5 accelerator tables.
by Jonas Devlieghere
· 7 years ago
74dc404
[MC] Add interface to finish pending labels.
by Jonas Devlieghere
· 7 years ago
a5d860c
[dsymutil] Add support for outputting assembly
by Jonas Devlieghere
· 7 years ago
55b2eb0
[dsymutil] Emit label at the begin of a CU
by Jonas Devlieghere
· 7 years ago
d36457d
[dsymutil] Rename conflicting declaration
by Jonas Devlieghere
· 7 years ago
9f33bbfe
[dsymutil] Make the CachedBinaryHolder the default
by Jonas Devlieghere
· 7 years ago
4d3e6c1
[dsymutil] Introduce a new CachedBinaryHolder
by Jonas Devlieghere
· 7 years ago
ea63d87
[dsymutil] Use UnitListTy consistently (NFC)
by Jonas Devlieghere
· 7 years ago
928fea2
[dsymutil] Move abstractions into separate files (NFC)
by Jonas Devlieghere
· 7 years ago
01b1faf
[dsymutil] Force mmap'ing of binaries
by Jonas Devlieghere
· 7 years ago
5a4174c
[DWARF] Improved error reporting for range lists.
by Wolfgang Pieb
· 7 years ago
0dcc115
Refactor ExecuteAndWait to take StringRefs.
by Zachary Turner
· 7 years ago
7eeba25
[ADT] Make escaping fn conform to coding guidelines
by Jonas Devlieghere
· 7 years ago
e22dca5
[dsymutil] Escape HTML special characters in plist.
by Jonas Devlieghere
· 7 years ago
2071b7a
[Support] Add color cl category.
by Jonas Devlieghere
· 7 years ago
8e93a95
MC: Change object writers to use endian::Writer. NFCI.
by Peter Collingbourne
· 7 years ago
74bda0b
MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a raw_ostream. NFCI.
by Peter Collingbourne
· 7 years ago
8b03f4d
[DWARF] Refactor callback usage for .debug_line error handling
by James Henderson
· 7 years ago
17a9814
MC: Change the streamer ctors to take an object writer instead of a stream. NFCI.
by Peter Collingbourne
· 7 years ago
b826631
[DWARF] Rework debug line parsing to use llvm::Error and callbacks
by James Henderson
· 7 years ago
70f3bbf
Remove LLVM_INSTALL_CCTOOLS_SYMLINKS
by Nico Weber
· 7 years ago
5baab4c
[Support] Add convenience functions to WithColor. NFC.
by Jonas Devlieghere
· 7 years ago
0b9d56a
Define InitLLVM to do common initialization all at once.
by Rui Ueyama
· 7 years ago
461bf52
Rename *CommandFlags.def to *CommandFlags.inc
by David Blaikie
· 7 years ago
fa428dc
[dsymutil] Remove trailing colon. NFC
by Jonas Devlieghere
· 7 years ago
d0a066b
[dsymutil] Don't try to load Swift ASTs as objects.
by Jonas Devlieghere
· 7 years ago
760af16
[dsymutil] Don't crash on empty CU
by Jonas Devlieghere
· 7 years ago
2f039a0
[dsymutil] Apply recursion workaround for threading
by Jonas Devlieghere
· 7 years ago
67eb8fd
[dsymutil] Upstream emitting of papertrail warnings.
by Jonas Devlieghere
· 7 years ago
4ead3eb
[tools] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 7 years ago
9f3889b
Style update. NFC.
by Rafael Espindola
· 7 years ago
dbce663
typo
by Adrian Prantl
· 7 years ago
e3995b7
[dsymutil] Fix add_llvm_tool_symlink
by Jonas Devlieghere
· 7 years ago
a8b19e0
[dsymutil] Rename llvm-dsymutil -> dsymutil
by Jonas Devlieghere
· 7 years ago
21cda30
[dsymutil] Print architecture in warning
by Jonas Devlieghere
· 8 years ago
cc46e39
[dsymutil] Unify error handling outside DwarfLinker.
by Jonas Devlieghere
· 8 years ago
10e1123
[dsymutil] Remove old error/warn functions. NFC.
by Jonas Devlieghere
· 8 years ago
b936520
[dsymutil] Perform analyzeContextInfo and CloneDIEs in parallel
by Jonas Devlieghere
· 8 years ago
3f2bd66
[dsymutil] Unbreak non-Darwin bots.
by Jonas Devlieghere
· 8 years ago
a4c60c4
[dsymutil] Introduce LinkContext. NFC.
by Jonas Devlieghere
· 8 years ago
beee6ae
[dsymutil] Unify error handling and add color
by Jonas Devlieghere
· 8 years ago
e5edcce
[dsymutil] Embed toolchain in dSYM bundle
by Jonas Devlieghere
· 8 years ago
e993fb5
[dsymutil] Move string pool into its own implementatino file. NFC.
by Jonas Devlieghere
· 8 years ago
9b62265
build: add the ability to create a symlink for dsymutil
by Saleem Abdulrasool
· 8 years ago
f521abc
[dsymutil] Skip DW_AT_sibling attributes.
by Jonas Devlieghere
· 8 years ago
92a76c5
[dsymutil] Remove \brief from comments. NFC
by Jonas Devlieghere
· 8 years ago
3ad0c5a
[dsymutil] Fix typos and formatting. NFC.
by Jonas Devlieghere
· 8 years ago
612ed3c
[dsymutil] Replace PATH_MAX in SmallString with fixed value.
by Jonas Devlieghere
· 8 years ago
4463835
[dsymutil] Be smarter in caching calls to realpath
by Jonas Devlieghere
· 8 years ago
35c4cd1
[dsymutil] Correctly handle DW_TAG_label
by Jonas Devlieghere
· 8 years ago
b647677
[CodeGen] Refactor AppleAccelTable
by Pavel Labath
· 8 years ago
0648dd9
[dsymutil] Use llvm::sys::path to join bundle path.
by Jonas Devlieghere
· 8 years ago
6169346
Re-land [dsymutil] Upstream update feature
by Jonas Devlieghere
· 8 years ago
6bac809
Revert dsymutil -update commits
by Jonas Devlieghere
· 8 years ago
87dba15
[dsymutil] Upstream update feature.
by Jonas Devlieghere
· 8 years ago
217ad73
[NFC] 'DWARFv5' -> 'DWARF v5'
by Jonas Devlieghere
· 8 years ago
2fa8e76
[dsymutil] Enable -minimize feature.
by Jonas Devlieghere
· 8 years ago
ab9f432
[DWARFv5] Re-enable dumping a line table with no CU.
by Paul Robinson
· 8 years ago
a9aab59
[dsymutil] Generate Apple accelerator tables
by Jonas Devlieghere
· 8 years ago
ef0ae3d
[dsymutil] Make NonRelocatableStringPool a wrapper around DwarfStringPoolEntry. NFC
by Jonas Devlieghere
· 8 years ago
d32868d
Thread MCSubtargetInfo through Target::createMCAsmBackend
by Alex Bradbury
· 8 years ago
b8b7cba
[dsymutil][NFC] Replace calls to CoreFoundation with LLVM equivalent.
by Jonas Devlieghere
· 8 years ago
65ad22d
[YAML] Add support for non-printable characters
by Francis Visoiu Mistrih
· 8 years ago
d770752
Remove redundant includes from tools.
by Michael Zolotukhin
· 8 years ago
4cac1c4
[dsymutil] Re-enable threading
by Jonas Devlieghere
· 8 years ago
e75cd38
[dsymutil] Accept line tables up to DWARFv5.
by Jonas Devlieghere
· 8 years ago
5eb1a17
[dsymutil] Add -verify option to run DWARF verifier after linking.
by Jonas Devlieghere
· 8 years ago
4a6bb53
[CMake] Use PRIVATE in target_link_libraries for executables
by Shoaib Meenai
· 8 years ago
6bb5dbc
[dsymutil] Exclude namespace from ifdef in CFBundle
by Jonas Devlieghere
· 8 years ago
bdc984c
[dsymutil] Upstream getBundleInfo implementation
by Jonas Devlieghere
· 8 years ago
55bf375
Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular header as much as it is for stamping out some global/static variables
by David Blaikie
· 8 years ago
39107fc
Try to fix the windows build.
by Rafael Espindola
· 8 years ago
ebc0ffe
Use TempFile in dsymutil.
by Rafael Espindola
· 8 years ago
75fe73f
make exitDsymutil static.
by Rafael Espindola
· 8 years ago
Next »