OSDN Git Service

android-x86/external-llvm.git
2019-05-29 Jinsong JiSupport resource tracking with InstrSchedModel
2019-05-29 Pengfei WangRevert "[X86] Use 'llvm_unreachable' instead of nullptr...
2019-05-29 Pengfei Wang[X86] Use 'llvm_unreachable' instead of nullptr in...
2019-05-29 Fangrui Song[X86] Fix x86-64 call *foo@tlsdesc(%rax) and support...
2019-05-29 Sanjay Patel[AArch64] auto-generate complete test checks; NFC
2019-05-29 Sanjay Patel[AArch64] auto-generate complete test checks; NFC
2019-05-29 Thomas Lively[WebAssembly] Add signatures for RINT builtins
2019-05-28 Quentin Colombet[RegUsageInfoCollector] Don't mark as saved registers...
2019-05-28 Lang Hames[ORC] Track JIT symbol states more explicitly.
2019-05-28 Alexander Shaposhnikov[tools] Introduce llvm-lipo
2019-05-28 Jessica Paquette[AArch64][GlobalISel] Select FCMPSri/FCMPDri when compa...
2019-05-28 Heejin Ahn[WebAssembly] Support for atomic fences
2019-05-28 Rong Xu[PGO] Handle cases of failing to split critical edges
2019-05-28 Nikita PopovRevert "[CorrelatedValuePropagation] Fix prof branch_we...
2019-05-28 Konstantin... AMDGPU: Temporary drop s_mul_hi_i/u32 patterns
2019-05-28 Adhemerval... [AArch64] Handle ISD::LRINT and ISD::LLRINT
2019-05-28 Adhemerval... [CodeGen] Add lrint/llrint builtins
2019-05-28 Roman Lebedev[DAGCombine] (x - C) - y -> (x - y) - C fold. Try 2
2019-05-28 Roman Lebedev[DAGCombine][X86][AArch64][AMDGPU] (x - y) + -1 -...
2019-05-28 Roman Lebedev[DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x...
2019-05-28 Roman Lebedev[DAGCombiner][X86][AArch64][AMDGPU] (x + C) - y -...
2019-05-28 David BlaikieFix GDB pretty printer for Optional after r354246
2019-05-28 Peter CollingbourneChange ELF tools to allow multiple sections per file.
2019-05-28 Michael Liao[AMDGPU] Correct the handling of inlineasm output regis...
2019-05-28 Roman LebedevRevert DAGCombine "hoist binop with const" folds
2019-05-28 Nikita Popov[InstCombine] Add tests for signed saturating always...
2019-05-28 Nikita Popov[InstCombine] Clean up saturing math overflow optimizat...
2019-05-28 Roman Lebedev[NFC][MIPS] Autogenerater madd-msub.ll test
2019-05-28 Nikita Popov[ValueTracking][ConstantRange] Distinguish low/high...
2019-05-28 Nikita Popov[IR] Add SaturatingInst and BinaryOpIntrinsic classes
2019-05-28 Roman Lebedev[DAGCombine] (x - C) - y -> (x - y) - C fold
2019-05-28 Roman Lebedev[DAGCombine][X86][AArch64][AMDGPU] (x - y) + -1 -...
2019-05-28 Roman Lebedev[DAGCombiner][X86][AArch64] (x - C) + y -> (x + y...
2019-05-28 Roman Lebedev[DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x...
2019-05-28 Roman Lebedev[DAGCombiner][X86][AArch64][AMDGPU] (x + C) - y -...
2019-05-28 Sanjay PatelRevert "[x86] split 256-bit store of concatenated vectors"
2019-05-28 Matt ArsenaultAMDGPU: Don't enable all lanes with non-CSR VGPR spills
2019-05-28 Michael Liao[AMDGPU] Fix the mis-handling of `vreg_1` copied from...
2019-05-28 Simon Tatham[ARM] Replace fp-only-sp and d16 with fp64 and d32.
2019-05-28 Fangrui Song[AArch64] Delete unused VariantKind in AArch64MCExpr
2019-05-28 David Greene[X86-64] Fix 256-bit SET0 lowering for non-VLX targets
2019-05-28 Nico Weberllvm-undname: Support demangling char8_t
2019-05-28 Alexandre GaneaRevert r361826, as it still breaks LLDB.
2019-05-28 Nico Weberllvm-undname: Add support for local static thread guards
2019-05-28 Jason Liu[XCOFF] Implement parsing symbol table for xcoffobjfile...
2019-05-28 Kevin P. NealRevert 361827. It broke the bots.
2019-05-28 Ilya Biryukovgn build: make clangd depend on clang resource headers
2019-05-28 Kevin P. NealAdd constrained intrinsic tests for powerpc64 and power...
2019-05-28 Alexandre Ganea[CMake] Default options for faster executables on MSVC
2019-05-28 Sanjay Patel[x86] split 256-bit store of concatenated vectors
2019-05-28 Simon Pilgrim[DAG] LegalizeVectorTypes - reduce scope of local varia...
2019-05-28 David StenbergStop undef fragments from closing non-overlapping fragments
2019-05-28 Matt ArsenaultMIR: Fix printer crashing on dead CSR frame indexes
2019-05-28 Sjoerd MeijerFollow up of r361810: test case fix attempt for Windows...
2019-05-28 Cameron McInally[IRBuilder] Add CreateUnOp(...) to the IRBuilder to...
2019-05-28 Sanjay Patel[x86] fix 256-bit vector store splitting to honor ...
2019-05-28 Benjamin Kramer[X86] Custom lower CONCAT_VECTORS of v2i1
2019-05-28 Graham Hunter[NFC] Test commit, delete trailing whitespace
2019-05-28 Hans WennborgCleanups for r361807 that I somehow failed to commit
2019-05-28 Hans WennborgRe-commit r357452 (take 2): "SimplifyCFG SinkCommonCode...
2019-05-28 Sjoerd Meijer[ARM] Use CHECK-NEXT in CodeGen/ARM/O3-pipeline.ll...
2019-05-28 Yevgeny Rouban[CorrelatedValuePropagation] Fix prof branch_weights...
2019-05-28 Hans WennborgFix some llvm-readelf tests after r361633
2019-05-28 Simon Pilgrim[SLPVectorizer][X86] Add broadcast test case from D62427
2019-05-28 Simon Pilgrim[X86] X86CmovConverterPass::collectCmovCandidates ...
2019-05-28 Cullen Rhodes[AArch64][SVE2] Asm: support SVE2 Floating Point Conver...
2019-05-28 Cullen Rhodes[AArch64][SVE2] Asm: support SVE2 Crypto Extensions...
2019-05-28 Cullen Rhodes[AArch64][SVE2] Asm: support SVE2 Histogram Computation...
2019-05-28 Cullen Rhodes[AArch64][SVE2] Asm: support SVE2 Misc Group
2019-05-28 Craig Topper[InlineCost] Fix a couple comments. NFC
2019-05-28 Don HintonRevert [test] Fix plugin tests
2019-05-28 Don Hinton[test] Fix plugin tests
2019-05-28 Craig Topper[CostModel] Add really basic support for being able...
2019-05-28 Nico Weberllvm-undname: Remove unreachable statement
2019-05-27 Sanjay Patel[x86] add test to show volatile store splitting; NFC
2019-05-27 Nico Weberllvm-undname: Extract demangleMD5Name() method; no...
2019-05-27 Lang Hames[RuntimeDyld][ARM] Fix an incorrect assertion condition.
2019-05-27 Matt ArsenaultRegAllocFast: Set MayLiveAcrossBlocks when allocating...
2019-05-27 Sanjay Patel[SelectionDAG] fold concat of extract subvectors
2019-05-27 Sanjay Patel[SelectionDAG] fix formatting and redundant comments...
2019-05-27 Michael Liao[SelectionDAG] Enhance the simplification of `copyto...
2019-05-27 Alexander Timofeev[AMDGPU] Fix for the address sanitizer failure. Fixing...
2019-05-27 Jacques PienaarNFC: Change usage of 'DenseSet' to 'DenseSetImpl' in...
2019-05-27 Dmitri GribenkoInclude what you use in AArch64AsmBackend.cpp
2019-05-27 Simon Pilgrim[SelectionDAG] GetDemandedBits - add demanded elements...
2019-05-27 Simon Pilgrim[LLParser] Fix uninitialized flag variable warnings...
2019-05-27 Alexander Timofeev [AMDGPU] Fix for the address sanitizer failure...
2019-05-27 Dmitry Preobrazhensky[AMDGPU][MC] Enabled constant expressions as operands...
2019-05-27 Xing Xue[MustExecute] Improve MustExecute to correctly handle...
2019-05-27 Nikola PricaTest commit (NFC)
2019-05-27 Diana Picus[ARM GlobalISel] Un-XFAIL some tests. NFC
2019-05-27 Diana Picus[ARM GlobalISel] Cleanup CallLowering a bit
2019-05-27 Hans WennborgCmake: allow using LLVM_EXTERNAL_PROJECTS with LLVM_ENA...
2019-05-27 Serge GueltonMake llvm-as --help great again
2019-05-27 Djordje Todorovic[test commit] Add my name to the CREDITS.TXT
2019-05-27 David L. JonesRevert r361356: "[MIR] Add simple PRE pass to MachineCSE"
2019-05-27 Craig Topper[X86] Add test cases for D62444. NFC
2019-05-27 Nico Weberllvm-undname: Make demangling of MD5 names more robust
2019-05-26 Florian Hahn[LoopInterchange] Fix handling of LCSSA nodes defined...
2019-05-26 Yonghong Song[BPF] generate R_BPF_NONE relocation for BTF DataSec...
next