summaryrefslogtreecommitdiff
path: root/test/DebugInfo
Commit message (Expand)AuthorAge
* Improve the test for inlining of __no_debug__ functions.Evgeniy Stepanov2014-06-11
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* Generate better location ranges for some register-described variables.Alexey Samsonov2014-06-09
* Fix line numbers for code inlined from __nodebug__ functions.Evgeniy Stepanov2014-06-09
* Fix typosAlp Toker2014-06-07
* DebugInfo: Use the scope of the function declaration, if any, to name a funct...David Blaikie2014-06-06
* DebugInfo: pubnames: include file-local (static or anonymous namespace) varia...David Blaikie2014-06-06
* Match the full hex offsets in test/DebugInfo/X86/gnu-public-names.llDavid Blaikie2014-06-06
* Remove DWARF3 testing of test/DebugInfo/X86/gnu-public-names.llDavid Blaikie2014-06-06
* XFAIL: test/DebugInfo/missing-abstract-variable.ll on s390x as wellUlrich Weigand2014-06-05
* PR19388: DebugInfo: Emit dead arguments in their originally declared order.David Blaikie2014-06-05
* Use AArch64 instead of now removed ARM64 in test configsAlexey Samsonov2014-06-05
* DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract Dbg...David Blaikie2014-06-04
* XFAIL: test/DebugInfo/missing-abstract-variable.ll on mips and ppc64 due to a...David Blaikie2014-06-04
* DebugInfo: Partial revert r209984 due to more cases where abstract DbgVariabl...David Blaikie2014-06-04
* DebugInfo: Assert that DbgVariables have associated DIEsDavid Blaikie2014-06-01
* Fix typosAlp Toker2014-05-31
* No need for those tests to go thru llvm-as and/or llvm-dis.Arnaud A. de Grandmaison2014-05-27
* DebugInfo: Create abstract function definitions even when concrete definition...David Blaikie2014-05-27
* DebugInfo: Lazily construct subprogram definition DIEs.David Blaikie2014-05-27
* DebugInfo: Lazily attach definition attributes to definitions.David Blaikie2014-05-27
* DebugInfo: Fix argument ordering in test by adding argument numbering.David Blaikie2014-05-27
* DebugInfo: Test linkonce-odr functions under LTO.David Blaikie2014-05-26
* DebugInfo: Fix inlining with #file directives a little harderDavid Blaikie2014-05-25
* Streamline test case by avoiding a temporary file and piping llc output strai...David Blaikie2014-05-25
* CodeGen: Make MachineBasicBlock::back skip to the beginning of the last bundle.Benjamin Kramer2014-05-24
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* DebugInfo: Generalize some tests to handle variations in attribute ordering.David Blaikie2014-05-23
* DebugInfo: Generalize a test case to not depend on abbreviation numbering.David Blaikie2014-05-23
* DebugInfo: Put concrete definitions referencing abstract definitions in the s...David Blaikie2014-05-23
* DebugInfo: Fix cross-CU references for scopes (and variables within those sco...David Blaikie2014-05-23
* Revert "DebugInfo: Don't put fission type units in comdat sections."David Blaikie2014-05-21
* DebugInfo: Use the SPMap to find the parent CU of inlined functions as they m...David Blaikie2014-05-21
* DebugInfo: Ensure concrete out of line variables from inlined functions refer...David Blaikie2014-05-21
* Move MCOptions that aren't shared between programs into their specificEric Christopher2014-05-21
* DebugInfo: Simplify subprogram declaration creation/references and accidental...David Blaikie2014-05-21
* Add a comment here.Eric Christopher2014-05-21
* Move this test to the backend from the frontend.Eric Christopher2014-05-20
* Move the function and data section flags into the options struct andEric Christopher2014-05-20
* PR19767: DebugInfo emission of pointer constants.David Blaikie2014-05-20
* DebugInfo: Emit function definitions within their namespace scope.David Blaikie2014-05-20
* Follow up to 209187, updating a test to use FileCheck. Needed to ignore an ex...David Blaikie2014-05-20
* Update test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll to use FileCheck.David Blaikie2014-05-20
* DebugInfo: Assume all subprogram DIEs have been created before any abstract s...David Blaikie2014-05-19
* DebugInfo: Don't include DW_AT_inline on each abstract definition multiple ti...David Blaikie2014-05-19
* DebugInfo: Fix missing inlined_subroutines caused by r208748.David Blaikie2014-05-19
* Kill symbolization functionality in llvm-dwarfdump. We have llvm-symbolizer f...Alexey Samsonov2014-05-19
* [DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov2014-05-17
* DebugInfo: Handle emitting constants of C++ unicode character type.David Blaikie2014-05-16