index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
DebugInfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for DebugFission to DWARF parser
Alexey Samsonov
2013-08-27
6
-85
/
+246
*
Make DWARFCompileUnit non-copyable
Alexey Samsonov
2013-08-23
3
-37
/
+40
*
llvm-dwarfdump: Do not include address offsets for attributes, only for tags
David Blaikie
2013-08-19
1
-1
/
+1
*
Store compile unit corresponding to each chain of inlined debug info entries....
Alexey Samsonov
2013-08-06
5
-39
/
+44
*
Add LLVM-style RTTI to DIContext/DWARFContext classes
Alexey Samsonov
2013-08-06
1
-1
/
+6
*
Allow 4 as a valid debug info version.
Eric Christopher
2013-08-06
1
-1
/
+1
*
DebugInfo: Factor out parsing compile unit DIEs to a separate function. Impro...
Alexey Samsonov
2013-07-15
2
-78
/
+70
*
Spell correct (s/begining/beginning/)
David Blaikie
2013-06-19
1
-3
/
+3
*
llvm-dwarfdump: Add support for dumping the .debug_loc section
David Blaikie
2013-06-19
6
-1
/
+170
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
1
-3
/
+2
*
Change how we iterate over relocations on ELF.
Rafael Espindola
2013-05-30
1
-8
/
+18
*
Reformat comments here.
Eric Christopher
2013-05-30
1
-26
/
+26
*
libDebugInfo depends on libObject nowadays.
Benjamin Kramer
2013-05-09
1
-1
/
+1
*
Hoist boundary condition out of loop header.
Eric Christopher
2013-05-06
1
-1
/
+2
*
Untabify.
Eric Christopher
2013-05-06
1
-5
/
+5
*
Don't emit .dwo sections unless they exist.
Eric Christopher
2013-05-06
1
-24
/
+30
*
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
1
-1
/
+1
*
Use zlib to uncompress debug sections in DWARF parser.
Alexey Samsonov
2013-04-23
2
-0
/
+41
*
Remove variable store that is never read.
Eric Christopher
2013-04-22
1
-1
/
+0
*
Use StringSwitch instead of long chain of if-else. No functionality change.
Alexey Samsonov
2013-04-17
1
-37
/
+28
*
Create a stub for DWARF parser unittests
Alexey Samsonov
2013-04-17
4
-85
/
+3
*
Rename the C function to create a SLPVectorizerPass to something sane and exp...
Benjamin Kramer
2013-04-11
1
-2
/
+3
*
DWARF parser: Fix DWARF-2/3 incompatibility: size of DW_FORM_ref_addr is the ...
Alexey Samsonov
2013-04-09
3
-45
/
+35
*
DWARF parser: remove duplicated code and fix code style in DIE extractors.
Alexey Samsonov
2013-04-08
2
-268
/
+81
*
DW_FORM_sec_offset should be a relocation on platforms that use
Eric Christopher
2013-04-07
1
-2
/
+9
*
Fix missing std::. Not sure how this compiles for anyone else.
Matt Arsenault
2013-03-21
1
-1
/
+1
*
xlC doesn't like Header being both a type and a member variable. Rename the
Rafael Espindola
2013-03-20
2
-20
/
+20
*
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
*
Add support for the pubnames section to llvm-dwarfdump.
Krzysztof Parzyszek
2013-02-12
2
-0
/
+23
*
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
*
Add missing file to CMake list
Eli Bendersky
2013-02-05
1
-0
/
+1
*
Initial support for DWARF CFI parsing and dumping in LLVM
Eli Bendersky
2013-02-05
4
-1
/
+281
*
DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here?
NAKAMURA Takumi
2013-01-26
1
-0
/
+2
*
Add DIContext::getLineInfoForAddressRange() function and test. This function...
Andrew Kaylor
2013-01-26
4
-0
/
+139
*
Fix a warning in the new DWARFheader. Add a new line at the end of the file.
Nadav Rotem
2013-01-25
1
-1
/
+2
*
Add support for applying in-memory relocations to the .debug_line section and...
Andrew Kaylor
2013-01-25
6
-8
/
+55
*
Add command-line flags for DWARF dumping.
Eli Bendersky
2013-01-25
2
-63
/
+83
*
Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this by
Eric Christopher
2013-01-17
2
-18
/
+9
*
Add the DW_AT_GNU_addr_base for the skeleton cu. Add support for
Eric Christopher
2013-01-17
1
-4
/
+2
*
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
2013-01-15
5
-4
/
+44
*
[Object, DebugInfo] Make DWARFContext BE-aware.
NAKAMURA Takumi
2013-01-09
1
-1
/
+1
[next]