summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-292-60/+194
* [CodeView] Use assembler directives for line tablesReid Kleckner2016-01-282-194/+60
* One more batch of self-containing headers.Benjamin Kramer2016-01-273-3/+3
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-13/+0
* Fixed few comments.Amjad Aboud2016-01-242-4/+4
* [opaque pointer types] [NFC] DataLayout::getIndexedOffset: take source elemen...Eduard Burtescu2016-01-221-3/+3
* GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob2016-01-161-2/+2
* [DwarfDebug] Don't merge DebugLocEntries if their pieces overlapKeno Fischer2016-01-161-1/+2
* [DwarfDebug] Move MergeValues to .cpp, NFCKeno Fischer2016-01-162-12/+18
* [codeview] Remove custom line info struct in favor of DebugLocReid Kleckner2016-01-162-71/+51
* Rename WinCodeViewLineTables to CodeViewDebug, similar to DwarfDebugReid Kleckner2016-01-144-20/+20
* [codeview] Regenerate C++ display name test case and update commentsReid Kleckner2016-01-141-4/+2
* [TLS] New lower emutls pass, fix linkage bugs.Chih-Hung Hsieh2016-01-131-71/+13
* [codeview] Share more enums across the writer and the dumperReid Kleckner2016-01-131-6/+14
* [readobj] Expand CodeView dumping functionalityReid Kleckner2016-01-131-3/+2
OpenPOWER on IntegriCloud