aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1)Devang Patel2010-03-191-0/+12
* Fix llc crash on invalid input.Devang Patel2010-03-121-0/+20
* Remove test to check bugfix in handing debug info for global variables using ...Devang Patel2010-03-011-264/+0
* Remove dead test.Devang Patel2010-03-011-147/+0
* Replace test case that uses @llvm.dbg.* intrinsic with a test that uses metad...Devang Patel2010-03-012-62/+151
* These two tests check whether oprimizer safely ignores @llvm.dbg.stoppoint in...Devang Patel2010-03-012-205/+0
* This test checks whether LICM ignores @llvm.dbg.stoppoint intrinsics appropri...Devang Patel2010-03-011-83/+0
* Testcase for 94996 (PR 6157)Dale Johannesen2010-02-011-0/+34
* Generate DEBUG_VALUE comments on x86. The (limited)Dale Johannesen2010-01-261-0/+55
* If a instruction belongs to another function (and not current function) as pe...Devang Patel2010-01-201-0/+28
* Reverting.Dale Johannesen2010-01-191-55/+0
* Enable code to emit dbg.declare as DEBUG_VALUEDale Johannesen2010-01-181-0/+55
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-152-6/+5
* Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez2010-01-152-5/+6
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-152-6/+5
* 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