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
/
unittests
/
DebugInfo
/
DWARF
/
DwarfGenerator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[dwarfgen] Fix initialization order error. [NFCI]
Francesco Petrogalli
2019-11-18
1
-3
/
+3
*
DwarfGenerator - fix uninitialized variable warnings. NFC.
Simon Pilgrim
2019-11-18
1
-1
/
+2
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-2
/
+2
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-4
/
+4
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
Silence a conversion warning after r366887. NFC
Paul Robinson
2019-07-24
1
-2
/
+2
*
[DWARF][NFC] Add constants for reserved values of an initial length field.
Igor Kudrin
2019-07-24
1
-2
/
+2
*
[DWARFFormValue] Cleanup DWARFFormValue interface. (NFC)
Jonas Devlieghere
2019-02-27
1
-4
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DebugInfo] Reduce debug_str_offsets section size
Pavel Labath
2018-08-07
1
-3
/
+8
*
dwarfgen: Add support for generating the debug_str_offsets section, take 3
Pavel Labath
2018-07-26
1
-3
/
+46
*
dwarfgen: Don't create an AsmPrinter with an invalid ObjFile lowering
Pavel Labath
2018-07-26
1
-14
/
+16
*
Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...
Pavel Labath
2018-07-25
1
-29
/
+3
*
dwarfgen: Add support for generating the debug_str_offsets section, take 2
Pavel Labath
2018-07-25
1
-3
/
+29
*
Revert "dwarfgen: Add support for generating the debug_str_offsets section"
Pavel Labath
2018-07-25
1
-29
/
+3
*
dwarfgen: Add support for generating the debug_str_offsets section
Pavel Labath
2018-07-25
1
-3
/
+29
*
MC: Change the streamer ctors to take an object writer instead of a stream. N...
Peter Collingbourne
2018-05-18
1
-3
/
+4
*
[DWARF] Remove unused member and fix(?) the unit-tests on big endian hosts
James Henderson
2018-05-10
1
-1
/
+1
*
[DWARF] dwarfgen::LineTable::writeData(): pacify -Wcovered-switch-default
Roman Lebedev
2018-05-10
1
-5
/
+4
*
[DWARF] Rework debug line parsing to use llvm::Error and callbacks
James Henderson
2018-05-10
1
-2
/
+236
*
Rename *CommandFlags.def to *CommandFlags.inc
David Blaikie
2018-04-11
1
-1
/
+1
*
Style update. NFC.
Rafael Espindola
2018-03-29
1
-7
/
+7
*
Thread MCSubtargetInfo through Target::createMCAsmBackend
Alex Bradbury
2018-01-03
1
-6
/
+6
*
Remove redundant includes from unittests.
Michael Zolotukhin
2017-12-13
1
-3
/
+0
*
Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular he...
David Blaikie
2017-11-27
1
-4
/
+3
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-2
/
+3
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-2
/
+2
*
Don't pass the code model to MC
Rafael Espindola
2017-08-02
1
-1
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[DWARF] NFC. A few bits of minor code cleanup.
Chris Bieneman
2017-03-06
1
-4
/
+0
*
[DWARFv5] Emit new unit header format.
Paul Robinson
2017-02-28
1
-2
/
+8
*
Add iterator support to DWARFDie to allow child DIE iteration.
Greg Clayton
2017-01-05
1
-0
/
+4
*
DebugInfo: add explicit casts for -Wqual-cast
Saleem Abdulrasool
2016-12-27
1
-2
/
+4
*
Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...
Greg Clayton
2016-12-13
1
-1
/
+0
*
Plug another leak in the DWARF unittests, DIEInlineStrings are never destroyed.
Benjamin Kramer
2016-12-09
1
-1
/
+2
*
Fix memory leak in unit test.
Benjamin Kramer
2016-12-09
1
-1
/
+1
*
Fix ASAN buildbots by fixing a double free crash.
Greg Clayton
2016-12-08
1
-2
/
+4
*
Move DwarfGenerator.cpp to unittests
Daniel Jasper
2016-12-08
1
-0
/
+262