summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAge
* Revert "Revert "Revert "PR20038: DebugInfo: Inlined call sites where the call...David Blaikie2014-06-27
* Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has d...David Blaikie2014-06-27
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug inf...David Blaikie2014-06-25
* PR20038: DebugInfo: Inlined call sites where the caller has debug info but th...David Blaikie2014-06-25
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-25
* Print a=b as an assignment.Rafael Espindola2014-06-24
* Remove a temporary hack.Rafael Espindola2014-06-23
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-22
* Add back functionality removed in r210497.Richard Trieu2014-06-21
* Generate native unwind info on Win64Reid Kleckner2014-06-20
* The count() function for STL datatypes returns unsigned, even where it'sYaron Keren2014-06-20
* DebugInfo: Fission: Ensure the address pool entries for location lists are em...David Blaikie2014-06-19
* Emit DWARF3 call frame information when DWARF3+ debug info is requestedOliver Stannard2014-06-19
* Move -dwarf-version to an MC level command line option so it'sEric Christopher2014-06-19
* Remove unnecessary include.Eric Christopher2014-06-19
* PR20038: DebugInfo missing DIEs for some concrete variables.David Blaikie2014-06-15
* DebugInfo: Remove some extra handling of abstract variables and instead rely ...David Blaikie2014-06-13
* DebugInfo: Reference abstract definitions from variables in concrete definiti...David Blaikie2014-06-13
* DwarfDebug::getExistingAbstractVariable: constify an existing reference param...David Blaikie2014-06-13
* DebugInfo: Following up to r209677, refactor local variable emission to delay...David Blaikie2014-06-13
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-11
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-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
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* Fix null dereference with -debug-only=dwarfdebugAlexey Samsonov2014-06-05
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Revert r210221 again, due to a crash Richard Smith has provided involving sel...David Blaikie2014-06-05
* DebugInfo: Reuse existing LexicalScope to retrieve the scope's MDNode, rather...David Blaikie2014-06-05
* DebugInfo: Roll argument insertion into variable insertion to ensure argument...David Blaikie2014-06-05
* PR19388: DebugInfo: Emit dead arguments in their originally declared order.David Blaikie2014-06-05
* DebugInfo: Add comments/assert description to r209674 based on Eric Christoph...David Blaikie2014-06-05
* DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract Dbg...David Blaikie2014-06-04
* Don't emit structors for available_externally globals (PR19933)Hans Wennborg2014-06-04
* DebugInfo: Partial revert r209984 due to more cases where abstract DbgVariabl...David Blaikie2014-06-04
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* DebugInfo: Assert that DbgVariables have associated DIEsDavid Blaikie2014-06-01
* Fix typosAlp Toker2014-05-31
* Roll DbgVariable::setMInsn into the constructor. No functional changes.Adrian Prantl2014-05-30
* Fix MIPS exception personality encoding.Logan Chien2014-05-30
* Debug Info: Remove unused code. The MInsn of an _abstract_ variable isAdrian Prantl2014-05-29
* Change representation of instruction ranges where variable is accessible.Alexey Samsonov2014-05-27
* Factor out looking for prologue end into a functionAlexey Samsonov2014-05-27
* Don't pre-populate the set of keys in the map with variable locations history.Alexey Samsonov2014-05-27
* DebugInfo: partially revert cleanup committed in r209680David Blaikie2014-05-27
* DebugInfo: Simplify solution to avoid DW_AT_artificial on inlined parameters.David Blaikie2014-05-27