| Commit message (Expand) | Author | Age | Files | Lines |
| * | Omit DW_TAG_subprograms for subprograms without inlined subroutines when prod... | David Blaikie | 2014-09-19 | 2 | -24/+37 |
| * | Change DwarfCompileUnit::createGlobalVariable to getOrCreateGlobalVariable. | Frederic Riss | 2014-09-19 | 3 | -12/+13 |
| * | Omit DW_AT_frame_base under -gmlt for size | David Blaikie | 2014-09-19 | 1 | -3/+7 |
| * | Describe the -gmlt optimization committed in the previous revision. | David Blaikie | 2014-09-19 | 1 | -0/+1 |
| * | Omit all the extra static attributes on subprograms in -gmlt | David Blaikie | 2014-09-19 | 1 | -0/+3 |
| * | Revert part of r218041. | Frederic Riss | 2014-09-18 | 1 | -0/+3 |
| * | Always emit DW_AT_declaration attribute when the variable isn't a definition. | Frederic Riss | 2014-09-18 | 1 | -3/+3 |
| * | Add back a fallback case for targets that do not or cannot implement getNoopF... | Owen Anderson | 2014-09-16 | 1 | -1/+5 |
| * | DebugInfo: Add comment describing the need to disable address pool usage in s... | David Blaikie | 2014-09-15 | 1 | -0/+5 |
| * | Fix a lot of confusion around inserting nops on empty functions. | Rafael Espindola | 2014-09-15 | 1 | -15/+3 |
| * | Remove the unused string section symbol parameter from DwarfFile::emitStrings | David Blaikie | 2014-09-11 | 9 | -61/+43 |
| * | Cleanup: Use the appropriate API for accessing the DIVariable of a | Adrian Prantl | 2014-09-10 | 1 | -1/+1 |
| * | [asan-assembly-instrumentation] Added CFI directives to the generated instrum... | Yuri Gorshenin | 2014-09-10 | 1 | -0/+5 |
| * | Sink PrevCU updating into DwarfUnit::addRange to ensure consistency | David Blaikie | 2014-09-09 | 4 | -6/+8 |
| * | Remove DwarfDebug::PrevSection, PrevCU is sufficient for handling address ran... | David Blaikie | 2014-09-09 | 3 | -15/+3 |
| * | DebugInfo: Do not use DW_FORM_GNU_addr_index in skeleton CUs, GDB 7.8 errors ... | David Blaikie | 2014-09-07 | 1 | -1/+1 |
| * | CodeGen: indicate Windows unwind data format | Saleem Abdulrasool | 2014-09-01 | 1 | -1/+6 |
| * | CodeGen: split out the Win64Exception emitter | Saleem Abdulrasool | 2014-09-01 | 4 | -34/+54 |
| * | DebugInfo: Elide lexical scopes which only contain other (inline or lexical) ... | David Blaikie | 2014-08-31 | 2 | -15/+31 |
| * | DebugInfo: Move argument creation up into the caller that's unambiguously han... | David Blaikie | 2014-08-31 | 2 | -26/+34 |
| * | Delay adding imported entity DIEs to the lexical scope, streamlining the chec... | David Blaikie | 2014-08-31 | 1 | -5/+5 |
| * | Modify DwarfDebug::constructImportedEntityDIE to return rather than insert in... | David Blaikie | 2014-08-31 | 2 | -16/+7 |
| * | Refactor constructImportedEntityDIE(DwarfUnit, DIImportedEntity) to return a ... | David Blaikie | 2014-08-31 | 2 | -11/+16 |
| * | Simplify expression using container's front() rather than begin()-> | David Blaikie | 2014-08-31 | 1 | -3/+1 |
| * | Fix some cases where StringRef was being passed by const reference. Remove co... | Craig Topper | 2014-08-30 | 2 | -4/+4 |
| * | Debug info: Add a new explicit DIDescriptor flag for the "public" access | Adrian Prantl | 2014-08-29 | 1 | -3/+3 |
| * | Revert accidentally committed patches r216787-r216789 | David Blaikie | 2014-08-29 | 2 | -29/+9 |
| * | Omit DW_AT_artificial, DW_AT_external, and similar attributes under -gmlt | David Blaikie | 2014-08-29 | 1 | -0/+3 |
| * | Omit dwarf::DW_AT_frame_base under -gmlt | David Blaikie | 2014-08-29 | 1 | -3/+6 |
| * | Stuff | David Blaikie | 2014-08-29 | 1 | -6/+20 |
| * | Fix typos in comments, NFC | Robin Morisset | 2014-08-29 | 1 | -1/+1 |
| * | Use DwarfDebug::attachLowHighPC for the compilation unit DIE. | Frederic Riss | 2014-08-29 | 1 | -4/+1 |
| * | Constify MCSymbol* parameters to DwarfDebug::attachLowHighPC. | Frederic Riss | 2014-08-28 | 2 | -3/+3 |
| * | Return a std::unique_ptr when creating a new MemoryBuffer. | Rafael Espindola | 2014-08-27 | 1 | -3/+5 |
| * | Fix some cases were ArrayRefs were being passed by reference. Also remove 'co... | Craig Topper | 2014-08-27 | 1 | -1/+1 |
| * | Remove type unit skeletons. GDB no longer needs them & this saves a heap of s... | David Blaikie | 2014-08-27 | 1 | -22/+1 |
| * | Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch... | David Blaikie | 2014-08-21 | 1 | -2/+2 |
| * | Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std... | David Blaikie | 2014-08-21 | 1 | -6/+4 |
| * | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 2014-08-21 | 2 | -4/+4 |
| * | Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi... | Craig Topper | 2014-08-18 | 2 | -4/+4 |
| * | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 2014-08-17 | 2 | -4/+4 |
| * | Delete dead code. NFC. | Rafael Espindola | 2014-08-15 | 1 | -3/+0 |
| * | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 16 | -32/+32 |
| * | Remove a condition that can never be true, as wittnessed by the assert | Adrian Prantl | 2014-08-12 | 1 | -3/+2 |
| * | DebugLocEntry: Restore the comparison predicate from before the | Adrian Prantl | 2014-08-12 | 1 | -1/+4 |
| * | Revert "Partially revert r214761 that asserted that all concrete debug info v... | David Blaikie | 2014-08-12 | 1 | -3/+1 |
| * | Add a couple of convenience accessors to DebugLocEntry::Value to further | Adrian Prantl | 2014-08-11 | 2 | -13/+12 |
| * | Make these DebugLocEntry::Value comparison operators friend functions | Adrian Prantl | 2014-08-11 | 1 | -24/+34 |
| * | Debug info: Remove an obsolete constructor from DebugLocEntry. | Adrian Prantl | 2014-08-11 | 1 | -2/+2 |
| * | Debug info: Modify DebugLocEntry::addValue to take multiple values so it | Adrian Prantl | 2014-08-11 | 2 | -8/+9 |