| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use the existing begin and end symbol for debug info. | Rafael Espindola | 2015-03-05 | 1 | -17/+6 |
| * | Turn off .debug_pubnames/pubtypes for PS4. | Paul Robinson | 2015-03-05 | 1 | -2/+2 |
| * | Support standard DWARF TLS opcode; Darwin and PS4 use it. | Paul Robinson | 2015-03-04 | 1 | -0/+5 |
| * | Move emitDIE and emitAbbrevs to AsmPrinter. NFC. | Frederic Riss | 2015-03-04 | 1 | -45/+2 |
| * | Fix PR22750: non-determinism causes assertion failure in DWARF generation | Dario Domizioli | 2015-03-03 | 1 | -2/+5 |
| * | Refactor DebugLocDWARFExpression so it doesn't require access to the | Adrian Prantl | 2015-03-02 | 1 | -49/+82 |
| * | Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,... | Rui Ueyama | 2015-03-02 | 1 | -1/+1 |
| * | Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the" | Adrian Prantl | 2015-03-02 | 1 | -82/+49 |
| * | Refactor DebugLocDWARFExpression so it doesn't require access to the | Adrian Prantl | 2015-03-02 | 1 | -49/+82 |
| * | Revert r230930, it caused PR22747. | Nico Weber | 2015-03-02 | 1 | -82/+49 |
| * | Refactor DebugLocDWARFExpression so it doesn't require access to the | Adrian Prantl | 2015-03-02 | 1 | -49/+82 |
| * | Simplify arange output. | Rafael Espindola | 2015-02-26 | 1 | -60/+43 |
| * | Used the cached subtarget off of the MachineFunction. | Eric Christopher | 2015-02-20 | 1 | -1/+1 |
| * | AsmPrinter: Take range in DwarfExpression::AddExpression(), NFC | Duncan P. N. Exon Smith | 2015-02-17 | 1 | -1/+1 |
| * | 80-column fixups. | Eric Christopher | 2015-02-17 | 1 | -3/+4 |
| * | AsmPrinter: Stop creating DebugLocs | Duncan P. N. Exon Smith | 2015-02-17 | 1 | -5/+3 |
| * | Debug Info: Support variables that are described by more than one MMI | Adrian Prantl | 2015-02-10 | 1 | -4/+3 |
| * | Debug info: Use DW_OP_bit_piece instead of DW_OP_piece in the | Adrian Prantl | 2015-02-09 | 1 | -16/+15 |
| * | DebugInfo: Remove DW_TAG_constant | Duncan P. N. Exon Smith | 2015-02-09 | 1 | -1/+0 |
| * | Move simple case earlier and use a continue. | Rafael Espindola | 2015-02-02 | 1 | -24/+25 |
| * | CodeGen: drive-by formatting clean ups | Saleem Abdulrasool | 2015-01-24 | 1 | -7/+7 |
| * | Remove support for DIVariable's FlagIndirectVariable and expect | Adrian Prantl | 2015-01-19 | 1 | -5/+1 |
| * | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -3/+2 |
| * | Debug Info: Move the complex expression handling (=the remainder) of | Adrian Prantl | 2015-01-13 | 1 | -48/+17 |
| * | cleanup. | Adrian Prantl | 2015-01-13 | 1 | -3/+2 |
| * | Debug Info: Move support for constants into DwarfExpression. | Adrian Prantl | 2015-01-13 | 1 | -19/+6 |
| * | Make DIE.h a public CodeGen header. | Frederic Riss | 2015-01-05 | 1 | -1/+1 |
| * | DebugInfo: Omit is_stmt from line table entries on the same line. | David Blaikie | 2014-12-30 | 1 | -1/+3 |
| * | ARM/AArch64: Attach the FrameSetup MIFlag to CFI instructions. | Adrian Prantl | 2014-12-16 | 1 | -1/+5 |
| * | A fix for PR21176. | Ekaterina Romanova | 2014-12-12 | 1 | -0/+12 |
| * | Reverting commit 223981, because the test that I added (incorrect-variable-de... | Ekaterina Romanova | 2014-12-11 | 1 | -2/+0 |
| * | A fix for PR21176. | Ekaterina Romanova | 2014-12-10 | 1 | -0/+2 |
| * | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 2014-11-19 | 1 | -2/+2 |
| * | Fix emission of Dwarf accelerator table when there are multiple CUs. | Frederic Riss | 2014-11-12 | 1 | -1/+1 |
| * | Revert "IR: MDNode => Value" | Duncan P. N. Exon Smith | 2014-11-11 | 1 | -4/+4 |
| * | IR: MDNode => Value: NamedMDNode::getOperator() | Duncan P. N. Exon Smith | 2014-11-05 | 1 | -4/+4 |
| * | Provide gmlt-like inline scope information in the skeleton CU to facilitate s... | David Blaikie | 2014-11-04 | 1 | -2/+19 |
| * | Use common range handling for the CU's ranges | David Blaikie | 2014-11-03 | 1 | -30/+5 |
| * | Push the CURangeList down into the skeleton CU (where available) rather than ... | David Blaikie | 2014-11-03 | 1 | -1/+1 |
| * | Add DwarfCompileUnit::BaseAddress to track the base address used by relative ... | David Blaikie | 2014-11-03 | 1 | -6/+3 |
| * | Sink DwarfUnit::CURanges into DwarfCompileUnit | David Blaikie | 2014-11-03 | 1 | -1/+1 |
| * | Formatting | David Blaikie | 2014-11-02 | 1 | -1/+1 |
| * | Add DwarfUnit::isDwoUnit and use it to generalize string creation | David Blaikie | 2014-11-02 | 1 | -5/+6 |
| * | DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCo... | David Blaikie | 2014-11-02 | 1 | -3/+5 |
| * | Drop DwarfCompileUnit::getLocalLabel* in favor of just mapping through the sk... | David Blaikie | 2014-11-02 | 1 | -1/+5 |
| * | Remove DwarfUnit::LabelEnd in favor of computing the length of the section di... | David Blaikie | 2014-11-01 | 1 | -1/+1 |
| * | Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there. | David Blaikie | 2014-11-01 | 1 | -2/+1 |
| * | And... fix the build some more. | David Blaikie | 2014-11-01 | 1 | -1/+1 |
| * | Just iterate the DwarfCompileUnits rather than trying to filter them out of t... | David Blaikie | 2014-11-01 | 1 | -49/+46 |
| * | Add '*' to auto variable that is a pointer, as per the coding conventions. | David Blaikie | 2014-11-01 | 1 | -1/+1 |