Replace getOrCreateSectionData with registerSection.
[oota-llvm.git] / include /
2015-05-26 Rafael EspindolaReplace getOrCreateSectionData with registerSection.
2015-05-26 Rafael EspindolaRemove dead forward declaration.
2015-05-26 Rafael EspindolaHave getCurrentSectionData return a MCSection.
2015-05-26 Daniel SandersFix warning introduced in r238190 about lack of virtual...
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-26 Daniel Sanders[mips] Make TTypeEncoding indirect to allow .eh_frame...
2015-05-26 Simon Atanasyan[mips] Move some structures represent MIPS specific...
2015-05-26 Craig Topper[TableGen] Remove unnecessary include and just forward...
2015-05-26 Rafael EspindolaRemove most uses of MCSectionData from MCAssembler.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCAsmLayout.h.
2015-05-26 Rafael EspindolaDelete dead code.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCMachObjectWriter.h.
2015-05-26 Rafael EspindolaRemove dead forward declaration.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCExpr.h.
2015-05-26 Rafael EspindolaReturn a MCSection from MCFragment::getParent().
2015-05-25 Rafael EspindolaStore a MCSection in MCFragment.
2015-05-25 Rafael EspindolaTurn MCSectionData into a field of MCSection.
2015-05-25 Rafael EspindolaMove MCSectionData to MCSection.h.
2015-05-25 Rafael EspindolaRemove dead code. NFC.
2015-05-25 Rafael EspindolaInsert MCSectionData into the section list directly...
2015-05-25 Rafael EspindolaMove HasInstructions to MCSection.
2015-05-25 Kit BartonThis patch adds support for the vector quadword add...
2015-05-25 Rafael EspindolaMove bundle info from MCSectionData to MCSection.
2015-05-25 Rafael EspindolaAdd a isBundleLocked helper to MCELFStreamer.
2015-05-25 Rafael EspindolaMove LayoutOrder to MCSection.
2015-05-25 Rafael EspindolaUse a simple initial value for the ordinal.
2015-05-25 Rafael EspindolaStop forwarding getOrdinal and setOrdinal.
2015-05-25 Rafael EspindolaUse default member initializes. NFC.
2015-05-25 Rafael EspindolaMove Ordinal from MCSectionData to MCSection. NFC.
2015-05-25 NAKAMURA TakumiPrune CRLFs.
2015-05-24 Duncan P. N. Exon... AsmPrinter: Make DIEValue::Ty private, NFC
2015-05-24 Duncan P. N. Exon... AsmPrinter: Avoid creating symbols in DwarfStringPool
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 Vince HarronRemove log2 dependency when building against Android...
2015-05-24 Matt ArsenaultAdd target hook to allow merging stores of nonzero...
2015-05-23 Davide Italiano[Support/ELF] Add missing DF_1_XXX bits.
2015-05-23 Benjamin Kramer[AArch64] Move AArch64TargetStreamer out of MCStreamer.h
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-23 Akira HatanakaStop resetting NoFramePointerElim in TargetMachine...
2015-05-23 Akira HatanakaSimplify and rename function overrideFunctionAttributes...
2015-05-23 Rafael EspindolaRevert "make reciprocal estimate code generation more...
2015-05-22 Philip ReamesExtend EarlyCSE to handle basic cases from JumpThreadin...
2015-05-22 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-05-22 Renato GolinAdding profile and version parsers to ARMTargetParser
2015-05-22 Sanjay Patelremove names from comments, fix typos; NFC
2015-05-22 Sanjay Patelfix typo, 80-col; NFC
2015-05-22 Sanjay Patelfix typo in comment; NFC
2015-05-22 NAKAMURA TakumiReapply part of r237975, "Fix Clang -Wmissing-override...
2015-05-22 Puyan LotfiCompile time improvements to VirtRegRewriter.
2015-05-22 NAKAMURA TakumiRevert r237954, "Resubmit r237708 (MIR Serialization...
2015-05-22 Duncan P. N. Exon... MC: Shave a pointer off of MCSymbol::Name
2015-05-22 Tobias GrosserRevert "Fix Clang -Wmissing-override warning"
2015-05-22 Duncan P. N. Exon... MC: Pack MCSymbol::Index in with the bitfield in MCSymbol
2015-05-22 Duncan P. N. Exon... MC: Lift MCSymbolData::Index up to MCSymbol::Index...
2015-05-22 NAKAMURA TakumiRevert part of r237975, "Fix Clang -Wmissing-override...
2015-05-22 Duncan P. N. Exon... SDAG: Give SDDbgValues their own allocator (and reset it)
2015-05-22 Tobias GrosserRevert "unique_ptrify LoadedObjectInfo::clone"
2015-05-22 David Blaikieunique_ptrify LoadedObjectInfo::clone
2015-05-22 David BlaikieFix Clang -Wmissing-override warning
2015-05-21 Michael J. Spencer[Support] Fix ErrorOr equality operator.
2015-05-21 Sanjay Patelfix typos, remove function names from comments, NFC
2015-05-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2015-05-21 David Blaikie[opaque pointer type] Allow gep_type_iterator to work...
2015-05-21 Rafael EspindolaStop forwarding (get|set)Aligment from MCSectionData...
2015-05-21 Chad Rosier[MachineInstr] Add mayLoadOrStore API. NFC.
2015-05-21 Alex LorenzResubmit r237708 (MIR Serialization: print and parse...
2015-05-21 Adrian PrantlIR / debug info: Add a DWOId field to DICompileUnit,
2015-05-21 Peter CollingbourneRevert r237766, "Support: Introduce LLVM_FALLTHROUGH...
2015-05-21 Derek SchuffFix StreamingMemoryObject to respect known object size.
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-21 Rafael EspindolaAvoid unnecessary section switching. NFC.
2015-05-21 Rafael EspindolaRemove yet another method of creating begin and end...
2015-05-21 Sanjay Pateldon't repeat function names in comments; NFC
2015-05-21 Pete CooperSize enum so we can store it as 16-bits and avoid casts...
2015-05-21 Rafael EspindolaUse existing helper for adding a section. NFC.
2015-05-21 Renato GolinMake Triple::parseARMArch use ARMTargetParser
2015-05-21 Duncan P. N. Exon... AsmPrinter: Compute absolute label difference directly
2015-05-21 Duncan P. N. Exon... MC: Initialize MCSymbolData::Offset directly
2015-05-21 Duncan P. N. Exon... MC: Simplify MCSymbolData initialization and remove...
2015-05-21 Duncan P. N. Exon... MC: Make MCSymbolData::Symbol private
2015-05-20 Andrew Kaylor[WinEH] C++ EH state numbering fixes
2015-05-20 Reid Kleckner[WinEH] Store pointers to the LSDA in the exception...
2015-05-20 David Blaikie[opaque pointer type] Pass explicit type to Load instru...
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in LocalCommon, NFC
2015-05-20 Pete CooperChange Function::getIntrinsicID() to return an Intrinsi...
2015-05-20 Duncan P. N. Exon... MC: Update MCAssembler to use MCSymbol, NFC
2015-05-20 Benjamin Kramer[YAML] Make Node's destructor non-virtual.
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in MachObjectWriter, NFC
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in MCObjectWriter::isWeak(), NFC
2015-05-20 Renato GolinGet Triple::getARMCPUForArch() to use TargetParser
2015-05-20 Daniel SandersRevert r237789 - [mips] The naming convention for priva...
2015-05-20 Daniel Sanders[mips] The naming convention for private labels is...
2015-05-20 Igor Laevsky[StatepointLowering] Support of the gc.relocates for...
2015-05-20 Craig Topper[TableGen] Make some variable names consistent with...
2015-05-20 Craig Topper[TableGen] Don't override convertValue for some of...
2015-05-20 Peter CollingbourneSupport: Introduce LLVM_FALLTHROUGH macro.
next