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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PDB] Remove use of std error codes.
Zachary Turner
2017-03-01
1
-7
/
+6
*
(Rewroking r296581) PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::err...
NAKAMURA Takumi
2017-03-01
1
-3
/
+4
*
Revert r296581, "PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::errc::...
NAKAMURA Takumi
2017-03-01
1
-3
/
+3
*
PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::errc::no_buffer_space.
NAKAMURA Takumi
2017-03-01
1
-3
/
+3
*
Move constexpr arrays out of class definition.
Zachary Turner
2017-03-01
1
-3
/
+4
*
Fix signed / unsigned comparison warning.
Zachary Turner
2017-03-01
1
-1
/
+1
*
[PDB] Add an additional test for BinaryStreamRef.
Zachary Turner
2017-03-01
1
-2
/
+58
*
[PDB] Add tests for BinaryStream.
Zachary Turner
2017-03-01
2
-0
/
+644
*
[DWARFv5] Emit new unit header format.
Paul Robinson
2017-02-28
1
-2
/
+8
*
[PDB] Add BinaryStreamError.
Zachary Turner
2017-02-28
1
-6
/
+6
*
[PDB] Make streams carry their own endianness.
Zachary Turner
2017-02-28
3
-10
/
+15
*
[PDB] Partial resubmit of r296215, which improved PDB Stream Library.
Zachary Turner
2017-02-27
3
-39
/
+40
*
Revert r296215, "[PDB] General improvements to Stream library." and followings.
NAKAMURA Takumi
2017-02-25
5
-812
/
+48
*
Add static_cast to silence -Wc++11-narrowing.
Daniel Jasper
2017-02-25
1
-1
/
+1
*
[PDB] Disable some tests that are breaking bots.
Zachary Turner
2017-02-25
1
-3
/
+3
*
Re-enable BinaryStreamTest.StreamReaderObject.
Zachary Turner
2017-02-25
2
-34
/
+28
*
Disable BinaryStreamTest.StreamReaderObject temporarily.
Zachary Turner
2017-02-25
1
-33
/
+33
*
[PDB] General improvements to Stream library.
Zachary Turner
2017-02-25
5
-48
/
+818
*
[PDB] Rename Stream related source files.
Zachary Turner
2017-02-25
3
-11
/
+11
*
Fix unit tests after r296049.
Adrian McCarthy
2017-02-24
1
-1
/
+1
*
Don't assume little endian in StreamReader / StreamWriter.
Zachary Turner
2017-02-18
1
-6
/
+6
*
[pdb] Add the ability to resolve TypeServer PDBs.
Zachary Turner
2017-02-16
2
-0
/
+176
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings in Subta...
Eugene Zelenko
2017-02-09
1
-10
/
+14
*
Fix for r293104, which renamed a directory.
Adrian McCarthy
2017-01-25
2
-3
/
+3
*
Post-commit review feedback from dblaikie
Chris Bieneman
2017-01-23
1
-1
/
+1
*
[pdb] Write the Named Stream mapping to Yaml and binary.
Zachary Turner
2017-01-20
1
-1
/
+1
*
[PDB] Rename some files to be more intuitive.
Zachary Turner
2017-01-20
2
-8
/
+8
*
[DWARF] [ObjectYAML] Adding APIs for unittesting
Chris Bieneman
2017-01-20
2
-30
/
+27
*
[pdb] Add HashTable data structure.
Zachary Turner
2017-01-19
2
-0
/
+168
*
DWARFDebugInfoTest.cpp: Don't use ArrayRef with initializer. It was allocated...
NAKAMURA Takumi
2017-01-16
1
-3
/
+3
*
PDB: Add a class to create the /names stream contents.
Rui Ueyama
2017-01-15
2
-0
/
+55
*
Add a variant of DWARFDie::find() and DWARFDie::findRecursively() that takes ...
Greg Clayton
2017-01-13
1
-0
/
+67
*
Cleanup how DWARFDie attributes are accessed and decoded.
Greg Clayton
2017-01-13
1
-123
/
+281
*
Fix buildbots.
Greg Clayton
2017-01-13
1
-2
/
+2
*
Add the ability to iterate across all attributes in a DIE.
Greg Clayton
2017-01-13
1
-7
/
+62
*
Remove all variants of DWARFDie::getAttributeValueAs...() that had parameters...
Greg Clayton
2017-01-11
1
-75
/
+90
*
DebugInfo: support for DW_FORM_implicit_const
Victor Leschuk
2017-01-10
1
-2
/
+28
*
Add iterator support to DWARFDie to allow child DIE iteration.
Greg Clayton
2017-01-05
3
-0
/
+128
*
Correct the parent testing to avoid the special case where a DIE has a depth ...
Greg Clayton
2017-01-04
1
-29
/
+46
*
DebugInfo: add explicit casts for -Wqual-cast
Saleem Abdulrasool
2016-12-27
1
-2
/
+4
*
Add the ability for DWARFDie objects to get the parent DWARFDie.
Greg Clayton
2016-12-21
1
-0
/
+116
*
Make a function to correctly extract the DW_AT_high_pc given the low pc value.
Greg Clayton
2016-12-19
1
-0
/
+176
*
[PDB] Validate superblock addresses
David Majnemer
2016-12-18
1
-0
/
+1
*
Switch functions that returned bool and filled in a DWARFFormValue arg with o...
Greg Clayton
2016-12-13
1
-9
/
+13
*
Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...
Greg Clayton
2016-12-13
2
-131
/
+130
*
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
2
-3
/
+3
*
Fix ASAN buildbots by fixing a double free crash.
Greg Clayton
2016-12-08
2
-3
/
+5
*
DIE::addAttribute(): Prune a redundant \param. [-Wdocumentation]
NAKAMURA Takumi
2016-12-08
1
-1
/
+1
*
DebugInfoDWARFTests: Prune unused libdeps.
NAKAMURA Takumi
2016-12-08
1
-4
/
+0
[prev]
[next]