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
/
Bitcode
/
Reader
/
MetadataLoader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-1
/
+16
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
1
-4
/
+5
*
[DebugInfo] Unify ChecksumKind and Checksum value in DIFile
Scott Linder
2018-02-12
1
-3
/
+10
*
Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...
Momchil Velikov
2018-02-12
1
-2
/
+3
*
Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...
Momchil Velikov
2018-02-07
1
-3
/
+2
*
[DebugInfo] Improvements to representation of enumeration types (PR36168)
Momchil Velikov
2018-02-07
1
-2
/
+3
*
Add DWARF for discriminated unions
Adrian Prantl
2018-02-06
1
-2
/
+5
*
[Metadata] Extend 'count' field of DISubrange to take a metadata node
Sander de Smalen
2018-01-24
1
-7
/
+18
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-17
1
-1
/
+1
*
Remove redundant includes from lib/Bitcode.
Michael Zolotukhin
2017-12-13
1
-4
/
+0
*
IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.
Peter Collingbourne
2017-09-12
1
-2
/
+3
*
Canonicalize the representation of empty an expression in DIGlobalVariableExp...
Adrian Prantl
2017-08-30
1
-9
/
+13
*
Debug Info: Add a file: field to DIImportedEntity.
Adrian Prantl
2017-07-19
1
-3
/
+5
*
Align definition of DW_OP_plus with DWARF spec [3/3]
Florian Hahn
2017-06-14
1
-31
/
+92
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[MetadataLoader] Remove unused Vector. NFCI.
Davide Italiano
2017-05-16
1
-1
/
+1
*
Remove line and file from DINamespace.
Adrian Prantl
2017-04-28
1
-4
/
+8
*
Turn DISubprogram into a variable-length node.
Adrian Prantl
2017-04-26
1
-2
/
+2
*
Revert "Turn DISubprogram into a variable-length node."
Adrian Prantl
2017-04-26
1
-2
/
+2
*
Turn DISubprogram into a variable-length node.
Adrian Prantl
2017-04-26
1
-2
/
+2
*
Add support for DW_TAG_thrown_type.
Adrian Prantl
2017-04-26
1
-23
/
+25
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-5
/
+52
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-30
1
-1
/
+1
*
[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...
Konstantin Zhuravlyov
2017-03-08
1
-2
/
+9
*
Move symbols from the global namespace into (anonymous) namespaces. NFC.
Benjamin Kramer
2017-02-11
1
-1
/
+1
*
Fix bitcode upgrade for DIGlobalVariables with a var: field.
Adrian Prantl
2017-02-08
1
-2
/
+1
*
Fix the bitcode upgrade for DIGlobalVariable in a DIImportedEntity context.
Adrian Prantl
2017-02-07
1
-5
/
+51
*
Change debug-info-for-profiling from a TargetOption to a function attribute.
Dehao Chen
2017-02-01
1
-2
/
+3
*
Avoid using unspecified ordering in MetadataLoader::MetadataLoaderImpl::parse...
Ivan Krasin
2017-01-27
1
-33
/
+66
*
[ThinLTO] Fix lazy-loading of MDString instruction attachments
Mehdi Amini
2017-01-20
1
-4
/
+17
*
Add an assertion to PlaceholderQueue destructor, ensuring it has been flushed
Mehdi Amini
2017-01-20
1
-0
/
+3
*
[ThinLTO] Add a recursive step in Metadata lazy-loading
Mehdi Amini
2017-01-18
1
-4
/
+17
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-5
/
+5
*
[ThinLTO] Fix lazy-loading of Metadata attachment, which left some Fwd ref be...
Mehdi Amini
2017-01-08
1
-1
/
+2
*
[ThinLTO] Fix assertions on lazy-loading of Metadata TBAA attachments
Mehdi Amini
2017-01-07
1
-4
/
+4
*
[Bitcode] Remove unused PlaceHolder parameter to lazyLoadModuleMetadataBlock()
Mehdi Amini
2017-01-07
1
-4
/
+4
*
Use lazy-loading of Metadata in MetadataLoader when importing is enabled (NFC)
Mehdi Amini
2017-01-04
1
-27
/
+373
*
[ThinLTO] Import type as decl only when non-null Identifier
Teresa Johnson
2017-01-03
1
-1
/
+1
*
[DebugInfo] Added support for Checksum debug info feature.
Amjad Aboud
2016-12-25
1
-2
/
+6
*
MetadataLoader: replace the tracking of ForwardReferences and UnresolvedNodes...
Mehdi Amini
2016-12-25
1
-44
/
+23
*
MetadataLoader: add an extra assertion in Placeholders flush (NFC)
Mehdi Amini
2016-12-25
1
-3
/
+3
*
MetadataLoader: split the creation of a single metadata out of a Record into ...
Mehdi Amini
2016-12-23
1
-635
/
+650
*
MetadataLoader: Reinitialize MinFwdRef/MaxFwdRef after resolving cycles (NFC)
Mehdi Amini
2016-12-23
1
-0
/
+2
*
MetadataLoader: Add an assertion for the implicit invariant of PlaceHolder wh...
Mehdi Amini
2016-12-23
1
-2
/
+8
*
MetadataLoader: Make sure every member of MetadataLoader are initialized (NFC)
Mehdi Amini
2016-12-23
1
-6
/
+13
*
MetadataLoader: Refactor "IsImporting" into the Pimpl for the MetadataLoader ...
Mehdi Amini
2016-12-23
1
-9
/
+11
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-34
/
+59
*
[ThinLTO] Import composite types as declarations
Teresa Johnson
2016-12-16
1
-10
/
+39
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-19
/
+4
*
Strip invalid TBAA when reading bitcode
Mehdi Amini
2016-12-16
1
-0
/
+13
[next]