summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86
Commit message (Expand)AuthorAge
* Fix another asserting method in the null streamer.Rafael Espindola2014-06-25
* Fix up scoping in a few tests (and delete one that validates unnecessary beha...David Blaikie2014-06-24
* DebugInfo: Fission: Ensure the address pool entries for location lists are em...David Blaikie2014-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
* 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
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* Generate better location ranges for some register-described variables.Alexey Samsonov2014-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
* Fix typosAlp Toker2014-05-31
* 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
* Streamline test case by avoiding a temporary file and piping llc output strai...David Blaikie2014-05-25
* 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
* Revert "DebugInfo: Don't put fission type units in comdat sections."David Blaikie2014-05-21
* DebugInfo: Ensure concrete out of line variables from inlined functions refer...David Blaikie2014-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
* 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
* DebugInfo: Assume the CU's Subprogram list only contains definitions.David Blaikie2014-05-16
* DebugInfo: Don't put fission type units in comdat sections.David Blaikie2014-05-15
* DebugInfo: Sure up subprogram variable list handling with more assertions and...David Blaikie2014-05-14
* DebugInfo: Assert that a CU's subprogram list contains only subprograms.David Blaikie2014-05-14
* DebugInfo: Simplify/correct test for correct constant emission when dealing w...David Blaikie2014-05-11
* DwarfUnit: Share common constant value emission between APInts of small (<= 6...David Blaikie2014-05-11
* Revert "Emit DW_AT_object_pointer once, on the declaration, for each function."David Blaikie2014-04-30
* DebugInfo: Omit DW_AT_artificial on DW_TAG_formal_parameters in DW_TAG_inline...David Blaikie2014-04-30
* Emit DW_AT_object_pointer once, on the declaration, for each function.David Blaikie2014-04-30
* DwarfDebug: Omit DW_AT_object_pointer on inlined_subroutinesDavid Blaikie2014-04-28
* DebugInfo: Fix and test a regression caused by r207263 causing the DW_AT_obje...David Blaikie2014-04-26
* Include C++ source for debug info test case committed in r207323David Blaikie2014-04-26
* DWARF Type Units: Avoid emitting type units under fission if the type require...David Blaikie2014-04-26
* Unbreak the gdb buildbot by not lowering dbg.declare intrinsics for arrays.Adrian Prantl2014-04-25
* Make sure that rangelists are also relative to the compile unitEric Christopher2014-04-25
* This reapplies r207235 with an additional bugfixes caught by the msanAdrian Prantl2014-04-25