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
/
test
/
DebugInfo
/
X86
/
gnu-public-names.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-1
/
+1
*
DebugInfo: Update support for detecting C++ language variants in debug info e...
David Blaikie
2019-10-02
1
-1
/
+1
*
DebugInfo: Include enumerators in pubnames
David Blaikie
2019-06-14
1
-147
/
+219
*
[AsmPrinter] Fix DebugInfo/X86/gnu-public-names.ll after rL346790
Fangrui Song
2018-11-13
1
-1
/
+1
*
[AsmPrinter] Rename a comment of .debug_gnu_pubnames entry
Fangrui Song
2018-11-13
1
-1
/
+1
*
DebugInfo: Add metadata support for disabling DWARF pub sections
David Blaikie
2018-08-16
1
-1
/
+1
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-6
/
+6
*
IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.
Peter Collingbourne
2017-09-12
1
-3
/
+3
*
llvm-dwarfdump: Make -brief the default and add a -verbose option instead.
Adrian Prantl
2017-09-11
1
-1
/
+1
*
Canonicalize the representation of empty an expression in DIGlobalVariableExp...
Adrian Prantl
2017-08-30
1
-8
/
+8
*
Debug Info: Add a file: field to DIImportedEntity.
Adrian Prantl
2017-07-19
1
-2
/
+2
*
Remove line and file from DINamespace.
Adrian Prantl
2017-04-28
1
-5
/
+5
*
Revert r301487: Replace HashString algorithm with xxHash64
Rui Ueyama
2017-04-26
1
-15
/
+12
*
Replace HashString algorithm with xxHash64
Rui Ueyama
2017-04-26
1
-12
/
+15
*
Renumber testcase metadata nodes after r290153.
Adrian Prantl
2016-12-22
1
-92
/
+101
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-8
/
+8
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-8
/
+8
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-8
/
+8
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-8
/
+8
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-8
/
+8
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
1
-16
/
+16
*
Reverting 268054 & 268063 as they caused PR27579.
Amjad Aboud
2016-04-30
1
-13
/
+12
*
Recommitted r264280 "Supporting all entities declared in lexical scope in LLV...
Amjad Aboud
2016-04-29
1
-12
/
+13
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
1
-10
/
+10
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-8
/
+7
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
1
-1
/
+1
*
Revert "Recommitted r263424 "Supporting all entities declared in lexical scop...
Reid Kleckner
2016-03-24
1
-13
/
+12
*
Recommitted r263424 "Supporting all entities declared in lexical scope in LLV...
Amjad Aboud
2016-03-24
1
-12
/
+13
*
Revert "Recommitted r261633 "Supporting all entities declared in lexical scop...
Benjamin Kramer
2016-03-14
1
-13
/
+12
*
Recommitted r261633 "Supporting all entities declared in lexical scope in LLV...
Amjad Aboud
2016-03-14
1
-12
/
+13
*
Revert r261633 "Supporting all entities declared in lexical scope in LLVM deb...
Hans Wennborg
2016-02-23
1
-13
/
+12
*
Supporting all entities declared in lexical scope in LLVM debug info.
Amjad Aboud
2016-02-23
1
-12
/
+13
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-12
/
+12
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
1
-6
/
+6
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
1
-1
/
+1
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-1
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-49
/
+49
*
DebugInfo: Pubnames: Do not include variable declarations in pubnames
David Blaikie
2015-04-14
1
-69
/
+101
*
Update test case to include the original source code & account for some chang...
David Blaikie
2015-04-14
1
-71
/
+71
*
Emit correct linkage-name attribute based on DWARF version.
Paul Robinson
2015-03-10
1
-4
/
+4
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
1
-40
/
+40
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-6
/
+6
*
IR: Move MDLocation into place
Duncan P. N. Exon Smith
2015-01-14
1
-9
/
+9
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
1
-62
/
+62
*
DebugInfo: Simplify/tidy/correct global variable decl/def emission handling.
David Blaikie
2014-10-23
1
-24
/
+15
*
[dwarfdump] Resolve also variable specifications/abstract_origins.
Frederic Riss
2014-10-10
1
-12
/
+12
*
[dwarfdump] Print the name for referenced specification of abstract_origin DIEs.
Frederic Riss
2014-10-06
1
-4
/
+4
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
1
-39
/
+39
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
1
-39
/
+39
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
1
-39
/
+39
[next]