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
/
DWARFDebugFrame.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary copying or replace it with moves in a bunch of places.
Benjamin Kramer
2014-10-04
1
-1
/
+2
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-3
/
+4
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-4
/
+3
*
[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
1
-19
/
+8
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-2
/
+2
*
[C++11] Convert DWARF parser to range-based for loops
Alexey Samsonov
2014-03-13
1
-10
/
+5
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Sparc] Add support for parsing DW_CFA_GNU_window_save.
Venkatraman Govindaraju
2014-01-26
1
-0
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Code cleanup: pass Offset by pointer to parseInstruction to more explicitly
Eli Bendersky
2013-02-22
1
-29
/
+33
*
Previously, parsing capability of the .debug_frame section was added
Eli Bendersky
2013-02-21
1
-6
/
+170
*
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-02-15
1
-1
/
+2
*
The patch to fix some issues in r174543 fixed the lines failing the test, but...
David Tweed
2013-02-08
1
-3
/
+3
*
FDE::dumpHeader(): Forgot to fix one more formatting, ... take two!
NAKAMURA Takumi
2013-02-07
1
-2
/
+2
*
FDE::dumpHeader(): Forgot to fix one more formatting. It affected bigendian h...
NAKAMURA Takumi
2013-02-07
1
-2
/
+3
*
DWARFDebugFrame.cpp: Fix formatting on i686 hosts.
NAKAMURA Takumi
2013-02-07
1
-3
/
+6
*
Add some comments to new frame entries
Eli Bendersky
2013-02-06
1
-0
/
+4
*
Failing builds because a private class member is not being used after
Eli Bendersky
2013-02-06
1
-0
/
+3
*
Add virtual desctructor to FrameEntry to avoid error on delete-non-virtual-dtor
Eli Bendersky
2013-02-06
1
-0
/
+9
*
Fix some formatting & add comments, following Eric's review
Eli Bendersky
2013-02-06
1
-12
/
+19
*
Initial support for DWARF CFI parsing and dumping in LLVM
Eli Bendersky
2013-02-05
1
-0
/
+195