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
...
*
Add support for DW_TAG_thrown_type.
Adrian Prantl
2017-04-26
1
-13
/
+13
*
Revert "Debug Info: Add basic support for external types references."
Adrian Prantl
2017-03-13
1
-8
/
+0
*
[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...
Konstantin Zhuravlyov
2017-03-08
1
-18
/
+25
*
Change debug-info-for-profiling from a TargetOption to a function attribute.
Dehao Chen
2017-02-01
1
-2
/
+2
*
[DebugInfo] Added DI macro creation API to DIBuilder.
Amjad Aboud
2017-01-12
1
-0
/
+44
*
[DebugInfo] Added support for Checksum debug info feature.
Amjad Aboud
2016-12-25
1
-2
/
+3
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-9
/
+10
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-10
/
+9
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-9
/
+10
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-10
/
+9
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-9
/
+10
*
[DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of ...
Amjad Aboud
2016-12-14
1
-7
/
+5
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-2
/
+2
*
Add DWARF debug info support for C++11 inline namespaces.
Adrian Prantl
2016-11-03
1
-2
/
+3
*
DebugInfo: preparation to implement DW_AT_alignment
Victor Leschuk
2016-10-20
1
-21
/
+25
*
DebugInfo: change alignment type from uint64_t to uint32_t to save space.
Victor Leschuk
2016-10-18
1
-16
/
+16
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
1
-4
/
+4
*
Formatting with clang-format patch r280700
Leny Kholodov
2016-09-06
1
-23
/
+23
*
DebugInfo: use strongly typed enum for debug info flags
Leny Kholodov
2016-09-06
1
-26
/
+26
*
Revert "DebugInfo: use strongly typed enum for debug info flags"
Mehdi Amini
2016-09-06
1
-43
/
+43
*
DebugInfo: use strongly typed enum for debug info flags
Mehdi Amini
2016-09-06
1
-43
/
+43
*
DebugInfo: Add flag to CU to disable emission of inline debug info into the s...
David Blaikie
2016-08-24
1
-2
/
+3
*
[DIBuilder] Remove dead code. NFC.
Benjamin Kramer
2016-07-02
1
-34
/
+0
*
[codeview] Add DISubprogram::ThisAdjustment
Reid Kleckner
2016-07-01
1
-7
/
+8
*
[CodeView] Implement support for bitfields in LLVM
David Majnemer
2016-06-30
1
-0
/
+12
*
[codeview] Add DIFlags for pointer to member representations
Reid Kleckner
2016-06-17
1
-2
/
+3
*
[DebugInfo] Add calling convention support for DWARF and CodeView
Reid Kleckner
2016-06-08
1
-2
/
+2
*
DebugInfo: Change DIBuilder to make distinct DIGlobalVariables
Duncan P. N. Exon Smith
2016-04-23
1
-4
/
+4
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
1
-103
/
+71
*
IR: Use SmallVector instead of std::vector of TrackingMDRef
Duncan P. N. Exon Smith
2016-04-20
1
-1
/
+1
*
IR: Stop copying vectors of TrackingMDRef in DIBuilder
Duncan P. N. Exon Smith
2016-04-20
1
-6
/
+12
*
Remove old DIBuilder::createFunction overload used only by dragonegg, which d...
Reid Kleckner
2016-04-18
1
-13
/
+0
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-17
/
+23
*
Support the Nodebug emission kind for DICompileUnits.
Adrian Prantl
2016-04-08
1
-10
/
+3
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
1
-1
/
+1
*
Fixed DIBuilder to verify that same imported entity will not be added twice t...
Amjad Aboud
2016-03-13
1
-1
/
+6
*
Macro debug info support in LLVM IR
Amjad Aboud
2015-12-10
1
-1
/
+1
*
[DIBuilder] Make createReferenceType take size and align
Keno Fischer
2015-11-16
1
-2
/
+4
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-32
/
+25
*
Remove DIFile from createSubroutineType.
Eric Christopher
2015-10-15
1
-2
/
+1
*
AsmPrinter: Allow null subroutine type
Duncan P. N. Exon Smith
2015-08-28
1
-4
/
+0
*
DI: Make Subprogram definitions 'distinct'
Duncan P. N. Exon Smith
2015-08-26
1
-11
/
+20
*
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
[prev]
[next]