summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* DebugInfo: Gut DIVariable and DIGlobalVariableDuncan P. N. Exon Smith2015-04-141-9/+9
* DebugInfo: Inline DIVariable::isBlockByrefVariable() into its callersDuncan P. N. Exon Smith2015-04-141-2/+4
* DebugInfo: Gut DIObjCProperty and DIImportedEntityDuncan P. N. Exon Smith2015-04-141-1/+1
* DebugInfo: Gut DIExpressionDuncan P. N. Exon Smith2015-04-141-10/+10
* Reapply "Verifier: Check for incompatible bit piece expressions"Duncan P. N. Exon Smith2015-04-131-9/+1
* Revert "Verifier: Check for incompatible bit piece expressions"Duncan P. N. Exon Smith2015-04-131-1/+9
* Verifier: Check for incompatible bit piece expressionsDuncan P. N. Exon Smith2015-04-111-9/+1
* DebugInfo: Remove DITypedArray<>, replace with typedefsDuncan P. N. Exon Smith2015-04-071-31/+15
* DebugInfo: Remove special iterators from DIExpressionDuncan P. N. Exon Smith2015-04-071-1/+2
* CodeGen: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-35/+31
* DebugInfo: Remove DIDescriptor::Verify()Duncan P. N. Exon Smith2015-04-061-4/+4
* CodeGen: Assert that inlined-at locations agreeDuncan P. N. Exon Smith2015-04-031-0/+2
* LexicalScopes: Use debug info hierarchy pervasivelyDuncan P. N. Exon Smith2015-03-301-6/+8
* DwarfDebug: Avoid creating new DebugLocs in the backendDuncan P. N. Exon Smith2015-03-301-5/+3
* CodeGen: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith2015-03-301-8/+6
* Refactor how passes get a symbol at the end of a section.Rafael Espindola2015-03-231-9/+2
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* DwarfDebug: Check for null DebugLocsDuncan P. N. Exon Smith2015-03-201-13/+15
* Centralize the handling of unique ids for temporary labels.Rafael Espindola2015-03-171-9/+5
* Convert the last 4 users of GetTempSymbol to createTempSymbol.Rafael Espindola2015-03-171-2/+2
* Convert the easy cases of GetTempSymbol to createTempSymbol.Rafael Espindola2015-03-171-2/+2
* Remove dead code. NFC.Rafael Espindola2015-03-171-24/+0
* Use the cached subtarget off of the machine function.Eric Christopher2015-03-131-6/+6
* Print section start labels when first switching to the section.Rafael Espindola2015-03-111-42/+5
* Create symbols marking the start of a section earlier.Rafael Espindola2015-03-101-23/+21
* Change the datatype of DwarfExpression::Emit(Un)Signed to (u)int64_tAdrian Prantl2015-03-101-2/+2
* Store an optional section start label in MCSection.Rafael Espindola2015-03-101-61/+46
* Remove effectively dead code.Rafael Espindola2015-03-101-16/+1
* Use a MapVector instead of an extra sort.Rafael Espindola2015-03-091-23/+8
* Don't prime the section map.Rafael Espindola2015-03-091-3/+0
* Use the existing begin and end symbol for debug info.Rafael Espindola2015-03-051-17/+6
* Turn off .debug_pubnames/pubtypes for PS4.Paul Robinson2015-03-051-2/+2
* Support standard DWARF TLS opcode; Darwin and PS4 use it.Paul Robinson2015-03-041-0/+5
* Move emitDIE and emitAbbrevs to AsmPrinter. NFC.Frederic Riss2015-03-041-45/+2
* Fix PR22750: non-determinism causes assertion failure in DWARF generationDario Domizioli2015-03-031-2/+5
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-49/+82
* Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,...Rui Ueyama2015-03-021-1/+1
* Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the"Adrian Prantl2015-03-021-82/+49
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-49/+82
* Revert r230930, it caused PR22747.Nico Weber2015-03-021-82/+49
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-49/+82
* Simplify arange output.Rafael Espindola2015-02-261-60/+43
* Used the cached subtarget off of the MachineFunction.Eric Christopher2015-02-201-1/+1
* AsmPrinter: Take range in DwarfExpression::AddExpression(), NFCDuncan P. N. Exon Smith2015-02-171-1/+1
* 80-column fixups.Eric Christopher2015-02-171-3/+4
* AsmPrinter: Stop creating DebugLocsDuncan P. N. Exon Smith2015-02-171-5/+3
* Debug Info: Support variables that are described by more than one MMIAdrian Prantl2015-02-101-4/+3
* Debug info: Use DW_OP_bit_piece instead of DW_OP_piece in theAdrian Prantl2015-02-091-16/+15
* DebugInfo: Remove DW_TAG_constantDuncan P. N. Exon Smith2015-02-091-1/+0
* Move simple case earlier and use a continue.Rafael Espindola2015-02-021-24/+25
OpenPOWER on IntegriCloud