Support standard DWARF TLS opcode; Darwin and PS4 use it.
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2015-03-04 Paul RobinsonSupport standard DWARF TLS opcode; Darwin and PS4 use it.
2015-03-04 Adrian PrantlFix DwarfExpression::AddMachineRegExpression so it...
2015-03-04 Frederic RissMove emitDIE and emitAbbrevs to AsmPrinter. NFC.
2015-03-04 Frederic RissConstify AsmPrinter passed to DIE methods.
2015-03-04 Rafael EspindolaUse the vanilla func_end symbol for .size.
2015-03-04 Rafael EspindolaDrop the "eh_" from eh_func_begin and eh_func_end.
2015-03-03 Adrian PrantlFix PR22762. When emitting a DWARF expression check...
2015-03-03 Dario DomizioliFix PR22750: non-determinism causes assertion failure...
2015-03-02 Adrian PrantlRevert "Revert "For the dwarf expression code get the...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Rui UeyamaUse read{16,32,64}{le,be}() instead of *reinterpret_cas...
2015-03-02 Adrian PrantlRevert "Refactor DebugLocDWARFExpression so it doesn...
2015-03-02 Adrian PrantlRevert "For the dwarf expression code get the subtarget...
2015-03-02 Eric ChristopherFor the dwarf expression code get the subtarget off...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Nico WeberRevert r230930, it caused PR22747.
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-02-28 Benjamin KramerDwarfAccelTable: We know how many hashes we have in...
2015-02-27 Eric ChristopherRemove the Forward Control Flow Integrity pass and...
2015-02-27 Rafael EspindolaCentralize handling of the eh_begin and eh_end labels.
2015-02-26 Rafael EspindolaSimplify arange output.
2015-02-23 Bruno Cardoso Lopes[AsmPrinter] Access pointers to globals via pcrel GOT...
2015-02-21 Eric ChristopherUnconditionally create a new MCInstrInfo in the asm...
2015-02-20 Eric ChristopherUsed the cached subtarget off of the MachineFunction.
2015-02-20 Nick LewyckyFix build with gcc. This has a -Wsequence-point error...
2015-02-20 Eric ChristopherRemove more uses of TargetMachine::getSubtargetImpl...
2015-02-20 Eric ChristopherAsmPrinter::doFinalization is at the module level and...
2015-02-20 Eric ChristopherRemove the MCInstrInfo cached variable as it was only...
2015-02-20 Eric ChristopherThis needs to be a const variable so the two sides...
2015-02-19 Eric ChristopherOnly use the initialized MCInstrInfo if it's been initi...
2015-02-19 Eric ChristopherMigrate away a use of the subtarget (and TargetMachine...
2015-02-19 Eric ChristopherMCTargetOptions reside on the TargetMachine that we...
2015-02-19 Eric ChristopherRemove a call to TargetMachine::getSubtarget from the...
2015-02-19 Eric ChristopherRemove unused argument from emitInlineAsmStart.
2015-02-19 Eric ChristopherUpdate and remove a few calls to TargetMachine::getSubt...
2015-02-17 Rafael EspindolaTwines should be passed by const ref.
2015-02-17 Rafael EspindolaAdd r228939 back with a fix.
2015-02-17 Duncan P. N. Exon... AsmPrinter: Take range in DwarfExpression::AddExpressio...
2015-02-17 Eric ChristopherMake the ARM AsmPrinter independent of global subtarget
2015-02-17 Eric Christopher80-column fixups.
2015-02-17 Duncan P. N. Exon... AsmPrinter: Use DIExpression default constructor, NFC
2015-02-17 Duncan P. N. Exon... AsmPrinter: Stop creating DebugLocs
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-14 Matthias BraunRevert "On ELF, put PIC jump tables in a non executable...
2015-02-14 Reid KlecknerUnify the two EH personality classification routines...
2015-02-12 Rafael EspindolaOn ELF, put PIC jump tables in a non executable section.
2015-02-12 Rafael EspindolaPut each jump table in an independent section if the...
2015-02-10 Adrian PrantlDebug Info: Support variables that are described by...
2015-02-10 Adrian PrantlFix indentation.
2015-02-09 Adrian PrantlDebug info: Use DW_OP_bit_piece instead of DW_OP_piece...
2015-02-09 Duncan P. N. Exon... DebugInfo: Remove DW_TAG_constant
2015-02-07 Bruce MitchenerAdd more DWARF 5 language constants.
2015-02-03 Eric ChristopherOnly access TLOF via the TargetMachine, not TargetLowering.
2015-02-02 Rafael EspindolaMove simple case earlier and use a continue.
2015-02-02 Adrian PrantlDebug Info: Relax assertion in isUnsignedDIType() to...
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-28 David BlaikieAdd description to assert
2015-01-28 David BlaikiePR22356: DebugInfo: Handle the size of a member where...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-25 Adrian PrantlDebug info: Fix PR22296 by omitting the DW_AT_location...
2015-01-24 Saleem AbdulrasoolCodeGen: drive-by formatting clean ups
2015-01-23 Reid KlecknerFix assertion when C++ EH filters are present in functi...
2015-01-23 Adrian PrantlAddress more review comments for DIExpression::iterator.
2015-01-23 Adrian PrantlMove the accessor functions from DIExpression::iterato...
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-23 Adrian PrantlDebug Info / PR22309: Allow union types to be emitted...
2015-01-22 David BlaikieRevert "PR21408: Workaround the appearance of duplicate...
2015-01-22 Adrian PrantlRename DIExpressionIterator to DIExpression::iterator.
2015-01-22 Reid KlecknerWin64 SEH: Emit the constant 1 for catch-all into xdata
2015-01-22 Adrian PrantlMake DwarfExpression use the new DIExpressionIterator...
2015-01-19 Adrian PrantlRemove support for DIVariable's FlagIndirectVariable...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-16 Philip Reamesclang-format all the GC related files (NFC)
2015-01-15 NAKAMURA TakumiWin64Exception.cpp: Try to fix crash for x64 EH. "Per...
2015-01-14 Reid KlecknerUse MMI->getPersonality() instead of MMI->getPersonalit...
2015-01-14 Reid KlecknerEmit the Itanium LSDA for unknown EH personalities...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Reid KlecknerCodeGen support for x86_64 SEH catch handlers in LLVM
2015-01-14 Adrian PrantlDebug Info: Implement DwarfCompileUnit::addComplexAddre...
2015-01-14 Adrian PrantlDebug Info: Emitting a register in DwarfExpression...
2015-01-14 Adrian PrantlDebug Info: Move DIEDwarfExpression into DwarfExpressio...
2015-01-14 Adrian PrantlDebug Info: Don't bother emitting DW_AT_frame_base...
2015-01-14 Adrian PrantlRevert "Debug Info: Bail out of AddMachineRegPiece...
2015-01-13 Adrian PrantlDebug Info: Bail out of AddMachineRegPiece() if Machine...
2015-01-13 Adrian PrantlDebug Info: Move the complex expression handling (...
2015-01-13 Adrian Prantlcleanup.
2015-01-13 Adrian PrantlDocument, cleanup, and clang-format DwarfExpression.h
2015-01-13 Adrian PrantlDebug Info: Turn DIExpression::getFrameRegister() into...
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2015-01-13 Adrian PrantlDebug Info: Move support for constants into DwarfExpres...
2015-01-12 Adrian PrantlMake DwarfExpression store the AsmPrinter instead of...
2015-01-12 Adrian Prantlremove extra semicolon
2015-01-12 Adrian PrantlRun clang-format on the parts of AsmPrinterDwarf where...
2015-01-12 Adrian PrantlDebug Info: Add a virtual destructor to DwarfExpression.
2015-01-12 Adrian PrantlUntwine this expression. Thanks to David for noticing!
2015-01-12 Adrian PrantlDebug Info: Implement DwarfUnit::addRegisterOpPiece...
2015-01-12 Adrian PrantlDebug Info: Implement DwarfUnit::addRegisterOffset...
2015-01-12 Adrian PrantlDebug info: Factor out the creation of DWARF expression...
2015-01-07 Adrian PrantlUpdate a comment.
2015-01-07 Adrian PrantlDebug info: Allow aggregate types to be described by...
next