aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make my earlier patch to skip debug intrinsicsDale Johannesen2009-03-041-0/+80
* Instruction counters must skip the bitcasts thatDale Johannesen2009-03-031-0/+260
* When removing a store to an alloca that has only oneDale Johannesen2009-03-031-0/+108
* Ignore the debug info intrinsics when adding instructions into alias sets.Zhou Sheng2009-03-031-0/+83
* Testcase for line number sinking in InstCombine.Dale Johannesen2009-03-031-0/+57
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-243-3/+4
* Add test case for checkin @r65314.Zhou Sheng2009-02-231-0/+41
* The subprogram die may not exist while creating "default" scope.Devang Patel2009-02-181-0/+31
* Do not add redundant arguments in a method definition DIE.Devang Patel2009-02-021-0/+103
* Make this test case smaller.Devang Patel2009-02-021-86/+16
* Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel2009-01-301-0/+46
* Enable target tripple.Devang Patel2009-01-301-1/+1
* Linux and other target's encoding for DW_AT_declaration may not match.Devang Patel2009-01-301-0/+1
* Add DW_AT_declaration for class methods.Devang Patel2009-01-301-0/+31
* Give this test an explicit target, to make it host-independent.Dan Gohman2009-01-281-1/+1
* Do not forget to derived type while constructing an array type.Devang Patel2009-01-281-0/+93
* Assorted debug info fixes.Devang Patel2009-01-271-1/+1
* Fix test case. Use valid file name and directory in global variable's debug i...Devang Patel2009-01-231-1/+1
* Do not use buggy llvm-gcc to generate testcases.Devang Patel2009-01-221-11/+9
* Appropriately mark fowrad decls.Devang Patel2009-01-201-1/+0
* Need compile unit to find location.Devang Patel2009-01-201-2/+2
* Verify Intrinsic::dbg_declare. Devang Patel2009-01-191-1/+3
* Do not stumble over forward declared struct member. Devang Patel2009-01-161-0/+30
* Validate dbg_* intrinsics before lowering them.Devang Patel2009-01-151-0/+15
* Use variable's context to identify respective DbgScope.Devang Patel2009-01-151-0/+355