summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-24/+24
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-4/+4
* DebugInfo: Remove DIArray and DITypeArray typedefsDuncan P. N. Exon Smith2015-04-211-1/+1
* DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-5/+6
* DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-8/+8
* DebugInfo: Remove DIScopeDuncan P. N. Exon Smith2015-04-201-11/+10
* DebugInfo: Delete DIDescriptor (but not its subclasses)Duncan P. N. Exon Smith2015-04-181-5/+4
* AsmPrinter: Create a unified .debug_loc streamDuncan P. N. Exon Smith2015-04-171-1/+2
* DebugInfo: Gut DIType and subclassesDuncan P. N. Exon Smith2015-04-161-4/+4
* DebugInfo: Gut DICompileUnit and DIFileDuncan P. N. Exon Smith2015-04-151-1/+1
* DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith2015-04-151-1/+1
* DebugInfo: Pubnames: Do not include variable declarations in pubnamesDavid Blaikie2015-04-141-1/+2
* DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith2015-04-141-7/+7
* DebugInfo: Gut DIVariable and DIGlobalVariableDuncan P. N. Exon Smith2015-04-141-17/+17
* DebugInfo: Gut DIObjCProperty and DIImportedEntityDuncan P. N. Exon Smith2015-04-141-6/+5
* DebugInfo: Gut DILocationDuncan P. N. Exon Smith2015-04-141-3/+3
* DebugInfo: Remove DIGlobalVariable::getGlobal()Duncan P. N. Exon Smith2015-04-131-4/+3
* DebugInfo: Remove DITypedArray<>, replace with typedefsDuncan P. N. Exon Smith2015-04-071-6/+4
* DebugInfo: Remove special iterators from DIExpressionDuncan P. N. Exon Smith2015-04-071-2/+2
* CodeGen: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-19/+16
* DebugInfo: Remove DIDescriptor::Verify()Duncan P. N. Exon Smith2015-04-061-2/+0
* Centralize the handling of unique ids for temporary labels.Rafael Espindola2015-03-171-4/+2
* Convert the easy cases of GetTempSymbol to createTempSymbol.Rafael Espindola2015-03-171-1/+1
* Emit correct linkage-name attribute based on DWARF version.Paul Robinson2015-03-101-10/+1
* Store an optional section start label in MCSection.Rafael Espindola2015-03-101-6/+10
* Use a better name for compile unit labels.Rafael Espindola2015-03-101-2/+1
* Move label creation close to emission. NFC.Rafael Espindola2015-03-101-2/+5
* Use the existing begin and end symbol for debug info.Rafael Espindola2015-03-051-1/+1
* Support standard DWARF TLS opcode; Darwin and PS4 use it.Paul Robinson2015-03-041-2/+4
* Used the cached subtarget off of the MachineFunction.Eric Christopher2015-02-201-4/+2
* AsmPrinter: Take range in DwarfExpression::AddExpression(), NFCDuncan P. N. Exon Smith2015-02-171-2/+5
* AsmPrinter: Use DIExpression default constructor, NFCDuncan P. N. Exon Smith2015-02-171-1/+1
* Debug Info: Support variables that are described by more than one MMIAdrian Prantl2015-02-101-5/+12
* Debug info: Fix PR22296 by omitting the DW_AT_location if we lost theAdrian Prantl2015-01-251-4/+7
* Remove support for DIVariable's FlagIndirectVariable and expectAdrian Prantl2015-01-191-17/+6
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-2/+1
* Debug Info: Implement DwarfCompileUnit::addComplexAddress() usingAdrian Prantl2015-01-141-47/+14
* Debug Info: Don't bother emitting DW_AT_frame_base if the function hasAdrian Prantl2015-01-141-1/+2
* Cleanup: Calls to getDwarfRegNum() may actually fail, if there isAdrian Prantl2014-12-051-13/+20
* Debug Info: revert r222195, r222210 and r222239.Manman Ren2014-11-211-2/+2
* Allow DwarfCompileUnit::constructImportedEntityDIE to instanciate a GlobalVar...Frederic Riss2014-11-181-0/+2
* Debug Info: In DIBuilder, the context field of a global variable is updated toManman Ren2014-11-181-2/+2
* Provide gmlt-like inline scope information in the skeleton CU to facilitate s...David Blaikie2014-11-041-14/+25
* Use common range handling for the CU's rangesDavid Blaikie2014-11-031-20/+26
* Push the CURangeList down into the skeleton CU (where available) rather than ...David Blaikie2014-11-031-1/+1
* Add DwarfCompileUnit::BaseAddress to track the base address used by relative ...David Blaikie2014-11-031-1/+1
* Cleanup some unused or trivial functions in DwarfCompileUnitDavid Blaikie2014-11-031-1/+1
* Add DwarfUnit::isDwoUnit and use it to generalize string creationDavid Blaikie2014-11-021-0/+4
* Remove the last mention of LineTablesOnly from DwarfUnit, sinking it into Dwa...David Blaikie2014-11-021-1/+2
* Sink DwarfUnit::applySubprogramAttributesToDefinition into DwarfCompileUnitDavid Blaikie2014-11-021-0/+8
OpenPOWER on IntegriCloud