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
/
DWARFContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 into DWARFUnitSection constructor (NFC).
Alexey Samsonov
2014-10-08
1
-4
/
+4
*
Refactor RelocVisitor to take an object. This removes some
Eric Christopher
2014-10-06
1
-1
/
+1
*
Factor the Unit section parsing into the DWARFUnitSection class.
Frederic Riss
2014-10-06
1
-60
/
+4
*
Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFU...
Frederic Riss
2014-09-29
1
-10
/
+16
*
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
1
-16
/
+10
*
Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFU...
Frederic Riss
2014-09-26
1
-10
/
+16
*
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
*
Turn local DWARFContext helpers getFileNameForUnit() and getFileLineInfoForCo...
Frederic Riss
2014-09-19
1
-52
/
+14
*
Introduce the DWARFUnitSection abstraction.
Frederic Riss
2014-09-15
1
-29
/
+5
*
Rename DWARFContext::getLineTableForCompileUnit to getLineTableForUnit.
Frederic Riss
2014-09-04
1
-17
/
+17
*
Add a DWARFContext& member in DWARFUnit.
Frederic Riss
2014-09-04
1
-7
/
+7
*
Use a reference instead of a pointer.
Rafael Espindola
2014-07-31
1
-7
/
+7
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-2
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
[DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.
Alexey Samsonov
2014-05-15
1
-44
/
+38
*
[DWARF parser] Cleanup code in DWARFDebugLine.
Alexey Samsonov
2014-04-30
1
-5
/
+8
*
[DWARF parser] Cleanup code in DWARFDebugLine.
Alexey Samsonov
2014-04-29
1
-1
/
+1
*
[DWARF parser] Cleanup code in DWARFDebugAranges.
Alexey Samsonov
2014-04-25
1
-0
/
+2
*
[DWARF parser] Cleanup code in DWARFDebugAbbrev.
Alexey Samsonov
2014-04-25
1
-2
/
+2
*
[DWARF parser] DWARFUnit ctor doesn't need both parsed and raw .debug_abbrev ...
Alexey Samsonov
2014-04-24
1
-13
/
+11
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
[llvm-symbolizer] Print file/line for a PC even if there is no DIE describing...
Alexey Samsonov
2014-04-18
1
-9
/
+20
*
[DWARF parser] Turn DILineInfo into a struct.
Alexey Samsonov
2014-04-18
1
-54
/
+46
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-8
/
+7
*
Simplify compression API by decompressing into a SmallVector rather than a Me...
David Blaikie
2014-04-05
1
-5
/
+6
*
DebugInfo: Support debug_loc under fission
David Blaikie
2014-03-25
1
-0
/
+16
*
[C++11] Introduce SectionRef::relocations() to use range-based loops
Alexey Samsonov
2014-03-14
1
-8
/
+6
*
[C++11] Introduce ObjectFile::sections().
Alexey Samsonov
2014-03-13
1
-17
/
+15
*
[C++11] DWARF parser: use SmallVector<std::unique_ptr> for parsed units in DW...
Alexey Samsonov
2014-03-13
1
-24
/
+15
*
[C++11] Convert DWARF parser to range-based for loops
Alexey Samsonov
2014-03-13
1
-34
/
+34
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-5
/
+5
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-5
/
+5
*
llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...
David Blaikie
2014-02-24
1
-0
/
+11
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
1
-6
/
+6
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
1
-5
/
+4
*
DWARFContext: Fix possible memory leak since r198908.
NAKAMURA Takumi
2014-01-24
1
-0
/
+1
*
llvm-dwarfdump: type unit dwo support
David Blaikie
2014-01-09
1
-3
/
+36
*
Simplify/collapse/denest a conditions/blocks.
David Blaikie
2014-01-09
1
-32
/
+31
*
llvm-dwarfdump: reorder dwo sections to immediately proceed their non-dwo equ...
David Blaikie
2014-01-08
1
-27
/
+27
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
DebugInfo: Move type units into the debug_types section with appropriate comd...
David Blaikie
2013-12-13
1
-4
/
+2
*
Revert "DebugInfo: Move type units into the debug_types section with appropri...
David Blaikie
2013-12-13
1
-2
/
+4
*
DebugInfo: Move type units into the debug_types section with appropriate comd...
David Blaikie
2013-12-13
1
-4
/
+2
*
DebugInfo: Avoid emitting pubtype entries for type DIEs that just indirect to...
David Blaikie
2013-11-26
1
-20
/
+22
[next]