OSDN Git Service

[AMDGPU] gfx908 atomic fadd and atomic pk_fadd
[android-x86/external-llvm.git] / include / llvm /
2019-07-11 Stanislav Mekhanoshin[AMDGPU] gfx908 atomic fadd and atomic pk_fadd
2019-07-10 Vitaly BukaNFC: Pass DataLayout into isBytewiseValue
2019-07-10 David Tenty[NFC]Fix IR/MC depency issue for function descriptor...
2019-07-10 David GreeneRevert "[System Model] [TTI] Update cache and prefetch...
2019-07-10 David Greene[System Model] [TTI] Update cache and prefetch TTI...
2019-07-10 Don HintonRecommit "[CommandLine] Remove OptionCategory and SubCo...
2019-07-10 Lang Hames[ORC] Add custom IR compiler configuration to LLJITBuil...
2019-07-10 Vedant Kumar[CodeExtractor] Simplify findAllocas, NFC
2019-07-10 Matt ArsenaultGlobalISel: Legalization for G_FMINNUM/G_FMAXNUM
2019-07-10 Matt ArsenaultGlobalISel: Define the full family of FP min/max instru...
2019-07-10 Roman Lebedev[PatternMatch] Generalize m_SpecificInt_ULT() to take...
2019-07-10 Thomas Preud'homme[FileCheck] Simplify numeric variable interface
2019-07-10 Mikael HolmenSilence gcc warning by adding parentheses to condition...
2019-07-10 Kristina BrooksFix modular build issues caused by BitCodes.h
2019-07-10 Reid Kleckner[Support] Move llvm::MemoryBuffer to sys::fs::file_t
2019-07-09 Matt ArsenaultGlobalISel: Implement lower for G_FCOPYSIGN
2019-07-09 Matt ArsenaultGlobalISel: Combine unmerge of merge with intermediate...
2019-07-09 Stanislav Mekhanoshin[AMDGPU] gfx908 mAI instructions, MC part
2019-07-09 Craig Topper[X86][AMDGPU][DAGCombiner] Move call to allowsMemoryAcc...
2019-07-09 Sean FertileBoilerplate for producing XCOFF object files from the...
2019-07-09 Philip ReamesAdd a transform pass to make the executable semantics...
2019-07-09 Stanislav Mekhanoshin[AMDGPU] gfx908 target
2019-07-09 Sean Fertile[Object][XCOFF] Add support for 64-bit file header...
2019-07-09 Jinsong JiRevert "[HardwareLoops] NFC - move hardware loop checki...
2019-07-09 Amara Emerson[AArch64][GlobalISel] Optimize conditional branches...
2019-07-09 Chen Zheng[HardwareLoops] NFC - move hardware loop checking code...
2019-07-09 Simon Pilgrim[CodeGen] AccelTable - remove non-constexpr (MSVC)...
2019-07-09 Tim NorthoverOpaquePtr: add Type parameter to Loads analysis API.
2019-07-09 Djordje Todorovic[DwarfDebug] Dump call site debug info
2019-07-09 Djordje TodorovicReland "[LiveDebugValues] Emit the debug entry values"
2019-07-09 Serguei Katkov[LoopInfo] Update getExitEdges to accept vector of...
2019-07-09 Yonghong Song[BPF] add new intrinsics preserve_{array,union,struct...
2019-07-09 Nilanjana BasuChanging CodeView debug info type record representation...
2019-07-09 Nico WeberLet unaliased Args track which Alias they were created...
2019-07-08 Johannes Doerfert[Attributor] Deduce the "returned" argument attribute
2019-07-08 Yuanfang ChenTeach the symbolizer lib symbolize objects directly.
2019-07-08 Yonghong SongRevert "[BPF] add new intrinsics preserve_{array,union...
2019-07-08 Yonghong Song[BPF] add new intrinsics preserve_{array,union,struct...
2019-07-08 Matt ArsenaultGlobalISel: Convert some build functions to using SrcOp...
2019-07-08 Kevin P. NealTeach the IRBuilder about fadd and friends.
2019-07-08 Brian HomerdingAdd, and infer, a nofree function attribute
2019-07-08 Alex Bradbury[Triple] Add isRISCV function
2019-07-08 Matt ArsenaultGlobalISel: Check address space when looking up iPTR...
2019-07-08 Francis Visoiu Mistrih[llvm-bcanalyzer] Refactor and move to libLLVMBitReader
2019-07-07 Petr HosekRevert "[IRBuilder] Fold consistently for or/and whethe...
2019-07-07 David Majnemer[CodeGen] Add larger vector types for i32 and f32
2019-07-06 Philip Reames[IRBuilder] Fold consistently for or/and whether consta...
2019-07-06 Philip Reames[IRBuilder] Introduce helpers for and/or of multiple...
2019-07-05 Michael LiaoRevert "[FileCheck] Simplify numeric variable interface"
2019-07-05 Thomas Preud'homme[FileCheck] Simplify numeric variable interface
2019-07-05 Michael Liao[CodeGen] Enhance `MachineInstrSpan` to allow the end...
2019-07-05 Thomas Preud'homme[FileCheck] Share variable instance among uses
2019-07-05 Yaxun Liu[AMDGPU] Added a new metadata for multi grid sync impli...
2019-07-05 Eugene Leviant[ThinLTO] Attempt to recommit r365188 after alignment fix
2019-07-05 Eugene LeviantReverted r365188 due to alignment problems on i686...
2019-07-05 Graham HunterScalable Vector IR Type with further LTO fixes
2019-07-05 Robert LougherThis reverts r365061 and r365062 (test update)
2019-07-05 Robert LougherRevert r365198 as this accidentally commited something...
2019-07-05 Robert LougherThis reverts r365061 and r365062 (test update)
2019-07-05 Simon PilgrimFix MSVC/cppcheck Use::Next isn't initialized warning...
2019-07-05 Eugene Leviant[ThinLTO] Attempt to recommit r365040 after caching fix
2019-07-05 George Rimar[Object/ELF.h] - Improve error reporting.
2019-07-05 Nico Weberlld-link: Make /debugtype: option work better
2019-07-04 Hubert Tong[NFC] Make some ObjectFormatType switches covering
2019-07-04 Simon PilgrimFix -Wdocumentation warning.
2019-07-04 Francis Visoiu Mistrih[Remarks] Require an explicit format to the parser
2019-07-04 Francis Visoiu Mistrih[Remarks][NFC] Move the string table parsing out of...
2019-07-04 Shoaib Meenai[MachO] Add valid architecture function
2019-07-04 Lang Hames[JITLink][ORC] Add EHFrameRegistrar interface, use...
2019-07-04 Reid KlecknerRevert [ThinLTO] Optimize writeonly globals out
2019-07-03 Francis Visoiu Mistrih[Bitcode] Move Bitstream to a separate library
2019-07-03 Thomas Lively[WebAssembly] Add option to emit passive segments
2019-07-03 Florian Hahn[LoopBase] Strengthen isLoopExiting by requiring that...
2019-07-03 Alex Lorenz[macCatalyst] Print out macCatalyst in llvm-objdump...
2019-07-03 Robert Lougher[X86] Avoid SFB - Skip meta instructions
2019-07-03 Francis Visoiu Mistrih[CodeGen] Make branch funnels pass the machine verifier
2019-07-03 Teresa Johnson[ThinLTO] Fix gcc warnings from commit
2019-07-03 James Molloy[SelectionDAG] Propagate alias metadata to target intri...
2019-07-03 Eugene Leviant[ThinLTO] Optimize writeonly globals out
2019-07-03 Oliver Stannard[ARM] Thumb2: favor R4-R7 over R12/LR in allocation...
2019-07-03 Roman Lebedev[Codegen][X86][AArch64][ARM][PowerPC] Inc-of-add vs...
2019-07-03 Amara Emerson[AArch64][GlobalISel] Overhaul legalization & isel...
2019-07-03 Chen Zheng[PowerPC] exclude ICmpZero in LSR if icmp can be replac...
2019-07-03 Alex Lorenz[triple] Use 'macabi' environment name for the Mac...
2019-07-03 Nilanjana BasuRevert Changing CodeView debug info type record represe...
2019-07-03 Jonas Devlieghere[VFS] Add reverse iterator to OverlayFileSystem
2019-07-03 Matt ArsenaultCodeGen: Set hasSideEffects = 0 on BUNDLE
2019-07-03 Nilanjana BasuChanging CodeView debug info type record representation...
2019-07-02 Alex LorenzAdd support for the 'macCatalyst' MachO platform
2019-07-02 Alex Lorenz[triple] add 'macCatalyst' environment type
2019-07-02 Teresa Johnson[ThinLTO] Add summary entries for index-based WPD
2019-07-02 Erik Pilkington[C++2a] Add __builtin_bit_cast, used to implement std...
2019-07-02 Serge GueltonProvide basic Full LTO extension points
2019-07-02 Matt ArsenaultGlobalISel: Define GINodeEquiv for G_UMULH/G_SMULH
2019-07-02 Matt ArsenaultGlobalISel: Add G_FENCE
2019-07-02 Kristof UmannRemoved extra ; after function definition
2019-07-02 Roman Lebedev[NFC][TargetLowering] Some preparatory cleanups around...
2019-07-02 Kristof UmannAttempt to fix buildbot failures with MSVC
2019-07-02 Kristof Umann[IDF] Generalize IDFCalculator to be used with Clang...
2019-07-02 George Rimar[yaml2obj] - Allow overriding sh_offset field from...
next