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
/
dsymutil.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[dsymutil] Add support for linking remarks
Francis Visoiu Mistrih
2019-11-01
1
-0
/
+16
*
[dsymutil] Print warning/error for unknown/missing arguments.
Jonas Devlieghere
2019-10-16
1
-0
/
+10
*
[dsymutil] Fix stack-use-after-scope
Jonas Devlieghere
2019-10-04
1
-2
/
+2
*
[dsymutil] Don't overload LinkOptions.
Jonas Devlieghere
2019-10-03
1
-35
/
+34
*
Fix build failure with GCC on identifier reusing.
Michael Liao
2019-10-03
1
-1
/
+1
*
[dsymutil] Improve consistency by removing redundant namespaces (NFC)
Jonas Devlieghere
2019-10-03
1
-44
/
+40
*
[dsymutil] Tablegenify option parsing
Jonas Devlieghere
2019-10-03
1
-297
/
+291
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-2
/
+2
*
[dsymutil] Fix heap-use-after-free related to the LinkOptions.
Jonas Devlieghere
2019-08-01
1
-5
/
+6
*
[dsymutil] Use the number of threads specified.
Jonas Devlieghere
2019-06-07
1
-3
/
+5
*
[dsymutil] Fix use-after-free when sys::path::append grows the buffer.
Adrian Prantl
2019-04-23
1
-2
/
+2
*
Revert "[dsymutil] Fix use-after-free when sys::path::append grows the buffer."
Adrian Prantl
2019-04-23
1
-1
/
+1
*
[dsymutil] Fix use-after-free when sys::path::append grows the buffer.
Adrian Prantl
2019-04-23
1
-1
/
+1
*
Fully qualify llvm::Optional, some compilers complain otherwise.
Adrian Prantl
2019-04-22
1
-3
/
+4
*
Try to work around compile errors with older versions of GCC.
Adrian Prantl
2019-04-22
1
-6
/
+10
*
[dsymutil] Collect parseable Swift interfaces in the .dSYM bundle.
Adrian Prantl
2019-04-22
1
-22
/
+33
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[dsymutil] Upstream unobfuscation logic.
Jonas Devlieghere
2019-01-07
1
-1
/
+26
*
[dsymutil] Improve error reporting when we cannot create output file.
Jonas Devlieghere
2018-10-23
1
-31
/
+42
*
[dsymutil] Simplify temporary file handling.
Jonas Devlieghere
2018-07-29
1
-29
/
+11
*
[dsymutil] Add support for generating DWARF5 accelerator tables.
Jonas Devlieghere
2018-07-25
1
-7
/
+14
*
[dsymutil] Add support for outputting assembly
Jonas Devlieghere
2018-07-09
1
-0
/
+8
*
[dsymutil] Make the CachedBinaryHolder the default
Jonas Devlieghere
2018-06-29
1
-1
/
+1
*
[dsymutil] Introduce a new CachedBinaryHolder
Jonas Devlieghere
2018-06-29
1
-1
/
+5
*
[dsymutil] Move abstractions into separate files (NFC)
Jonas Devlieghere
2018-06-27
1
-0
/
+1
*
[ADT] Make escaping fn conform to coding guidelines
Jonas Devlieghere
2018-05-31
1
-3
/
+3
*
[dsymutil] Escape HTML special characters in plist.
Jonas Devlieghere
2018-05-30
1
-8
/
+17
*
[Support] Add color cl category.
Jonas Devlieghere
2018-05-24
1
-1
/
+1
*
[Support] Add convenience functions to WithColor. NFC.
Jonas Devlieghere
2018-04-14
1
-21
/
+21
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-5
/
+3
*
[dsymutil] Apply recursion workaround for threading
Jonas Devlieghere
2018-04-03
1
-6
/
+7
*
[dsymutil] Upstream emitting of papertrail warnings.
Jonas Devlieghere
2018-04-02
1
-2
/
+14
*
[dsymutil] Unify error handling outside DwarfLinker.
Jonas Devlieghere
2018-03-13
1
-19
/
+21
*
[dsymutil] Embed toolchain in dSYM bundle
Jonas Devlieghere
2018-03-08
1
-2
/
+11
*
[dsymutil] Use llvm::sys::path to join bundle path.
Jonas Devlieghere
2018-02-08
1
-3
/
+4
*
Re-land [dsymutil] Upstream update feature
Jonas Devlieghere
2018-02-08
1
-14
/
+115
*
Revert dsymutil -update commits
Jonas Devlieghere
2018-02-07
1
-115
/
+14
*
[dsymutil] Upstream update feature.
Jonas Devlieghere
2018-02-07
1
-14
/
+115
*
[dsymutil] Enable -minimize feature.
Jonas Devlieghere
2018-01-30
1
-0
/
+10
*
[dsymutil] Re-enable threading
Jonas Devlieghere
2017-12-13
1
-28
/
+27
*
[dsymutil] Add -verify option to run DWARF verifier after linking.
Jonas Devlieghere
2017-12-07
1
-0
/
+41
*
[dsymutil] Upstream getBundleInfo implementation
Jonas Devlieghere
2017-11-30
1
-17
/
+20
*
Try to fix the windows build.
Rafael Espindola
2017-11-17
1
-2
/
+2
*
Use TempFile in dsymutil.
Rafael Espindola
2017-11-17
1
-60
/
+49
*
make exitDsymutil static.
Rafael Espindola
2017-11-16
1
-1
/
+3
*
Simplify file handling in dsymutil.
Rafael Espindola
2017-11-15
1
-1
/
+10
*
Fix llvm-dsymutil test in -DLLVM_ENABLE_THREADS=OFF mode
Hans Wennborg
2017-11-02
1
-4
/
+5
*
[dsymutil][doc] Improve wording in manpage and rename file.
Jonas Devlieghere
2017-11-02
1
-2
/
+2
*
[dsymutil, llvm-objcopy] Fix some Clang-tidy modernize and Include What You U...
Eugene Zelenko
2017-11-01
1
-8
/
+15
*
[dsymutil][NFC} Rename thread related command line options
Jonas Devlieghere
2017-11-01
1
-6
/
+6
[next]