aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* If a scope has only one instruction then first instruction is also the last i...Devang Patel2010-01-051-0/+18
* Remove dead debug info intrinsics.Devang Patel2010-01-051-7/+0
* Remove oversimplified test case.Devang Patel2010-01-041-17/+0
* The test, derived from optimzed IR, does not mention "bar" in debug info anyw...Devang Patel2010-01-041-1/+1
* XFAIL on ppc-darwin.Devang Patel2009-12-161-1/+1
* Remove tests that are not suitable anymore. Plus they are not testing the ori...Devang Patel2009-12-098-1035/+0
* Revert 90858 90875 and 90805 for now.Devang Patel2009-12-081-18/+0
* Do not try to push dead variable's debug info into namespace info.Devang Patel2009-12-081-0/+18
* Clear function specific containers while processing end of a function, even i...Devang Patel2009-12-011-0/+17
* Add missing run line. Devang, please check.Daniel Dunbar2009-11-111-0/+1
* Do not assume first function scope seen represents current function. Devang Patel2009-11-111-0/+19
* While creating DbgScopes, do not forget parent scope. Devang Patel2009-11-111-0/+26
* fix typoGabor Greif2009-11-061-0/+0
* Tolerate invalid derived type.Devang Patel2009-11-061-0/+13
* Do not bother to emit debug info for nameless global variable.Devang Patel2009-11-061-0/+8
* Do not try to emit debug info entry for dead global variable.Devang Patel2009-11-061-0/+17
* Parse debug info attached with insertvalue and extractvalue instructions.Devang Patel2009-11-031-0/+11
* Reclaim a lost month.Daniel Dunbar2009-10-172-0/+0
* Parse PHI instruction with attached metadata.Devang Patel2009-10-161-0/+13
* If there is not any llvm instruction associated with each lexical scope encod...Devang Patel2009-10-161-0/+33
* It's possible for a global variable to be optimized out of a metadata object. SoBill Wendling2009-10-081-0/+72
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-281-1/+1
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-111-1/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-114-4/+4
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-097-7/+7
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-085-5/+5
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0814-14/+14
* Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification inTorok Edwin2009-09-021-0/+73
* Reapply 79977.Devang Patel2009-08-2812-708/+0
* This is passing for PPC on Mac OS X.Bill Wendling2009-08-271-2/+0
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-2612-0/+708
* Remove target triple from this test, it fails on x86-64 withTorok Edwin2009-08-251-1/+0
* Remove obsolete -f flags.Dan Gohman2009-08-255-6/+6
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-2512-708/+0
* Take another shot at disabling this when no ppc support is available.Daniel Dunbar2009-08-141-2/+1
* Mark this test as requiring the powerpc target.Daniel Dunbar2009-08-131-0/+3
* upgradeDevang Patel2009-06-231-28/+28
* Use MainCU if it is available.Devang Patel2009-06-161-0/+275
* Gracefully handle imbalanced inline function begin and end markers.Devang Patel2009-06-151-0/+77
* llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block i...Devang Patel2009-06-131-0/+75
* Clear AbstractInstanceRootMap at the end of the function.Devang Patel2009-06-121-0/+94
* Fix broken logic in DominatorTreeBase::Split. Part of PR4238.Eli Friedman2009-05-211-1/+1
* Remove too large testcase.Bill Wendling2009-05-131-3256/+0
* Move the bookkeeping of the debug scopes back to the place where itBill Wendling2009-05-131-0/+3256
* Restore minor deletion.Mike Stump2009-05-041-1/+1
* Second attempt:Bill Wendling2009-04-294-4/+4
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-284-4/+4
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-284-4/+4
* Global variables don't have a corresponding llvm.dbg.declare, yet it is possibleTorok Edwin2009-03-102-1/+75
* Ignore the debug info intrinsics when looking for dependency through basic bl...Zhou Sheng2009-03-051-0/+125