summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/dbg-large-unsigned-const.ll
Commit message (Collapse)AuthorAgeFilesLines
* DebugInfo: Simplify/correct test for correct constant emission when dealing ↵David Blaikie2014-05-111-66/+0
| | | | | | | | | | | | | | | | | with derived types. This test was using the inliner and other optimizations to test a case that's actually a bug anyway. Bug and possible fix/discussion described here ( http://reviews.llvm.org/D3714 ). But the functionality that was implemented along with this test is still desired, so simplify the test to verify a more obvious/less wrong case that the functionality addressed: looking through const sugar to the underlying type when emitting a constant (so the constant is emitted as signed/unsigned as appropriate depending on the signedness of the underlying type). llvm-svn: 208504
* Add some CHECKs to this testcase.Adrian Prantl2014-04-111-2/+6
| | | | llvm-svn: 206046
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-221-0/+2
| | | | | | | | We are going to drop debug info without a version number or with a different version number, to make sure we don't crash when we see bitcode files with different debug info metadata format. llvm-svn: 195504
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-081-1/+1
| | | | | | Context should be either null or MDNode. llvm-svn: 190267
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-2/+2
| | | | | | | | Field 2 of DIType (Context), field 9 of DIDerivedType (TypeDerivedFrom), field 12 of DICompositeType (ContainingType), fields 2, 7, 12 of DISubprogram (Context, Type, ContainingType). llvm-svn: 190205
* Move some debug testcases to the debug info directory.Eric Christopher2013-08-271-0/+60
llvm-svn: 189418
OpenPOWER on IntegriCloud