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
/
test
/
DebugInfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Turn on pubnames by default on linux.
Eric Christopher
2013-08-19
2
-1
/
+131
*
llvm-dwarfdump: Do not include address offsets for attributes, only for tags
David Blaikie
2013-08-19
7
-20
/
+20
*
DebugInfo: don't emit zero-length names for parameters
David Blaikie
2013-08-19
1
-3
/
+5
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
6
-10
/
+0
*
llvm-symbolizer: add support for .gnu_debuglink section
Alexey Samsonov
2013-08-14
2
-0
/
+4
*
Output DW_AT_stmt_list dwarf debug info as DW_FORM_sec_offset instead of DW_F...
Carlo Kok
2013-08-13
1
-0
/
+40
*
Pass DIEHash::collectAttributes output argument by-pointer instead of by-value.
Evgeniy Stepanov
2013-08-13
1
-2
/
+2
*
Add the start of DIE hashing for DWARF4 type units and split dwarf
Eric Christopher
2013-08-13
1
-0
/
+15
*
Add comment and source to testcase.
Eric Christopher
2013-08-12
1
-0
/
+10
*
Move the addition of the dwo_id as late as possible after everything
Eric Christopher
2013-08-12
1
-2
/
+2
*
For DW_TAG_template_type_parameter the actual passed in type could
Eric Christopher
2013-08-08
1
-0
/
+54
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-06
4
-7
/
+8
*
Bugfix for making the DWARF debug strings and labels to code emitted as secre...
Carlo Kok
2013-08-02
1
-0
/
+40
*
Revert r187597, "Bugfix for making the DWARF debug strings and labels to code...
NAKAMURA Takumi
2013-08-02
1
-40
/
+0
*
Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached to
Eric Christopher
2013-08-02
4
-8
/
+7
*
fix for LLVM debug info on llvm-mips-linux where the label name uses % instea...
Carlo Kok
2013-08-01
1
-1
/
+1
*
ARM/Hexagon testcases can't compile x86 only testcase. Reverting change to te...
Carlo Kok
2013-08-01
1
-2
/
+2
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-01
4
-7
/
+8
*
DebugInfo: Emit definitions for types with no members.
David Blaikie
2013-08-01
1
-15
/
+33
*
change the inlinefnlocalvar testcase so it uses a triple that's not coff (doe...
Carlo Kok
2013-08-01
1
-1
/
+1
*
Bugfix for making the DWARF debug strings and labels to code emitted as secre...
Carlo Kok
2013-08-01
1
-0
/
+40
*
Move file to X86 and add a triple to fix darwin bots for now.
Eric Christopher
2013-07-30
1
-1
/
+1
*
Fix a truly egregious thinko in anonymous namespace check,
Eric Christopher
2013-07-29
1
-66
/
+125
*
Make sure we don't emit an ODR hash for types with no name and make
Eric Christopher
2013-07-29
1
-19
/
+60
*
Clarify comments for types contained in anonymous namespaces and
Eric Christopher
2013-07-29
1
-1
/
+3
*
Debug Info: enable verifier for testing cases.
Manman Ren
2013-07-29
1
-2
/
+2
*
Debug Info: update testing cases to pass verifier.
Manman Ren
2013-07-29
10
-28
/
+42
*
DwarfDebug: MD5 is always little endian, bswap on big endian platforms.
Benjamin Kramer
2013-07-27
1
-0
/
+0
*
Debug Info Verifier: verify SPs in llvm.dbg.sp.
Manman Ren
2013-07-27
11
-31
/
+50
*
next batch of -disable-debug-info-verifier
Rafael Espindola
2013-07-26
2
-2
/
+2
*
Debug Info Verifier: enable verification of DICompileUnit.
Manman Ren
2013-07-26
33
-90
/
+104
*
Move this to the X86 directory, unfortunately the hashes are not
Eric Christopher
2013-07-26
1
-0
/
+0
*
Add preliminary support for hashing DIEs and breaking them into
Eric Christopher
2013-07-26
1
-0
/
+116
*
Debug Info: improve the verifier to check field types.
Manman Ren
2013-07-25
5
-53
/
+57
*
Current batch of -disable-debug-info-verifier.
Rafael Espindola
2013-07-25
3
-4
/
+4
*
Debug Info: improve the verifier to check field types.
Manman Ren
2013-07-25
19
-78
/
+82
*
Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
Bill Wendling
2013-07-25
1
-2
/
+2
*
Update testing cases to pass debug info verifier.
Manman Ren
2013-07-24
12
-80
/
+87
*
Update testing cases to pass debug info verifier.
Manman Ren
2013-07-24
6
-57
/
+62
*
Debug Info: improve the Finder.
Manman Ren
2013-07-24
1
-1
/
+1
*
Debug Info: improve the Finder.
Manman Ren
2013-07-23
1
-1
/
+1
*
llvm/test/DebugInfo/X86/dbg-value-range.ll: Add -disable-debug-info-verifier,...
NAKAMURA Takumi
2013-07-23
1
-1
/
+1
*
Debug Info Finder: use processDeclare and processValue to list debug info
Manman Ren
2013-07-23
7
-7
/
+7
*
Recommit r186217 with testcase fix:
Bill Wendling
2013-07-22
1
-3
/
+3
*
Try to appease the bots.
Manman Ren
2013-07-19
2
-2
/
+2
*
Debug Info: enable verifying by default and disable testing cases that fail.
Manman Ren
2013-07-19
8
-10
/
+10
*
Further simplify test case from r186119/r186035.
David Blaikie
2013-07-15
1
-123
/
+94
*
In response to dblaikie's comment on r186035, replacing the
Adrian Prantl
2013-07-11
1
-136
/
+163
*
Add a comment.
Adrian Prantl
2013-07-10
1
-0
/
+39
*
Add a testcase for r186014.
Adrian Prantl
2013-07-10
1
-0
/
+139
[next]