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
/
LLVMContextImpl.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Compute some Debug Info Metadata hash key partially (NFC)
Mehdi Amini
2016-03-19
1
-9
/
+4
*
Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi Amini
2016-03-10
1
-0
/
+4
*
Remove static global GCNames from Function.cpp and move it to the Context
Mehdi Amini
2016-01-08
1
-0
/
+7
*
Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-11
/
+0
*
Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...
Vedant Kumar
2015-12-19
1
-0
/
+11
*
Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-11
/
+0
*
Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-0
/
+11
*
[IR] Move optional data in llvm::Function into a hungoff uselist
Vedant Kumar
2015-12-19
1
-11
/
+0
*
Macro debug info support in LLVM IR
Amjad Aboud
2015-12-10
1
-0
/
+43
*
[IR] Manage TheNoneToken with a std::unique_ptr
David Majnemer
2015-11-16
1
-1
/
+1
*
[IR] Add support for empty tokens
David Majnemer
2015-11-11
1
-0
/
+2
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-8
/
+5
*
[Function] Clean up {prefix,prologue} data routines (NFC)
Vedant Kumar
2015-10-06
1
-4
/
+4
*
[IR] Add operand bundles to CallInst and InvokeInst.
Sanjoy Das
2015-09-24
1
-0
/
+10
*
[IR] Add token types
David Majnemer
2015-08-14
1
-1
/
+1
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
1
-62
/
+2
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-13
/
+12
*
Add a DIModule metadata node to the IR.
Adrian Prantl
2015-06-29
1
-0
/
+29
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Move the name pointer out of Value into a map that lives on the
Owen Anderson
2015-06-01
1
-0
/
+2
*
IR / debug info: Add a DWOId field to DICompileUnit,
Adrian Prantl
2015-05-21
1
-5
/
+7
*
Store intrinsic ID by value in Function instead of a string lookup. NFC.
Pete Cooper
2015-05-19
1
-5
/
+0
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-66
/
+66
*
IR: Add Function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
1
-0
/
+3
*
IR: Extract set logic from Instruction attachments, NFC
Duncan P. N. Exon Smith
2015-04-24
1
-3
/
+39
*
IR: Remove MDMapTy and MDPairTy typedefs, NFC
Duncan P. N. Exon Smith
2015-04-24
1
-4
/
+3
*
IR: Rename LLVMContextImpl::MetadataStore to InstructionMetadata
Duncan P. N. Exon Smith
2015-04-24
1
-4
/
+3
*
Add the i128 builtin type to LLVM.
Kit Barton
2015-04-17
1
-1
/
+1
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-10
/
+5
*
IR: Rename MDSubrange::getLo() to getLowerBound()
Duncan P. N. Exon Smith
2015-04-07
1
-5
/
+7
*
DebugInfo: Use MDTypeRef throughout the hierarchy
Duncan P. N. Exon Smith
2015-04-06
1
-4
/
+4
*
Verifier: Add operand checks for remaining debug info
Duncan P. N. Exon Smith
2015-03-30
1
-9
/
+9
*
Verifier: Add operand checks for MDLexicalBlock
Duncan P. N. Exon Smith
2015-03-30
1
-4
/
+4
*
Verifier: Check operands of MDSubprogram nodes
Duncan P. N. Exon Smith
2015-03-30
1
-14
/
+15
*
Verifier: Check operands of MDType subclasses and MDCompileUnit
Duncan P. N. Exon Smith
2015-03-27
1
-34
/
+35
*
Verifier: Check fields of MDVariable subclasses
Duncan P. N. Exon Smith
2015-03-27
1
-17
/
+19
*
Verifier: Check accessors of MDLocation
Duncan P. N. Exon Smith
2015-03-26
1
-3
/
+3
*
IR: Fix MDType fields from unsigned to uint64_t
Duncan P. N. Exon Smith
2015-02-19
1
-14
/
+14
*
IR: Drop scope from MDTemplateParameter
Duncan P. N. Exon Smith
2015-02-19
1
-19
/
+11
*
IR: Remove unnecessary fields from MDTemplateParameter
Duncan P. N. Exon Smith
2015-02-10
1
-25
/
+10
*
IR: Add specialized debug info metadata nodes
Duncan P. N. Exon Smith
2015-02-10
1
-0
/
+575
*
IR: Rename 'operator ==()' to 'isKeyOf()', NFC
Duncan P. N. Exon Smith
2015-02-05
1
-4
/
+4
*
IR: Reduce boilerplate in DenseMapInfo overrides, NFC
Duncan P. N. Exon Smith
2015-02-04
1
-91
/
+63
*
IR: Define MDNode uniquing sets automatically, NFC
Duncan P. N. Exon Smith
2015-02-04
1
-3
/
+2
*
IR: Split out DebugInfoMetadata.h, NFC
Duncan P. N. Exon Smith
2015-02-02
1
-0
/
+1
*
Revert GCStrategy ownership changes
Philip Reames
2015-01-26
1
-11
/
+0
*
IR: Change GenericDwarfNode::getHeader() to StringRef
Duncan P. N. Exon Smith
2015-01-22
1
-2
/
+2
*
IR: DwarfNode => DebugNode, NFC
Duncan P. N. Exon Smith
2015-01-22
1
-14
/
+14
*
Remove dead leak detector parts that fell out of use in r224703.
Benjamin Kramer
2015-01-22
1
-4
/
+0
[prev]
[next]