Add a TargetMachine hook that verifies DataLayout compatibility
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
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...
2015-07-16 Mehdi AminiRedirect pointerSize query to the TargetMachine in...
2015-07-15 Paul RobinsonAdd a "debugger tuning" concept that allows us to fine...
2015-07-15 Adrian PrantlDebug Info: Add basic support for external types refere...
2015-07-14 Keno Fischer[CodeGen] Force emission of personality directive if...
2015-07-13 Reid Kleckner[WinEH] Emit the LSDA even if no lpads remain but outli...
2015-07-13 Adrian PrantlService the doxygen comments in DwarfUnit and DwarfDebug.
2015-07-13 Rafael EspindolaPrint the visibility of available_externally functions.
2015-07-10 Reid Kleckner[WinEH] Make sure LSDA tables are 4 byte aligned
2015-07-09 David Majnemer[CodeView] Add support for emitting column information
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-06 Eric ChristopherRemove JumpInstrTableInfo.h as it is no longer used.
2015-07-01 David BlaikieRevert "[DWARF] Fix debug info generation for function...
2015-07-01 Benjamin Kramer[AsmPrinter] Hide implementation details
2015-07-01 Michael Kuperstein[DWARF] Fix debug info generation for function static...
2015-06-30 Reid Kleckner[SEH] Add new intrinsics for recovering and restoring...
2015-06-30 Adrian PrantlDebug info: Add dwarf backend support for DIModule.
2015-06-29 Benjamin Kramer[MMI] Use TinyPtrVector instead of PointerUnion with...
2015-06-27 Adrian PrantlRevert "Debug Info: One more bitfield bugfix. While...
2015-06-27 Adrian PrantlDebug Info: One more bitfield bugfix. While yesterday...
2015-06-26 Adrian PrantlDebug Info: Fix a bug in the DW_AT_bit_offset calculati...
2015-06-26 Adrian PrantlDebug Info: Clarify the documentation for bitfields...
2015-06-25 Duncan P. N. Exon... AsmPrinter: Use an intrusively linked list for DIE...
2015-06-25 Duncan P. N. Exon... AsmPrinter: Convert DIE::Values to a linked list
2015-06-25 Bruno Cardoso Lopes[AsmPrinter] Fix crash in handleIndirectSymViaGOTPCRel
2015-06-24 Duncan P. N. Exon... AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-21 Duncan P. N. Exon... AsmPrinter: Don't emit empty .debug_loc entries
2015-06-21 Duncan P. N. Exon... AsmPrinter: Rewrite initialization of DbgVariable, NFC
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-18 David Majnemer[CodeGen] Don't emit a random reference to the personal...
2015-06-17 Benjamin Kramer[AsmPrinter] Make isRepeatedByteSequence smarter about...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-16 Rafael EspindolaRename and improve emitSectionOffset.
2015-06-16 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-15 Adrian PrantlDebug Info IR: Switch DIObjCProperty to use DITypeRef.
2015-06-14 NAKAMURA TakumiAsmPrinter.cpp: Avoid crashes for targeting like "arm...
2015-06-14 NAKAMURA TakumiReformat.
2015-06-11 Reid Kleckner[WinEH] Put finally pointers in the handler scope table...
2015-06-11 Reid Kleckner[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
2015-06-11 Rafael EspindolaGeneralize emitAbsoluteSymbolDiff.
2015-06-11 Pete CooperRemove MachineModuleInfo::UsedFunctions as it has no...
2015-06-10 Reid Kleckner[WinEH] _except_handlerN uses 0 instead of 1 to indicat...
2015-06-10 Reid KlecknerRemove safeseh debug print and remove extra braces
2015-06-10 Reid Kleckner[WinEH] Emit .safeseh directives for all 32-bit excepti...
2015-06-10 Reid KlecknerFix -Wsign-compare warning in WinException.cpp
2015-06-09 Reid Kleckner[WinEH] Add 32-bit SEH state table emission prototype
2015-06-09 David BlaikieRevert "[DWARF] Fix a few corner cases in expression...
2015-06-09 Keno Fischer[DWARF] Fix a few corner cases in expression emission
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-02 Rafael EspindolaCreate a MCSymbolELF.
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-29 Reid Kleckner[WinEH] Emit EH tables for __CxxFrameHandler3 on 32...
2015-05-28 Reid KlecknerRename Win64Exception.(cpp|h) to WinException.(cpp|h)
2015-05-28 Duncan P. N. Exon... AsmPrinter: Stop exposing underlying DIE children list...
2015-05-28 Duncan P. N. Exon... AsmPrinter: Rename begin_values() => values_begin(...
2015-05-28 Benjamin Kramer[AsmPrinter] Destroy allocated DIEAbbrevs on teardown.
2015-05-27 Duncan P. N. Exon... AsmPrinter: Avoid a warning in NDEBUG, NFC
2015-05-27 Duncan P. N. Exon... AsmPrinter: Return added DIE from DIE::addChild()
2015-05-27 Duncan P. N. Exon... AsmPrinter: Stop exposing underlying DIEValue list...
2015-05-27 Duncan P. N. Exon... AsmPrinter: Remove DIEHash::AttrEntry, NFC
2015-05-27 Duncan P. N. Exon... AsmPrinter: Store abbreviation data directly in DIE...
2015-05-27 Duncan P. N. Exon... Reapply "AsmPrinter: Change DIEValue to be stored by...
2015-05-27 Duncan P. N. Exon... AsmPrinter: Introduce DIEValue.def, NFC
2015-05-27 Duncan P. N. Exon... Revert "AsmPrinter: Change DIEValue to be stored by...
2015-05-27 Duncan P. N. Exon... AsmPrinter: Change DIEValue to be stored by value
2015-05-27 Rafael EspindolaUse operator<< instead of print in a few more places.
2015-05-26 Adrian PrantlUse "auto &" in range-based for-loop and remove the...
2015-05-26 Adrian PrantlFix a use-after-free in a DEBUG output.
2015-05-24 Duncan P. N. Exon... AsmPrinter: Avoid creating symbols in DwarfStringPool
2015-05-24 Duncan P. N. Exon... AsmPrinter: Prune an include, NFC
2015-05-24 Duncan P. N. Exon... AsmPrinter: Remove dead code, NFC
2015-05-24 Duncan P. N. Exon... AsmPrinter: Avoid EmitLabelDifference() in DwarfAccelTable
2015-05-24 Duncan P. N. Exon... AsmPrinter: Use DwarfStringPoolEntry in DwarfAccelTable...
2015-05-24 Duncan P. N. Exon... AsmPrinter: Make DIEString small
2015-05-24 Duncan P. N. Exon... AsmPrinter: Extract DwarfStringPoolEntry from DwarfStri...
2015-05-24 Duncan P. N. Exon... AsmPrinter: Emit the DwarfStringPool offset directly...
2015-05-24 Duncan P. N. Exon... AsmPrinter: Refactor DwarfStringPool::getEntry(), NFC
2015-05-23 Aaron BallmanSilencing a spurious -Wreturn-type warning; NFC.
2015-05-23 Duncan P. N. Exon... AsmPrinter: Remove the vtable-entry from DIEValue
2015-05-23 Duncan P. N. Exon... CodeGen: Remove redundant DIETypeSignature::dump()...
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-21 Duncan P. N. Exon... AsmPrinter: Compute absolute label difference directly
2015-05-20 Pete CooperDon't generate comments in the DebugLocStream unless...
next