summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Fix some display bugs in llvm-pdbdump.Zachary Turner2016-04-111-3/+3
* Make the distinct DISubprogram in this testcase really distinct.Adrian Prantl2016-04-111-1/+3
* More upgrading of old- and very-old-style debug info in testcases.Adrian Prantl2016-04-112-0/+2
* [mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic2016-04-113-4/+4
* Drop debug info for DISubprograms that are not referenced by anythingAdrian Prantl2016-04-093-23/+16
* Support the Nodebug emission kind for DICompileUnits.Adrian Prantl2016-04-081-0/+50
* DwarfDebug: Support floating point constants in location lists.Adrian Prantl2016-04-082-66/+86
* Add missing emissionKind flags to the DICompileUnits of several old testcases.Adrian Prantl2016-04-016-6/+6
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-01281-296/+296
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-31117-122/+122
* [DebugInfo] Subprograms should belong to a CU.Davide Italiano2016-03-311-1/+1
* Upgrade some wildly anachronistic debug info in testcases.Adrian Prantl2016-03-292-6/+4
* fixed typo - CHECK-LABELJunmo Park2016-03-291-1/+1
* Introduce MachineFunctionProperties and the AllVRegsAllocated propertyDerek Schuff2016-03-282-0/+2
* [lanai] Add Lanai backend.Jacques Pienaar2016-03-282-7/+3
* Consider regmasks when computing register-based DBG_VALUE live rangesReid Kleckner2016-03-257-9/+131
* Document the purpose of this testcase.Adrian Prantl2016-03-251-1/+2
* Revert "Recommitted r263424 "Supporting all entities declared in lexical scop...Reid Kleckner2016-03-2415-705/+40
* [debuginfo] Include dwo_name in the split unit to improve dwp diagnosticsDavid Blaikie2016-03-241-11/+15
* Recommitted r263424 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-2415-40/+705
* Remove leftover options from multiline.llKrzysztof Parzyszek2016-03-211-2/+2
* Unxfail test/DebugInfo/Generic/multiline.ll on HexagonKrzysztof Parzyszek2016-03-211-3/+2
* [codeview] Only emit function ids for inlined functionsReid Kleckner2016-03-185-15/+47
* DebugInfo: Add ability to not emit DW_AT_vtable_elem_location for virtual fun...Peter Collingbourne2016-03-171-0/+71
* Revert "Recommitted r261633 "Supporting all entities declared in lexical scop...Benjamin Kramer2016-03-1414-616/+40
* Recommitted r261633 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-1414-40/+616
* Don't crash when compiling inline assembler containing .file directives.Adrian Prantl2016-03-091-0/+65
* [llvm-pdbdump] Dump line table information.Zachary Turner2016-03-081-0/+12
* [lanai] Fixing file path used in testJacques Pienaar2016-03-031-1/+1
* [AArch64] Enable non-leaf frame pointer elimination.Geoff Berry2016-03-021-1/+1
* [lanai] Add ELF enum value and relocations.Jacques Pienaar2016-03-013-0/+21
* Document an anomaly in this testcase.Adrian Prantl2016-02-291-1/+6
* Fixup MIPS testcase after r262247 and make it a little more robust.Adrian Prantl2016-02-291-10/+15
* Fix PR26585 by improving the promotion of DBG_VALUEs to DW_AT_locations.Adrian Prantl2016-02-297-19/+110
* [CodeView] Describe variables live in x87 registersDavid Majnemer2016-02-241-0/+47
* Revert r261633 "Supporting all entities declared in lexical scope in LLVM deb...Hans Wennborg2016-02-2314-616/+40
* Supporting all entities declared in lexical scope in LLVM debug info.Amjad Aboud2016-02-2314-40/+616
* [codeview] Fix emission of file changes in inline line tablesReid Kleckner2016-02-191-0/+109
* When printing MIR, output to errs() rather than outs().Justin Lebar2016-02-194-4/+4
* DwarfDebug: Don't drop the DIExpression just because a variable isAdrian Prantl2016-02-171-0/+57
* Debug Info: Teach LdStHasDebugValue() (Local.cpp) about DIExpressions.Adrian Prantl2016-02-171-0/+60
* [codeview] Fix assertion on non-memory, non-register DBG_VALUE instructionsReid Kleckner2016-02-161-0/+72
* [llvm-pdbdump] Start to decode some streamsDavid Majnemer2016-02-121-0/+25
* [codeview] Describe local variables in registersReid Kleckner2016-02-121-0/+291
* [codeview] Dump def range lengths in hexReid Kleckner2016-02-111-5/+5
* [codeview] Add test intended for r260571Reid Kleckner2016-02-111-0/+89
* [codeview] Describe int local variables using .cv_def_rangeReid Kleckner2016-02-107-16/+332
* [MC] Merge VK_PPC_TPREL in to generic VK_TPREL.Colin LeMahieu2016-02-102-2/+2
* [pdbdump] Fix test for different type ordering with DIA 2015Reid Kleckner2016-02-101-23/+30
* [DWARFDebug] Fix another case of overlapping rangesKeno Fischer2016-02-031-0/+102
OpenPOWER on IntegriCloud