summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: Fix cross-CU references for scopes (and variables within those sco...David Blaikie2014-05-231-3/+4
* DebugInfo: Simplify dead variable collection slightly.David Blaikie2014-05-221-3/+1
* Revert "DebugInfo: Don't put fission type units in comdat sections."David Blaikie2014-05-213-19/+10
* DebugInfo: Use the SPMap to find the parent CU of inlined functions as they m...David Blaikie2014-05-211-13/+11
* DebugInfo: Ensure concrete out of line variables from inlined functions refer...David Blaikie2014-05-212-21/+27
* DebugInfo: Simplify subprogram declaration creation/references and accidental...David Blaikie2014-05-211-21/+18
* Revert "DebugInfo: Assume all subprogram DIEs have been created before any ab...David Blaikie2014-05-201-5/+5
* Unbreak the sanitizer buildbots after r209226 due to SROA issue described in ...David Blaikie2014-05-201-4/+7
* Fix test breakage introduced in r209223.David Blaikie2014-05-201-1/+2
* Rewrite calculateDbgValueHistory to make it (hopefully) more transparent.Alexey Samsonov2014-05-203-122/+142
* PR19767: DebugInfo emission of pointer constants.David Blaikie2014-05-201-2/+13
* DebugInfo: Emit function definitions within their namespace scope.David Blaikie2014-05-201-22/+0
* DebugInfo: Assume all subprogram DIEs have been created before any abstract s...David Blaikie2014-05-191-5/+5
* DebugInfo: Don't include DW_AT_inline on each abstract definition multiple ti...David Blaikie2014-05-191-1/+0
* DebugInfo: Fix missing inlined_subroutines caused by r208748.David Blaikie2014-05-191-1/+1
* Delete getAliasedGlobal.Rafael Espindola2014-05-161-1/+1
* DebugInfo: Assert rather than conditionalizing when a CU's subprogram list co...David Blaikie2014-05-161-2/+2
* DebugInfo: Handle emitting constants of C++ unicode character type.David Blaikie2014-05-161-2/+3
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-161-12/+36
* DebugInfo: Add an assert regarding the subprogram in the subprogram map match...David Blaikie2014-05-161-0/+1
* DebugInfo: Assume the CU's Subprogram list only contains definitions.David Blaikie2014-05-161-4/+1
* DwarfDebug: Refactor AT_ranges/AT_high_pc+AT_low_pc emission into helper func...David Blaikie2014-05-162-39/+19
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-161-5/+2
* Implement global merge optimization for global variables.Jiangning Liu2014-05-151-2/+5
* DebugInfo: Follow up to r208930, comment usage of 'using' to bring in base cl...David Blaikie2014-05-151-0/+3
* DebugInfo: Don't put fission type units in comdat sections.David Blaikie2014-05-153-10/+16
* DebugInfo: Simplify retrieving filename/directory name for line table entry b...David Blaikie2014-05-151-26/+6
* DwarfDebug: Don't set frame index locations on abstract variables.David Blaikie2014-05-141-2/+0
* DebugInfo: Sure up subprogram variable list handling with more assertions and...David Blaikie2014-05-141-33/+31
* DebugInfo: Assert that a CU's subprogram list contains only subprograms.David Blaikie2014-05-141-2/+2
* DebugInfo: Do not delay attaching DW_AT_inline attribute to abstract definiti...David Blaikie2014-05-142-18/+5
* Fix ARM EHABI when function has landingpad and nounwind.Logan Chien2014-05-141-8/+7
* Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-141-5/+7
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-131-1/+1
* Revert "DebugInfo: Include lexical scopes in inlined subroutines."David Blaikie2014-05-121-7/+5
* DebugInfo: Attach DW_AT_inline to inlined subprograms at DIE-construction tim...David Blaikie2014-05-121-4/+1
* DwarfDebug: Avoid an extra map lookup while constructing abstract scope DIEs ...David Blaikie2014-05-121-19/+20
* CodeGen: add parenthesis around complex expressionSaleem Abdulrasool2014-05-121-5/+5
* DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-111-5/+7
* DwarfUnit: Make explicit a limitation/bug in enumeration constant emission.David Blaikie2014-05-111-4/+9
* DwarfUnit: Pick a winner between isTypeSigned and isUnsignedDIType.David Blaikie2014-05-112-24/+17
* DwarfUnit: Factor out calling isUnsignedDIType into a utility function so eac...David Blaikie2014-05-112-9/+12
* DwarfUnit: Share common constant value emission between APInts of small (<= 6...David Blaikie2014-05-112-40/+17
* DebugInfo: Simplify constant value emission.David Blaikie2014-05-111-41/+11
* Use a single data structure to store all user variables in DwarfDebugAlexey Samsonov2014-04-303-19/+15
* Revert "Emit DW_AT_object_pointer once, on the declaration, for each function."David Blaikie2014-04-304-18/+8
* Prepare support of Itanium ABI on ARM as opposed to EHABI byJoerg Sonnenberger2014-04-301-2/+4
* DebugInfo: Omit DW_AT_artificial on DW_TAG_formal_parameters in DW_TAG_inline...David Blaikie2014-04-303-20/+32
* Convert more loops to range-based equivalentsAlexey Samsonov2014-04-304-38/+31
* Slightly simplify code in DwarfDebug::beginFunctionAlexey Samsonov2014-04-301-7/+5
OpenPOWER on IntegriCloud