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
/
Support
/
Dwarf.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-541
/
+0
*
[DWARF] Versioning for DWARF constants; verify FORMs
Paul Robinson
2017-04-20
1
-12
/
+157
*
[DWARFv5] Emit new unit header format.
Paul Robinson
2017-02-28
1
-0
/
+11
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-0
/
+3
*
Refactor DW_LNE_* into Dwarf.def
Adrian Prantl
2016-10-28
1
-8
/
+6
*
Refactor DW_LNS_* into Dwarf.def
Adrian Prantl
2016-10-28
1
-13
/
+6
*
Refactor DW_APPLE_PROPERTY_* into Dwarf.def
Adrian Prantl
2016-10-28
1
-31
/
+6
*
Refactor DW_CFA_* into Dwarf.def
Adrian Prantl
2016-10-28
1
-32
/
+6
*
Refactor all DW_FORM_* constants into Dwarf.def
Adrian Prantl
2016-10-28
1
-34
/
+6
*
Move the DWARF attribute constants into Dwarf.def and delete 300 lines of sil...
Adrian Prantl
2016-10-28
1
-195
/
+6
*
Import/update constants from the DWARF 5 public review draft document.
Adrian Prantl
2016-10-28
1
-3
/
+20
*
DebugInfo: support for DWARFv5 DW_AT_alignment attribute
Victor Leschuk
2016-10-26
1
-0
/
+2
*
Revert r285181 "DebugInfo: support for DWARFv5 DW_AT_alignment attribute".
Vassil Vassilev
2016-10-26
1
-2
/
+0
*
DebugInfo: support for DWARFv5 DW_AT_alignment attribute
Victor Leschuk
2016-10-26
1
-0
/
+2
*
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
1
-50
/
+54
*
Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""
Mehdi Amini
2016-10-05
1
-54
/
+50
*
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
1
-50
/
+54
*
Revert "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
1
-54
/
+50
*
Use StringRef in Support/Darf APIs (NFC)
Mehdi Amini
2016-10-04
1
-50
/
+54
*
Support the DW_AT_noreturn DWARF flag.
Adrian Prantl
2016-08-17
1
-0
/
+1
*
Synchronize LLVM and clang's ObjCDeclSpec::ObjCPropertyAttributeKind.
Adrian Prantl
2016-07-14
1
-0
/
+6
*
[DebugInfo] Add calling convention support for DWARF and CodeView
Reid Kleckner
2016-06-08
1
-16
/
+15
*
Macro debug info support in LLVM IR
Amjad Aboud
2015-12-10
1
-0
/
+10
*
dwarfdump: Added macro support to llvm-dwarfdump tool.
Amjad Aboud
2015-11-12
1
-0
/
+1
*
Support: Recognize Borland DWARF extensions.
Dawn Perchik
2015-11-11
1
-0
/
+25
*
Emit discriminator for inlined callsites.
Dehao Chen
2015-11-11
1
-0
/
+1
*
Debug info: Add dwarf backend support for DIModule.
Adrian Prantl
2015-06-30
1
-0
/
+3
*
[DWARF parser] Add basic support for DWZ DWARF multifile extensions.
Alexey Samsonov
2015-05-19
1
-0
/
+4
*
Support: Add dwarf::getOperationEncoding()
Duncan P. N. Exon Smith
2015-02-13
1
-0
/
+7
*
Support: Rewrite LocationAtom and OperationEncodingString(), NFC
Duncan P. N. Exon Smith
2015-02-13
1
-162
/
+5
*
Support: Add dwarf::getVirtuality()
Duncan P. N. Exon Smith
2015-02-07
1
-0
/
+8
*
Support: Use Dwarf.def for DW_VIRTUALITY, NFC
Duncan P. N. Exon Smith
2015-02-07
1
-4
/
+6
*
Support: Add dwarf::getAttributeEncoding()
Duncan P. N. Exon Smith
2015-02-06
1
-0
/
+7
*
Support: Rewrite AttributeEncodingString(), NFC
Duncan P. N. Exon Smith
2015-02-06
1
-17
/
+5
*
Support: Stop stringifying DW_ATE_{lo,hi}_user
Duncan P. N. Exon Smith
2015-02-06
1
-2
/
+0
*
Support: Add dwarf::getLanguage()
Duncan P. N. Exon Smith
2015-02-06
1
-0
/
+7
*
Support: Rewrite dwarf::LanguageString(), NFC
Duncan P. N. Exon Smith
2015-02-06
1
-29
/
+6
*
Support: Stop stringifying DW_LANG_{lo,hi}_user
Duncan P. N. Exon Smith
2015-02-06
1
-2
/
+0
*
Support: Add string => unsigned mapping for DW_TAG
Duncan P. N. Exon Smith
2015-02-03
1
-0
/
+8
*
Support: Re-implement dwarf::TagString() using a .def file, NFC
Duncan P. N. Exon Smith
2015-02-03
1
-78
/
+5
*
Support: Stop stringifying DW_TAG_{lo,hi}_user
Duncan P. N. Exon Smith
2015-02-03
1
-2
/
+0
*
Modernize doxygen comments in Support/Dwarf.h
Frederic Riss
2014-10-23
1
-45
/
+0
*
Add ApplePropertyString dump helper to Dwarf.{h|cpp}.
Frederic Riss
2014-10-09
1
-0
/
+33
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-0
/
+1
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-2
/
+0
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-0
/
+2
*
Reapply "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageStrin...
Frederic Riss
2014-09-05
1
-0
/
+1
*
[ dwarfdump ] Add symbolic dump of known DWARF attribute values.
Frederic Riss
2014-09-04
1
-0
/
+31
*
Revert "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()"
Frederic Riss
2014-09-04
1
-1
/
+0
*
[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()
Frederic Riss
2014-09-04
1
-0
/
+1
[next]