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
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfDebug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[NFC] Rename DwarfAccelTable and move header.
Jonas Devlieghere
2018-01-29
1
-1
/
+1
*
[NFC] Refactor Apple Accelerator Tables
Jonas Devlieghere
2018-01-29
1
-20
/
+10
*
[DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.
Wolfgang Pieb
2018-01-26
1
-2
/
+47
*
Don't emit apple accelerator tables on non-darwin targets
Pavel Labath
2018-01-17
1
-2
/
+4
*
[DWARFv5] CodeGen support for MD5 file checksums
Paul Robinson
2018-01-12
1
-8
/
+2
*
[DWARFv5] MC support for MD5 file checksums
Paul Robinson
2018-01-09
1
-2
/
+3
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-3
/
+3
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
[DWARF] Fix bad comparator in sortGlobalExprs.
Eli Friedman
2017-10-12
1
-7
/
+12
*
Reinstantiate old/bad deduplication logic that was removed in r315279.
Daniel Jasper
2017-10-12
1
-0
/
+10
*
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
Justin Bogner
2017-10-10
1
-1
/
+1
*
Ignore all duplicate frame index expression
Bjorn Steinbrink
2017-10-10
1
-0
/
+25
*
IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.
Peter Collingbourne
2017-09-12
1
-91
/
+52
*
Revert "[DWARF] Incorrect prologue end line record."
Robert Lougher
2017-09-12
1
-3
/
+1
*
[DWARF] Incorrect prologue end line record.
Robert Lougher
2017-09-12
1
-1
/
+3
*
[DWARF] Line 0 should not have a discriminator.
Paul Robinson
2017-09-07
1
-2
/
+2
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-5
/
+5
*
Filter out non-constant DIGlobalVariableExpressions reachable via the CU
Adrian Prantl
2017-08-19
1
-2
/
+9
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2017-08-17
1
-29
/
+51
*
Assert that the offset of a DBG_VALUE is always 0. (NFC)
Adrian Prantl
2017-08-02
1
-2
/
+4
*
Remove the unused Offset field from MachineLocation (NFC)
Adrian Prantl
2017-08-02
1
-5
/
+1
*
Remove unreachable code. (NFC)
Adrian Prantl
2017-08-02
1
-7
/
+1
*
DebugInfo: Update flag description that'd been copypasted from another
David Blaikie
2017-08-01
1
-1
/
+1
*
DebugInfo: Put range base specifier entry functionality behind a flag
David Blaikie
2017-07-31
1
-4
/
+9
*
DebugInfo: Fix r309526, ensure resetting base address selection entries are used
David Blaikie
2017-07-31
1
-0
/
+6
*
DebugInfo: Use base address selection entries in debug_ranges to reduce reloc...
David Blaikie
2017-07-30
1
-10
/
+35
*
DebugInfo: Consider a CU containing only local imported entities to be 'empty'
David Blaikie
2017-07-28
1
-11
/
+14
*
remove redundant check
Adrian Prantl
2017-07-27
1
-1
/
+1
*
DebugInfo: Ensure imported entities at the top level of an inlined function d...
David Blaikie
2017-07-27
1
-0
/
+2
*
Do a better job at emitting prefrabricated skeleton CUs.
Adrian Prantl
2017-07-26
1
-4
/
+14
*
Debug Info: Support fragmented variables in the MMI side table
Adrian Prantl
2017-07-25
1
-1
/
+6
*
Revert "Debug Info: Support fragmented variables in the MMI side table"
Adrian Prantl
2017-07-25
1
-6
/
+1
*
Debug Info: Support fragmented variables in the MMI side table
Adrian Prantl
2017-07-25
1
-1
/
+6
*
Debug Info: Don't strip clang module skeleton CUs.
Adrian Prantl
2017-07-21
1
-1
/
+2
*
Fix a crash in DwarfDebug::validThroughout.
Adrian Prantl
2017-06-20
1
-3
/
+5
*
Improve the accuracy of variable ranges .debug_loc location lists.
Adrian Prantl
2017-06-16
1
-12
/
+54
*
Align definition of DW_OP_plus with DWARF spec [3/3]
Florian Hahn
2017-06-14
1
-1
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
DebugInfo: Include .dwo file name when hashing multiple CUs in a single file
Mehdi Amini
2017-05-29
1
-1
/
+9
*
DebugInfo: Omit an empty CU when a subprogram was moved into its use
Mehdi Amini
2017-05-29
1
-8
/
+12
*
Revert "DebugInfo: Omit an empty CU when a subprogram was moved into its use"
Mehdi Amini
2017-05-29
1
-12
/
+8
*
Revert "DebugInfo: Include .dwo file name when hashing multiple CUs in a sing...
Mehdi Amini
2017-05-29
1
-9
/
+1
*
DebugInfo: Include .dwo file name when hashing multiple CUs in a single file
David Blaikie
2017-05-29
1
-1
/
+9
*
DebugInfo: Omit an empty CU when a subprogram was moved into its use
David Blaikie
2017-05-28
1
-8
/
+12
*
DebugInfo: Do not emit empty CUs
David Blaikie
2017-05-26
1
-14
/
+29
*
DebugInfo: Don't include locations for debug-having code inlined into nodebug...
David Blaikie
2017-05-26
1
-0
/
+4
*
DebugInfo: Simplify scopes+subprogram handling since the subprogram<>cu link ...
David Blaikie
2017-05-25
1
-18
/
+8
*
DebugInfo: Produce debug_{gnu_}pub{names,types} entries when explicitly reque...
David Blaikie
2017-05-25
1
-10
/
+18
*
Don't generate line&scope debug info for meta-instructions.
Adrian Prantl
2017-05-22
1
-2
/
+2
*
Revert "Don't generate line&scope debug info for meta-instructions."
Adrian Prantl
2017-05-22
1
-2
/
+2
[prev]
[next]