[x86] Move the vector popcount tests into non-ISA files, and instead
[oota-llvm.git] / include /
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.
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
next