| Commit message (Expand) | Author | Age | Files | Lines |
| * | Call the correct overload. | Richard Trieu | 2015-10-02 | 1 | -2/+4 |
| * | [WinEH] Emit __C_specific_handler tables for the new IR | Reid Kleckner | 2015-10-01 | 2 | -54/+199 |
| * | Fix debug info with SafeStack. | Evgeniy Stepanov | 2015-09-30 | 1 | -3/+12 |
| * | [WinEH] Teach AsmPrinter about funclets | David Majnemer | 2015-09-29 | 4 | -30/+141 |
| * | [WinEH] Fix ip2state table emission with funclets | Reid Kleckner | 2015-09-28 | 3 | -55/+71 |
| * | Remove 'const' from some ArrayRefs. ArrayRefs are already immutable. NFC | Craig Topper | 2015-09-28 | 1 | -2/+2 |
| * | Debug Info: Emit the dwo_name only in skeleton CUs, not in DWOs. | Adrian Prantl | 2015-09-22 | 1 | -3/+5 |
| * | Test commit. Fix comment. NFC. | Maksim Panchenko | 2015-09-19 | 1 | -1/+1 |
| * | [WinEH] Rip out the landingpad-based C++ EH state numbering code | Reid Kleckner | 2015-09-16 | 2 | -86/+30 |
| * | [WinEH] Pull Adjectives and CatchObj out of the catchpad arg list | Reid Kleckner | 2015-09-16 | 1 | -0/+10 |
| * | DwarfDebug: Emit dwo_id+dwo_name for DICompileUnits that provide a dwoId. | Adrian Prantl | 2015-09-14 | 1 | -0/+8 |
| * | Fix typos. | Bruce Mitchener | 2015-09-12 | 1 | -2/+2 |
| * | [X86] Make sure startproc/endproc are paired | David Majnemer | 2015-09-11 | 1 | -1/+1 |
| * | Debug Info: Allow a DIModule to appear as the scope of other entities. | Adrian Prantl | 2015-09-10 | 1 | -0/+2 |
| * | [WinEH] Add codegen support for cleanuppad and cleanupret | Reid Kleckner | 2015-09-10 | 1 | -4/+6 |
| * | [SEH] Emit 32-bit SEH tables for the new EH IR | Reid Kleckner | 2015-09-09 | 2 | -14/+40 |
| * | [WinEH] Emit prologues and epilogues for funclets | Reid Kleckner | 2015-09-08 | 1 | -6/+14 |
| * | [EH] Handle non-Function personalities like unknown personalities | Reid Kleckner | 2015-08-31 | 2 | -6/+3 |
| * | AsmPrinter: Allow null subroutine type | Duncan P. N. Exon Smith | 2015-08-28 | 1 | -4/+3 |
| * | [WinEH] Add some support for code generating catchpad | Reid Kleckner | 2015-08-27 | 2 | -24/+39 |
| * | [WinEH] Calculate state numbers for the new EH representation | David Majnemer | 2015-08-18 | 2 | -6/+7 |
| * | Redo "Make global aliases have symbol size equal to their type" | John Brawn | 2015-08-12 | 1 | -0/+14 |
| * | Make DW_AT_[MIPS_]linkage_name optional, and off by default for SCE. | Paul Robinson | 2015-08-11 | 3 | -1/+21 |
| * | 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 |