projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[LLVMSymbolize] Use std::unique_ptr more extensively to clarify ownership.
[oota-llvm.git]
/
include
/
llvm
/
DebugInfo
/
2015-10-26
Alexey Samsonov
[LLVMSymbolize] Use std::unique_ptr more extensively...
tree
|
commitdiff
2015-10-26
Alexey Samsonov
Move parts of llvm-symbolizer tool into LLVMSymbolize...
tree
|
commitdiff
2015-10-15
David Majnemer
[llvm-pdbdump] Provide a mechanism to dump the raw...
tree
|
commitdiff
2015-10-09
Reid Kleckner
[llvm-symbolizer] Make --relative-address work with...
tree
|
commitdiff
2015-09-16
NAKAMURA Takumi
Whitespace.
tree
|
commitdiff
2015-08-05
David Blaikie
-Wdeprecated-clean: Fix cases of violating the rule...
tree
|
commitdiff
2015-07-29
Lang Hames
Fix typos in comments. NFC.
tree
|
commitdiff
2015-07-28
Lang Hames
[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
tree
|
commitdiff
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
tree
|
commitdiff
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
tree
|
commitdiff
2015-06-04
David Blaikie
Re-unique_ptrify LoadedObjectInfo::clone after it was...
tree
|
commitdiff
2015-06-04
David Blaikie
Retry defaulting the virtual dtor in LoadedObjectInfo
tree
|
commitdiff
2015-06-04
David Blaikie
Having another go at some simple cleanup from r237975...
tree
|
commitdiff
2015-05-31
Keno Fischer
[DWARF] Fix a bug in line info handling
tree
|
commitdiff
2015-05-28
Ed Maste
DebugInfo: .debug_line DWARF64 support
tree
|
commitdiff
2015-05-22
NAKAMURA Takumi
Revert part of r237975, "Fix Clang -Wmissing-override...
tree
|
commitdiff
2015-05-22
Tobias Grosser
Revert "unique_ptrify LoadedObjectInfo::clone"
tree
|
commitdiff
2015-05-22
David Blaikie
unique_ptrify LoadedObjectInfo::clone
tree
|
commitdiff
2015-05-22
David Blaikie
Fix Clang -Wmissing-override warning
tree
|
commitdiff
2015-05-21
Keno Fischer
Make it easier to use DwarfContext with MCJIT
tree
|
commitdiff
2015-05-19
Alexey Samsonov
[DWARF parser] Make DWARF parser more robust against...
tree
|
commitdiff
2015-05-19
Alexey Samsonov
[DWARF parser] Add basic support for DWZ DWARF multifil...
tree
|
commitdiff
2015-05-11
Richard Smith
Add more missing #includes, found by modules build.
tree
|
commitdiff
2015-05-06
Zachary Turner
A few fixes for llvm-symbolizer on Windows.
tree
|
commitdiff
2015-05-01
Zachary Turner
Fix build.
tree
|
commitdiff
2015-05-01
Zachary Turner
[llvm-pdbdump] Support dynamic load address and externa...
tree
|
commitdiff
2015-04-27
Zachary Turner
Make llvm-symbolizer work on Windows.
tree
|
commitdiff
2015-04-23
Zachary Turner
Move DIContext.h to common DebugInfo location.
tree
|
commitdiff
2015-04-17
Zachary Turner
[PDB] Support executables and source/line info.
tree
|
commitdiff
2015-04-11
Benjamin Kramer
Remove empty non-virtual destructors or mark them ...
tree
|
commitdiff
2015-04-11
Alexander Kornienko
Use 'override/final' instead of 'virtual' for overridde...
tree
|
commitdiff
2015-03-13
Frederic Riss
DWARFDebugRangeList: make the list of entries available...
tree
|
commitdiff
2015-03-12
Yaron Keren
Add missing include guards.
tree
|
commitdiff
2015-03-07
Eric Christopher
Typo.
tree
|
commitdiff
2015-03-04
Frederic Riss
DWARFFormValue: Add getAsSignedConstant method.
tree
|
commitdiff
2015-03-04
Frederic Riss
Make the DWARFAbbreviationDeclaration::AttributeSpec...
tree
|
commitdiff
2015-03-04
Zachary Turner
[llvm-pdbdump] Display full enum definitions.
tree
|
commitdiff
2015-03-02
Zachary Turner
[llvm-pdbdump] Many minor fixes and improvements
tree
|
commitdiff
2015-03-01
Benjamin Kramer
Add missing includes. make_unique proliferated everywhere.
tree
|
commitdiff
2015-03-01
Zachary Turner
[llvm-pdbdump] Clean up method signatures.
tree
|
commitdiff
2015-02-28
Zachary Turner
[llvm-pdbdump] Better error handling.
tree
|
commitdiff
2015-02-27
Zachary Turner
[llvm-pdbdump] Fix warnings found by clang-cl self...
tree
|
commitdiff
2015-02-26
Zachary Turner
[llvm-pdbdump] Fix dumping of function pointers and...
tree
|
commitdiff
2015-02-23
Zachary Turner
[llvm-pdbdump] Very minor code cleanup.
tree
|
commitdiff
2015-02-23
Zachary Turner
[llvm-pdbdump] Add an option to dump full class definit...
tree
|
commitdiff
2015-02-22
Zachary Turner
[llvm-pdbdump] Rewrite dumper using visitor pattern.
tree
|
commitdiff
2015-02-15
Aaron Ballman
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
tree
|
commitdiff
2015-02-15
Zachary Turner
llvm-pdbdump: Add flags controlling the type of values...
tree
|
commitdiff
2015-02-14
Zachary Turner
llvm-pdbdump: Only dump whitelisted global symbols.
tree
|
commitdiff
2015-02-13
Frederic Riss
DWARFUnit: Add a couple of helpers to access the DIE...
tree
|
commitdiff
2015-02-13
Zachary Turner
llvm-pdbdump: Improve printing of functions and signatures.
tree
|
commitdiff
2015-02-13
Chandler Carruth
Re-sort #include lines using my handy dandy ./utils...
tree
|
commitdiff
2015-02-13
Zachary Turner
Fix the windows build *again*. Grrr, MSVC.
tree
|
commitdiff
2015-02-13
Zachary Turner
Fix non-windows builds unhappy about a missing header.
tree
|
commitdiff
2015-02-13
Zachary Turner
llvm-pdbdump: Add more comprehensive dumping of symbol...
tree
|
commitdiff
2015-02-13
Zachary Turner
Improve llvm-pdbdump output display.
tree
|
commitdiff
2015-02-12
David Blaikie
Add missing override.
tree
|
commitdiff
2015-02-12
Zachary Turner
Attempt to fix the build again.
tree
|
commitdiff
2015-02-12
Zachary Turner
Attempt to fix Linux builds after r228960.
tree
|
commitdiff
2015-02-12
Zachary Turner
Add concrete type overloads to PDBSymbol::findChildren().
tree
|
commitdiff
2015-02-10
Zachary Turner
Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
tree
|
commitdiff
2015-02-10
Zachary Turner
Provide DIA implementation of DebugInfoPDB.
tree
|
commitdiff
2015-02-08
Zachary Turner
Make PDBSymbol's IPDBSymbol reference const.
tree
|
commitdiff
2015-02-08
Zachary Turner
DebugInfoPDB: Make the symbol base case hold an IPDBSes...
tree
|
commitdiff
2015-02-08
Zachary Turner
Some cleanup for libpdb.
tree
|
commitdiff
2015-02-07
Zachary Turner
Change RHS-style decltype to LHS-style decltype<declval()>.
tree
|
commitdiff
2015-02-06
Zachary Turner
Resubmit "Create lib/DebugInfo/PDB" (r228428)
tree
|
commitdiff
2015-02-06
Zachary Turner
Revert "Create lib/DebugInfo/PDB."
tree
|
commitdiff
2015-02-06
Zachary Turner
Create lib/DebugInfo/PDB.
tree
|
commitdiff
2015-01-30
Zachary Turner
Move DebugInfo to DebugInfo/DWARF.
tree
|
commitdiff
2015-01-28
Frederic Riss
Add DWARFUnit::getNumDIEs() and getDIEIndex()
tree
|
commitdiff
2015-01-14
Chandler Carruth
[cleanup] Re-sort all the #include lines in LLVM using
tree
|
commitdiff
2014-12-19
Frederic Riss
[DebugInfo] Move all DWARF headers to the public includ...
tree
|
commitdiff
2014-11-14
Frederic Riss
Reapply "[dwarfdump] Add support for dumping accelerato...
tree
|
commitdiff
2014-11-13
Frederic Riss
Revert "[dwarfdump] Add support for dumping accelerator...
tree
|
commitdiff
2014-11-12
Frederic Riss
[dwarfdump] Add support for dumping accelerator tables.
tree
|
commitdiff
2014-11-12
Frederic Riss
Allow DWARFFormValue::extractValue to be called with...
tree
|
commitdiff
2014-10-20
Alexey Samsonov
Constify input argument of RelocVisitor and DWARFContex...
tree
|
commitdiff
2014-10-10
Frederic Riss
[dwarfdump] Resolve also variable specifications/abstra...
tree
|
commitdiff
2014-09-04
Frederic Riss
Fix build faliure introduced by r217129.
tree
|
commitdiff
2014-09-04
Frederic Riss
Add DWARFFormValue::getAsBlock() and add FC_Flag as...
tree
|
commitdiff
2014-07-31
Rafael Espindola
Use a reference instead of a pointer.
tree
|
commitdiff
2014-05-17
Alexey Samsonov
[DWARF parser] Teach DIContext to fetch short (non...
tree
|
commitdiff
2014-05-15
Alexey Samsonov
[DWARF parser] Use enums instead of bitfields in DILine...
tree
|
commitdiff
2014-04-18
Alexey Samsonov
[DWARF parser] Turn DILineInfo into a struct.
tree
|
commitdiff
2014-04-15
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
tree
|
commitdiff
2014-03-25
David Blaikie
DebugInfo: Support debug_loc under fission
tree
|
commitdiff
2014-03-09
David Blaikie
Revert "Clean up SmallString a bit"
tree
|
commitdiff
2014-03-09
David Blaikie
Clean up SmallString a bit
tree
|
commitdiff
2014-02-24
David Blaikie
llvm-dwarfdump: Support for debug_line.dwo section...
tree
|
commitdiff
2014-01-09
David Blaikie
llvm-dwarfdump: type unit dwo support
tree
|
commitdiff
2013-10-28
Alexey Samsonov
DWARF parser: Use ArrayRef to represent form sizes...
tree
|
commitdiff
2013-10-28
Alexey Samsonov
DebugInfo: Introduce the notion of "form classes"
tree
|
commitdiff
2013-10-18
Alexey Samsonov
[DebugInfo] Remove unneeded struct member and hide...
tree
|
commitdiff
2013-10-18
Alexey Samsonov
[DebugInfo] Remove dead code.
tree
|
commitdiff
2013-09-25
Eric Christopher
Dump the normal dwarf pubtypes section as well.
tree
|
commitdiff
2013-09-24
David Blaikie
llvm-dwarfdump support for gnu_pubtypes
tree
|
commitdiff
2013-09-23
David Blaikie
llvm-dwarfdump/libDebugInfo support for type units
tree
|
commitdiff
2013-09-23
David Blaikie
Exract most of DWARFCompileUnit into a new DWARFUnit...
tree
|
commitdiff
2013-09-22
David Blaikie
Remove dead code
tree
|
commitdiff
next