index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
DebugInfo
Age
Commit message (
Expand
)
Author
2009-03-10
Global variables don't have a corresponding llvm.dbg.declare, yet it is possible
Torok Edwin
2009-03-05
Ignore the debug info intrinsics when looking for dependency through basic bl...
Zhou Sheng
2009-03-04
Make my earlier patch to skip debug intrinsics
Dale Johannesen
2009-03-03
Instruction counters must skip the bitcasts that
Dale Johannesen
2009-03-03
When removing a store to an alloca that has only one
Dale Johannesen
2009-03-03
Ignore the debug info intrinsics when adding instructions into alias sets.
Zhou Sheng
2009-03-03
Testcase for line number sinking in InstCombine.
Dale Johannesen
2009-02-24
- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit
Bill Wendling
2009-02-23
Add test case for checkin @r65314.
Zhou Sheng
2009-02-18
The subprogram die may not exist while creating "default" scope.
Devang Patel
2009-02-02
Do not add redundant arguments in a method definition DIE.
Devang Patel
2009-02-02
Make this test case smaller.
Devang Patel
2009-01-30
Each input file is encoded as a separate compile unit in LLVM debugging
Devang Patel
2009-01-30
Enable target tripple.
Devang Patel
2009-01-30
Linux and other target's encoding for DW_AT_declaration may not match.
Devang Patel
2009-01-30
Add DW_AT_declaration for class methods.
Devang Patel
2009-01-28
Give this test an explicit target, to make it host-independent.
Dan Gohman
2009-01-28
Do not forget to derived type while constructing an array type.
Devang Patel
2009-01-27
Assorted debug info fixes.
Devang Patel
2009-01-23
Fix test case. Use valid file name and directory in global variable's debug i...
Devang Patel
2009-01-22
Do not use buggy llvm-gcc to generate testcases.
Devang Patel
2009-01-20
Appropriately mark fowrad decls.
Devang Patel
2009-01-20
Need compile unit to find location.
Devang Patel
2009-01-19
Verify Intrinsic::dbg_declare.
Devang Patel
2009-01-16
Do not stumble over forward declared struct member.
Devang Patel
2009-01-15
Validate dbg_* intrinsics before lowering them.
Devang Patel
2009-01-15
Use variable's context to identify respective DbgScope.
Devang Patel
2009-01-13
Use DebugInfo interface to lower dbg_* intrinsics.
Devang Patel
2009-01-05
This test passes again, unXFAIL.
Torok Edwin
2008-12-19
More precise XFAIL.
Bill Wendling
2008-12-19
Un-XFAIL this test because it's passing and John doesn't seem interested in u...
Bill Wendling
2008-12-17
Xfail these tests for now.
Devang Patel
2008-12-16
add testcase for -print-dbginfo
Torok Edwin
2008-12-10
Fix a couple of Dwarf bugs.
Evan Cheng
2008-11-19
If there are two consecutive llvm.dbg.stoppoint calls then
Devang Patel
2008-11-07
Handle (delete) dbg intrinsics while promoting alloca.
Devang Patel
2008-11-06
Emit label for llvm.dbg.func.start of the inlined function.
Devang Patel
2008-11-06
Emit label for llvm.dbg.func.start of the inlined function.
Devang Patel
2008-10-31
Testcase for PR2613
Anton Korobeynikov
2008-10-17
The Dwarf writer was comparing mangled and unmangled names for C++ code when we
Bill Wendling
2008-07-08
Testcase for debug info from data-only files.
Dale Johannesen
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-03-10
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-01-30
Accept getelementptr starting at GV with all 0 indices as a
Dale Johannesen
2007-07-17
For PR1558:
Reid Spencer
2007-06-29
Convert .cvsignore files
John Criswell
2007-05-05
fix failure on ahs3's tester
Chris Lattner
2007-04-15
For PR1319: Upgrade to new test harness.
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
[next]