summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/concrete_out_of_line.ll
Commit message (Expand)AuthorAge
* Revert "Reverting r193835 due to weirdness with Go..."David Blaikie2014-01-03
* Reverting r193835 due to weirdness with Go...David Blaikie2014-01-03
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-22
* DebugInfo: Emit member variable locations as data instead of expressions in b...David Blaikie2013-11-01
* DebugInfo: Fix ordering of members after r191928David Blaikie2013-10-04
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-08
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06
* Debug Info Testing: Updated to use null instead of "i32 0" for containing-typeManman Ren2013-09-06
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"Eric Christopher2013-05-09
* Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)Eric Christopher2013-05-08
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-19
* PR14606: debug info imported_module supportDavid Blaikie2013-04-19
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-28
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-27
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-22
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-21
* Remove unused field in DISubprogramDavid Blaikie2013-03-21
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-20
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-20
* Remove unused field in DICompileUnitDavid Blaikie2013-03-20
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-20
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-19
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-17
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-13
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-12
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-12
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-11
* [DebugInfo] remove more node indirection (this time from the subprogram's var...David Blaikie2013-02-04
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-02
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-25
* Use DW_FORM_flag_present to save space in debug information if we'reEric Christopher2012-08-24
* Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher2012-08-23
* Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causingEric Christopher2012-08-01
* Add a DW_AT_high_pc for CUs that are a single address range. UpdateEric Christopher2012-07-27
* For types with a parent of the compile unit make sure and emitEric Christopher2012-03-15
* Revert the removal of DW_AT_MIPS_linkage_name when we aren't puttingEric Christopher2012-03-15
* Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher2012-03-14
* Only add DW_AT_prototyped if we're working with a C-like language.Eric Christopher2012-02-22
* There's no need for a DW_AT_byte_size on a pointer type.Eric Christopher2012-02-21
* Fix the testcases for the previous patch.Eric Christopher2012-01-24
* The dwarf standard says that the only differences between a out-of-lineRafael Espindola2011-11-12