aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/dwarf-public-names.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-28/+28
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-40/+40
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-26/+26
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-7/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+3
* Merging r195504:Manman Ren2013-12-091-0/+2
* DebugInfo: Make pubnames header printing similar to unit header printingDavid Blaikie2013-11-011-1/+1
* MCObjectFileInfo.cpp: Fix a couple of possible typo(s), s/DwarfPub/DwarfGnuPu...NAKAMURA Takumi2013-09-101-3/+0
* llvm/test/DebugInfo/dwarf-public-names.ll: Mark it as XFAIL for PECOFF target...NAKAMURA Takumi2013-09-101-0/+3
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-081-4/+4
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-3/+3
* Treat the pubtypes section similarly to the pubnames section and emitEric Christopher2013-08-261-1/+1
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-4/+4
* DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub...David Majnemer2013-08-211-0/+1
* Turn on pubnames by default on linux.Eric Christopher2013-08-191-1/+1
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-261-1/+1
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-221-1/+1
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-191-1/+1
* PR14606: debug info imported_module supportDavid Blaikie2013-04-191-1/+1
* Add object-emission flag for lit tests. This flag is usedJyotsna Verma2013-04-101-1/+2
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-281-17/+17
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-271-17/+17
* XFAIL DebugInfo tests for Hexagon.Jyotsna Verma2013-03-251-1/+1
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-211-6/+6
* Remove unused field in DISubprogramDavid Blaikie2013-03-211-6/+6
* Remove unused field in DICompileUnitDavid Blaikie2013-03-201-1/+1
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-201-2/+2
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-191-4/+4
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-171-1/+2
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-131-1/+1
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-121-1/+1
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-121-1/+1
* Remove target-specific info from the testcase for DWARF/pubnames.Krzysztof Parzyszek2013-02-121-3/+0
* Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek2013-02-121-0/+127