summaryrefslogtreecommitdiff
path: root/test/DebugInfo
Commit message (Expand)AuthorAge
...
* Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_pc pair. This simplifie...Devang Patel2010-04-26
* Remove the test for now.Devang Patel2010-04-22
* Adjust debug range offsets for isWeakForLinker() functions.Devang Patel2010-04-22
* Add RUN:Devang Patel2010-04-20
* Fix typo. add a test case.Devang Patel2010-04-19
* XFAIL this test for powerpc. Devang Patel2010-04-13
* Do not include types without any definition in pubtypes list.Devang Patel2010-04-13
* add newlines at the end of files.Chris Lattner2010-04-07
* Split big test into multiple directories to cater toDale Johannesen2010-04-07
* Test that DEBUG_VALUE comments come out on a variety of targets.Dale Johannesen2010-04-07
* Do not emit specification DIE with DW_AT_specification attribute for member f...Devang Patel2010-04-06
* change this from using '!dbg' to using '!dbgx'. TheChris Lattner2010-04-01
* Ignore invalid metadata.Devang Patel2010-03-30
* Do not rely on getCompileUnit() to find source file information for a subprog...Devang Patel2010-03-24
* Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit.Devang Patel2010-03-22
* call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1)Devang Patel2010-03-19
* Fix llc crash on invalid input.Devang Patel2010-03-12
* Remove test to check bugfix in handing debug info for global variables using ...Devang Patel2010-03-01
* Remove dead test.Devang Patel2010-03-01
* Replace test case that uses @llvm.dbg.* intrinsic with a test that uses metad...Devang Patel2010-03-01
* These two tests check whether oprimizer safely ignores @llvm.dbg.stoppoint in...Devang Patel2010-03-01
* This test checks whether LICM ignores @llvm.dbg.stoppoint intrinsics appropri...Devang Patel2010-03-01
* Testcase for 94996 (PR 6157)Dale Johannesen2010-02-01
* Generate DEBUG_VALUE comments on x86. The (limited)Dale Johannesen2010-01-26
* 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