OSDN Git Service

AMDGPU: Make v2i16/v2f16 legal on VI
[android-x86/external-llvm.git] / lib /
2018-05-22 Matt ArsenaultAMDGPU: Make v2i16/v2f16 legal on VI
2018-05-22 Dan Gohman[WebAssembly] Fix fast-isel lowering illegal argument...
2018-05-22 Tom StellardAMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDes...
2018-05-22 Peter CollingbourneMC: Remove dead code. NFCI.
2018-05-21 Sanjay Patel[DAG] fold FP binops with undef operands to NaN
2018-05-21 Lang Hames[LKH] Add a replacement RTDyldLayer.
2018-05-21 Craig Topper[X86] Remove 128/256-bit cvtdq2ps, cvtudq2ps, cvtqq2pd...
2018-05-21 Diego CaballeroFix warning from r332654 with LLVM_ATTRIBUTE_USED
2018-05-21 Roman Lebedev[DAGCombiner] isAllOnesConstantOrAllOnesSplatConstant...
2018-05-21 Roman Lebedev[DAGCombine][X86][AArch64] Masked merge unfolding:...
2018-05-21 Lang Hames[ORC] Preserve Materializing symbol flag during resolution.
2018-05-21 Lang Hames[ORC] Lookup now returns an error if any symbols are...
2018-05-21 Lang Hames[ORC] Remove the optional MaterializationResponsibility...
2018-05-21 Lang Hames[ORC] Add IRLayer and ObjectLayer interfaces and relate...
2018-05-21 Craig Topper[DAGCombiner] Use computeKnownBits to match rotate...
2018-05-21 Reid Kleckner[X86] Simplify some X86 address mode folding code,...
2018-05-21 Craig Topper[X86] Remove masking from vpternlog intrinsics. Use...
2018-05-21 Peter CollingbourneFix a make_unique ambiguity.
2018-05-21 Sanjay Patel[InstCombine] remove fptrunc (select) code; NFCI
2018-05-21 Peter CollingbourneLTO: Replace split dwarf implementation that uses objco...
2018-05-21 Peter CollingbourneCodeGen: Add a dwo output file argument to addPassesToE...
2018-05-21 Peter CollingbourneMC: Introduce an ELF dwo object writer and teach llvm...
2018-05-21 Jonas Devlieghere[DebugInfo] Use absolute addresses in location lists
2018-05-21 Peter CollingbourneMC: Extract a derived class from ELFObjectWriter. NFCI.
2018-05-21 Peter CollingbourneMC: Separate creating a generic object writer from...
2018-05-21 Peter CollingbourneMC: Extract ELFObjectWriter's ELF writing functionality...
2018-05-21 Peter CollingbourneFix ubsan bounds check failure.
2018-05-21 Craig Topper[EarlyCSE] Improve EarlyCSE of some absolute value...
2018-05-21 Peter CollingbourneMC: Remove stream and output functions from MCObjectWri...
2018-05-21 Peter CollingbourneMC: Have the object writers return the number of bytes...
2018-05-21 Stanislav Mekhanoshin[AMDGPU] Add divergence analysis as a dependency for...
2018-05-21 Peter CollingbourneMC: Change object writers to use endian::Writer. NFCI.
2018-05-21 Diego Caballero[VPlan] Reland r332654 and silence unused func warning
2018-05-21 Peter CollingbourneMC: Change MCAssembler::writeSectionData and writeFragm...
2018-05-21 Peter CollingbourneMC: Change MCAsmBackend::writeNopData() to take a raw_o...
2018-05-21 Tom StellardAMDGPU/GlobalISel: Address post-commit review comments...
2018-05-21 Alexey Bataev[InstCombine] Fix PR37526: MinMax patterns produce...
2018-05-21 Andrea Di Biagio[X86][BtVer2] Add a 'J' prefix to the PRF/RCU defs...
2018-05-21 Robert Widmann[LLVM-C] Add DIBuilder Bindings For ObjC Classes
2018-05-21 Lama Saba[X86] - Avoid SFB pass - fix bug in updating the offset...
2018-05-21 James Henderson[DWARF] Refactor callback usage for .debug_line error...
2018-05-21 Simon Pilgrim[X86][SSE] Add an assert to ensure that rotation amount...
2018-05-21 Tim NorthoverARM: be conservative when asked load/store alignment...
2018-05-21 Nico Weberrevert r332610, it breaks cfi, see D46326
2018-05-21 Aleksandar Beserminji[mips] Revert Merge MipsLongBranch and MipsHazardSchedu...
2018-05-21 David Green[CVP] Require DomTree for new Pass Manager
2018-05-21 Eric ChristopherFix up a few grammar issues.
2018-05-21 Aleksandar Beserminji[mips] Merge MipsLongBranch and MipsHazardSchedule...
2018-05-21 Simon Pilgrim[X86][SSE] Support v4i32 rotations (PR37426)
2018-05-20 Robert Widmann[LLVM-C] Improve Bindings For Aliases
2018-05-20 Craig Topper[X86] Remove mask arguments from permvar builtins/intri...
2018-05-20 Nico WeberRevert 332750, llvm part (see comment on D46910).
2018-05-20 Simon Dardis[mips] Add microMIPSR6 ll/sc instructions.
2018-05-20 Sanjay Patel[InstCombine] choose 1 form of abs and nabs as canonical
2018-05-19 Haicheng Wu[GlobalMerge] Exit early if only one global is to be...
2018-05-19 Brian GesiakRe-revert "[Option] Fix PR37006 prefix choice in findNe...
2018-05-19 Robert Widmann[LLVM-C] Use Length-Providing Value Name Getters and...
2018-05-19 Max Kazantsev[IRCE] Fix miscompile with range checks against negativ...
2018-05-19 Benjamin Kramer[MergeICmps] Don't crash when memcmp is not available
2018-05-19 Simon PilgrimFix MSVC unused variable warning. NFCI.
2018-05-19 Brian GesiakUn-revert "[Option] Fix PR37006 prefix choice in findNe...
2018-05-19 Yaxun LiuFix evaluator for non-zero alloca addr space
2018-05-18 Piotr PadlewskiPropagate nonnull and dereferenceable throught launder
2018-05-18 Piotr PadlewskiDissallow non-empty metadata for invariant.group
2018-05-18 Piotr PadlewskiConstant fold launder of null and undef
2018-05-18 Piotr Padlewski[MemDep] Fixed handling of invariant.group
2018-05-18 Matt ArsenaultDAG: Fix crash on shift with large shift amounts
2018-05-18 Wolfgang PiebFixing buildbot error introduced with r332759.
2018-05-18 Matt ArsenaultAMDGPU: Add pass to optimize reqd_work_group_size
2018-05-18 Craig Topper[InstCombine] Qualify a select pattern based transform...
2018-05-18 Sam Clegg[WebAssembly] Object: Add more error checking for objec...
2018-05-18 Wolfgang PiebAddressing a couple of compiler warnings introduced...
2018-05-18 Wolfgang PiebFixing build error introduced with r332759.
2018-05-18 Evgeniy Stepanov[msan] Don't check divisor shadow in fdiv.
2018-05-18 Wolfgang Pieb[DWARF v5] Improved support for .debug_rnglists (consum...
2018-05-18 Jessica Paquette[NFC] Change cast from r332739 to a static cast
2018-05-18 Peter CollingbourneSupport: Simplify endian stream interface. NFCI.
2018-05-18 Konstantin ZhuravlyovAMDGPU/NFC: Set symbol's type that is coming from an...
2018-05-18 Petr Hosek[Support] Avoid normalization in sys::getDefaultTargetT...
2018-05-18 Peter CollingbourneMC: Change the streamer ctors to take an object writer...
2018-05-18 Brendon Cahoon[Hexagon] Generate post-increment for floating point...
2018-05-18 Galina KistanovaReverted r332654 as it has broken some buildbots and...
2018-05-18 Simon Pilgrim[X86] Add GPR<->XMM Schedule Tags
2018-05-18 Craig Topper[X86] Directly legalize v16i16/v8i16 vselect to vXi8...
2018-05-18 Than McIntoshRevert changes from D46265.
2018-05-18 Nirav Dave[MC] Relax .fill size requirements
2018-05-18 Jessica PaquetteAdd remarks describing when a pass changes the IR instr...
2018-05-18 Simon Pilgrim[X86][BtVer2] Improve simulation of (V)PINSR values
2018-05-18 Simon Pilgrim[X86][BtVer2] Partial vector stores (inc MMX) have...
2018-05-18 Simon Pilgrim[X86][SSE] Ensure vector partial load/stores use the...
2018-05-18 Simon Pilgrim[X86][AVX] VEXTRACTF128mr store is a WriteFStoreX not...
2018-05-18 Simon Pilgrim[X86][SSE] Ensure float load/stores use the WriteFLoad...
2018-05-18 Clement Courbet[ExynosM3] Fix scheduling info.
2018-05-18 Simon Pilgrim[X86][ZnVer1] Cleanup more single match instregexs
2018-05-18 Than McIntoshStackColoring: better handling of statically unreachabl...
2018-05-18 Jonas Paulsson[SystemZ] Fix commit message of previous commit.
2018-05-18 Alexander Ivchenko[X86][CET] Changing -fcf-protection behavior to comply...
2018-05-18 Jonas Paulsson[SystemZ] Fold AHIMux in foldMemoryOperandImpl.
2018-05-18 David Stenberg[SimplifyCFG] Fix a debug invariant bug in FoldBranchTo...
2018-05-18 Shiva Chen[RISCV] Add WasForced parameter to MCAsmBackend::fixupN...
next