OSDN Git Service

android-x86/external-llvm.git
2018-09-13 Peter Collingbourne[bindings/go] Add DebugLoc parameter to InsertXXXAtEnd()
2018-09-13 Richard SmithAdd dependency on new llvm-cxxmap tool to check-llvm.
2018-09-13 Craig Topper[MachineInstr] In addRegisterKilled and addRegisterDead...
2018-09-13 Nirav Dave[X86] Fix register resizings for inline assembly regist...
2018-09-13 Nirav Dave[X86] Cleanup pair returns. NFCI.
2018-09-13 Roman Lebedev[InstCombine] Inefficient pattern for high-bits checkin...
2018-09-13 George Burgess IV[PartiallyInlineLibCalls] Add DebugCounter support
2018-09-13 Roman Lebedev[NFC][InstCombine] Test what happens if 'unefficient...
2018-09-13 George Burgess IV[DCE] Add DebugCounter support
2018-09-13 Volodymyr SapsaiRevert "[cmake] Fix a unittest when `LLVM_LINK_LLVM_DYL...
2018-09-13 Richard SmithAdd flag to llvm-profdata to allow symbols in profile...
2018-09-13 Richard SmithFix a couple of mangling canonicalizer corner case...
2018-09-13 Craig Topper[InstCombine] Fold (xor (min/max X, Y), -1) -> (max...
2018-09-13 Craig Topper[InstCombine] Add test cases for D51964. NFC
2018-09-13 Richard SmithCommon infrastructure for reading a profile remapping...
2018-09-13 Ana Pazos [RISCV][MC] Reject bare symbols for the simm6 and...
2018-09-13 Ana Pazos[RISCV] Fix decoding of invalid instruction with C...
2018-09-13 Sam Clegg[WebAssembly] Fix signature of `main` in FixFunctionBit...
2018-09-13 Simon Pilgrim[AArch64] Add integer abs testcases for D51873.
2018-09-13 Richard Diamond[cmake] Fix missing DEPENDS.
2018-09-13 Richard Diamond[cmake] Fix a unittest when `LLVM_LINK_LLVM_DYLIB`...
2018-09-13 Sanjay Patel[InstCombine] remove checks for IsFreeToInvert()
2018-09-13 Richard DiamondRenovate CMake files in the `llvm-(cfi-verify|exegesis...
2018-09-13 Sanjay Patel[InstCombine] reorder folds to reduce chance of infinit...
2018-09-13 Sam Parker[ARM] Allow truncs as sources in ARM CGP
2018-09-13 Sam Parker[ARM] Fix FixConst for ARMCodeGenPrepare
2018-09-13 Jonas Devlieghere[MC/Dwarf] Unclamp DWARF linetables format on Darwin.
2018-09-13 Matt ArsenaultAMDGPU: Fix not preserving alignent in call setups
2018-09-13 Matt ArsenaultDAG: Fix expansion of unaligned FP loads and stores
2018-09-13 Matt ArsenaultAMDGPU: Fix some outdated datalayouts in tests
2018-09-13 Simon PilgrimFix unused variable warning. NFCI.
2018-09-13 Tim NorthoverARM: align loops to 4 bytes on Cortex-M3 and Cortex-M4.
2018-09-13 Dean Michael... [XRay] Bug fixes for FDR custom event and arg-logging
2018-09-13 Alexander Timofeev [AMDGPU] Load divergence predicate refactoring
2018-09-13 Simon Atanasyan[mips] Enable the mnemonic spell corrector
2018-09-13 Clement Courbet[llvm-exegesis][NFC] Remove dead parameter.
2018-09-13 Clement Courbet[llvm-exegesis][NFC] Split BenchmarkRunner class
2018-09-13 Alexander Timofeev [AMDGPU] Preliminary patch for divergence driven...
2018-09-13 Craig Topper[X86] Type legalize v2i32 div/rem by scalarizing rather...
2018-09-13 Saleem AbdulrasoolARM: correct the relocation type for `bl` on WoA
2018-09-13 Max Kazantsev[NFC] Add Requires: asserts where needed
2018-09-13 Max Kazantsev[NFC] Use expensive asserts in relevant LICM tests
2018-09-13 Thomas LivelyRemove isAsCheapAsAMove from v128.const
2018-09-13 Thomas LivelyRemove isAsCheapAsAMove from mem ops
2018-09-13 Thomas Lively[WebAssembly] Add missing SIMD instruction attributes
2018-09-13 David BlaikieSTLExtras: Add some more algorithm wrappers
2018-09-13 David BlaikieDebugInfo/PDB: Remove unused member
2018-09-12 David Blaikiedwarfdump: Improve performance on large DWP files
2018-09-12 Sanjay Patel[DAGCombiner] improve formatting for select+setcc code...
2018-09-12 Adrian Prantlfix 80-column violation with clang-format
2018-09-12 Zachary Turner[PDB] Remove all clone() methods.
2018-09-12 Krzysztof Parzyszek[Hexagon] Use shuffles when lowering "gather" shuffleve...
2018-09-12 Krzysztof Parzyszek[Hexagon] Improve the selection algorithm in scalarizeS...
2018-09-12 Kristina Brooks[Support] sys::fs::directory_entry includes the file_type.
2018-09-12 Vedant Kumar[llvm-cov] Delete custom JSON serialization code (NFC)
2018-09-12 Lang Hames[ORC] Merge ExecutionSessionBase with ExecutionSession...
2018-09-12 Lang Hames[ORC] Add a special 'main' JITDylib that is created...
2018-09-12 Heejin Ahn[WebAssembly] Make tied inline asm operands work again
2018-09-12 Sanjay Patelrevert r341288 - [Reassociate] swap binop operands...
2018-09-12 Sanjay Patel[InstCombine] add tests for unsigned add overflow; NFC
2018-09-12 Michael BergGuard FMF context by excluding some FP operators from...
2018-09-12 Zachary Turner[PDB] Emit old fpo data to the PDB file.
2018-09-12 Krzysztof Parzyszek[Hexagon] Use legalized type for extracted elements...
2018-09-12 Konstantin... AMDGPU: Print all kernel descriptor directives (includi...
2018-09-12 Roman Lebedev[NFC][InstCombine] Drop newly-added interference-tests...
2018-09-12 Roman Lebedev[NFC][InstCombine] R38708 - inefficient pattern for...
2018-09-12 Konstantin... AMDGPU: Re-apply r341982 after fixing the layering...
2018-09-12 Roman Lebedev[InstCombine] Inefficient pattern for high-bits checkin...
2018-09-12 Julie Hockett[objcopy] make objcopy follow program header standards
2018-09-12 Thomas Lively[WebAssembly] SIMD comparisons
2018-09-12 Diogo N. Sampaio[ARM] Tighten f64<->f16 conversion requirements
2018-09-12 Craig Topper[X86] Remove isel patterns for ADCX instruction
2018-09-12 Florian Hahn[PatternMatch] Use generic One,Two,ThreeOps_match class...
2018-09-12 Wolfgang PiebReverting r342048, which caused UBSan failures in dsymutil.
2018-09-12 Alexandros... [GVNHoist] computeInsertionPoints() miscalculates IDF
2018-09-12 Roman Lebedev[NFC][InstCombine] R38708 - inefficient pattern for...
2018-09-12 Sander de Smalen[AArch64] Implement aarch64_vector_pcs codegen support.
2018-09-12 Wolfgang Pieb[DWARF] Refactoring range list dumping to fold DWARF...
2018-09-12 Kristof Umann[ADT] Made numerous methods of ImmutableList const
2018-09-12 David Green[CGP] Ensure splitgep gives deterministic output
2018-09-12 Sam Parker[ARM] Follow-up to rL342033
2018-09-12 David Green[SimplifyCFG] Put an alignment on generated switch...
2018-09-12 Sander de Smalen[AArch64] NFC: Refactoring to prepare for vector PCS.
2018-09-12 Clement Courbet[llvm-exegesis][NFC]Remove dead function parameter
2018-09-12 Sam Parker[ARM] Exchange MAC operands in ARMParallelDSP
2018-09-12 Sam Parker[ARM] Allow bitcasts in ARMCodeGenPrepare
2018-09-12 Sander de Smalen[AArch64] Add parsing of aarch64_vector_pcs attribute.
2018-09-12 Florian Hahn[LV] Move InterleaveGroup and InterleavedAccessInfo...
2018-09-12 Ilya BiryukovRemove unused include from IVDescriptors.cpp.
2018-09-12 Ilya BiryukovRevert "AMDGPU: Move isa version and EF_AMDGPU_MACH_...
2018-09-12 Craig Topper[SelectionDAG] Remove some code from PromoteIntOp_MGATH...
2018-09-12 Vikram TVBreak LoopUtils into an Analysis file.
2018-09-12 Craig Topper[X86] Teach X86SelectionDAGInfo::EmitTargetCodeForMemcp...
2018-09-12 Lang Hames[ORC] Remove some unused typedefs.
2018-09-11 Jessica Paquette[MachineOutliner] Add codegen size remarks to the Machi...
2018-09-11 Sanjay Patel[InstCombine] add folds for unsigned-overflow compares
2018-09-11 Zachary Turner[PDB] Write FPO Data to the PDB.
2018-09-11 Reid Kleckner[cmake] Speed up check-llvm 5x by delay loading shell32...
2018-09-11 Alexandros... Revert "[GVNHoist] Re-enable GVNHoist by default"
2018-09-11 Reid KlecknerApply local fixes intended to be part of r341999.'
next