[RS4GC] Fix rematerialization of bitcast of bitcast.
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2015-12-27 David Majnemer[WinEH] Add comments explaining the EH tables
2015-12-25 David Majnemer[CodeGen] Use generic printAsOperand machinery instead...
2015-12-22 Keno Fischer[ASMPrinter] Fix missing handling of DW_OP_bit_piece
2015-12-19 Keno FischerClean up the processing of dbg.value in various places
2015-12-16 Paul RobinsonSet debugger tuning from TargetOptions (NFC)
2015-12-15 Reid Kleckner[WinEH] Make llvm.x86.seh.recoverfp work on x64
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-08 Justin BognerAsmPrinter: Use emitGlobalConstantFP to emit elements...
2015-12-04 Evgeniy StepanovEmit function alias to data as a function symbol.
2015-12-03 Justin BognerAsmPrinter: Simplify emitting FP elements in sequential...
2015-12-02 Reid KlecknerUse std::string instead of strdup() and free() in WinCo...
2015-11-24 Davide Italiano[DIE] Make DIE.h NDEBUG conditional-free.
2015-11-18 Rafael EspindolaStop producing .data.rel sections.
2015-11-18 David BlaikieGeneralize ownership/passing semantics to allow dsymuti...
2015-11-17 Reid Kleckner[WinEH] Move WinEHFuncInfo from MachineModuleInfo to...
2015-11-17 Dan GohmanUse TargetRegisterInfo for printing MachineOperand...
2015-11-17 Rafael EspindolaDrop prelink support.
2015-11-16 Keno Fischer[DIBuilder] Make createReferenceType take size and...
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-11-11 Dehao Chenclang-format lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
2015-11-11 Dehao ChenEmit discriminator for inlined callsites.
2015-11-07 Yaron KerenErase unused FunctionDIs variables after r252219.
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-05 Reid Kleckner[WinEH] Fix funclet prologues with stack realignment
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-03 Rafael EspindolaDelete dead code.
2015-11-03 Michael Kuperstein[X86] Generate .cfi_adjust_cfa_offset correctly when...
2015-10-28 Tim NorthoverARM: support .watchos_version_min and .tvos_version_min.
2015-10-26 Ivan KrasinFix indents. It's a follow up to r251353.
2015-10-26 Ivan KrasinMove imported entities into DwarfCompilationUnit to...
2015-10-23 Joseph Tremoulet[CodeGen] Mark setjmp/catchret MBBs address-taken
2015-10-21 David Majnemer[WinEH] Remove extraneous call to emitEHRegistrationOff...
2015-10-20 Duncan P. N. Exon... AsmPrinter: Remove implicit ilist iterator conversion...
2015-10-16 Reid Kleckner[WinEH] Fix stack alignment in funclets and ParentFrame...
2015-10-15 Adrian PrantlReplace a forward declaration with an #include.
2015-10-15 Benjamin Kramer[AsmPrinter] Prune dead code. NFC.
2015-10-13 Joseph Tremoulet[WinEH] Add CoreCLR EH table emission
2015-10-13 Joseph Tremoulet[WinEH] Iterate state changes instead of invokes
2015-10-12 David Majnemer[WinEH] Remove CatchObjRecoverIdx
2015-10-10 David Majnemer[WinEH] Remove more dead code
2015-10-09 Reid Kleckner[WinEH] Delete the old landingpad implementation of...
2015-10-09 Reid Kleckner[SEH] Update SEH codegen tests to use the new IR
2015-10-09 Reid Kleckner[SEH] Fix _except_handler4 table base states
2015-10-09 Reid Kleckner[SEH] Remember to emit the last invoke range for SEH
2015-10-08 Michael KupersteinDo not assert on first non-prologue instruction being...
2015-10-07 David Majnemer[WinEH] Refer to filter funclets using their symbol...
2015-10-07 Reid Kleckner[WinEH] Undo the effect of r249578 for 32-bit
2015-10-07 Reid Kleckner[WinEH] Fix two minor issues in __CxxFrameHandler3...
2015-10-07 Michael Kuperstein[X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting...
2015-10-07 David BlaikieDebugInfo: Include the decl_line/decl_file in subprogra...
2015-10-06 Joseph Tremoulet[WinEH] Recognize CoreCLR personality function
2015-10-05 Benjamin KramerMove helper classes into an anonymous namespace. NFC.
2015-10-02 Richard TrieuCall the correct overload.
2015-10-01 Reid Kleckner[WinEH] Emit __C_specific_handler tables for the new IR
2015-09-30 Evgeniy StepanovFix debug info with SafeStack.
2015-09-29 David Majnemer[WinEH] Teach AsmPrinter about funclets
2015-09-28 Reid Kleckner[WinEH] Fix ip2state table emission with funclets
2015-09-28 Craig TopperRemove 'const' from some ArrayRefs. ArrayRefs are alrea...
2015-09-22 Adrian PrantlDebug Info: Emit the dwo_name only in skeleton CUs...
2015-09-19 Maksim PanchenkoTest commit. Fix comment. NFC.
2015-09-16 Reid Kleckner[WinEH] Rip out the landingpad-based C++ EH state numbe...
2015-09-16 Reid Kleckner[WinEH] Pull Adjectives and CatchObj out of the catchpa...
2015-09-14 Adrian PrantlDwarfDebug: Emit dwo_id+dwo_name for DICompileUnits...
2015-09-12 Bruce MitchenerFix typos.
2015-09-11 David Majnemer[X86] Make sure startproc/endproc are paired
2015-09-10 Adrian PrantlDebug Info: Allow a DIModule to appear as the scope...
2015-09-10 Reid Kleckner[WinEH] Add codegen support for cleanuppad and cleanupret
2015-09-09 Reid Kleckner[SEH] Emit 32-bit SEH tables for the new EH IR
2015-09-08 Reid Kleckner[WinEH] Emit prologues and epilogues for funclets
2015-08-31 Reid Kleckner[EH] Handle non-Function personalities like unknown...
2015-08-28 Duncan P. N. Exon... AsmPrinter: Allow null subroutine type
2015-08-27 Reid Kleckner[WinEH] Add some support for code generating catchpad
2015-08-18 David Majnemer[WinEH] Calculate state numbers for the new EH represen...
2015-08-12 John BrawnRedo "Make global aliases have symbol size equal to...
2015-08-11 Paul RobinsonMake DW_AT_[MIPS_]linkage_name optional, and off by...
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-07 Frederic Riss[MC/Dwarf] Allow to specify custom parameters for linet...
2015-08-07 John BrawnRevert "Make global aliases have symbol size equal...
2015-08-05 Reid KlecknerIf the "CodeView" module flag is set, emit codeview...
2015-08-03 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-02 Duncan P. N. Exon... AsmPrinter: Split out non-DIE printing from DIE::print...
2015-08-02 Duncan P. N. Exon... AsmPrinter: Take DIEValueList in some DwarfUnit API...
2015-08-02 Duncan P. N. Exon... AsmPrinter: Change DIEValueList to a subclass of DIE...
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-29 Pete CooperReapply "Add reverse(ContainerTy) range adapter."
2015-07-29 Pete CooperRevert "Add reverse(ContainerTy) range adapter."
2015-07-29 Pete CooperAdd reverse(ContainerTy) range adapter.
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-24 Pete CooperUse make_range(rbegin(), rend()) to allow foreach loops...
2015-07-24 Duncan P. N. Exon... AsmPrinter: Use DICompositeType in updateAcceleratorTab...
2015-07-24 Duncan P. N. Exon... DI: Clarify isUnsignedDIType(), NFC
2015-07-24 Duncan P. N. Exon... DI: Strengthen block-byref cast to DIDerivedType, NFC
2015-07-24 Duncan P. N. Exon... DI: Only DICompositeType has getElements(), NFC
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-21 Bruno Cardoso Lopes[AsmPrinter] Check for valid constants in handleIndirec...
2015-07-17 John BrawnMake global aliases have symbol size equal to their...
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-16 Mehdi AminiRemove DataLayout from TargetLoweringObjectFile, redire...
next