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
*
Add a comment.
Adrian Prantl
2013-07-10
1
-0
/
+39
*
Add a testcase for r186014.
Adrian Prantl
2013-07-10
1
-0
/
+139
*
Un-break the buildbot by tweaking the indirection flag.
Adrian Prantl
2013-07-10
1
-0
/
+102
*
move test into the appropriate subdir.
Adrian Prantl
2013-07-09
1
-0
/
+60
*
Reapply an improved version of r180816/180817.
Adrian Prantl
2013-07-09
3
-5
/
+115
*
DebugInfo: Consider global variables without locations to be valid
David Blaikie
2013-07-04
1
-0
/
+38
*
Trying to fix the bots
Manman Ren
2013-07-03
1
-2
/
+6
*
Debug Info: use module flag to set up Dwarf version.
Manman Ren
2013-07-02
1
-0
/
+27
*
Add 'REQUIRES: object-emission' to DebugInfo/inlined-arguments.ll.
Jyotsna Verma
2013-07-02
1
-0
/
+2
*
[PowerPC] Support TLS variables in debug info
Ulrich Weigand
2013-07-02
2
-3
/
+40
*
PR14728: DebugInfo: TLS variables with -gsplit-dwarf
David Blaikie
2013-07-01
1
-0
/
+31
*
PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation
David Blaikie
2013-07-01
3
-2
/
+29
*
llvm-symbolizer: Recognize a drive letter on win32. Then "REQUIRES: shell" ca...
NAKAMURA Takumi
2013-07-01
1
-2
/
+0
*
DebugInfo: PR14728: TLS support
David Blaikie
2013-06-28
1
-0
/
+34
*
llvm-symbolizer: skip leading underscore in Mach-O symbol table entries
Alexey Samsonov
2013-06-28
1
-3
/
+3
*
llvm-symbolizer: add support for Mach-O universal binaries
Alexey Samsonov
2013-06-28
3
-2
/
+26
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-28
2
-6
/
+6
*
[SystemZ] Allow LA and LARL to be rematerialized
Richard Sandiford
2013-06-27
1
-2
/
+1
*
Move llvm/test/DebugInfo/arguments.ll to X86, for now. It is still Windows' P...
NAKAMURA Takumi
2013-06-24
1
-0
/
+0
*
llvm/test/DebugInfo/arguments.ll: Add explicit -mtriple=x86_64-unknown-unknown.
NAKAMURA Takumi
2013-06-24
1
-1
/
+1
*
DebugInfo: add some testing from an overly broad end-to-end test in Clang
David Blaikie
2013-06-24
2
-37
/
+79
*
DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...
David Blaikie
2013-06-23
1
-0
/
+37
*
DebugInfo: Support (using GNU extensions) for template template parameters an...
David Blaikie
2013-06-22
1
-24
/
+50
*
DebugInfo: Don't lose unreferenced non-trivial by-value parameters
David Blaikie
2013-06-21
1
-0
/
+71
*
Give this X86-specific test a triple so it's actually X86-specific.
David Blaikie
2013-06-20
1
-1
/
+1
*
DebugInfo: don't use location lists when the location covers the whole functi...
David Blaikie
2013-06-20
2
-15
/
+61
*
Spelling correction
David Blaikie
2013-06-19
1
-2
/
+2
*
DebugInfo: PR14763/r183329 correct the location of indirect parameters
David Blaikie
2013-06-19
1
-0
/
+70
*
Spell correct (s/begining/beginning/)
David Blaikie
2013-06-19
1
-11
/
+11
*
llvm-dwarfdump: Add support for dumping the .debug_loc section
David Blaikie
2013-06-19
3
-0
/
+39
*
Fix frame pointer debug information test
JF Bastien
2013-06-14
1
-2
/
+2
*
PR15662: Optimized debug info produces out of order function parameters
David Blaikie
2013-06-05
1
-0
/
+73
*
[llvm-symbolizer] Avoid calling slow getSymbolSize for Mach-O files. Assume t...
Alexey Samsonov
2013-06-04
1
-0
/
+5
*
Correct handling invalid filename in llvm-symbolizer
Alexey Samsonov
2013-06-03
1
-0
/
+3
*
Revert r182937 and r182877.
Rafael Espindola
2013-05-30
1
-1
/
+1
*
Don't use fast isel on this test.
Rafael Espindola
2013-05-30
1
-1
/
+1
*
Teach ReMaterialization to be more cunning about subregisters
Tim Northover
2013-05-29
1
-7
/
+7
*
LTO+Debug Info: revert r182791.
Manman Ren
2013-05-29
1
-117
/
+0
*
Move test that depends on the X86 backend into the right subdirectory.
Benjamin Kramer
2013-05-29
1
-0
/
+0
*
LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee is
Manman Ren
2013-05-28
1
-0
/
+117
*
Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...
David Blaikie
2013-05-22
1
-2
/
+3
*
Dwarf: use a single line table to generate assembly when .loc is used.
Manman Ren
2013-05-21
1
-0
/
+6
*
PR14606: Debug Info for namespace aliases/DW_TAG_imported_module
David Blaikie
2013-05-20
1
-29
/
+49
*
Generate debug info for by-value struct args even if they are not used.
Adrian Prantl
2013-05-16
1
-0
/
+126
*
Give the test from r181632 a target triple.
David Blaikie
2013-05-10
1
-1
/
+1
*
PR14492: Debug Info: Support for values of non-integer non-type template para...
David Blaikie
2013-05-10
1
-0
/
+84
*
Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"
Eric Christopher
2013-05-09
2
-120
/
+1
*
Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)
Eric Christopher
2013-05-08
2
-1
/
+120
*
Debug Info: Support DW_TAG_imported_declaration
David Blaikie
2013-05-08
1
-49
/
+138
*
Debug Info: Fix for break due to r181271
David Blaikie
2013-05-07
1
-0
/
+11
[next]