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
/
DIE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+3
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[dsymutil] Upstream emitting of papertrail warnings.
Jonas Devlieghere
2018-04-02
1
-0
/
+1
*
Style update. NFC.
Rafael Espindola
2018-03-29
1
-8
/
+8
*
Fix msvc compiler error in r327498
Pavel Labath
2018-03-14
1
-1
/
+1
*
Explicitly initialize dwarf::FormParams in DIEInteger::SizeOf
Pavel Labath
2018-03-14
1
-1
/
+1
*
DWARF: Unify form size handling code
Pavel Labath
2018-03-14
1
-46
/
+8
*
[DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.
Wolfgang Pieb
2018-01-26
1
-26
/
+33
*
Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."
Paul Robinson
2017-12-18
1
-0
/
+2
*
Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""
Paul Robinson
2017-12-15
1
-2
/
+0
*
Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."
Paul Robinson
2017-12-15
1
-0
/
+2
*
Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."
Paul Robinson
2017-12-15
1
-2
/
+0
*
[DWARFv5] Dump an MD5 checksum in the line-table header.
Paul Robinson
2017-12-15
1
-0
/
+2
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-3
/
+3
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-3
/
+3
*
Mark dump() methods as const. NFC
Sam Clegg
2017-06-21
1
-3
/
+3
*
Avoid using relocations for ref_addr in .dwo files
David Blaikie
2017-04-22
1
-13
/
+5
*
[DWARF] Versioning for DWARF constants; verify FORMs
Paul Robinson
2017-04-20
1
-4
/
+13
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
1
-4
/
+4
*
[DWARFv5] Update definitions to match published spec.
Paul Robinson
2017-03-06
1
-2
/
+16
*
Remove spurious use of LLVM_FALLTHROUGH (NFC)
Paul Robinson
2017-03-01
1
-43
/
+17
*
[DebugInfo] [DWARFv5] Unique abbrevs for DIEs with different implicit_const v...
Victor Leschuk
2017-03-01
1
-2
/
+8
*
[DebugInfo] Rename EmitDebugValue to EmitDebugThreadLocal (NFC)
Simon Dardis
2017-02-08
1
-1
/
+1
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-6
/
+11
*
[mips] Fix debug information for __thread variable
Petar Jovanovic
2017-01-20
1
-1
/
+1
*
DebugInfo: support for DW_FORM_implicit_const
Victor Leschuk
2017-01-10
1
-1
/
+15
*
Reapply "[CodeGen] Fix invalid DWARF info on Win64"
Keno Fischer
2017-01-02
1
-2
/
+3
*
Plug another leak in the DWARF unittests, DIEInlineStrings are never destroyed.
Benjamin Kramer
2016-12-09
1
-1
/
+1
*
Revert "[CodeGen] Fix invalid DWARF info on Win64"
Keno Fischer
2016-12-08
1
-1
/
+1
*
[CodeGen] Fix invalid DWARF info on Win64
Keno Fischer
2016-12-08
1
-1
/
+1
*
Make a DWARF generator so we can unit test DWARF APIs with gtest.
Greg Clayton
2016-12-08
1
-50
/
+244
*
[debug info] Minor cleanup from D27170/r288399
David Blaikie
2016-12-01
1
-1
/
+1
*
Fix unused variable warning in Release builds. NFC.
Benjamin Kramer
2016-12-01
1
-1
/
+1
*
This change removes the dependency on DwarfDebug that was used for DW_FORM_re...
Greg Clayton
2016-12-01
1
-22
/
+39
*
Rely on a single DWARF version instead of having two copies
Greg Clayton
2016-11-23
1
-4
/
+2
*
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
1
-4
/
+4
*
Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""
Mehdi Amini
2016-10-05
1
-4
/
+4
*
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
1
-4
/
+4
*
Revert "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
1
-4
/
+4
*
Use StringRef in Support/Darf APIs (NFC)
Mehdi Amini
2016-10-04
1
-4
/
+4
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-16
/
+16
*
DwarfDebug: emit type units immediately.
Peter Collingbourne
2016-02-11
1
-14
/
+0
*
Improved macro emission in dwarf.
Amjad Aboud
2016-02-01
1
-33
/
+0
*
Added support for macro emission in dwarf (supporting DWARF version 4).
Amjad Aboud
2016-01-07
1
-0
/
+33
*
[DIE] Make DIE.h NDEBUG conditional-free.
Davide Italiano
2015-11-24
1
-26
/
+18
*
AsmPrinter: Split out non-DIE printing from DIE::print(), NFC
Duncan P. N. Exon Smith
2015-08-02
1
-28
/
+24
*
AsmPrinter: Change DIEValueList to a subclass of DIE, NFC
Duncan P. N. Exon Smith
2015-08-02
1
-6
/
+6
*
Redirect pointerSize query to the TargetMachine in ASMPrinter
Mehdi Amini
2015-07-16
1
-8
/
+10
*
AsmPrinter: Use an intrusively linked list for DIE::Children
Duncan P. N. Exon Smith
2015-06-25
1
-3
/
+2
*
AsmPrinter: Convert DIE::Values to a linked list
Duncan P. N. Exon Smith
2015-06-25
1
-7
/
+6
[next]