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
*
[modules] Add module maps for LLVM. These are not quite ready for prime-time
Richard Smith
2014-05-21
1
-0
/
+1
*
[DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...
Alexey Samsonov
2014-05-17
1
-7
/
+9
*
[DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.
Alexey Samsonov
2014-05-15
5
-53
/
+55
*
[DWARF parser] Cleanup code in DWARFDebugLine.
Alexey Samsonov
2014-04-30
3
-128
/
+112
*
[DWARF parser] Cleanup code in DWARFDebugLine.
Alexey Samsonov
2014-04-29
3
-98
/
+119
*
[DWARF parser] Compress DIEMinimal even further, simplify building DIE tree.
Alexey Samsonov
2014-04-29
2
-62
/
+29
*
[DWARF parser] DWARFDebugFrame: Make FrameEntry struct smaller.
Alexey Samsonov
2014-04-28
1
-27
/
+24
*
[DWARF parser] DWARFDebugFrame: use unique_ptr instead of raw pointer
Alexey Samsonov
2014-04-28
2
-23
/
+10
*
[DWARF parser] Simplify DWARFDebugAranges generation.
Alexey Samsonov
2014-04-28
2
-20
/
+2
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
3
-11
/
+11
*
Fix missing include
Alexey Samsonov
2014-04-25
1
-0
/
+1
*
[DWARF parser] Cleanup code in DWARFDebugAranges.
Alexey Samsonov
2014-04-25
3
-11
/
+13
*
[DWARF parser] Cleanup code in DWARFDebugAbbrev.
Alexey Samsonov
2014-04-25
3
-73
/
+73
*
[DWARF parser] Make a few methods non-public
Alexey Samsonov
2014-04-24
3
-10
/
+12
*
[DWARF parser] DWARFUnit ctor doesn't need both parsed and raw .debug_abbrev ...
Alexey Samsonov
2014-04-24
5
-36
/
+34
*
[DWARF parser] Simplify and re-format a method
Alexey Samsonov
2014-04-24
2
-11
/
+13
*
[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
*
[DWARF parser] Respect address ranges specified in compile unit DIE.
Alexey Samsonov
2014-04-18
1
-0
/
+7
*
DebugInfo: Remove some initializer lists to make MSVC happy again.
Benjamin Kramer
2014-04-18
1
-3
/
+3
*
[DWARF parser] Refactor fetching DIE address ranges.
Alexey Samsonov
2014-04-18
7
-64
/
+72
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
7
-38
/
+38
*
Simplify compression API by decompressing into a SmallVector rather than a Me...
David Blaikie
2014-04-05
2
-6
/
+7
*
DebugInfo: Support debug_loc under fission
David Blaikie
2014-03-25
4
-0
/
+96
*
Make some assertions on constant expressions static.
Benjamin Kramer
2014-03-15
1
-1
/
+3
*
[C++11] Introduce SectionRef::relocations() to use range-based loops
Alexey Samsonov
2014-03-14
1
-8
/
+6
*
Use ctor instead of initializer list to appease Windows buildbots
Alexey Samsonov
2014-03-14
2
-1
/
+2
*
Use temporary instead of a local variable here
Alexey Samsonov
2014-03-14
1
-2
/
+1
*
[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
2
-31
/
+20
*
[C++11] Convert DWARF parser to range-based for loops
Alexey Samsonov
2014-03-13
16
-165
/
+163
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
3
-16
/
+14
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-5
/
+5
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
3
-33
/
+33
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
2
-3
/
+3
*
[C++11] Switch all uses of the llvm_move macro to use std::move
Chandler Carruth
2014-03-02
1
-1
/
+1
*
llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...
David Blaikie
2014-02-24
4
-15
/
+35
*
Support DWARF discriminators in object streamer.
Diego Novillo
2014-02-14
2
-3
/
+12
*
make llvm-dwarfdump a little more resilient when parsing .debug_loc
Adrian Prantl
2014-02-11
1
-1
/
+3
*
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
*
[Sparc] Add support for parsing DW_CFA_GNU_window_save.
Venkatraman Govindaraju
2014-01-26
1
-0
/
+1
*
DWARFContext: Fix possible memory leak since r198908.
NAKAMURA Takumi
2014-01-24
1
-0
/
+1
*
Change createObjectFile to return an ErrorOr.
Rafael Espindola
2014-01-22
1
-2
/
+2
*
llvm-dwarfdump: type unit dwo support
David Blaikie
2014-01-09
2
-3
/
+60
*
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
4
-4
/
+4
*
DebugInfo: Move type units into the debug_types section with appropriate comd...
David Blaikie
2013-12-13
2
-9
/
+8
[next]