summaryrefslogtreecommitdiff
path: root/test/DebugInfo
Commit message (Expand)AuthorAge
* If a instruction belongs to another function (and not current function) as pe...Devang Patel2010-01-20
* Reverting.Dale Johannesen2010-01-19
* Enable code to emit dbg.declare as DEBUG_VALUEDale Johannesen2010-01-18
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-15
* Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez2010-01-15
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-15
* If a scope has only one instruction then first instruction is also the last i...Devang Patel2010-01-05
* Remove dead debug info intrinsics.Devang Patel2010-01-05
* Remove oversimplified test case.Devang Patel2010-01-04
* The test, derived from optimzed IR, does not mention "bar" in debug info anyw...Devang Patel2010-01-04
* XFAIL on ppc-darwin.Devang Patel2009-12-16
* Remove tests that are not suitable anymore. Plus they are not testing the ori...Devang Patel2009-12-09
* Revert 90858 90875 and 90805 for now.Devang Patel2009-12-08
* Do not try to push dead variable's debug info into namespace info.Devang Patel2009-12-08
* Clear function specific containers while processing end of a function, even i...Devang Patel2009-12-01
* Add missing run line. Devang, please check.Daniel Dunbar2009-11-11
* Do not assume first function scope seen represents current function. Devang Patel2009-11-11
* While creating DbgScopes, do not forget parent scope. Devang Patel2009-11-11
* fix typoGabor Greif2009-11-06
* Tolerate invalid derived type.Devang Patel2009-11-06
* Do not bother to emit debug info for nameless global variable.Devang Patel2009-11-06
* Do not try to emit debug info entry for dead global variable.Devang Patel2009-11-06
* Parse debug info attached with insertvalue and extractvalue instructions.Devang Patel2009-11-03
* Reclaim a lost month.Daniel Dunbar2009-10-17
* Parse PHI instruction with attached metadata.Devang Patel2009-10-16
* If there is not any llvm instruction associated with each lexical scope encod...Devang Patel2009-10-16
* It's possible for a global variable to be optimized out of a metadata object. SoBill Wendling2009-10-08
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-28
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-11
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification inTorok Edwin2009-09-02
* Reapply 79977.Devang Patel2009-08-28
* This is passing for PPC on Mac OS X.Bill Wendling2009-08-27
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-26
* Remove target triple from this test, it fails on x86-64 withTorok Edwin2009-08-25
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* Take another shot at disabling this when no ppc support is available.Daniel Dunbar2009-08-14
* Mark this test as requiring the powerpc target.Daniel Dunbar2009-08-13
* upgradeDevang Patel2009-06-23
* Use MainCU if it is available.Devang Patel2009-06-16
* Gracefully handle imbalanced inline function begin and end markers.Devang Patel2009-06-15
* llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block i...Devang Patel2009-06-13
* Clear AbstractInstanceRootMap at the end of the function.Devang Patel2009-06-12
* Fix broken logic in DominatorTreeBase::Split. Part of PR4238.Eli Friedman2009-05-21
* Remove too large testcase.Bill Wendling2009-05-13
* Move the bookkeeping of the debug scopes back to the place where itBill Wendling2009-05-13