aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/X86/enum-class.ll
AgeCommit message (Expand)AuthorFilesLines
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-21/+21
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-14/+14
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-14/+14
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-14/+14
2014-02-04DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie1-2/+2
2014-01-02Revert "Debug info: Add enumerators to the __apple_names accelerator table."Adrian Prantl1-11/+0
2013-12-23Debug info: Add enumerators to the __apple_names accelerator table.Adrian Prantl1-0/+11
2013-11-22Debug Info: update testing cases to specify the debug info version number.Manman Ren1-0/+2
2013-10-29Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren1-2/+2
2013-10-04Use addFlag to add the enum class attribute.Eric Christopher1-2/+2
2013-09-06Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren1-3/+3
2013-09-04Remove hack ensuring that darwin didn't produce dwarf > 3 for modulesEric Christopher1-2/+2
2013-08-26Debug Info: add an identifier field to DICompositeType.Manman Ren1-3/+3
2013-04-22Revert "Revert "PR14606: debug info imported_module support""David Blaikie1-1/+1
2013-04-19Revert "PR14606: debug info imported_module support"Eric Christopher1-1/+1
2013-04-19PR14606: debug info imported_module supportDavid Blaikie1-1/+1
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie1-7/+7
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie1-7/+7
2013-03-20Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie1-1/+1
2013-03-20Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie1-1/+1
2013-03-20Remove unused field in DICompileUnitDavid Blaikie1-1/+1
2013-03-19Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie1-5/+5
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie1-1/+2
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie1-1/+1
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie1-1/+1
2013-03-12Update debug info test cases with empty SplitDebugFilename field.David Blaikie1-1/+1
2013-03-11Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie1-3/+3
2013-02-02Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie1-6/+3
2013-01-25Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky1-1/+1
2012-08-01Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causingEric Christopher1-2/+2
2012-07-27Add a DW_AT_high_pc for CUs that are a single address range. UpdateEric Christopher1-2/+2
2012-05-23Add support for C++11 enum classes in llvm.Eric Christopher1-0/+45