OSDN Git Service

android-x86/external-llvm.git
2018-11-06 Sanjay Patel[InstCombine] propagate fast-math-flags when folding...
2018-11-06 Sanjay Patel[InstCombine] add tests for FMF propagation failure...
2018-11-06 Simon Atanasyan[mips] Support sigrie instruction
2018-11-06 Clement Courbet[llvm-exegesis] Ignore X86 pseudo instructions.
2018-11-06 Clement Courbet[X86][NFC] Fix comment.
2018-11-06 Simon Pilgrim[InstCombine] Ensure nested shifts are in range (OSS...
2018-11-06 Martin Storsjo[Support] Fix `warning: unknown pragma ignored` for...
2018-11-06 Max Kazantsev[NFC] Turn collectTransitivePredecessors into a static...
2018-11-06 Dean Michael... [XRay] Update XRayRecord to support Custom/Typed Events
2018-11-06 Max Kazantsev[LICM] Remove too conservative IsMustExecute variable
2018-11-06 Matthias BraunAArch64: Cleanup CCMP code; NFC
2018-11-06 Zi Xuan WuIt's a test commit, which is my first commit and also...
2018-11-06 Max Kazantsev[LICM] Use ICFLoopSafetyInfo in LICM
2018-11-06 Max Kazantsev[NFC] Add motivating test case for revert in rL346198
2018-11-06 Max KazantsevRevert "[IndVars] Smart hard uses detection"
2018-11-06 Robert Widmann[LLVM-C] Fix Windows Build of Core
2018-11-06 Robert Widmann[LLVM-C] Improve Intrinsics Bindings
2018-11-06 Craig Topper[X86] Autogenerate complete checks. NFC
2018-11-06 Sam CleggRevert "[WebAssembly] Fixup `main` signature by default"
2018-11-06 Justin BognerSpecify REQUIRES: default_triple in two debuginfo tests
2018-11-05 Matthias BraunTargetMachine: Move lib/CodeGen specific callbacks...
2018-11-05 Matthias BraunMachineFunction: Store more specific reference to LLVMT...
2018-11-05 Matthias BraunMachineModuleInfo: Store more specific reference to...
2018-11-05 Fangrui Song[DWARF] Support types CU list in .gdb_index dumping
2018-11-05 Craig Topper[TargetLowering] Change TargetLoweringBase::getPreferre...
2018-11-05 Konstantin... AMDGPU: Add sram-ecc feature
2018-11-05 Volkan KelesRevert "[GlobalISel] Refactor the artifact combiner...
2018-11-05 Craig Topper[X86] Don't turn any_extend from a mask register into...
2018-11-05 Sanjay Patel[InstSimplify] fold select (fcmp X, Y), X, Y
2018-11-05 Sanjay Patel[InstSimplify] add tests for select+fcmp; NFC
2018-11-05 Volkan Keles[GlobalISel] Refactor the artifact combiner a bit by...
2018-11-05 Craig Topper[X86] Regenerate test checks in preparation for a patch...
2018-11-05 Alexandre Ganea[COFF][LLD] Add link support for Microsoft precompiled...
2018-11-05 Alexandre GaneaOnly call FlushFileBuffers() when writing executables...
2018-11-05 Taewook Oh[MergeICmps] Do not perform the transformation if GEP...
2018-11-05 Sanjay Patel[InstCombine] add/adjust tests for fcmp+select substitu...
2018-11-05 Zaara Syeda[Power9] Add support for stxvw4x.be and stxvd2x.be...
2018-11-05 Sanjay Patel[InstCombine] canonicalize -0.0 to +0.0 in fcmp
2018-11-05 Sanjay Patel[InstCombine] loosen FP 0.0 constraint for fcmp+select...
2018-11-05 Sanjay Patel[InstCombine] adjust tests for select with FP identity...
2018-11-05 Cameron McInally[FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics
2018-11-05 Xin Tong[ThinLTO] Add an option to disable (thin)lto internaliz...
2018-11-05 Simon Pilgrim[TargetLowering] Begin generalizing TargetLowering...
2018-11-05 Sanjay Patel[InstCombine] add/adjust tests for select with fsub...
2018-11-05 Cameron McInally[NFCI][FPEnv] Split constrained intrinsic tests
2018-11-05 Sanjay Patel[InstCombine] add tests for select with FP identity...
2018-11-05 David Green[Inliner] Penalise inlining of calls with loops at Oz
2018-11-05 Stefan Maksimovic[Mips] Supplement long branch pseudo instructions
2018-11-05 Sam Parker[NFC][ARM] Adding extra test for ARM CGP
2018-11-05 Neil Henning[AMDGPU] Fix the new atomic optimizer in pixel shaders.
2018-11-05 Francis Visoiu... [CMake] Expose opt-remark tooling through libOptRemarks...
2018-11-05 Sam Parker[ARM] Turn assert into condition in ARMCGP
2018-11-05 Sam Parker[ARM][ARMCGP] Remove unecessary zexts and truncs
2018-11-05 Hans WennborgExclude wasm target from Windows packaging due to PR39448
2018-11-05 Roman Lebedev[NFC][x86][AArch64] extract-bits.ll: add test with...
2018-11-05 Craig Topper[DAGCombiner] Use tryFoldToZero to simplify some code...
2018-11-05 Craig Topper[DAGCombiner] Remove an unused argument from tryFoldToZ...
2018-11-05 Dylan McKay[AVR] Fix a backend bug that left extraneous operands...
2018-11-05 Craig Topper[X86] Custom type legalize v2i8/v2i16/v2i32 mul to...
2018-11-05 Dylan McKay[AVR] Disallow the LDDWRdPtrQ instruction with Z as...
2018-11-05 Craig Topper[X86] Fix typo in test comment. NFC
2018-11-04 Vedant Kumar[HotColdSplitting] Use TTI to inform outlining threshold
2018-11-04 Craig Topper[X86] Add nounwind to some tests to remove cfi directiv...
2018-11-04 Craig Topper[X86] Regenerate test checks to merge 32 and 64 bit...
2018-11-04 Craig Topper[X86] Add vector shift by immediate to SimplifyDemanded...
2018-11-04 Sanjay Patel[ValueTracking] determine sign of 0.0 from select when...
2018-11-04 Craig Topper[DAGCombiner] Remove 'else' after return. NFC
2018-11-04 Craig Topper[SelectionDAG] Remove special methods for creating...
2018-11-03 Craig Topper[X86] Update comment I forgot to change in r346043...
2018-11-03 Sanjay Patel[ValueTracking] peek through 2-input shuffles in Comput...
2018-11-03 Reid Kleckner[codeview] Let the X86 backend tell us the VFRAME offse...
2018-11-03 Wolfgang Pieb[DWARF v5] Verifier: Add checks for DW_FORM_strx* forms.
2018-11-02 Teresa Johnson[LTO] Fix a crash caused by accessing an empty ValueInfo
2018-11-02 Craig Topper[X86] In LowerEXTEND_VECTOR_INREG, emit a vector shuffl...
2018-11-02 Wouter van... [WebAssembly] Parsing missing directives to produce...
2018-11-02 Craig Topper[X86] Don't emit *_extend_vector_inreg nodes when both...
2018-11-02 Fangrui Song[DWARF] Fix typo, .gnu_index -> .gdb_index
2018-11-02 Eli Friedman[AArch64] [Windows] Misc fixes for llvm-readobj -unwind.
2018-11-02 Alex Bradbury[RISCV] Add some missing expansions for floating-point...
2018-11-02 Simon Pilgrim[X86][AVX512] Change mask ops on vpermi2var tests to...
2018-11-02 Heejin Ahn[WebAssembly] Change indices types to unsined int ...
2018-11-02 Heejin Ahn[WebAssembly] Fix bugs in rethrow depth counting and...
2018-11-02 Jordan Rupprecht[DebugInfo][InstMerge] Fix -debugify for phi node creat...
2018-11-02 Matthias BraunARMExpandPseudoInsts: Fix CMP_SWAP expansion adding...
2018-11-02 Sanjay Patel[ValueTracking] add test for non-canonical shuffle...
2018-11-02 Leonard MosescuFix a few small issues in llvm-pdbutil
2018-11-02 Jonas Paulsson[SystemZ::TTI] Improve cost handling of uint/sint...
2018-11-02 Zachary TurnerRefactor the lit configuration files
2018-11-02 Easwaran Raman[ProfileSummary] Add options to override hot and cold...
2018-11-02 Sylvestre LedruFixed inclusion of M_PI fow MinGW-w64
2018-11-02 Jonas Paulsson[SystemZ] Rework getInterleavedMemoryOpCost()
2018-11-02 Jeremy Morse[MachineSink][DebugInfo] Correctly sink DBG_VALUEs
2018-11-02 Sanjay Patel[ValueTracking] allow non-canonical shuffles when compu...
2018-11-02 Cameron McInally[NFC] Remove some extra characters from docs/LangRef.rst
2018-11-02 Krzysztof Parzyszek[Hexagon] Do not reduce load size for globals in small...
2018-11-02 Alexey Bataev[DEBUGINFO, NVPTX]DO not emit ',debug' option if no...
2018-11-02 David StenbergAllow null-valued function operands in getCalledFunction()
2018-11-02 Simon Pilgrim[DAGCombiner] Remove reduceBuildVecConvertToConvertBuil...
2018-11-02 Neil Henning[AMDGPU] UBSan bug fix for r345710
2018-11-02 Alex DenisovFix a typo in a function name
next