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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: Fix a comment. [-Wdocumentation]
NAKAMURA Takumi
2015-09-23
1
-1
/
+1
*
dsymutil: Follow references to clang modules and recursively clone the
Adrian Prantl
2015-09-22
1
-7
/
+135
*
dsymutil: Make -oso-prepend-path available to DwarfLinker.
Adrian Prantl
2015-09-22
2
-0
/
+2
*
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
*
dsymutil: Factor out the relocation handling into a RelocationManager (NFC)
Adrian Prantl
2015-09-11
1
-125
/
+176
*
[dsymutil] Discard useless location attributes.
Frederic Riss
2015-09-11
1
-4
/
+68
*
[dsymutil] Rename some variables NFC.
Frederic Riss
2015-09-11
1
-11
/
+11
*
Reapply r246012 [dsymutil] Emit real dSYM companion binaries.
Frederic Riss
2015-09-02
3
-3
/
+439
*
[dsymutil] Do not mistakenly reuse the current object file when the next one ...
Frederic Riss
2015-08-31
1
-1
/
+3
*
[dsymutil] Do not crash on empty debug_range range.
Frederic Riss
2015-08-31
1
-9
/
+11
*
[dsymutil] Fix caching of current range. NFC.
Frederic Riss
2015-08-31
1
-2
/
+3
*
[dsymutil] Fix handling of inlined_subprogram low_pcs
Frederic Riss
2015-08-31
1
-3
/
+14
*
[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
3
-0
/
+193
*
Revert "[dsymutil] Emit real dSYM companion binaries."
Frederic Riss
2015-08-26
3
-436
/
+3
*
[dsymutil] Emit real dSYM companion binaries.
Frederic Riss
2015-08-26
3
-3
/
+436
*
[dsymutil] Store an optional BinaryPath in the debug map.
Frederic Riss
2015-08-26
3
-2
/
+9
*
[dsymutil] Make the warn and error helpers globally available. NFC.
Frederic Riss
2015-08-26
2
-11
/
+14
*
[dsymutil] Split NonRelocatableStringPool into its own file. NFC.
Frederic Riss
2015-08-26
2
-86
/
+103
*
[dsymutil] Reapply r245960.
Frederic Riss
2015-08-25
3
-1
/
+11
*
Revert "[dsymutil] Rewrite thumb triple names in user visible messages."
Frederic Riss
2015-08-25
3
-11
/
+1
*
[dsymutil] Rewrite thumb triple names in user visible messages.
Frederic Riss
2015-08-25
3
-1
/
+11
*
[dsymutil] Not finding any debug info is not a fatal error
Frederic Riss
2015-08-25
2
-5
/
+4
*
Remove raw_svector_ostream::resync and users. It's no-op after r244870.
Yaron Keren
2015-08-13
1
-3
/
+0
*
Recommit r244470+ r244471 together, the bot failed between them.
Yaron Keren
2015-08-10
1
-7
/
+5
*
Revert r244470 and 244471 while looking into it.
Yaron Keren
2015-08-10
1
-5
/
+7
*
Second part of r244470 (source file was unsaved in editor).
Yaron Keren
2015-08-10
1
-5
/
+5
*
Really implement David Blaikie suggestion in full of seperating
Yaron Keren
2015-08-10
1
-3
/
+1
*
Fully apply David Blaikie suggestion and add comment explaining why.
Yaron Keren
2015-08-10
1
-1
/
+3
*
Modify r244405 to clearer code, per David Blaikie suggestion.
Yaron Keren
2015-08-10
1
-2
/
+2
*
Fix dangling reference in DwarfLinker.cpp. The original code
Yaron Keren
2015-08-08
1
-0
/
+1
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-2
/
+7
*
[dsymutil] Use the new MCDwarfLineTableParams customization to emit linetables
Frederic Riss
2015-08-07
1
-10
/
+17
*
[dsymutil] Implement dSYM bundle creation
Frederic Riss
2015-08-06
1
-6
/
+101
*
[dsymutil] Add (unimplemented) --flat option
Frederic Riss
2015-08-06
1
-2
/
+12
*
[dsymutil] Do not create temporary files in -no-output mode.
Frederic Riss
2015-08-05
1
-5
/
+19
[next]