summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-1/+1
* Revert some parts of r196288 that were confusing and untested.David Blaikie2014-10-141-8/+2
* Add an assertion about the integrity of the iterator.Adrian Prantl2014-10-131-0/+5
* Simplify a few uses of DwarfDebug::SPMapDavid Blaikie2014-10-102-22/+4
* Reorder functions in WinCodeViewLineTables.cpp [NFC]Timur Iskhodzhanov2014-10-101-51/+53
* Fix a small typo, NFCTimur Iskhodzhanov2014-10-101-1/+1
* Sink the per-CU part of DwarfDebug::finishSubprogramDefinitions into DwarfCom...David Blaikie2014-10-103-15/+21
* Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE down into DwarfC...David Blaikie2014-10-104-29/+40
* Avoid unnecessary map lookup/insertion.David Blaikie2014-10-101-2/+2
* Remove unused parameterDavid Blaikie2014-10-092-6/+5
* Sink DwarfDebug::createAndAddScopeChildren down into DwarfCompileUnit.David Blaikie2014-10-094-19/+17
* Sink DwarfDebug::constructSubprogramScopeDIE down into DwarfCompileUnitDavid Blaikie2014-10-094-49/+55
* Sink DwarfDebug::createScopeChildrenDIE down into DwarfCompileUnit.David Blaikie2014-10-094-28/+31
* Sink DwarfDebug.cpp::constructVariableDIE into DwarfCompileUnit.David Blaikie2014-10-093-12/+14
* Move DwarfUnit::constructVariableDIE down to DwarfCompileUnit, since it's onl...David Blaikie2014-10-094-72/+74
* Sink DwarfDebug::constructLexicalScopeDIE into DwarfCompileUnitDavid Blaikie2014-10-094-23/+21
* Missing reformattingDavid Blaikie2014-10-091-1/+1
* Sink DwarfDebug::constructInlinedScopeDIE into DwarfCompileUnitDavid Blaikie2014-10-094-44/+50
* Push DwarfDebug::attachRangesOrLowHighPC down into DwarfCompileUnitDavid Blaikie2014-10-094-15/+15
* Sink DwarfDebug::addScopeRangeList down into DwarfCompileUnitDavid Blaikie2014-10-094-37/+43
* Sink DwarfUnit::addSectionDelta into DwarfCompileUnit, the only place it's ne...David Blaikie2014-10-084-14/+12
* Reformat some stuff I missed in recent previous commitsDavid Blaikie2014-10-081-2/+4
* Sink and coalesce DwarfDebug.cpp::addSectionLabel and DwarfUnit::addSectionLa...David Blaikie2014-10-085-40/+29
* DebugInfo: The rest of pushing DwarfDebug::constructScopeDIE down into DwarfC...David Blaikie2014-10-082-71/+1
* Push DwarfDebug::constructScopeDIE down into DwarfCompileUnitDavid Blaikie2014-10-083-18/+90
* Fix COFF section index relocation should be 16 bits, not 32Timur Iskhodzhanov2014-10-081-0/+2
* DbgValueHistoryCalculator: Store modified registers in a BitVector instead of...Benjamin Kramer2014-10-061-23/+33
* DebugInfo: Sink constructImportedEntityDIE down into DwarfUnit from DwarfDebug.David Blaikie2014-10-064-36/+34
* Remove unused mapDavid Blaikie2014-10-052-6/+0
* Remove unnecessary copying or replace it with moves in a bunch of places.Benjamin Kramer2014-10-041-1/+3
* Sink DwarfDebug::updateSubprogramScopeDIE into DwarfCompileUnitDavid Blaikie2014-10-044-33/+41
* Reformatting accidentally left out of r219057David Blaikie2014-10-041-1/+2
* Sink DwarfDebug::attachLowHighPC into DwarfCompileUnitDavid Blaikie2014-10-044-20/+20
* Move DwarfCompileUnit from DwarfUnit.h to its own header (DwarfCompileUnit.h)David Blaikie2014-10-047-300/+352
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-1/+1
* 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
OpenPOWER on IntegriCloud