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
*
When recursing for the original size of a type, stop if we are at a
Eric Christopher
2011-12-16
1
-0
/
+172
*
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
1
-2
/
+2
*
remove autoupgrade support for really old-style debug info intrinsics.
Chris Lattner
2011-11-27
1
-16
/
+0
*
The dwarf standard says that the only differences between a out-of-line
Rafael Espindola
2011-11-12
1
-0
/
+97
*
Move X86 specific test in X86 directory.
Devang Patel
2011-11-11
1
-0
/
+0
*
Move X86 specific test in X86 directory.
Devang Patel
2011-11-11
1
-0
/
+0
*
Check in getOrCreateSubprogramDIE if a declaration exists and if so output
Rafael Espindola
2011-11-10
1
-0
/
+43
*
Add triple to test.
Rafael Espindola
2011-11-04
1
-1
/
+1
*
Emit declarations before definitions if they are available. This causes DW_AT...
Rafael Espindola
2011-11-04
1
-0
/
+65
*
Move another test requiring x86 into X86 directory.
Eli Friedman
2011-11-01
1
-0
/
+0
*
Move test requiring x86 backend into X86 directory.
Eli Friedman
2011-11-01
1
-0
/
+0
*
Always use the string pool, even when it makes the .o larger. This may help
Nick Lewycky
2011-10-28
2
-32
/
+22
*
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-27
2
-10
/
+64
*
Add a new wrapper node for a DILexicalBlock that encapsulates it and a
Eric Christopher
2011-10-11
1
-1
/
+1
*
Fix this test so it doesn't fail on Mac.
Eli Friedman
2011-09-26
1
-6
/
+6
*
Fix emission of debug data for global variables. getContext() on DIGlobalVari...
James Molloy
2011-09-26
1
-0
/
+47
*
Update tests. Remove irrelevant tests.
Devang Patel
2011-09-13
7
-170
/
+57
*
Do not use named md nodes to track variables that are completely optimized. T...
Devang Patel
2011-08-19
1
-1
/
+4
*
Test for previous commit.
Rafael Espindola
2011-06-17
1
-0
/
+85
*
Move test for appropriate directory.
Galina Kistanova
2011-06-16
1
-0
/
+0
*
Fix a regression I recently introduced by removing DwarfRegNum of
Rafael Espindola
2011-05-27
1
-0
/
+27
*
Looks like OS X assemblers (including MC) don't like
Rafael Espindola
2011-05-19
1
-0
/
+23
*
Move test.
Rafael Espindola
2011-05-13
1
-0
/
+0
*
Move test.
Rafael Espindola
2011-05-13
1
-0
/
+0
*
Add triple.
Rafael Espindola
2011-05-10
1
-1
/
+1
*
The EH symbols are only needed in eh_frame, not debug_frame.
Rafael Espindola
2011-05-10
1
-0
/
+18
*
Use .cfi_sections to put the unwind info in .debug_frame when possible. With
Rafael Espindola
2011-05-10
1
-0
/
+18
*
Move few target-dependant tests to appropriate directories.
Galina Kistanova
2011-05-06
2
-0
/
+5
*
Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but
Rafael Espindola
2011-05-04
1
-0
/
+19
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Add radar number for future reference.
Devang Patel
2011-04-08
1
-1
/
+1
*
Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.
Devang Patel
2011-04-08
1
-0
/
+34
*
Move test in x86 specific area.
Devang Patel
2011-03-24
1
-66
/
+0
*
Keep track of directory namd and fIx regression caused by Rafael's patch r119...
Devang Patel
2011-03-24
1
-0
/
+66
*
Remove obsolete tests.
Devang Patel
2011-02-24
2
-368
/
+0
*
Move arch specific tests in arch specific directories.
Devang Patel
2011-02-24
2
-158
/
+0
*
Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot.
Devang Patel
2010-12-02
1
-29
/
+0
*
Change CodeGen to use .loc directives. This produces a lot more readable output
Rafael Espindola
2010-11-18
1
-3
/
+1
*
FileCheckize
Jakob Stoklund Olesen
2010-10-15
1
-2
/
+16
*
Fix code gen crash reported in PR 8235. We still lose debug info for the unus...
Devang Patel
2010-10-01
1
-0
/
+21
*
Add target triple info to these tests to make the results comparable when
Jim Grosbach
2010-09-28
2
-2
/
+4
*
If FE forgot to provide a file name (usually it uses "stdin" as name in such ...
Devang Patel
2010-09-16
1
-0
/
+31
*
Convert DbgInfoPrinter to use errs() instead of outs().
Dan Gohman
2010-08-20
1
-1
/
+1
*
Move x86 specific tests into test/CodeGen/X86.
Devang Patel
2010-08-05
5
-421
/
+0
*
Test case for combination of r110234 & r110235.
Devang Patel
2010-08-04
1
-0
/
+124
*
Fix PR 7662.
Devang Patel
2010-07-19
1
-0
/
+24
*
Add variables into a scope before constructing scope DIE otherwise variables ...
Devang Patel
2010-06-30
1
-0
/
+52
*
Fix some tests that didn't test anything.
Benjamin Kramer
2010-06-26
1
-1
/
+1
*
Be specific. Use FileCheck.
Devang Patel
2010-06-16
1
-3
/
+4
*
This requires more investigation. Unblock buildbots for now.
Devang Patel
2010-06-16
1
-2
/
+2
[next]