| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some comment typos. | Benjamin Kramer | 2015-08-08 | 1 | -1/+1 |
| * | [MC/Dwarf] Allow to specify custom parameters for linetable emission. | Frederic Riss | 2015-08-07 | 1 | -1/+2 |
| * | Revert "Make global aliases have symbol size equal to their type" | John Brawn | 2015-08-07 | 1 | -10/+0 |
| * | If the "CodeView" module flag is set, emit codeview instead of DWARF | Reid Kleckner | 2015-08-05 | 2 | -12/+5 |
| * | -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep... | David Blaikie | 2015-08-03 | 1 | -5/+8 |
| * | AsmPrinter: Split out non-DIE printing from DIE::print(), NFC | Duncan P. N. Exon Smith | 2015-08-02 | 1 | -28/+24 |
| * | AsmPrinter: Take DIEValueList in some DwarfUnit API, NFC | Duncan P. N. Exon Smith | 2015-08-02 | 2 | -13/+17 |
| * | AsmPrinter: Change DIEValueList to a subclass of DIE, NFC | Duncan P. N. Exon Smith | 2015-08-02 | 1 | -6/+6 |
| * | DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable | Duncan P. N. Exon Smith | 2015-07-31 | 3 | -4/+3 |
| * | Reapply "Add reverse(ContainerTy) range adapter." | Pete Cooper | 2015-07-29 | 1 | -2/+1 |
| * | Revert "Add reverse(ContainerTy) range adapter." | Pete Cooper | 2015-07-29 | 1 | -1/+2 |
| * | Add reverse(ContainerTy) range adapter. | Pete Cooper | 2015-07-29 | 1 | -2/+1 |
| * | Implement target independent TLS compatible with glibc's emutls.c. | Chih-Hung Hsieh | 2015-07-28 | 2 | -29/+115 |
| * | Use make_range(rbegin(), rend()) to allow foreach loops. NFC. | Pete Cooper | 2015-07-24 | 3 | -8/+5 |
| * | AsmPrinter: Use DICompositeType in updateAcceleratorTables(), NFC | Duncan P. N. Exon Smith | 2015-07-24 | 1 | -1/+1 |
| * | DI: Clarify isUnsignedDIType(), NFC | Duncan P. N. Exon Smith | 2015-07-24 | 1 | -17/+18 |
| * | DI: Strengthen block-byref cast to DIDerivedType, NFC | Duncan P. N. Exon Smith | 2015-07-24 | 1 | -1/+1 |
| * | DI: Only DICompositeType has getElements(), NFC | Duncan P. N. Exon Smith | 2015-07-24 | 2 | -2/+2 |
| * | Remove access to the DataLayout in the TargetMachine | Mehdi Amini | 2015-07-24 | 1 | -3/+3 |
| * | Revert "Remove access to the DataLayout in the TargetMachine" | Mehdi Amini | 2015-07-24 | 1 | -3/+3 |
| * | Remove access to the DataLayout in the TargetMachine | Mehdi Amini | 2015-07-24 | 1 | -3/+3 |
| * | [AsmPrinter] Check for valid constants in handleIndirectSymViaGOTPCRel | Bruno Cardoso Lopes | 2015-07-21 | 1 | -1/+1 |
| * | Make global aliases have symbol size equal to their type | John Brawn | 2015-07-17 | 1 | -0/+10 |
| * | Move most user of TargetMachine::getDataLayout to the Module one | Mehdi Amini | 2015-07-16 | 5 | -97/+91 |
| * | Remove DataLayout from TargetLoweringObjectFile, redirect to Module | Mehdi Amini | 2015-07-16 | 2 | -10/+10 |
| * | Redirect pointerSize query to the TargetMachine in ASMPrinter | Mehdi Amini | 2015-07-16 | 2 | -8/+12 |
| * | Add a "debugger tuning" concept that allows us to fine-tune how we | Paul Robinson | 2015-07-15 | 2 | -10/+71 |
| * | Debug Info: Add basic support for external types references. | Adrian Prantl | 2015-07-15 | 4 | -3/+28 |
| * | [CodeGen] Force emission of personality directive if explicitly specified | Keno Fischer | 2015-07-14 | 4 | -22/+54 |
| * | [WinEH] Emit the LSDA even if no lpads remain but outlining occurred | Reid Kleckner | 2015-07-13 | 1 | -6/+14 |
| * | Service the doxygen comments in DwarfUnit and DwarfDebug. | Adrian Prantl | 2015-07-13 | 2 | -148/+151 |
| * | Print the visibility of available_externally functions. | Rafael Espindola | 2015-07-13 | 1 | -1/+1 |
| * | [WinEH] Make sure LSDA tables are 4 byte aligned | Reid Kleckner | 2015-07-10 | 1 | -0/+2 |
| * | [CodeView] Add support for emitting column information | David Majnemer | 2015-07-09 | 2 | -10/+28 |
| * | Rename llvm.frameescape and llvm.framerecover to localescape and localrecover | Reid Kleckner | 2015-07-07 | 2 | -2/+2 |
| * | Remove JumpInstrTableInfo.h as it is no longer used. | Eric Christopher | 2015-07-06 | 1 | -1/+0 |
| * | Revert "[DWARF] Fix debug info generation for function static variables, type... | David Blaikie | 2015-07-01 | 6 | -62/+35 |
| * | [AsmPrinter] Hide implementation details | Benjamin Kramer | 2015-07-01 | 4 | -6/+6 |
| * | [DWARF] Fix debug info generation for function static variables, typedefs, an... | Michael Kuperstein | 2015-07-01 | 6 | -35/+62 |
| * | [SEH] Add new intrinsics for recovering and restoring parent frames | Reid Kleckner | 2015-06-30 | 2 | -15/+26 |
| * | Debug info: Add dwarf backend support for DIModule. | Adrian Prantl | 2015-06-30 | 3 | -0/+27 |
| * | [MMI] Use TinyPtrVector instead of PointerUnion with vector. | Benjamin Kramer | 2015-06-29 | 1 | -2/+1 |
| * | Revert "Debug Info: One more bitfield bugfix. While yesterday's r240853 fixed" | Adrian Prantl | 2015-06-27 | 1 | -18/+13 |
| * | Debug Info: One more bitfield bugfix. While yesterday's r240853 fixed | Adrian Prantl | 2015-06-27 | 1 | -16/+21 |
| * | Debug Info: Fix a bug in the DW_AT_bit_offset calculation that would | Adrian Prantl | 2015-06-26 | 1 | -13/+28 |
| * | Debug Info: Clarify the documentation for bitfields emission. | Adrian Prantl | 2015-06-26 | 1 | -2/+7 |
| * | AsmPrinter: Use an intrusively linked list for DIE::Children | Duncan P. N. Exon Smith | 2015-06-25 | 8 | -53/+47 |
| * | AsmPrinter: Convert DIE::Values to a linked list | Duncan P. N. Exon Smith | 2015-06-25 | 7 | -59/+66 |
| * | [AsmPrinter] Fix crash in handleIndirectSymViaGOTPCRel | Bruno Cardoso Lopes | 2015-06-25 | 1 | -2/+9 |
| * | AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC | Duncan P. N. Exon Smith | 2015-06-24 | 3 | -14/+13 |