index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-09-11
Eliminate more redundant llvm-as calls.
Dan Gohman
2009-09-11
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-08
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-02
Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification in
Torok Edwin
2009-08-28
Reapply 79977.
Devang Patel
2009-08-27
This is passing for PPC on Mac OS X.
Bill Wendling
2009-08-26
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-25
Remove target triple from this test, it fails on x86-64 with
Torok Edwin
2009-08-25
Remove obsolete -f flags.
Dan Gohman
2009-08-25
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-14
Take another shot at disabling this when no ppc support is available.
Daniel Dunbar
2009-08-13
Mark this test as requiring the powerpc target.
Daniel Dunbar
2009-06-23
upgrade
Devang Patel
2009-06-16
Use MainCU if it is available.
Devang Patel
2009-06-15
Gracefully handle imbalanced inline function begin and end markers.
Devang Patel
2009-06-13
llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block i...
Devang Patel
2009-06-12
Clear AbstractInstanceRootMap at the end of the function.
Devang Patel
2009-05-21
Fix broken logic in DominatorTreeBase::Split. Part of PR4238.
Eli Friedman
2009-05-13
Remove too large testcase.
Bill Wendling
2009-05-13
Move the bookkeeping of the debug scopes back to the place where it
Bill Wendling
2009-05-04
Restore minor deletion.
Mike Stump
2009-04-29
Second attempt:
Bill Wendling
2009-04-28
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
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
[next]