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 newlines at the end of files.
Chris Lattner
2010-04-07
1
-1
/
+1
*
Split big test into multiple directories to cater to
Dale Johannesen
2010-04-07
1
-45
/
+0
*
Test that DEBUG_VALUE comments come out on a variety of targets.
Dale Johannesen
2010-04-07
1
-0
/
+45
*
Do not emit specification DIE with DW_AT_specification attribute for member f...
Devang Patel
2010-04-06
1
-0
/
+89
*
change this from using '!dbg' to using '!dbgx'. The
Chris Lattner
2010-04-01
1
-4
/
+4
*
Ignore invalid metadata.
Devang Patel
2010-03-30
1
-0
/
+30
*
Do not rely on getCompileUnit() to find source file information for a subprog...
Devang Patel
2010-03-24
1
-0
/
+62
*
Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit.
Devang Patel
2010-03-22
1
-0
/
+9
*
call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1)
Devang Patel
2010-03-19
1
-0
/
+12
*
Fix llc crash on invalid input.
Devang Patel
2010-03-12
1
-0
/
+20
*
Remove test to check bugfix in handing debug info for global variables using ...
Devang Patel
2010-03-01
1
-264
/
+0
*
Remove dead test.
Devang Patel
2010-03-01
1
-147
/
+0
*
Replace test case that uses @llvm.dbg.* intrinsic with a test that uses metad...
Devang Patel
2010-03-01
2
-62
/
+151
*
These two tests check whether oprimizer safely ignores @llvm.dbg.stoppoint in...
Devang Patel
2010-03-01
2
-205
/
+0
*
This test checks whether LICM ignores @llvm.dbg.stoppoint intrinsics appropri...
Devang Patel
2010-03-01
1
-83
/
+0
*
Testcase for 94996 (PR 6157)
Dale Johannesen
2010-02-01
1
-0
/
+34
*
Generate DEBUG_VALUE comments on x86. The (limited)
Dale Johannesen
2010-01-26
1
-0
/
+55
*
If a instruction belongs to another function (and not current function) as pe...
Devang Patel
2010-01-20
1
-0
/
+28
*
Reverting.
Dale Johannesen
2010-01-19
1
-55
/
+0
*
Enable code to emit dbg.declare as DEBUG_VALUE
Dale Johannesen
2010-01-18
1
-0
/
+55
*
Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...
Victor Hernandez
2010-01-15
2
-6
/
+5
*
Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...
Victor Hernandez
2010-01-15
2
-5
/
+6
*
Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...
Victor Hernandez
2010-01-15
2
-6
/
+5
*
If a scope has only one instruction then first instruction is also the last i...
Devang Patel
2010-01-05
1
-0
/
+18
*
Remove dead debug info intrinsics.
Devang Patel
2010-01-05
1
-7
/
+0
*
Remove oversimplified test case.
Devang Patel
2010-01-04
1
-17
/
+0
*
The test, derived from optimzed IR, does not mention "bar" in debug info anyw...
Devang Patel
2010-01-04
1
-1
/
+1
*
XFAIL on ppc-darwin.
Devang Patel
2009-12-16
1
-1
/
+1
*
Remove tests that are not suitable anymore. Plus they are not testing the ori...
Devang Patel
2009-12-09
8
-1035
/
+0
*
Revert 90858 90875 and 90805 for now.
Devang Patel
2009-12-08
1
-18
/
+0
*
Do not try to push dead variable's debug info into namespace info.
Devang Patel
2009-12-08
1
-0
/
+18
*
Clear function specific containers while processing end of a function, even i...
Devang Patel
2009-12-01
1
-0
/
+17
*
Add missing run line. Devang, please check.
Daniel Dunbar
2009-11-11
1
-0
/
+1
*
Do not assume first function scope seen represents current function.
Devang Patel
2009-11-11
1
-0
/
+19
*
While creating DbgScopes, do not forget parent scope.
Devang Patel
2009-11-11
1
-0
/
+26
*
fix typo
Gabor Greif
2009-11-06
1
-0
/
+0
*
Tolerate invalid derived type.
Devang Patel
2009-11-06
1
-0
/
+13
*
Do not bother to emit debug info for nameless global variable.
Devang Patel
2009-11-06
1
-0
/
+8
*
Do not try to emit debug info entry for dead global variable.
Devang Patel
2009-11-06
1
-0
/
+17
*
Parse debug info attached with insertvalue and extractvalue instructions.
Devang Patel
2009-11-03
1
-0
/
+11
*
Reclaim a lost month.
Daniel Dunbar
2009-10-17
2
-0
/
+0
*
Parse PHI instruction with attached metadata.
Devang Patel
2009-10-16
1
-0
/
+13
*
If there is not any llvm instruction associated with each lexical scope encod...
Devang Patel
2009-10-16
1
-0
/
+33
*
It's possible for a global variable to be optimized out of a metadata object. So
Bill Wendling
2009-10-08
1
-0
/
+72
*
Move the dominator verification code out of special code embedded within
Dan Gohman
2009-09-28
1
-1
/
+1
*
Eliminate more redundant llvm-as calls.
Dan Gohman
2009-09-11
1
-1
/
+1
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
4
-4
/
+4
*
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-09
7
-7
/
+7
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
5
-5
/
+5
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
14
-14
/
+14
[next]