summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Revert "Recommit r212203: Don't try to construct debug LexicalScopes hierarch...David Blaikie2014-07-212-18/+1
* Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...Eric Christopher2014-07-181-1/+2
* DebugInfo: Assert that all abstract scopes are subprograms, rather than condi...David Blaikie2014-07-181-2/+1
* Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...David Blaikie2014-07-181-2/+1
* CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer2014-07-141-7/+21
* CodeGen: Add a getSectionKind method to MachineConstantPoolEntryDavid Majnemer2014-07-141-15/+1
* CodeGen: add missing includeSaleem Abdulrasool2014-07-141-0/+1
* Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...David Blaikie2014-07-111-1/+2
* Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...David Blaikie2014-07-101-2/+1
* Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu...David Blaikie2014-07-092-1/+18
* Temporarily revert "Don't try to construct debug LexicalScopes hierarchy for ...Eric Christopher2014-07-032-11/+1
* Fix ppcf128 component access on little-endian systemsUlrich Weigand2014-07-031-1/+2
* Revert "DebugInfo: Ensure that all debug location scope chains from instructi...David Blaikie2014-07-021-1/+2
* DebugInfo: Ensure that all debug location scope chains from instructions with...David Blaikie2014-07-021-2/+1
* Don't try to construct debug LexicalScopes hierarchy for functions that do no...David Blaikie2014-07-022-1/+11
* Revert "DebugInfo: Ensure that all debug location scope chains from instructi...David Blaikie2014-07-011-1/+2
* DebugInfo: Ensure that all debug location scope chains from instructions with...David Blaikie2014-07-011-2/+1
* CodeGen: rename Win64 ExceptionHandling to WinEHSaleem Abdulrasool2014-06-291-4/+3
* MC: rename EmitWin64EH routinesSaleem Abdulrasool2014-06-291-4/+4
* Revert "Revert "Revert "PR20038: DebugInfo: Inlined call sites where the call...David Blaikie2014-06-271-1/+2
* Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has d...David Blaikie2014-06-271-2/+1
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-262-5/+10
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-262-10/+5
* Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug inf...David Blaikie2014-06-251-1/+2
* PR20038: DebugInfo: Inlined call sites where the caller has debug info but th...David Blaikie2014-06-251-2/+1
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-251-10/+3
* Print a=b as an assignment.Rafael Espindola2014-06-241-3/+11
* Remove a temporary hack.Rafael Espindola2014-06-231-10/+0
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-221-3/+10
* Add back functionality removed in r210497.Richard Trieu2014-06-211-2/+4
* Generate native unwind info on Win64Reid Kleckner2014-06-201-10/+3
* The count() function for STL datatypes returns unsigned, even where it'sYaron Keren2014-06-201-1/+1
* DebugInfo: Fission: Ensure the address pool entries for location lists are em...David Blaikie2014-06-191-1/+1
* Emit DWARF3 call frame information when DWARF3+ debug info is requestedOliver Stannard2014-06-191-0/+2
* Move -dwarf-version to an MC level command line option so it'sEric Christopher2014-06-191-4/+1
* Remove unnecessary include.Eric Christopher2014-06-191-1/+0
* PR20038: DebugInfo missing DIEs for some concrete variables.David Blaikie2014-06-151-0/+3
* DebugInfo: Remove some extra handling of abstract variables and instead rely ...David Blaikie2014-06-132-40/+34
* DebugInfo: Reference abstract definitions from variables in concrete definiti...David Blaikie2014-06-132-1/+7
* DwarfDebug::getExistingAbstractVariable: constify an existing reference param...David Blaikie2014-06-132-2/+2
* DebugInfo: Following up to r209677, refactor local variable emission to delay...David Blaikie2014-06-134-25/+48
* 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
OpenPOWER on IntegriCloud