summaryrefslogtreecommitdiff
path: root/test/DebugInfo
Commit message (Expand)AuthorAge
* 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
* Restore minor deletion.Mike Stump2009-05-04
* Second attempt:Bill Wendling2009-04-29
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-28
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-28
* Global variables don't have a corresponding llvm.dbg.declare, yet it is possibleTorok Edwin2009-03-10
* Ignore the debug info intrinsics when looking for dependency through basic bl...Zhou Sheng2009-03-05
* Make my earlier patch to skip debug intrinsicsDale Johannesen2009-03-04
* Instruction counters must skip the bitcasts thatDale Johannesen2009-03-03
* When removing a store to an alloca that has only oneDale Johannesen2009-03-03
* Ignore the debug info intrinsics when adding instructions into alias sets.Zhou Sheng2009-03-03
* Testcase for line number sinking in InstCombine.Dale Johannesen2009-03-03
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-24
* Add test case for checkin @r65314.Zhou Sheng2009-02-23
* The subprogram die may not exist while creating "default" scope.Devang Patel2009-02-18
* Do not add redundant arguments in a method definition DIE.Devang Patel2009-02-02
* Make this test case smaller.Devang Patel2009-02-02
* Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel2009-01-30
* Enable target tripple.Devang Patel2009-01-30
* Linux and other target's encoding for DW_AT_declaration may not match.Devang Patel2009-01-30
* Add DW_AT_declaration for class methods.Devang Patel2009-01-30
* Give this test an explicit target, to make it host-independent.Dan Gohman2009-01-28
* Do not forget to derived type while constructing an array type.Devang Patel2009-01-28
* Assorted debug info fixes.Devang Patel2009-01-27
* Fix test case. Use valid file name and directory in global variable's debug i...Devang Patel2009-01-23
* Do not use buggy llvm-gcc to generate testcases.Devang Patel2009-01-22
* Appropriately mark fowrad decls.Devang Patel2009-01-20
* Need compile unit to find location.Devang Patel2009-01-20
* Verify Intrinsic::dbg_declare. Devang Patel2009-01-19
* Do not stumble over forward declared struct member. Devang Patel2009-01-16
* Validate dbg_* intrinsics before lowering them.Devang Patel2009-01-15
* Use variable's context to identify respective DbgScope.Devang Patel2009-01-15
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-13
* This test passes again, unXFAIL.Torok Edwin2009-01-05
* More precise XFAIL.Bill Wendling2008-12-19
* Un-XFAIL this test because it's passing and John doesn't seem interested in u...Bill Wendling2008-12-19
* Xfail these tests for now.Devang Patel2008-12-17
* add testcase for -print-dbginfoTorok Edwin2008-12-16
* Fix a couple of Dwarf bugs.Evan Cheng2008-12-10
* If there are two consecutive llvm.dbg.stoppoint calls thenDevang Patel2008-11-19
* Handle (delete) dbg intrinsics while promoting alloca.Devang Patel2008-11-07