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
/
DIBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-4
/
+3
*
DI: Rewrite the DIBuilder local variable API
Duncan P. N. Exon Smith
2015-07-31
1
-3
/
+23
*
Debug Info: Add basic support for external types references.
Adrian Prantl
2015-07-15
1
-0
/
+12
*
Cleanup a couple of comments in DIBuilder.cpp
Adrian Prantl
2015-07-10
1
-3
/
+3
*
DIBuilder: Don't rauw null pointers with empty arrays in finalize().
Adrian Prantl
2015-07-06
1
-6
/
+12
*
Use an early exit in DIBuilder::finalize() to improve readability.
Adrian Prantl
2015-07-06
1
-28
/
+32
*
DIBuilder: Now that DICompileUnit is distinct, stop using temporary nodes
Adrian Prantl
2015-07-02
1
-40
/
+33
*
Fix a fixme and make DICompileUnit a distinct node. Tested via clang.
Adrian Prantl
2015-06-30
1
-3
/
+1
*
Add a DIModule metadata node to the IR.
Adrian Prantl
2015-06-29
1
-0
/
+14
*
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
*
Debug Info IR: Switch DIObjCProperty to use DITypeRef.
Adrian Prantl
2015-06-15
1
-1
/
+2
*
IR / debug info: Add a DWOId field to DICompileUnit,
Adrian Prantl
2015-05-21
1
-2
/
+2
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-261
/
+261
*
DebugInfo: Remove DIArray and DITypeArray typedefs
Duncan P. N. Exon Smith
2015-04-21
1
-21
/
+19
*
DebugInfo: Remove typedefs for DITypeRef, etc.
Duncan P. N. Exon Smith
2015-04-20
1
-7
/
+7
*
DebugInfo: Remove DIDescriptor from the DIBuilder API
Duncan P. N. Exon Smith
2015-04-16
1
-241
/
+209
*
DebugInfo: Gut DIDescriptor
Duncan P. N. Exon Smith
2015-04-16
1
-4
/
+4
*
DebugInfo: Gut DIScope, DIEnumerator and DISubrange
Duncan P. N. Exon Smith
2015-04-16
1
-13
/
+12
*
DebugInfo: Gut DIType and subclasses
Duncan P. N. Exon Smith
2015-04-16
1
-22
/
+19
*
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
2015-04-15
1
-11
/
+10
*
DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
Duncan P. N. Exon Smith
2015-04-15
1
-8
/
+31
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+1
*
DebugInfo: Gut DIObjCProperty and DIImportedEntity
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+1
*
DebugInfo: Make MDSubprogram::getFunction() return Constant
Duncan P. N. Exon Smith
2015-04-11
1
-10
/
+8
*
DebugInfo: Stop leaking temporaries in DIBuilder::createCompileUnit()
Duncan P. N. Exon Smith
2015-04-10
1
-9
/
+10
*
Revert "Workaround bot failure with explicit conversion to MDTuple*"
Duncan P. N. Exon Smith
2015-04-07
1
-1
/
+1
*
Workaround bot failure with explicit conversion to MDTuple*
Duncan P. N. Exon Smith
2015-04-07
1
-1
/
+1
*
IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
Duncan P. N. Exon Smith
2015-04-07
1
-10
/
+10
*
DebugInfo: Remove DITypedArray<>, replace with typedefs
Duncan P. N. Exon Smith
2015-04-07
1
-4
/
+4
*
DebugInfo: Remove DICompositeType mutation API
Duncan P. N. Exon Smith
2015-04-07
1
-2
/
+13
*
DebugInfo: Use DebugNodeRef in MDImportedEntity::getEntity()
Duncan P. N. Exon Smith
2015-04-07
1
-1
/
+2
*
IR: Fix -Werror noasserts build after r234255
Duncan P. N. Exon Smith
2015-04-06
1
-0
/
+2
*
IR: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-38
/
+29
*
DebugInfo: Remove DIDescriptor::Verify()
Duncan P. N. Exon Smith
2015-04-06
1
-17
/
+6
*
DebugInfo: Use MDTypeRef throughout the hierarchy
Duncan P. N. Exon Smith
2015-04-06
1
-76
/
+84
*
Verifier: Add operand checks for remaining debug info
Duncan P. N. Exon Smith
2015-03-30
1
-1
/
+1
*
Verifier: Check operands of MDSubprogram nodes
Duncan P. N. Exon Smith
2015-03-30
1
-9
/
+13
*
Verifier: Check operands of MDType subclasses and MDCompileUnit
Duncan P. N. Exon Smith
2015-03-27
1
-2
/
+2
*
DebugInfo: Require non-null in DIBuilder::retainType()
Duncan P. N. Exon Smith
2015-03-27
1
-1
/
+4
*
Verifier: Check fields of MDVariable subclasses
Duncan P. N. Exon Smith
2015-03-27
1
-9
/
+11
*
DIBuilder: Change a few helpers to return downcasted MDNodes
Duncan P. N. Exon Smith
2015-03-27
1
-4
/
+4
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
1
-544
/
+151
*
IR: Drop the scope in DI template parameters
Duncan P. N. Exon Smith
2015-02-18
1
-4
/
+6
*
DIBuilder: add trackIfUnresolved() to all nodes that may be cyclic.
Adrian Prantl
2015-02-17
1
-3
/
+14
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-8
/
+5
*
IR: Drop never-used defaults for DIBuilder::createTemplate*(), NFC
Duncan P. N. Exon Smith
2015-02-13
1
-22
/
+17
*
IR: Stop abusing DW_TAG_base_type for compile unit arrays
Duncan P. N. Exon Smith
2015-02-12
1
-9
/
+9
*
Allow DIBuilder::replaceVTableHolder() to work with temporary nodes,
Adrian Prantl
2015-02-11
1
-6
/
+6
*
Add a trackIfUnresolved to DIBuilder::createInheritance(),
Adrian Prantl
2015-02-11
1
-1
/
+3
[next]