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
/
DebugInfo
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Convert std::make_unique<> to llvm::make_unique<>.
Zachary Turner
2015-02-10
2
-11
/
+12
*
Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
Zachary Turner
2015-02-10
38
-45
/
+801
*
Provide DIA implementation of DebugInfoPDB.
Zachary Turner
2015-02-10
11
-0
/
+1338
*
Fix -Wuninitialized build by referencing the relevant ctor parameter instead ...
David Blaikie
2015-02-08
8
-8
/
+8
*
Make PDBSymbol's IPDBSymbol reference const.
Zachary Turner
2015-02-08
32
-33
/
+33
*
DebugInfoPDB: Make the symbol base case hold an IPDBSession ref.
Zachary Turner
2015-02-08
32
-67
/
+87
*
Removed unused function mistakenly left in, triggering -Werror.
Zachary Turner
2015-02-08
1
-21
/
+0
*
Some cleanup for libpdb.
Zachary Turner
2015-02-08
33
-71
/
+663
*
Resubmit unittests for DebugInfoPDB.
Zachary Turner
2015-02-07
1
-3
/
+2
*
Try to fix Makefile build for LLVMDebugInfoPDB.
Zachary Turner
2015-02-06
2
-1
/
+15
*
Resubmit "Create lib/DebugInfo/PDB" (r228428)
Zachary Turner
2015-02-06
9
-2
/
+315
*
Revert "Create lib/DebugInfo/PDB."
Zachary Turner
2015-02-06
9
-315
/
+2
*
Create lib/DebugInfo/PDB.
Zachary Turner
2015-02-06
9
-2
/
+315
*
Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
2015-01-30
26
-57
/
+98
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
5
-6
/
+4
*
Implement a very basic colored syntax highlighting for llvm-dwarfdump.
Adrian Prantl
2015-01-06
5
-21
/
+112
*
[DebugInfo] Move all DWARF headers to the public include directory.
Frederic Riss
2014-12-19
32
-1608
/
+26
*
Silence more static analyzer warnings.
Michael Ilseman
2014-12-15
1
-1
/
+3
*
Make DWARFAcceleratorTable::dump() const.
Frederic Riss
2014-11-20
2
-9
/
+12
*
Add missing copyright headers.
Frederic Riss
2014-11-20
2
-0
/
+17
*
[dwarfdump] Handle relocations in Dwarf accelerator tables
Frederic Riss
2014-11-14
4
-24
/
+40
*
Reapply "[dwarfdump] Add support for dumping accelerator tables."
Frederic Riss
2014-11-14
5
-0
/
+200
*
Revert "[dwarfdump] Add support for dumping accelerator tables."
Frederic Riss
2014-11-13
5
-194
/
+0
*
[dwarfdump] Add support for dumping accelerator tables.
Frederic Riss
2014-11-12
5
-0
/
+194
*
Allow DWARFFormValue::extractValue to be called with a null CU.
Frederic Riss
2014-11-12
1
-15
/
+17
*
Remove unsused variables.
Frederic Riss
2014-11-12
1
-2
/
+0
*
[dwarfdump] Dump DW_AT_ranges values inline in the debug_info dump.
Frederic Riss
2014-10-23
1
-1
/
+19
*
Constify input argument of RelocVisitor and DWARFContext constructors. NFC.
Alexey Samsonov
2014-10-20
3
-3
/
+3
*
Add couple of missing 'override' keyword. NFC.
Fariborz Jahanian
2014-10-10
1
-1
/
+1
*
[dwarfdump] Prettyprint DW_AT_APPLE_property_attribute bitfield values.
Frederic Riss
2014-10-10
1
-0
/
+19
*
[dwarfdump] Resolve also variable specifications/abstract_origins.
Frederic Riss
2014-10-10
2
-11
/
+20
*
Remove bogus std::error_code returns form SectionRef.
Rafael Espindola
2014-10-08
1
-6
/
+3
*
llvm-dwarfdump: Add support for some COFF relocations
David Majnemer
2014-10-08
1
-6
/
+3
*
[DebugInfo] Pass DWARFSection down to DWARFUnit constructor (NFC).
Alexey Samsonov
2014-10-08
4
-25
/
+25
*
[DebugInfo] Pass DWARFSection into DWARFUnitSection constructor (NFC).
Alexey Samsonov
2014-10-08
3
-27
/
+25
*
[DebugInfo] Turn DWARFContext::Section into DWARFSection (NFC).
Alexey Samsonov
2014-10-07
2
-25
/
+45
*
Refactor RelocVisitor to take an object. This removes some
Eric Christopher
2014-10-06
1
-1
/
+1
*
Resolve ambiguity between llvm::make_unique and std::make_unique.
Yaron Keren
2014-10-06
1
-2
/
+3
*
[dwarfdump] Print the name for referenced specification of abstract_origin DIEs.
Frederic Riss
2014-10-06
1
-0
/
+14
*
Factor the Unit section parsing into the DWARFUnitSection class.
Frederic Riss
2014-10-06
3
-62
/
+50
*
Remove unnecessary copying or replace it with moves in a bunch of places.
Benjamin Kramer
2014-10-04
2
-3
/
+4
*
Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFU...
Frederic Riss
2014-09-29
3
-16
/
+28
*
Object: BSS/virtual sections don't have contents
David Majnemer
2014-09-26
1
-0
/
+9
*
Revert "Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a singl...
Frederic Riss
2014-09-26
2
-23
/
+16
*
Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFU...
Frederic Riss
2014-09-26
2
-16
/
+23
*
Revert 218406 - Refactor the RelocVisitor::visit method
Renato Golin
2014-09-24
1
-1
/
+1
*
Refactor the RelocVisitor::visit method
Renato Golin
2014-09-24
1
-1
/
+1
*
Revert "Refactor the RelocVisitor::visit method"
Kaelyn Takata
2014-09-24
1
-1
/
+1
*
Refactor the RelocVisitor::visit method
Renato Golin
2014-09-24
1
-1
/
+1
*
[dwarfdump] Dump full filenames as DW_AT_(decl|call)_file attribute values
Frederic Riss
2014-09-22
2
-5
/
+15
[prev]
[next]