summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-118-205/+201
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-06-091-0/+1
* Generate better location ranges for some register-described variables.Alexey Samsonov2014-06-091-24/+55
* Fix typosAlp Toker2014-06-071-1/+1
* DebugInfo: Use the scope of the function declaration, if any, to name a funct...David Blaikie2014-06-063-4/+10
* DebugInfo: pubnames: include file-local (static or anonymous namespace) varia...David Blaikie2014-06-061-9/+10
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-061-4/+2
* Fix null dereference with -debug-only=dwarfdebugAlexey Samsonov2014-06-051-2/+5
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-051-0/+49
* Revert r210221 again, due to a crash Richard Smith has provided involving sel...David Blaikie2014-06-051-2/+1
* DebugInfo: Reuse existing LexicalScope to retrieve the scope's MDNode, rather...David Blaikie2014-06-052-7/+2
* DebugInfo: Roll argument insertion into variable insertion to ensure argument...David Blaikie2014-06-051-6/+5
* PR19388: DebugInfo: Emit dead arguments in their originally declared order.David Blaikie2014-06-051-5/+6
* DebugInfo: Add comments/assert description to r209674 based on Eric Christoph...David Blaikie2014-06-051-2/+4
* DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract Dbg...David Blaikie2014-06-043-14/+42
* Don't emit structors for available_externally globals (PR19933)Hans Wennborg2014-06-041-3/+8
* DebugInfo: Partial revert r209984 due to more cases where abstract DbgVariabl...David Blaikie2014-06-041-1/+5
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-6/+4
* DebugInfo: Assert that DbgVariables have associated DIEsDavid Blaikie2014-06-012-3/+2
* Fix typosAlp Toker2014-05-311-1/+1
* Roll DbgVariable::setMInsn into the constructor. No functional changes.Adrian Prantl2014-05-302-8/+15
* Fix MIPS exception personality encoding.Logan Chien2014-05-301-1/+1
* Debug Info: Remove unused code. The MInsn of an _abstract_ variable isAdrian Prantl2014-05-291-2/+0
* Change representation of instruction ranges where variable is accessible.Alexey Samsonov2014-05-273-99/+110
* Factor out looking for prologue end into a functionAlexey Samsonov2014-05-271-12/+12
* Don't pre-populate the set of keys in the map with variable locations history.Alexey Samsonov2014-05-272-11/+3
* DebugInfo: partially revert cleanup committed in r209680David Blaikie2014-05-271-1/+2
* DebugInfo: Simplify solution to avoid DW_AT_artificial on inlined parameters.David Blaikie2014-05-273-23/+12
* DebugInfo: Create abstract function definitions even when concrete definition...David Blaikie2014-05-272-49/+35
* DebugInfo: Avoid an extra map lookup when finding abstract subprogram DIEs.David Blaikie2014-05-271-1/+1
* DebugInfo: Lazily construct subprogram definition DIEs.David Blaikie2014-05-271-10/+22
* DebugInfo: Lazily attach definition attributes to definitions.David Blaikie2014-05-273-1/+30
* DebugInfo: Separate out the addition of subprogram attribute additions so tha...David Blaikie2014-05-272-9/+17
* DwarfUnit: Remove some misleading no-op code introduced in r204162.David Blaikie2014-05-261-4/+0
* DebugInfo: Put concrete definitions referencing abstract definitions in the s...David Blaikie2014-05-231-1/+3
* Add FIXME comment based on code review feedback by Hal Finkel on r209338David Blaikie2014-05-231-0/+2
* Rename a couple of variables to be more accurate.David Blaikie2014-05-231-8/+8
* 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
OpenPOWER on IntegriCloud