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
/
CodeGen
/
AsmPrinter
/
DwarfUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
DebugInfo: Remove DIType
Duncan P. N. Exon Smith
2015-04-20
1
-13
/
+15
*
DebugInfo: Remove DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-10
/
+8
*
DebugInfo: Remove typedefs for DITypeRef, etc.
Duncan P. N. Exon Smith
2015-04-20
1
-2
/
+2
*
DebugInfo: Delete DIDescriptor (but not its subclasses)
Duncan P. N. Exon Smith
2015-04-18
1
-11
/
+8
*
DebugInfo: Gut DIDescriptor
Duncan P. N. Exon Smith
2015-04-16
1
-3
/
+4
*
DebugInfo: Gut DIScope, DIEnumerator and DISubrange
Duncan P. N. Exon Smith
2015-04-16
1
-9
/
+9
*
DebugInfo: Gut DIType and subclasses
Duncan P. N. Exon Smith
2015-04-16
1
-74
/
+71
*
DebugInfo: Remove unnecessary API from DIDerivedType and DIType
Duncan P. N. Exon Smith
2015-04-15
1
-29
/
+34
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-25
/
+25
*
DebugInfo: Gut DINamespace and DITemplate*Parameter
Duncan P. N. Exon Smith
2015-04-14
1
-18
/
+18
*
DebugInfo: Gut DIVariable and DIGlobalVariable
Duncan P. N. Exon Smith
2015-04-14
1
-3
/
+3
*
DebugInfo: Gut DIObjCProperty and DIImportedEntity
Duncan P. N. Exon Smith
2015-04-14
1
-10
/
+8
*
DebugInfo: Remove DIObjCProperty attribute accessors, NFC
Duncan P. N. Exon Smith
2015-04-13
1
-14
/
+1
*
Revert "Try a third time to fix MSVC build after r234290"
Duncan P. N. Exon Smith
2015-04-07
1
-3
/
+3
*
Try a third time to fix MSVC build after r234290
Duncan P. N. Exon Smith
2015-04-07
1
-3
/
+3
*
Try again to fix MSVC build after r234290
Duncan P. N. Exon Smith
2015-04-07
1
-3
/
+3
*
Try to fix MSVC build after r234290
Duncan P. N. Exon Smith
2015-04-07
1
-2
/
+2
*
DebugInfo: Remove DITypedArray<>, replace with typedefs
Duncan P. N. Exon Smith
2015-04-07
1
-24
/
+22
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-58
/
+50
*
DebugInfo: Remove DIDescriptor::Verify()
Duncan P. N. Exon Smith
2015-04-06
1
-3
/
+1
*
Change getISAEncoding to use the target triple to determine
Eric Christopher
2015-03-21
1
-2
/
+1
*
Emit correct linkage-name attribute based on DWARF version.
Paul Robinson
2015-03-10
1
-3
/
+11
*
Change the datatype of DwarfExpression::Emit(Un)Signed to (u)int64_t
Adrian Prantl
2015-03-10
1
-2
/
+2
*
Store an optional section start label in MCSection.
Rafael Espindola
2015-03-10
1
-7
/
+11
*
Move label creation close to emission. NFC.
Rafael Espindola
2015-03-10
1
-2
/
+2
*
Revert "Revert "For the dwarf expression code get the subtarget off of the cu...
Adrian Prantl
2015-03-02
1
-5
/
+6
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-1
/
+7
*
Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the"
Adrian Prantl
2015-03-02
1
-7
/
+1
*
Revert "For the dwarf expression code get the subtarget off of the current"
Adrian Prantl
2015-03-02
1
-6
/
+5
*
For the dwarf expression code get the subtarget off of the current
Eric Christopher
2015-03-02
1
-5
/
+6
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-1
/
+7
*
Revert r230930, it caused PR22747.
Nico Weber
2015-03-02
1
-7
/
+1
*
Refactor DebugLocDWARFExpression so it doesn't require access to the
Adrian Prantl
2015-03-02
1
-1
/
+7
*
Make the ARM AsmPrinter independent of global subtarget
Eric Christopher
2015-02-17
1
-1
/
+1
*
Add more DWARF 5 language constants.
Bruce Mitchener
2015-02-07
1
-0
/
+24
*
Debug Info: Relax assertion in isUnsignedDIType() to allow floats to be
Adrian Prantl
2015-02-02
1
-0
/
+1
*
Add description to assert
David Blaikie
2015-01-28
1
-1
/
+1
*
PR22356: DebugInfo: Handle the size of a member where the type of that member...
David Blaikie
2015-01-28
1
-5
/
+2
*
Debug Info / PR22309: Allow union types to be emitted as unsigned constants.
Adrian Prantl
2015-01-23
1
-1
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+0
*
Debug Info: Move DIEDwarfExpression into DwarfExpression.h because it
Adrian Prantl
2015-01-14
1
-14
/
+0
*
Debug Info: Turn DIExpression::getFrameRegister() into an isFrameRegister()
Adrian Prantl
2015-01-13
1
-3
/
+3
*
Make DwarfExpression store the AsmPrinter instead of the TargetMachine.
Adrian Prantl
2015-01-12
1
-6
/
+5
*
Debug Info: Implement DwarfUnit::addRegisterOpPiece() using DwarfExpression.
Adrian Prantl
2015-01-12
1
-56
/
+2
*
Debug Info: Implement DwarfUnit::addRegisterOffset using DwarfExpression.
Adrian Prantl
2015-01-12
1
-16
/
+32
*
Update a comment.
Adrian Prantl
2015-01-07
1
-0
/
+2
*
Debug info: Allow aggregate types to be described by constants.
Adrian Prantl
2015-01-07
1
-2
/
+5
*
Debug Info: In symmetry to DW_TAG_pointer_type, do not emit the byte size
Adrian Prantl
2014-12-24
1
-1
/
+2
*
Explain why LLVM is emitting a DW_AT_containing_type inside of a class.
Adrian Prantl
2014-12-19
1
-0
/
+2
*
PR21875: codegen for non-type template parameters of nullptr_t type
David Blaikie
2014-12-17
1
-2
/
+5
[prev]
[next]