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
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move X86-dependent test into the right subdirectory.
Benjamin Kramer
2013-03-23
1
-0
/
+106
*
reorder the fields in DILexicalBlockFile to match the common prefix for DIScopes
David Blaikie
2013-03-22
1
-18
/
+24
*
Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...
David Blaikie
2013-03-22
3
-4
/
+4
*
Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...
David Blaikie
2013-03-22
18
-26
/
+26
*
Refactor the filename/directory information in DISubprogram to refer directly...
David Blaikie
2013-03-21
2
-3
/
+3
*
Move the DIFile in DISubprogram to the beginning to be a common prefix along ...
David Blaikie
2013-03-21
17
-65
/
+65
*
Remove unused field in DISubprogram
David Blaikie
2013-03-21
30
-60
/
+60
*
Debug info: refactor the first field of DICompileUnit to be a raw file/direct...
David Blaikie
2013-03-20
21
-22
/
+22
*
Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...
David Blaikie
2013-03-20
21
-22
/
+22
*
Remove unused field in DICompileUnit
David Blaikie
2013-03-20
41
-42
/
+42
*
Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...
David Blaikie
2013-03-20
22
-100
/
+100
*
Move the DIFile operand to DITypes from the 4th operand to the 2nd.
David Blaikie
2013-03-19
29
-174
/
+174
*
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-17
33
-45
/
+80
*
Remove the unused 4th operand for DIFile debug info metadata
David Blaikie
2013-03-13
14
-15
/
+15
*
Refactor filename/directory in DICompileUnit into a DIFile
David Blaikie
2013-03-13
41
-42
/
+43
*
Remove unused "isMain" field from DICompileUnit
David Blaikie
2013-03-12
41
-42
/
+42
*
Update debug info test cases with empty SplitDebugFilename field.
David Blaikie
2013-03-12
38
-39
/
+39
*
Upgrading debug info test cases to be (more) compatible with the current debu...
David Blaikie
2013-03-11
22
-77
/
+77
*
Upgrade tests to the latest debug info format.
David Blaikie
2013-03-08
8
-77
/
+89
*
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-03-07
1
-3
/
+6
*
Debug Info: for static member variables, always put AT_MIPS_linkage_name to the
Manman Ren
2013-02-27
1
-3
/
+85
*
Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Manman Ren
2013-02-27
1
-0
/
+3
*
Revert r176120 as it caused a failure at static-member.cpp
Manman Ren
2013-02-26
1
-3
/
+3
*
Debug Info: for static member variables, move AT_MIPS_linkage_name from
Manman Ren
2013-02-26
1
-3
/
+3
*
Use getSplitDebugFilename when constructing the skeleton cu and
Eric Christopher
2013-02-22
1
-1
/
+1
*
Moved line-info.ll to DebugInfo\X86 directory
Elena Demikhovsky
2013-02-14
1
-0
/
+52
*
Clean up LDV, no functionality change.
Manman Ren
2013-02-13
1
-1
/
+1
*
Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.
Manman Ren
2013-02-13
1
-0
/
+173
*
Dwarf: do not use line_table_start in at_stmt_list since we do not always emit
Manman Ren
2013-02-09
1
-1
/
+1
*
Attempt to recover gdb bot after r174445.
Manman Ren
2013-02-06
1
-2
/
+2
*
Dwarf: support for LTO where a single object file can have multiple line tables
Manman Ren
2013-02-05
3
-3
/
+65
*
Add support for testing the output of the abbrev table for the
Eric Christopher
2013-02-05
1
-0
/
+10
*
Add support for emitting a stub DW_AT_GNU_dwo_id as part of the
Eric Christopher
2013-02-05
1
-1
/
+4
*
[DebugInfo] remove more node indirection (this time from the subprogram's var...
David Blaikie
2013-02-04
1
-10
/
+5
*
Remove the (apparently) unnecessary debug info metadata indirection.
David Blaikie
2013-02-02
33
-152
/
+76
*
Removing ssp and uwtable from the testcase
Manman Ren
2013-02-02
1
-1
/
+1
*
[Dwarf] avoid emitting multiple AT_const_value for static memebers.
Manman Ren
2013-02-01
1
-0
/
+63
*
PR14566: Debug Info: Removing top level lexical blocks
David Blaikie
2013-01-26
1
-23
/
+22
*
Add back a RUN line removed by mistake by a previous commit
Eli Bendersky
2013-01-25
1
-0
/
+1
*
Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,
Eli Bendersky
2013-01-25
32
-35
/
+34
*
The last of PR14471 - emission of constant floats
David Blaikie
2013-01-20
1
-28
/
+30
*
Fix a latent bug exposed by recent static member debug info changes.
David Blaikie
2013-01-19
1
-29
/
+30
*
Split out DW_OP_addr for the split debug info DWARF5 proposal.
Eric Christopher
2013-01-18
1
-0
/
+6
*
Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this by
Eric Christopher
2013-01-17
1
-4
/
+8
*
Add the DW_AT_GNU_addr_base for the skeleton cu. Add support for
Eric Christopher
2013-01-17
1
-0
/
+1
*
Make this test X86 only.
Eric Christopher
2013-01-16
1
-1
/
+1
*
Move this to X86.
Eric Christopher
2013-01-16
1
-0
/
+172
*
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
2013-01-15
1
-1
/
+39
*
Add the C testcase to this file.
Eric Christopher
2013-01-08
1
-0
/
+6
*
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-08
1
-0
/
+23
[next]