OSDN Git Service

Revert r314806 "[SLP] Vectorize jumbled memory loads."
[android-x86/external-llvm.git] / include /
2017-10-03 Hans WennborgRevert r314806 "[SLP] Vectorize jumbled memory loads."
2017-10-03 Hans WennborgCodeView: Provide a .def file with the register ids
2017-10-03 Jonas Devlieghere[dwarfdump] Add -lookup option
2017-10-03 Geoff BerryRevert "Re-enable "[MachineCopyPropagation] Extend...
2017-10-03 Rafael EspindolaUse sched_getaffinity instead of std::thread::hardware_...
2017-10-03 Mohammad Shahid[SLP] Vectorize jumbled memory loads.
2017-10-03 Jakub Kuderski[Dominators] Don't use default parameter in lambda
2017-10-03 Oliver Stannard[AsmParser] Add DiagnosticString to AsmOperands in...
2017-10-03 Jakub Kuderski[Dominators] Add DFS number verification
2017-10-03 Oliver Stannard[Assembler] Report multiple near misses for invalid...
2017-10-03 Mikael Holmen[Lint] Avoid failed assertion by fetching the proper...
2017-10-03 Daniel BerlinSparseSolver: Rename getOrInitValueState to getValueSta...
2017-10-02 Haicheng Wu[InstSimplify] teach SimplifySelectInst() to fold more...
2017-10-02 Daniel BerlinTemplate the sparse propagation solver instead of using...
2017-10-02 Geoff BerryRe-enable "[MachineCopyPropagation] Extend pass to...
2017-10-02 Konstantin ZhuravlyovAdd ELFOSABI_FIRST_ARCH, ELFOSABI_LAST_ARCH and start...
2017-10-02 Hans WennborgFix two header comments. NFC.
2017-10-02 Adrian PrantlMove the stripping of invalid debug info from the Verif...
2017-10-02 Dehao ChenUpdate getMergedLocation to check the instruction type...
2017-10-02 Jonas Devlieghere[dwarfdump] Add -show-form
2017-10-01 Dehao ChenSeparate the logic when handling indirect calls in...
2017-09-30 Daniel JasperRevert r314435: "[JumpThreading] Preserve DT and LVI...
2017-09-29 Adrian Prantlfix 80 column violation.
2017-09-29 Alex ShlyapnikovRevert "Use the basic cost if a GEP is not used as...
2017-09-29 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-09-29 Sanjoy DasUse LLVM_ENABLE_ABI_BREAKING_CHECKS correctly
2017-09-29 Simon PilgrimFix Wmismatched-tags warning.
2017-09-29 Sam Clegg[WebAssembly] Allow each data segment to specify its...
2017-09-29 Teresa Johnson[ThinLTO] Use decimal suffix for promoted values to...
2017-09-29 Jonas Devlieghere[dwarfdump][NFC] Consistent printing of address ranges
2017-09-29 Jun Bum LimUse the basic cost if a GEP is not used as addressing...
2017-09-29 Jonas Paulsson[SystemZ] implement shouldCoalesce()
2017-09-29 Simon PilgrimFix spelling in comments. NFCI.
2017-09-29 Simon PilgrimFix Wmismatched-tags warning.
2017-09-29 Tim Renouf[AMDGPU] calling conventions for AMDPAL OS type
2017-09-29 Tim Renouf[Triple] Add AMDPAL operating system type
2017-09-29 Jonas Devlieghere[dwarfdump][NFC] Consistent errors and warnings with...
2017-09-29 Coby Tayree[X86][MS-InlineAsm] Extended support for variables...
2017-09-29 Adrian Prantlllvm-dwarfdump: support .apple-namespaces in --find
2017-09-29 Adrian Prantlllvm-dwarfdump: add support for .apple_types in --find
2017-09-28 Matthias BraunMIR: Serialize CaleeSavedInfo Restored flag
2017-09-28 Adrian PrantlAddress further review feedback. (NFC)
2017-09-28 Adrian Prantlllvm-dwarfdump: implement --find for .apple_names
2017-09-28 Lang Hames[ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyL...
2017-09-28 Evandro Menezes[JumpThreading] Preserve DT and LVI across the pass
2017-09-28 Benjamin Kramer[LoopInfo] Don't poison random memory regions.
2017-09-28 Florian Hahn[LVI] Move LVILatticeVal class to separate header file...
2017-09-28 Alex Bradbury[RISCV] Define RISC-V specific e_flags
2017-09-28 Sanjoy DasUse a BumpPtrAllocator for Loop objects
2017-09-28 Lang Hames[ORC] Update the GlobalMappingLayer interface to fit...
2017-09-27 Justin LebarCheck for overflows when calculating the offset in...
2017-09-27 Sanjoy DasRename LoopUnrollStatus to LoopUnrollResult; NFC
2017-09-27 Don HintonCleanup some problems with LLVM_ENABLE_DUMP in release...
2017-09-27 Jessica Paquette[MachineOutliner] AArch64: Avoid saving + restoring...
2017-09-27 Than McIntosh[CodeGen] Emit necessary .note sections for -fsplit...
2017-09-27 Javed Absar[Misched] : Fix typo in comment. NFC.
2017-09-27 Roman Lebedev[Support] mapped_file_region: store size as size_t
2017-09-27 Sanjay Patel[SimplifyCFG] add a struct to house optional folds...
2017-09-27 Jonas Devlieghere[dwarfdump] Add support for -debug-loc=OFFSET
2017-09-27 Martin Pelikan[XRay] convert FDR arg1 log entries
2017-09-26 Jakub Kuderski[Dominators] Invalidate DFS numbers upon edge deletions
2017-09-26 Sam Clegg[WebAssembly] Use function/global index space in WasmSymbol
2017-09-26 Artem Belevich[NVPTX] added match.{any,all}.sync instructions, intrin...
2017-09-26 Jonas Devlieghere[dwarfdump] Skip 'stripped' sections
2017-09-26 Uriel Korach[X86] Finishing broadcastf32x2 and broadcasti32x2 intri...
2017-09-26 Matthias BraunTargetLibraryInfo: Stop guessing wchar_t size
2017-09-25 Adrian PrantlModernize comments
2017-09-25 Adrian PrantlModernize comments
2017-09-25 Vlad TsyrklevichAdd section headers to SpecialCaseLists
2017-09-25 Quentin Colombet[GlobalISel] Update the documentation and comment for...
2017-09-25 Quentin Colombet[GlobalISel] Update the documentation and comments...
2017-09-25 Justin LebarRevert "[NVPTX] added match.{any,all}.sync instructions...
2017-09-25 Craig Topper[SelectionDAG] Teach simplifyDemandedBits to handle...
2017-09-25 Artem Belevich[NVPTX] added match.{any,all}.sync instructions, intrin...
2017-09-25 Chad Rosier[AArch64] Add basic support for Qualcomm's Saphira...
2017-09-25 Clement Courbet[CodeGenPrepare][NFC] Rename TargetTransformInfo::expan...
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
2017-09-22 Tim Shen[XRay] support conditional return on PPC.
2017-09-22 Guozhi Wei[TargetTransformInfo] Handle intrinsic call in getInstr...
2017-09-22 Sanjoy DasRename markAsErased to erase, as pointed out in a previ...
2017-09-21 Rafael EspindolaConvert the archive writer to use Error.
2017-09-21 Jonas Devlieghere[dwarfdump] Add verbose output for .debug-line section
2017-09-21 Reid KlecknerRe-land r313825: "[IR] Add llvm.dbg.addr, a control...
2017-09-21 Adrian Prantlllvm-dwarfdump support --debug-frame=<offset> and ...
2017-09-21 Artem Belevich[NVPTX] Implemented bar.warp.sync, barrier.sync, and...
2017-09-21 Rafael EspindolaUse ArrayRef. NFC.
2017-09-21 Benjamin Kramer[DWARF] Shrink AttributeSpec from 24 to 16 bytes.
2017-09-21 Simon Atanasyan[mips] Do not pass redundant IsN64 flag to MCELFObjectT...
2017-09-21 Daniel JasperRevert r313825: "[IR] Add llvm.dbg.addr, a control...
2017-09-21 Craig TopperRevert r313782 "[TableGen] Add a DenseMapInfo for Machi...
2017-09-21 Vedant Kumar[llvm-cov] Improve error messaging for function mismatches
2017-09-20 Adrian Prantltypo
2017-09-20 Reid Kleckner[IR] Add llvm.dbg.addr, a control-dependent version...
2017-09-20 Artem Belevich[NVPTX] Implemented shfl.sync instruction and supportin...
2017-09-20 Sam Clegg[WebAssembly] Add support for local symbol bindings
2017-09-20 Sam CleggReland "[WebAssembly] Add support for naming wasm data...
2017-09-20 Craig Topper[APInt] Use getActiveBits() to implement logBase2 and...
2017-09-20 Marek Sokolowski[llvm-readobj] Teach readobj to dump .res files (Window...
2017-09-20 Jake EhrlichRename K_MIPS64 to K_GNU64
2017-09-20 Zachary Turner[TableGen] Add a DenseMapInfo for MachineValueType.
next