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
/
IR
/
Metadata.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: Allow multiple global metadata attachments with the same type.
Peter Collingbourne
2016-06-01
1
-40
/
+76
*
Add support for metadata attachments for global variables.
Peter Collingbourne
2016-05-31
1
-13
/
+13
*
[CodeGenPrepare] use branch weight metadata to decide if a select should be t...
Sanjay Patel
2016-04-26
1
-0
/
+24
*
BitcodeReader: Avoid referencing unresolved nodes from distinct ones
Duncan P. N. Exon Smith
2016-04-23
1
-0
/
+10
*
IR: Use std::vector instead of SmallPtrSet for distinct nodes, NFC
Duncan P. N. Exon Smith
2016-04-19
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
IR: Lazily create ReplaceableMetadataImpl on MDNode
Duncan P. N. Exon Smith
2016-04-03
1
-31
/
+60
*
[ThinLTO] Remove post-pass metadata linking support
Teresa Johnson
2016-03-29
1
-6
/
+1
*
Query the StringMap only once when creating MDString (NFC)
Mehdi Amini
2016-03-25
1
-11
/
+6
*
fix documentation comments; NFC
Sanjay Patel
2016-03-12
1
-7
/
+2
*
Revert "Query the StringMap only once when creating MDString (NFC)"
Mehdi Amini
2016-02-17
1
-6
/
+11
*
Query the StringMap only once when creating MDString (NFC)
Mehdi Amini
2016-02-16
1
-11
/
+6
*
Relax assertion in ReplaceableMetadataImpl::replaceAllUsesWith().
Adrian Prantl
2016-02-06
1
-2
/
+0
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-2
/
+2
*
Split resolveCycles(bool AllowTemps) into two interfaces and document
Teresa Johnson
2016-01-11
1
-1
/
+1
*
[ThinLTO] Rename variables used in metadata linking (NFC)
Teresa Johnson
2015-12-30
1
-2
/
+2
*
Ensure MDNode used as key in metadata linking map cannot be RAUWed
Teresa Johnson
2015-12-30
1
-0
/
+2
*
[ptr-traits] Merge the MetadataTracking helpers into the Metadata
Chandler Carruth
2015-12-29
1
-0
/
+38
*
[ThinLTO] Metadata linking for imported functions
Teresa Johnson
2015-12-17
1
-1
/
+3
*
Preserve load alignment and dereferenceable metadata during some transformations
Artur Pilipenko
2015-11-02
1
-0
/
+11
*
Rollback of commit "Repress sanitization on User dtor."
Naomi Musgrave
2015-08-31
1
-3
/
+1
*
Undo reversion on commit: Revert "Revert "Repress sanitization on User dtor.
Naomi Musgrave
2015-08-31
1
-1
/
+3
*
Revert "Repress sanitization on User dtor. Modify msan macros for applying at...
Naomi Musgrave
2015-08-31
1
-3
/
+1
*
Repress sanitization on User dtor. Modify msan macros for applying attribute
Naomi Musgrave
2015-08-31
1
-1
/
+3
*
DI: Add Function::getSubprogram()
Duncan P. N. Exon Smith
2015-08-28
1
-0
/
+8
*
fix typo; NFC
Sanjay Patel
2015-08-24
1
-1
/
+1
*
Rename Instruction::dropUnknownMetadata() to dropUnknownNonDebugMetadata()
Adrian Prantl
2015-08-20
1
-5
/
+1
*
Fix a bug that caused SimplifyCFG to drop DebugLocs.
Adrian Prantl
2015-08-20
1
-1
/
+1
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
1
-4
/
+16
*
Tweak wording of alignment static_assert messages.
James Y Knight
2015-06-17
1
-3
/
+3
*
Fix alignment issues in LLVM.
James Y Knight
2015-06-17
1
-5
/
+20
*
Move the name pointer out of Value into a map that lives on the
Owen Anderson
2015-06-01
1
-7
/
+7
*
IR: Add Function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
1
-0
/
+76
*
IR: Extract set logic from Instruction attachments, NFC
Duncan P. N. Exon Smith
2015-04-24
1
-54
/
+60
*
IR: Use remove_if for Instruction::dropUnknownMetadata()
Duncan P. N. Exon Smith
2015-04-24
1
-16
/
+8
*
IR: Remove MDMapTy and MDPairTy typedefs, NFC
Duncan P. N. Exon Smith
2015-04-24
1
-13
/
+7
*
IR: Rename LLVMContextImpl::MetadataStore to InstructionMetadata
Duncan P. N. Exon Smith
2015-04-24
1
-17
/
+20
*
IR: Enable uniquing callbacks during MDNode::replaceWithUniqued()
Duncan P. N. Exon Smith
2015-03-31
1
-0
/
+4
*
IR: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-2
/
+2
*
IR: Add MDNode::replaceWithPermanent()
Duncan P. N. Exon Smith
2015-02-10
1
-0
/
+16
*
Metadata: Use <algorithm> to simplify code. NFC.
Benjamin Kramer
2015-02-08
1
-30
/
+12
*
Correctly combine alias.scope metadata by a union instead of intersecting
Bjorn Steinbrink
2015-02-08
1
-0
/
+22
*
IR: Split out DebugInfoMetadata.h, NFC
Duncan P. N. Exon Smith
2015-02-02
1
-105
/
+2
*
Fix some file headers, NFC
Duncan P. N. Exon Smith
2015-02-02
1
-1
/
+1
*
IR: Change GenericDwarfNode::getHeader() to StringRef
Duncan P. N. Exon Smith
2015-01-22
1
-6
/
+4
*
IR: DwarfNode => DebugNode, NFC
Duncan P. N. Exon Smith
2015-01-22
1
-7
/
+7
*
IR: Update references to temporaries before deleting
Duncan P. N. Exon Smith
2015-01-22
1
-0
/
+1
*
IR: Move MDNode clone() methods from ValueMapper to MDNode, NFC
Duncan P. N. Exon Smith
2015-01-20
1
-0
/
+11
*
IR: Canonicalize GenericDwarfNode empty headers to null
Duncan P. N. Exon Smith
2015-01-20
1
-0
/
+4
*
IR: Detect whether to call recalculateHash() via SFINAE, NFC
Duncan P. N. Exon Smith
2015-01-20
1
-18
/
+33
[next]