summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAge
...
* DebugInfo: Create abstract function definitions even when concrete definition...David Blaikie2014-05-27
* DebugInfo: Avoid an extra map lookup when finding abstract subprogram DIEs.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: Separate out the addition of subprogram attribute additions so tha...David Blaikie2014-05-27
* DwarfUnit: Remove some misleading no-op code introduced in r204162.David Blaikie2014-05-26
* DebugInfo: Put concrete definitions referencing abstract definitions in the s...David Blaikie2014-05-23
* Add FIXME comment based on code review feedback by Hal Finkel on r209338David Blaikie2014-05-23
* Rename a couple of variables to be more accurate.David Blaikie2014-05-23
* DebugInfo: Fix cross-CU references for scopes (and variables within those sco...David Blaikie2014-05-23
* DebugInfo: Simplify dead variable collection slightly.David Blaikie2014-05-22
* 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
* DebugInfo: Simplify subprogram declaration creation/references and accidental...David Blaikie2014-05-21
* Revert "DebugInfo: Assume all subprogram DIEs have been created before any ab...David Blaikie2014-05-20
* Unbreak the sanitizer buildbots after r209226 due to SROA issue described in ...David Blaikie2014-05-20
* Fix test breakage introduced in r209223.David Blaikie2014-05-20
* Rewrite calculateDbgValueHistory to make it (hopefully) more transparent.Alexey Samsonov2014-05-20
* PR19767: DebugInfo emission of pointer constants.David Blaikie2014-05-20
* DebugInfo: Emit function definitions within their namespace scope.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
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* DebugInfo: Assert rather than conditionalizing when a CU's subprogram list co...David Blaikie2014-05-16
* DebugInfo: Handle emitting constants of C++ unicode character type.David Blaikie2014-05-16
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* DebugInfo: Add an assert regarding the subprogram in the subprogram map match...David Blaikie2014-05-16
* DebugInfo: Assume the CU's Subprogram list only contains definitions.David Blaikie2014-05-16
* DwarfDebug: Refactor AT_ranges/AT_high_pc+AT_low_pc emission into helper func...David Blaikie2014-05-16
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-16
* Implement global merge optimization for global variables.Jiangning Liu2014-05-15
* DebugInfo: Follow up to r208930, comment usage of 'using' to bring in base cl...David Blaikie2014-05-15
* DebugInfo: Don't put fission type units in comdat sections.David Blaikie2014-05-15
* DebugInfo: Simplify retrieving filename/directory name for line table entry b...David Blaikie2014-05-15
* DwarfDebug: Don't set frame index locations on abstract variables.David Blaikie2014-05-14
* 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: Do not delay attaching DW_AT_inline attribute to abstract definiti...David Blaikie2014-05-14
* Fix ARM EHABI when function has landingpad and nounwind.Logan Chien2014-05-14
* Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-14
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-13
* Revert "DebugInfo: Include lexical scopes in inlined subroutines."David Blaikie2014-05-12
* DebugInfo: Attach DW_AT_inline to inlined subprograms at DIE-construction tim...David Blaikie2014-05-12
* DwarfDebug: Avoid an extra map lookup while constructing abstract scope DIEs ...David Blaikie2014-05-12
* CodeGen: add parenthesis around complex expressionSaleem Abdulrasool2014-05-12
* DebugInfo: Include lexical scopes in inlined subroutines.David Blaikie2014-05-11
* DwarfUnit: Make explicit a limitation/bug in enumeration constant emission.David Blaikie2014-05-11
* DwarfUnit: Pick a winner between isTypeSigned and isUnsignedDIType.David Blaikie2014-05-11