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
*
Fix a pair of bugs in the emission of pubname tables:
Eric Christopher
2013-10-16
1
-23
/
+46
*
Enable MI Sched for x86.
Andrew Trick
2013-10-15
1
-1
/
+1
*
Use addFlag to add the enum class attribute.
Eric Christopher
2013-10-04
1
-2
/
+2
*
Fix this test.
Rafael Espindola
2013-10-04
1
-1
/
+1
*
DebugInfo: Fix ordering of members after r191928
David Blaikie
2013-10-04
3
-5
/
+5
*
Fixed a bug with section names containing special characters.
Richard Mitton
2013-10-03
2
-36
/
+27
*
Make sure we emit a section for pubnames even if that section is
Eric Christopher
2013-10-03
1
-0
/
+18
*
Remove wild .debug_aranges entries generated from unimportant labels
Alexey Samsonov
2013-10-03
1
-0
/
+88
*
Add the DW_AT_GNU_ranges_base attribute if we've emitted any ranges
Eric Christopher
2013-10-01
1
-0
/
+150
*
The DW_AT_GNU_pubnames/pubtypes attributes are actually form
Eric Christopher
2013-09-30
1
-22
/
+24
*
llvm-dwarfdump support for gnu_pubtypes
David Blaikie
2013-09-24
1
-3
/
+15
*
Add namespaces to the list of items that we expose via pubnames.
Eric Christopher
2013-09-24
1
-0
/
+1
*
Regenerate testcase from source.
Eric Christopher
2013-09-24
1
-64
/
+70
*
Add more external types to the pubtypes table. Expand the asm
Eric Christopher
2013-09-23
1
-0
/
+3
*
Handle gnu pubtypes sections:
Eric Christopher
2013-09-23
1
-1
/
+4
*
Fixed debug_aranges handling for common symbols.
Richard Mitton
2013-09-23
1
-5
/
+6
*
Initialize BSSSection explicitly in InitMachOMCObjectFileInfo() to appease msvc.
NAKAMURA Takumi
2013-09-21
2
-6
/
+0
*
Move emission of the debug string table to early in the debug
Eric Christopher
2013-09-20
1
-8
/
+6
*
llvm/test: Mark 3 tests as XFAIL:msvc.
NAKAMURA Takumi
2013-09-20
2
-0
/
+6
*
Move x86-dependent tests into the right directory.
Benjamin Kramer
2013-09-20
2
-0
/
+159
*
DebugInfo: constrain gnu pubnames test further
David Blaikie
2013-09-19
1
-10
/
+32
*
DebugInfo: llvm-dwarfdump support for gnu_pubnames section
David Blaikie
2013-09-19
1
-13
/
+16
*
DebugInfo: Improve IR annotation comments for GNU pubthings.
David Blaikie
2013-09-19
1
-11
/
+11
*
Debug info: Get rid of the VLA indirection hack in FastISel.
Adrian Prantl
2013-09-18
2
-5
/
+7
*
Add initial support for handling gnu style pubnames accepted by some
Eric Christopher
2013-09-13
1
-0
/
+126
*
Debug Info Testing: update context from empty string to null.
Manman Ren
2013-09-08
29
-88
/
+88
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
62
-193
/
+193
*
Debug Info Testing: Updated to use null instead of "i32 0" for containing-type
Manman Ren
2013-09-06
9
-33
/
+33
*
Remove hack ensuring that darwin didn't produce dwarf > 3 for modules
Eric Christopher
2013-09-04
6
-30
/
+32
*
Revert "Revert "Remove the darwin gdb option, that version of gdb is now dead...
Michael Gottesman
2013-09-04
2
-4
/
+1
*
Revert "Remove the darwin gdb option, that version of gdb is now dead and the...
Michael Gottesman
2013-09-04
2
-1
/
+4
*
Remove the darwin gdb option, that version of gdb is now dead and
Eric Christopher
2013-09-04
2
-4
/
+1
*
Add the rest of the stock attributes to the attribute table.
Eric Christopher
2013-09-03
1
-2
/
+2
*
Don't bother emitting the pubtypes section on darwin since there aren't
Eric Christopher
2013-08-30
1
-1
/
+1
*
Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashing
Eric Christopher
2013-08-28
1
-2
/
+2
*
Use DW_FORM_sdata for signed constant values and udata on occasion
Eric Christopher
2013-08-27
4
-8
/
+12
*
Move some debug testcases to the debug info directory.
Eric Christopher
2013-08-27
16
-0
/
+966
*
Add derived from source.
Eric Christopher
2013-08-27
1
-0
/
+5
*
Add a testcase to ensure that the pubnames section uses an offset
Eric Christopher
2013-08-27
1
-0
/
+32
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
60
-201
/
+201
*
Turn on pubnames by default on linux.
Eric Christopher
2013-08-19
1
-0
/
+130
*
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
1
-2
/
+0
*
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
*
Move the addition of the dwo_id as late as possible after everything
Eric Christopher
2013-08-12
1
-2
/
+2
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-06
1
-1
/
+1
*
Bugfix for making the DWARF debug strings and labels to code emitted as secre...
Carlo Kok
2013-08-02
1
-0
/
+40
[next]