summaryrefslogtreecommitdiff
path: root/test/DebugInfo
Commit message (Expand)AuthorAge
* Fix typosAlp Toker2014-06-19
* DebugInfo: Fission: Ensure the address pool entries for location lists are em...David Blaikie2014-06-19
* MCNullStreamer: assign file IDs to resolve crashes and errorsAlp Toker2014-06-19
* Emit DWARF3 call frame information when DWARF3+ debug info is requestedOliver Stannard2014-06-19
* Allow X86FastIsel to cope with 64 bit absolute relocationsLouis Gerbarg2014-06-17
* Improve comments for r211040Louis Gerbarg2014-06-16
* Fix illegal relocations in X86FastISelLouis Gerbarg2014-06-16
* PR20038: DebugInfo missing DIEs for some concrete variables.David Blaikie2014-06-15
* DebugInfo: Reference abstract definitions from variables in concrete definiti...David Blaikie2014-06-13
* DebugInfo: Following up to r209677, refactor local variable emission to delay...David Blaikie2014-06-13
* DebugInfo: Refactor some tests to allow DW_AT_name to not be the first attrib...David Blaikie2014-06-13
* test/DebugInfo/X86/dbg-value-isel.s: correct lexical block descriptor to matc...David Blaikie2014-06-13
* [DWARF parser] Fix broken address ranges construction.Alexey Samsonov2014-06-12
* [llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit D...Alexey Samsonov2014-06-12
* 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