summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-1/+1
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-1/+1
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-016-85/+118
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-016-118/+85
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-016-85/+118
* Implement DW_TAG_subrange_type with DW_AT_count rather than DW_AT_upper_boundDavid Blaikie2014-10-011-6/+3
* Omit DW_AT_inline under -gmlt to save a little more space.David Blaikie2014-09-301-1/+2
* DebugInfo: Sink the code emitting DW_AT_APPLE_omit_frame_ptr down to a more c...David Blaikie2014-09-302-7/+5
* Disable the -gmlt optimization implemented in r218129 under Darwin due to iss...David Blaikie2014-09-302-3/+3
* Omit DW_TAG_subprograms for subprograms without inlined subroutines when prod...David Blaikie2014-09-192-24/+37
* Change DwarfCompileUnit::createGlobalVariable to getOrCreateGlobalVariable.Frederic Riss2014-09-193-12/+13
* Omit DW_AT_frame_base under -gmlt for sizeDavid Blaikie2014-09-191-3/+7
* Describe the -gmlt optimization committed in the previous revision.David Blaikie2014-09-191-0/+1
* Omit all the extra static attributes on subprograms in -gmltDavid Blaikie2014-09-191-0/+3
* Revert part of r218041.Frederic Riss2014-09-181-0/+3
* Always emit DW_AT_declaration attribute when the variable isn't a definition.Frederic Riss2014-09-181-3/+3
* Add back a fallback case for targets that do not or cannot implement getNoopF...Owen Anderson2014-09-161-1/+5
* DebugInfo: Add comment describing the need to disable address pool usage in s...David Blaikie2014-09-151-0/+5
* Fix a lot of confusion around inserting nops on empty functions.Rafael Espindola2014-09-151-15/+3
* Remove the unused string section symbol parameter from DwarfFile::emitStringsDavid Blaikie2014-09-119-61/+43
* Cleanup: Use the appropriate API for accessing the DIVariable of aAdrian Prantl2014-09-101-1/+1
* [asan-assembly-instrumentation] Added CFI directives to the generated instrum...Yuri Gorshenin2014-09-101-0/+5
* Sink PrevCU updating into DwarfUnit::addRange to ensure consistencyDavid Blaikie2014-09-094-6/+8
* Remove DwarfDebug::PrevSection, PrevCU is sufficient for handling address ran...David Blaikie2014-09-093-15/+3
* DebugInfo: Do not use DW_FORM_GNU_addr_index in skeleton CUs, GDB 7.8 errors ...David Blaikie2014-09-071-1/+1
* CodeGen: indicate Windows unwind data formatSaleem Abdulrasool2014-09-011-1/+6
* CodeGen: split out the Win64Exception emitterSaleem Abdulrasool2014-09-014-34/+54
* DebugInfo: Elide lexical scopes which only contain other (inline or lexical) ...David Blaikie2014-08-312-15/+31
* DebugInfo: Move argument creation up into the caller that's unambiguously han...David Blaikie2014-08-312-26/+34
* Delay adding imported entity DIEs to the lexical scope, streamlining the chec...David Blaikie2014-08-311-5/+5
* Modify DwarfDebug::constructImportedEntityDIE to return rather than insert in...David Blaikie2014-08-312-16/+7
* Refactor constructImportedEntityDIE(DwarfUnit, DIImportedEntity) to return a ...David Blaikie2014-08-312-11/+16
* Simplify expression using container's front() rather than begin()->David Blaikie2014-08-311-3/+1
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-302-4/+4
* Debug info: Add a new explicit DIDescriptor flag for the "public" accessAdrian Prantl2014-08-291-3/+3
* Revert accidentally committed patches r216787-r216789David Blaikie2014-08-292-29/+9
* Omit DW_AT_artificial, DW_AT_external, and similar attributes under -gmltDavid Blaikie2014-08-291-0/+3
* Omit dwarf::DW_AT_frame_base under -gmltDavid Blaikie2014-08-291-3/+6
* StuffDavid Blaikie2014-08-291-6/+20
* Fix typos in comments, NFCRobin Morisset2014-08-291-1/+1
* Use DwarfDebug::attachLowHighPC for the compilation unit DIE.Frederic Riss2014-08-291-4/+1
* Constify MCSymbol* parameters to DwarfDebug::attachLowHighPC.Frederic Riss2014-08-282-3/+3
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-3/+5
* Fix some cases were ArrayRefs were being passed by reference. Also remove 'co...Craig Topper2014-08-271-1/+1
* Remove type unit skeletons. GDB no longer needs them & this saves a heap of s...David Blaikie2014-08-271-22/+1
* Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch...David Blaikie2014-08-211-2/+2
* Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie2014-08-211-6/+4
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-212-4/+4
* Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper2014-08-182-4/+4
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-172-4/+4
OpenPOWER on IntegriCloud