Fix relocation selection for foo-. on mips.
[oota-llvm.git] / include /
2015-06-01 Artur PilipenkoAdd isConstant argument to MDBuilder::createTBAAStructT...
2015-06-01 Colin LeMahieu[Hexagon] Adding basic ELF relocation generation and...
2015-06-01 Rafael EspindolaThe fragment implies the section, don't store both.
2015-06-01 Craig Topper[TableGen] Move a couple virtual methods out of line...
2015-06-01 Craig Topper[TableGen] Remove unnecessary explicit initialization...
2015-06-01 Craig Topper[TableGen] Remove unnecessary forward declarations...
2015-06-01 Matt ArsenaultAdd address space argument to isLegalAddressingMode
2015-06-01 David Blaikie[opaque pointer type] Explicitly store the pointee...
2015-06-01 Rafael EspindolaRename HasData to IsRegistered.
2015-06-01 Rafael EspindolaRemove trivial forwarding function.
2015-06-01 Rafael EspindolaStore a bit in MCSection saying if it was registered...
2015-06-01 Rafael EspindolaUse a bitfield. NFC.
2015-06-01 Rafael EspindolaUse a 32 bit field for the symbol index.
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2015-06-01 David Majnemer[PHITransAddr] Don't translate unreachable values
2015-05-31 Rafael EspindolaSimplify interface of function that doesn't fail.
2015-05-31 Keno Fischer[DWARF] Fix a bug in line info handling
2015-05-30 Keno FischerAdd RelocVisitor support for MachO
2015-05-30 Colin LeMahieu[MC] Allow backends to decide relaxation for unresolved...
2015-05-30 Benjamin Kramer[MC] Reorder MCSymbol members to reduce padding.
2015-05-30 Renato Golin[ARMTargetParser] Move IAS arch ext parser. NFC
2015-05-30 Craig Topper[TableGen] Merge RecTy::typeIsConvertibleTo and RecTy...
2015-05-30 Craig Topper[TableGen] Remove all the variations of RecTy::convertV...
2015-05-30 David Majnemer[WinCOFF] Add support for the .safeseh directive
2015-05-30 Chandler Carruth[sdag] Add the helper I most want to the DAG -- buildin...
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-29 Rafael EspindolaRemove getData.
2015-05-29 Rafael EspindolaRemove the MCSymbolData typedef.
2015-05-29 Rafael EspindolaMerge MCSymbol and MCSymbolData.
2015-05-29 Rafael EspindolaRename getOrCreateSymbolData to registerSymbol and...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-29 Rafael EspindolaMove Flags from MCSymbolData to MCSymbol.
2015-05-29 Rafael EspindolaPass MCSymbols to the helper functions in MCELF.h.
2015-05-29 Rafael EspindolaUse an explicitly defaulted constructor.
2015-05-29 Rafael EspindolaPass a MCSymbol to needsRelocateWithSymbol.
2015-05-29 Frederic Riss[YAMLIO] Make line-wrapping configurable and test it.
2015-05-29 Rafael EspindolaMove common symbol related information from MCSectionDa...
2015-05-29 Rafael EspindolaStore MCSymbols in PendingLabels.
2015-05-29 Rafael EspindolaMove SymbolSize from MCSymbolData to MCSymbol.
2015-05-29 Jingyue Wu[DependenceAnalysis] Extend unifySubscriptType for...
2015-05-29 Craig Topper[TableGen] Remove convertValue functions for UnOpInit...
2015-05-29 Matthias BraunCodeGen: Use mop_iterator instead of MIOperands/ConstMI...
2015-05-28 Matthias BraunMachineFrameInfo: Simplify pristine register calculation.
2015-05-28 Alex LorenzMIR Serialization: print and parse machine function...
2015-05-28 Chris BienemanFixing broken bots after r238505.
2015-05-28 Reid Kleckner[WinEH] Start inserting state number stores for C++ EH
2015-05-28 Chris BienemanFixing the polly build.
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-28 Chris BienemanRe-landing "Refactoring cl::list_storage from "is a...
2015-05-28 Chris BienemanRevert "Refactoring cl::list_storage from "is a" to...
2015-05-28 Chris BienemanRefactoring cl::list_storage from "is a" to "has a...
2015-05-28 Alexey SamsonovObject, ELF: Use error code instead of calling report_f...
2015-05-28 Duncan P. N. Exon... AsmPrinter: Stop exposing underlying DIE children list...
2015-05-28 Pete CooperAdd BranchProbabilityInfo::releaseMemory to clear the...
2015-05-28 Duncan P. N. Exon... AsmPrinter: Rename begin_values() => values_begin(...
2015-05-28 Colin LeMahieu[llvm] Parameterizing the output stream for dumpbytes...
2015-05-28 Owen AndersonAdd support for the convergent flag at the MC and Machi...
2015-05-28 Duncan P. N. Exon... AsmPrinter: Suppress warnings on GCC from r238362, NFC
2015-05-28 Rafael EspindolaUse range loops for accessing file names. NFC.
2015-05-28 Owen AndersonExpand the Flags field of MCInstrDesc to 64 bits, while...
2015-05-28 Ed MasteDebugInfo: .debug_line DWARF64 support
2015-05-28 Renato Golin[ARMTargetParser] Adding sub-arch information for Clang...
2015-05-28 Renato Golin[ARMTargetParser] Adding a few more CPUs for Clang...
2015-05-28 Chandler Carruth[omp] Add a configuration variable for the default...
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: 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 Rafael EspindolaRename and move getCurrentSectionData.
2015-05-27 Rafael EspindolaThere is only one current section.
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 Duncan P. N. Exon... AsmPrinter: Reorganize DIE.h, NFC
2015-05-27 Renato GolinARMTargetParser: Normalising build attributes
2015-05-27 Alex LorenzResubmit r237954 (MIR Serialization: print and parse...
2015-05-27 Rafael EspindolaDelete MCSectionData.
2015-05-27 Rafael EspindolaDelete dead code. NFC.
2015-05-27 Rafael EspindolaMove getSubsectionInsertionPoint to MCSection.
2015-05-27 Chandler CarruthRevert r238305: [PM] Use a simpler technique to drop...
2015-05-27 Chandler Carruth[PM] Use a simpler technique to drop optional analysis...
2015-05-27 Daniel SandersRevert r238190 and r238197: [mips] Make TTypeEncoding...
2015-05-27 Quentin Colombet[ShrinkWrap] Add a target hook to check whether or not
2015-05-27 Matthias BraunMachineBasicBlock: Cleanup computeRegisterLiveness()
2015-05-27 Rui UeyamaObject/COFF: Add accessors for import header bitfields.
2015-05-27 Rui UeyamaObject/COFF: Add coff_import_header.
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-26 Rafael Espindolaclang-format TargetRegistry.h. NFC.
2015-05-26 Philip Reames[PlaceSafepoints] Cleanup InsertSafepointPoll function
2015-05-26 Rui UeyamaObject/COFF: Add COFFSymbolRef::isAbsolute().
2015-05-26 Akira HatanakaRemove NoFramePointerElim and NoFramePointerElimOverrid...
2015-05-26 Matt ArsenaultMake EmitFunctionHeader virtual
2015-05-26 Rui UeyamaObject/COFF: Define .idata import directory table entry.
2015-05-26 Rui UeyamaObject: Add Archive::getNumberOfSymbols().
2015-05-26 Tom StellardAsmMatcherEmitter: Add an option to override custom...
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.
next