aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/X86/stringpool.ll
AgeCommit message (Expand)AuthorFilesLines
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-8/+8
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-5/+5
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-5/+5
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-5/+5
2014-02-04DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie1-2/+2
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-4/+4
2013-09-21Initialize BSSSection explicitly in InitMachOMCObjectFileInfo() to appease msvc.NAKAMURA Takumi1-3/+0
2013-09-20Move emission of the debug string table to early in the debugEric Christopher1-8/+6
2013-09-20llvm/test: Mark 3 tests as XFAIL:msvc.NAKAMURA Takumi1-0/+3
2013-09-04Remove hack ensuring that darwin didn't produce dwarf > 3 for modulesEric Christopher1-2/+2
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-3/+3
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie1-3/+3
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-1/+1
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-2/+2
2013-02-06Attempt to recover gdb bot after r174445.Manman Ren1-2/+2
2013-02-05Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren1-2/+2
2013-02-02Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie1-4/+2
2012-12-27For the dwarf5 split debug info code split out the string sectionEric Christopher1-2/+2
2012-08-24Use DW_FORM_flag_present to save space in debug information if we'reEric Christopher1-2/+2
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-03-02Revert "Reorder the sections being output to reduce the number of assembler"Eric Christopher1-8/+8
2012-03-01Reorder the sections being output to reduce the number of assemblerEric Christopher1-8/+8
2011-11-01Move another test requiring x86 into X86 directory.Eli Friedman1-0/+44