OSDN Git Service

android-x86/external-llvm.git
2018-09-24 Luke Cheeseman[ARM][ARMLoadStoreOptimizer]
2018-09-24 Petar Jovanovic[deadargelim] Update dbg.value of 'unused' parameters
2018-09-24 Sam Parker[ARM] bottom-top mul support ARMParallelDSP
2018-09-24 Clement Courbet[llvm-exegesis] Fix PR39021.
2018-09-24 Hans WennborgFix llvm-diff anon-func.ll test
2018-09-24 Hans WennborgRemove debug printf leftover from r342397
2018-09-24 Craig Topper[X86] Add 512-bit test cases to setcc-wide-types.ll...
2018-09-24 Dean Michael... [XRay] Clean up XRay build configuration
2018-09-24 Matt ArsenaultFix asserts when linking wrong address space declarations
2018-09-24 Matt Arsenaultllvm-diff: Fix crash on anonymous functions
2018-09-24 Craig Topper[DAGCombiner] Remove some dead code from ConstantFoldBI...
2018-09-23 Lang Hames[ORC] Add some debugging output to Core.h/Core.cpp
2018-09-23 Simon Pilgrim[X86] Split WriteShift/WriteRotate schedule classes...
2018-09-23 Craig Topper[DAGCombiner] Clarify a comment. NFC
2018-09-23 Craig Topper[LegalizeTypes] Fix bad indentation. NFC
2018-09-23 Simon Pilgrim[X86] Remove unnecessary WriteRotate override. NFCI.
2018-09-23 Simon PilgrimFix line ending mismatches. NFCI.
2018-09-23 Simon Pilgrim[X86] ROR*mCL instruction models should match ROL*mCL...
2018-09-23 Benjamin Kramer[Aarch64] Fix memcpy that was copying 4x too many bytes
2018-09-23 Sanjay Patel[DAGCombiner][x86] extend decompose of integer multiply...
2018-09-23 Simon Pilgrim[X86] Added missing RCL/RCR schedule overrides to the...
2018-09-23 Simon Pilgrim[X86] Remove unnecessary WriteRotate overrides. NFCI.
2018-09-23 Simon Pilgrim[X86] Move RORX instructions back to WriteShift schedul...
2018-09-23 Sanjay Patel[x86] add tests for mul decomposition with negative...
2018-09-23 Simon Pilgrim[X86] Add WriteRotate schedule class, splitting off...
2018-09-23 Eugene Leviant[WholeProgramDevirt] Don't process declarations when...
2018-09-23 Simon PilgrimBuild PassBuilder.cpp with /bigobj to try and appease...
2018-09-23 Craig Topper[X86] Add isel pattern for (v8i16 (sext (v8i1))) with...
2018-09-23 Craig Topper[X86] Fix a few typos in comments.
2018-09-23 Lang Hames[ORC] Update ORC C bindings to use the new llvm::Error...
2018-09-22 Craig Topper[DAGCombiner] Simplify some code in visitBITCAST. NFCI
2018-09-22 Tri Vo[AArch64] Support adding X[8-15,18] registers as CSRs.
2018-09-22 Craig Topper[DAGCombiner] Rewrite r331896 in a different way to...
2018-09-22 Yonghong Song[bpf] Test case for symbol information in object file
2018-09-22 Sanjay Patel[InstCombine][x86] try even harder to convert blendv...
2018-09-22 George Rimar[lib/MC] - Set SHF_EXCLUDE flag for .dwo sections.
2018-09-22 Simon Atanasyan[mips] Provide more detailed description for MIPS targe...
2018-09-22 Simon Atanasyan[mips] Remove obsoleted "experimental" tag from MIPS...
2018-09-22 Craig Topper[InstCombine] Fold (min/max ~X, Y) -> ~(max/min X,...
2018-09-22 Craig Topper[X86] Fix inline expansion for memset in x32
2018-09-22 Craig Topper[X86] Fold (movmsk (setne (and X, (1 << C)), 0)) -...
2018-09-22 Vyacheslav... Test commit.
2018-09-21 Jordan Rupprecht[llvm-size] Berkeley formatting: use tabs instead of...
2018-09-21 Craig Topper[X86] Teach fast isel to use MOV32ri64 for loading...
2018-09-21 Warren Ristow[Loop Vectorizer] Abandon vectorization when no integer...
2018-09-21 Aaron BallmanMove individual benchmark targets into the Utils folder...
2018-09-21 Zachary TurnerTry moving this function to another file.
2018-09-21 Lang Hames[ORC] In RTDyldObjectLinkingLayer, only call NotifyFree...
2018-09-21 Aaron BallmanAdd benchmark and benchmark_main to the Utils folder...
2018-09-21 Zachary TurnerAdd missing include.
2018-09-21 Zachary Turner[NativePDB] Add support for reading function signatures.
2018-09-21 Zachary Turner[PDB] Add native reading support for UDT / class types.
2018-09-21 Fedor Sergeev[New PM][PassInstrumentation] Adding PassInstrumentatio...
2018-09-21 Adrian Prantlllvm-dwarfdump --statistics: Unique abstract origins...
2018-09-21 Sanjay Patel[x86] add more tests for poetntial andnp splitting...
2018-09-21 Simon Pilgrim[X86] Add AVX512 target to load scalar to vector tests
2018-09-21 Wouter van... [WebAssembly] Simplified selecting asmmatcher stack...
2018-09-21 Jorge Gorbe... Test commit. Removed a blank line.
2018-09-21 Thomas Lively[WebAssembly][NFC] Rename simd-conversions test to...
2018-09-21 Caroline TicePass code-model through Module IR to LTO which will...
2018-09-21 JF Bastien[NFC] use bit_cast in PointerSumType
2018-09-21 Sanjay Patel[x86] add (negative) andnp test for D52318; NFC
2018-09-21 Sanjay Patel[x86] add test with optsize attribute for scalar->vecto...
2018-09-21 Wouter van... [WebAssembly] Made assembler only use stack instruction...
2018-09-21 Krzysztof Parzyszek[Hexagon] Avoid functions with exception handling in...
2018-09-21 Daniel Sanders[tblgen] Fix undefined behaviour when assigning integer...
2018-09-21 Sameer Sahasrabuddherevert changes from r342722
2018-09-21 Matthias BraunAArch64FastISel: Abort if we failed to select operand...
2018-09-21 Sanjay Patel[InstCombine] add tests for extractelement; NFC
2018-09-21 JF Bastien[ADT] restrict bit_cast to trivially-constructible To
2018-09-21 Clement Courbet[X86][Sched] Add zero idiom sched data to the SNB model.
2018-09-21 Andrea Di Biagio[X86][BtVer2] Fix latency and resource cycles of AVX...
2018-09-21 Jonas Devlieghere[test] Fix Assembler/debug-info.ll
2018-09-21 Andrea Di Biagio[X86] Add scheduling tests for AVX1 256-bit zero-idioms...
2018-09-21 Jonas DevlieghereEnsure that variant part discriminator is read by Metad...
2018-09-21 Jonas Devlieghere[dsymutil] Suppress CoreFoundation leaks in tests.
2018-09-21 Benjamin Kramer[ADT] Hack around GCC 5.4 miscompiling Optional of...
2018-09-21 Sameer Sahasrabuddhe[AMDGPU] lower-switch in preISel as a workaround for...
2018-09-21 Alexander Timofeev [AMDGPU] Divergence driven instruction selection...
2018-09-21 Jonas Devlieghere[dwarfdump] Verify DW_AT_type is set and points to...
2018-09-21 Jonas Devlieghere[dwarfdump] Verify compatibility of attribute TAGs.
2018-09-21 JF BastienRevert "[ADT] restrict bit_cast to trivially-constructi...
2018-09-21 JF Bastien[ADT] restrict bit_cast to trivially-constructible To
2018-09-21 JF BastienMerge clang's isRepeatedBytePattern with LLVM's isBytew...
2018-09-21 Dan Gohman[WebAssembly] Revert r342701, "Add WebAssembly to LLVM_...
2018-09-21 Dean Michael... [MCA] Remove dependency on CodeGen.
2018-09-21 Kristina Brooks[Docs] [Support] Correct a missed reference and use...
2018-09-21 Justin Bogner[MachineCopyPropagation] Refactor copy tracking into...
2018-09-21 Jordan Rupprecht[llvm-objcopy/llvm-strip]: handle --version
2018-09-21 Dan Gohman[WebAssembly] Add WebAssembly to LLVM_ALL_TARGTS.
2018-09-21 Justin Bogner[MachineCopyPropagation] Minor clang-formatting. NFC
2018-09-20 David BlaikieFix DenseSet::ConstIterator typedefs
2018-09-20 Aditya NandakumarAdd the ability to register callbacks for removal and...
2018-09-20 David BlaikieRemove an unused function
2018-09-20 Yonghong Songbpf: check illegal usage of XADD insn return value
2018-09-20 Thomas Lively[WebAssembly][NFC] Add missing tests for indirect calls
2018-09-20 Thomas Lively[WebAssembly] Add V128 value type to binary format
2018-09-20 Jessica Paquette[MachineOutliner][NFC] Don't add MBBs with a size ...
2018-09-20 Xin Tong[GlobalDCE] AvailableExternal linkage is checked in...
2018-09-20 Sanjay Patel[InstCombine] rename test file, simplify tests, regener...
next