OSDN Git Service

[X86][AVX] Add X86ISD::VPERMV3 demandedelts test
[android-x86/external-llvm.git] / include /
2019-04-11 Fangrui SongUse llvm::lower_bound. NFC
2019-04-11 Ilya Biryukov[ADT] Fix template parameter names of llvm::{upper...
2019-04-11 Shiva Chen[RISCV] Put data smaller than eight bytes to small...
2019-04-10 Erik PilkingtonFix a hang when lowering __builtin_dynamic_object_size
2019-04-10 Roman Lebedev[TableGen] Introduce !listsplat 'binary' operator
2019-04-10 Matt ArsenaultGlobalISel: Move computeValueLLTs
2019-04-10 Matt ArsenaultGlobalISel: Fix invoke lowering creating invalid type...
2019-04-10 Matt ArsenaultGlobalISel: Handle odd breakdowns for bit ops
2019-04-10 Nick Desaulniersadd FIXME: as per echristo
2019-04-10 Nick Desaulniers[AsmPrinter] refactor to remove remove AsmVariant. NFC
2019-04-10 Alexander KornienkoFix a typo
2019-04-10 Robert Widmann[LLVM-C] Correct The Current Debug Location Accessors...
2019-04-10 Sam McCallRevert "[LLVM-C] Correct The Current Debug Location...
2019-04-10 David Stenberg[DebugInfo] Track multiple registers in DbgEntityHistor...
2019-04-10 David Stenberg[DebugInfo] Improve handling of clobbered fragments
2019-04-10 Simon Pilgrim[TargetLowering] Move shouldFoldShiftPairToMask next...
2019-04-10 David Stenberg[DebugInfo] Rename DbgValueHistoryMap::{InstrRange...
2019-04-10 David Stenberg[DebugInfo] Make InstrRange into a class, NFC
2019-04-09 Robert Widmann[LLVM-C] Correct The Current Debug Location Accessors
2019-04-09 Robert Widmann[LLVM-C] Add Bindings to Access an Instruction's DebugLoc
2019-04-09 Robert Widmann[LLVM-C] Add Section and Symbol Iterator Accessors...
2019-04-09 Amara Emerson[AArch64][GlobalISel] Legalize vector G_ICMP.
2019-04-09 Amara Emerson[AArch64][GlobalISel] Add legalization for some vector...
2019-04-09 Amara Emerson[GlobalISel][AArch64] Allow CallLowering to handle...
2019-04-09 Eric ChristopherRemove the unit at a time option
2019-04-09 Kristina BrooksUpdate modulemaps for Analysis/VecFuncs.def.
2019-04-09 Fangrui Song[DWARF] DWARFDebugLine: replace Sequence::orderByLowPC...
2019-04-09 Nemanja IvanovicNFC: Refactor library-specific mappings of scalar maths...
2019-04-09 Simon PilgrimFix Wdocumentation warning. NFCI.
2019-04-09 Eric ChristopherInclude omitted word in comment.
2019-04-08 Lang Hames[RuntimeDyld] Decouple RuntimeDyldChecker from RuntimeDyld.
2019-04-08 Shoaib Meenai[BinaryFormat] Update Mach-O ARM64E CPU subtype and...
2019-04-08 Nico Weberllvm-undname: Fix more crashes and asserts on invalid...
2019-04-08 Adrian PrantlAdd LLVM IR debug info support for Fortran COMMON blocks
2019-04-08 Steven WuRevert [ThinLTO] Fix ThinLTOCodegenerator to export...
2019-04-08 Steven Wu[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used...
2019-04-08 Eugene LeviantAttempt to recommit r357901
2019-04-08 Eugene LeviantReverting r357901 as fails to build on some of the...
2019-04-08 Eugene Leviant[Support] Add zlib independent CRC32
2019-04-08 Pavel LabathObject/Minidump: Add support for reading the ModuleList...
2019-04-07 Nikita Popov[ConstantRange] Add signed/unsigned unionWith()
2019-04-07 Nikita Popov[ConstantRange] Add unsigned and signed intersection...
2019-04-07 Robert Widmann[LLVM-C] Allow Access to the Type of a Binary
2019-04-07 Nikita Popov[ConstantRange] Add isAllNegative() and isAllNonNegativ...
2019-04-07 Fangrui Song[DWARF] DWARFDebugLine: delete unused parameter `Offset`
2019-04-07 Fangrui SongChange some StringRef::data() reinterpret_cast to bytes...
2019-04-06 Nick Lewycky[NFC] Fix typo in comment.
2019-04-06 Fangrui Song[DWARF] Simplify DWARFDebugAranges::findAddress
2019-04-05 Robert Widmann[LLVM-C] Begin to Expose A More General Binary Interface
2019-04-05 Daniel Sanders[globalisel] Allow combiners to query legality
2019-04-05 Daniel Sanders[globalisel] Support 3-type legalForCartesianProduct()
2019-04-05 Robert Widmann[LLVM-C] Add bindings to insert basic blocks
2019-04-05 Craig Topper[X86] Merge the different CMOV instructions for each...
2019-04-05 Matt ArsenaultGlobalISel: Add another overload of buildUnmerge
2019-04-05 Don Hinton[llvm] Add isa_and_nonnull
2019-04-05 Sanjay Patel[DAGCombiner][x86] scalarize splatted vector FP ops
2019-04-05 Petar Jovanovic[TextAPI] Fix off-by-one error in the bit index extract...
2019-04-05 Roger Ferrer Ibanez[RISCV] Implement adding a displacement to a BlockAddress
2019-04-05 Pavel LabathMinidump: Add support for reading/writing strings
2019-04-04 Eric ChristopherNFC: Move API uses of MD5::MD5Result to Optional rather...
2019-04-04 Juergen Ributzka[TextAPI] Prefix all architecture enums to fix the...
2019-04-04 Evandro Menezes[IR] Refactor attribute methods in Function class ...
2019-04-04 Nico WeberMake SourceManager::createFileID(UnownedTag, ...) take...
2019-04-04 Scott LinderFix some MCTargetOptions Doxygen comments (NFC)
2019-04-04 Reid KlecknerAppease STLs where std::atomic<void*> lacks a constexpr...
2019-04-04 Sam Clegg[WebAssembly] Apply data relocations at runtime in...
2019-04-04 Reid KlecknerEnsure that ManagedStatic is constant initialized in...
2019-04-04 Sam Clegg[WebAssembly] Add new explicit relocation types for...
2019-04-04 Simon PilgrimRevert rL357655 and rL357656 from llvm/trunk:
2019-04-04 Igor Kudrin[llvm-symbolizer] Add `--output-style` switch.
2019-04-04 Hubert Tong[XCOFF] Add functionality for parsing AIX XCOFF object...
2019-04-04 Hubert Tong[AIX] SelectionDAGNodes.h: Pack bit-fields that are...
2019-04-04 Reid Kleckner[codeview] Remove Type member from CVRecord
2019-04-04 Reid KlecknerFix minor innaccuracy in previous comment on ManagedSta...
2019-04-04 Reid KlecknerMake ManagedStatic constexpr constructible
2019-04-03 Nico Weberllvm-cxxfilt: Demangle gcc "old-style unified" ctors...
2019-04-03 Evandro Menezes[IR] Create new method in `Function` class (NFC)
2019-04-03 Taewook Oh[ProfileSummary] Count callsite samples when computing...
2019-04-03 Konstantin ZhuravlyovAMDGPU/NFC: Add offset field to arg metadata (required...
2019-04-03 George Rimar[yaml2obj][obj2yaml] - Change how symbol's binding...
2019-04-03 Matt ArsenaultAMDGPU: Fix copy/paste error in intrnsic comment
2019-04-03 Alon Zakai[WebAssembly] Add Emscripten OS definition + small_printf
2019-04-02 Reid Kleckner[COFF] Reduce the size of Chunk and SectionChunk, NFC
2019-04-02 Francis Visoiu Mistrih[Remarks][NFCI] Remove useless include
2019-04-02 Pavel LabathAdd minidump support to obj2yaml
2019-04-02 Sander de SmalenEnforce StackID definition in PEI
2019-04-02 Fangrui Song[Internalize] Replace uses of std::set with DenseSet
2019-04-02 Nick LewyckyAdd an optional list of blocks to avoid when looking...
2019-04-01 Alex Bradbury[RISCV] Generate address sequences suitable for mcmodel...
2019-03-31 Sanjay Patel[InstCombine] canonicalize select shuffles by commuting
2019-03-31 Fedor SergeevSafepointIRVerifier port to new Pass Manager
2019-03-30 Anton AfanasyevAdds `-ftime-trace` option to clang that produces Chrom...
2019-03-29 Sanjoy Das[SCEV] Check the cache in get{S|U}MaxExpr before doing...
2019-03-29 Mircea Trofin[llvm][NFC] Factor out logic for getting incoming ...
2019-03-29 Evandro Menezes[CodeGen] Refactor the option for the maximum jump...
2019-03-29 Nirav Dave[DAG] Set up infrastructure to avoid smart constructor...
2019-03-29 Jordan Rupprecht[llvm-readobj] Add some generic notes (e.g. NT_VERSION)
2019-03-29 Florian HahnRecommit "[DSE] Preserve basic block ordering using...
2019-03-29 Andrea Di Biagio[MCA] Add an experimental MicroOpQueue stage.
2019-03-29 Kang Zhang[PowerPC] Add the support for __builtin_setrnd()
next