summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similarDmitry Polukhin2016-04-051-39/+44
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-312-3/+2
* [AsmPrinter] Print aliases in topological orderTim Shen2016-03-311-1/+18
* Consider regmasks when computing register-based DBG_VALUE live rangesReid Kleckner2016-03-251-26/+40
* Revert "Recommitted r263424 "Supporting all entities declared in lexical scop...Reid Kleckner2016-03-246-211/+51
* [debuginfo] Include dwo_name in the split unit to improve dwp diagnosticsDavid Blaikie2016-03-241-1/+4
* Recommitted r263424 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-246-51/+211
* Suppress a -Wunused-variable warning in release builds.Craig Topper2016-03-201-0/+1
* [codeview] Only emit function ids for inlined functionsReid Kleckner2016-03-182-54/+76
* DebugInfo: Add ability to not emit DW_AT_vtable_elem_location for virtual fun...Peter Collingbourne2016-03-171-4/+6
* [MachO] Add MachO alt-entry directive support.Lang Hames2016-03-151-1/+6
* Revert "Recommitted r261633 "Supporting all entities declared in lexical scop...Benjamin Kramer2016-03-146-199/+51
* Recommitted r261633 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-146-51/+199
* [CodeView] Consistently handle overly large symbol namesDavid Majnemer2016-03-141-15/+17
* [CodeView] Truncate display namesDavid Majnemer2016-03-131-5/+8
* Remove llvm::getDISubprogram in favor of Function::getSubprogramPete Cooper2016-03-111-2/+2
* Make headers self-contained again.Benjamin Kramer2016-03-041-0/+1
* [WinEH] Allocate the registration node before the catch objectsDavid Majnemer2016-03-011-0/+1
* Improve the debug output of DwarfDebug::buildLocationList().Adrian Prantl2016-02-292-1/+15
* Fix PR26585 by improving the promotion of DBG_VALUEs to DW_AT_locations.Adrian Prantl2016-02-291-2/+17
* fix typo in commentAdrian Prantl2016-02-291-1/+1
* CodeGen: Change MachineInstr to use MachineInstr&, NFCDuncan P. N. Exon Smith2016-02-271-1/+1
* WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFCDuncan P. N. Exon Smith2016-02-271-1/+1
* Fix warning in DwarfCFIException. NFCAmaury Sechet2016-02-261-1/+1
* Extract the method to begin and end a fragment in AsmPrinterHandler in their ...Amaury Sechet2016-02-264-12/+43
* Revert r261633 "Supporting all entities declared in lexical scope in LLVM deb...Hans Wennborg2016-02-236-199/+51
* Supporting all entities declared in lexical scope in LLVM debug info.Amjad Aboud2016-02-236-51/+199
* [X86] Use the correct alignment for COMDAT constant pool entriesDavid Majnemer2016-02-211-3/+4
* Make header self-contained. NFC.Benjamin Kramer2016-02-181-0/+1
* DwarfDebug: Don't drop the DIExpression just because a variable isAdrian Prantl2016-02-171-3/+14
* DbgVariable: Add an accessor for the common case of a single expressionAdrian Prantl2016-02-172-2/+5
* [codeview] Bail on a DBG_VALUE register operand with no registerReid Kleckner2016-02-161-5/+7
* [codeview] Fix assertion on non-memory, non-register DBG_VALUE instructionsReid Kleckner2016-02-161-0/+7
* A signed bitfield's range is [-1,0], so assigning 1 is technically an overflo...Aaron Ballman2016-02-161-1/+1
* [codeview] Describe local variables in registersReid Kleckner2016-02-122-51/+225
* DwarfDebug: emit type units immediately.Peter Collingbourne2016-02-1110-85/+88
* [codeview] Fix bug around multi-level wrapper inliningReid Kleckner2016-02-111-13/+20
* Drop the hidden visibility from DebugHandlerBase for now.Benjamin Kramer2016-02-111-1/+1
* [codeview] Describe int local variables using .cv_def_rangeReid Kleckner2016-02-107-288/+498
* Enable the %s modifier in inline asm template stringNemanja Ivanovic2016-02-041-0/+5
* [codeview] Remove EmitLabelDiff in favor emitAbsoluteSymbolDiffReid Kleckner2016-02-031-18/+4
* [codeview] Use the MCStreamer interface directly instead of AsmPrinterReid Kleckner2016-02-032-101/+100
* [DWARFDebug] Fix another case of overlapping rangesKeno Fischer2016-02-031-13/+42
* [codeview] Improve readability of codeview assembly outputDavid Majnemer2016-02-021-32/+81
* [codeview] Correctly handle inlining functions post-dominated by unreachableDavid Majnemer2016-02-021-1/+1
* Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.Eugene Zelenko2016-02-021-2/+1
* [codeview] Wire up the .cv_inline_linetable directiveReid Kleckner2016-02-022-3/+68
* Improved macro emission in dwarf.Amjad Aboud2016-02-015-78/+38
* [codeview] Begin to add support for inlined call sitesReid Kleckner2016-01-292-2/+167
* Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-293-195/+61
OpenPOWER on IntegriCloud