OSDN Git Service

android-x86/external-llvm.git
2018-10-02 Matt ArsenaultIR: Move AtomicRMW string names into class
2018-10-02 Sanjay Patel[InstCombine] add icmp+logic tests with commuted ops...
2018-10-02 Reid KlecknerRelax dbg-declare-inalloca.ll test more
2018-10-02 Sam Clegg[WebAssembly] Stop generating helper functions in WebAs...
2018-10-02 Fangrui Song[CodeView] Try fixing DebugInfo/X86/dbg-declare-inalloca.ll
2018-10-02 Daniel Sanders[globalisel] Attempt to fix llvm-clang-x86_64-expensive...
2018-10-02 Aaron Smith [CodeView] Only add the Scoped flag for an enum type...
2018-10-02 Aaron Smith[CodeView] Emit function options for subprogram and...
2018-10-02 Matt Davis[llvm-mca] Remove unecessary forward decls. NFC.
2018-10-02 Matt MorehouseRevert "X86, AArch64, ARM: Do not attach debug location...
2018-10-02 Matt Davis[llvm-mca] Constify the 'notify' routines. NFC.
2018-10-02 Craig Topper[X86][Disassembler] Add bizarro versions of the MOVSXD...
2018-10-02 Daniel Sanders[globalisel][verifier] Run the MachineVerifier from...
2018-10-02 Reid Kleckner[codeview] Fix 32-bit x86 variable locations in realign...
2018-10-02 Simon Pilgrim[X86][Btver2] Fix BLENDV and AESDEC schedules
2018-10-02 Krzysztof Parzyszek[Hexagon] Fix extracting subvectors of non-HVX vNi1
2018-10-02 Sanjay Patel[InstCombine] add tests with undef elements; NFC
2018-10-02 Diogo N. Sampaio[ARM] Emmit data symbol for constant pool data
2018-10-02 Roman Lebedev[NFC][CodeGen][X86] fma.ll, lwp-intrinsics.ll: actually...
2018-10-02 Sanjay Patel[InstCombine] add more insert/extract vector tests...
2018-10-02 Simon Pilgrim[X86] Remove unnecessary BT(C/R/S)m(i/r) scheduler...
2018-10-02 Roman Lebedev[NFC][CodeGen][X86] lwp-intrinsics.ll: fix check prefixes
2018-10-02 Roman Lebedev[NFC][CodeGen][X86] fma.ll: fix check prefixes for...
2018-10-02 Simon Pilgrim[X86] Add APInt constant assembly printer helper
2018-10-02 Oliver Stannard[AArch64][v8.5A] Add Memory Tagging instructions
2018-10-02 Oliver Stannard[AArch64][v8.5A] Add Memory Tagging system registers
2018-10-02 Oliver Stannard[AArch64][v8.5A] Add MTE system instructions
2018-10-02 David Green[InstCombine] Fold ~A - Min/Max(~A, O) -> Max/Min(A...
2018-10-02 Oliver Stannard[AArch64][v8.5A] Add MTE as an optional AArch64 extension
2018-10-02 Simon Pilgrim[X86] Standardize floating point assembly comments
2018-10-02 David Green[InstCombine] Tests for ~A - Min/Max(~A, O) -> Max...
2018-10-02 Matt ArsenaultAMDGPU: Expand atomicrmw nand in IR
2018-10-02 Thomas Lively[WebAssembly] Restore slashes in SIMD conversion names
2018-10-02 Owen Rodley[MCA] Remove SM.hasNext() call in FetchStage::execute.
2018-10-02 Fangrui Song[AArch64][DAGCombiner]: change -stop-after=isel to...
2018-10-01 Craig Topper[SimplifyCFG] Use Value::hasNUses instead of 'getNumUse...
2018-10-01 Matt Davis[llvm-mca] Rename the 'Subtract' method to 'subtract'
2018-10-01 Craig Topper[SimplifyCFG] Update comments that refer to CondBB...
2018-10-01 Zachary Turner[PDB] Add support for more kinds of PDB Sym Tags.
2018-10-01 Daniel SandersRevert: r343521 and r343541: [globalisel] Add a combine...
2018-10-01 Reid Kleckner[codeview] Simplify S_DEFRANGE emission code, NFC
2018-10-01 Reid Kleckner[codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOI...
2018-10-01 Reid KlecknerFix the Windows build in GlobalISel
2018-10-01 Craig TopperRecommit r343499 "[X86] Enable load folding in the...
2018-10-01 Craig TopperRecommit r343498 "[X86] Improve test instruction shrink...
2018-10-01 Sanjay Patel[InstCombine] add inverse test for vector trunc canonic...
2018-10-01 Sanjay Patel[InstCombine] regenerate test checks; NFC
2018-10-01 Stefan Pintilie[PowerPC] Folding XForm to DForm loads requires alignme...
2018-10-01 Eric ChristopherTemporarily revert "[GVNHoist] Re-enable GVNHoist by...
2018-10-01 Daniel Sanders[globalisel] Add a combiner helpers for extending loads...
2018-10-01 Matthias BraunX86, AArch64, ARM: Do not attach debug location to...
2018-10-01 Craig Topper[X86] Add more test shrinking with truncate and sign...
2018-10-01 Craig TopperRevert r343499 and r343498. X86 test improvements
2018-10-01 Krzysztof Parzyszek[Hexagon] Remove incorrect pattern for swiz
2018-10-01 Stanislav Mekhanoshin[AMDGPU] Fixed SIInstrInfo::getOpSize to handle subregs
2018-10-01 Zachary Turner[PDB] Add support for dumping Typedef records.
2018-10-01 Zachary Turner[PDB] Add support for parsing VFTable Shape records.
2018-10-01 Matthias BraunMIRParser: Check that instructions only reference DILoc...
2018-10-01 Wouter van... [WebAssembly] Fixed AsmParser not allowing instructions...
2018-10-01 Craig Topper[X86] Enable load folding in the test shrinking code
2018-10-01 Craig Topper[X86] Improve test instruction shrinking when the sign...
2018-10-01 Simon Pilgrim[X86][Btver2] Fix BT(C|R|S)mr & BT(C|R|S)mi schedule...
2018-10-01 Matthias BraunDAGCombiner: StoreMerging: Fix bad index calculating...
2018-10-01 Sanjay Patel[x86] add tests for 256- and 512-bit vector types for...
2018-10-01 Simon Pilgrim[X86] Create schedule classes for BT(C|R|S)mi and BT...
2018-10-01 Evandro Menezes[AArch64] Refactor cheap cost model
2018-10-01 Simon Pilgrim[X86] Remove unnecessary BTmi/BTmr scheduler overrides
2018-10-01 Jesper Antonsson[InstCombine] Handle vector compares in foldGEPIcmp...
2018-10-01 Simon Atanasyan[mips] Generate tests expectations using update_llc_tes...
2018-10-01 Simon Pilgrim[X86][Btver2] Fix BTmr schedule uop counts
2018-10-01 Sanjay Patel[InstCombine] try to convert vector insert+extract...
2018-10-01 Sanjay Patel[InstCombine] add more insert-extract tests for D52439...
2018-10-01 Simon Pilgrim[X86] Create schedule classes for BTmi and BTmr instruc...
2018-10-01 Haojian WuMove llvm util dependencies from clang-tools-extra...
2018-10-01 Robert Widmann[LLVM-C] Add an accessor for the kind of a Metadata...
2018-10-01 Simon Pilgrim[X86][Btver2] Fix masked load schedule
2018-10-01 Guillaume Chatelet[llvm-exegesis][NFC] Move random functions from CodeTem...
2018-10-01 Sam McCall[Support] Listing a directory containing dangling symli...
2018-10-01 Hans WennborgRevert r343407 "[InstCombine] try to convert vector...
2018-10-01 Guillaume Chatelet[llvm-exegesis][NFC] Make randomizeUnsetVariables a...
2018-10-01 Alexander Timofeev[AMDGPU] Divergence driven instruction selection. Shift...
2018-10-01 Puyan Lotfi[NFC] Adding "REQUIRES: zlib" to a llvm-objcopy test...
2018-10-01 Andrea Di Biagio[X86][BtVer2] Teach how to identify zero-idiom VPERM2F1...
2018-10-01 Puyan Lotfi[llvm-objcopy] Adding support for decompressing zlib...
2018-10-01 Florian HahnRecommit r343308: [LoopInterchange] Turn into a loop...
2018-10-01 Clement Courbet[X86][Sched] Update scheduling information for VZEROALL...
2018-10-01 Clement Courbet[X86][Sched] Add pfm uop counter definitions for SNB...
2018-10-01 Carlos Alberto... [DebugInfo][Dexter] Incorrect DBG_VALUE after MCP dead...
2018-10-01 Clement Courbet[CodeGen][NFC] Add tests for heterogeneous types in...
2018-10-01 Craig Topper[X86] Stop X86DomainReassignment from creating copies...
2018-10-01 Lang Hames[ORC] Pass Symbols to ExecutionSession::lookup by value...
2018-10-01 Lang Hames[ORC] Add convenience methods for creating DynamicLibra...
2018-10-01 Lang Hames[ORC] Add a method to JITTargetMachineBuilder to get...
2018-09-30 Craig Topper[X86] Change an llvm_unreachable to a report_fatal_erro...
2018-09-30 Lang Hames[ORC] Add an 'intern' method to ExecutionEngine for...
2018-09-30 Fangrui SongUse the container form llvm::sort(C, ...)
2018-09-30 Simon Pilgrim[X86] Fix scheduler class for BTmi instructions
2018-09-30 Lang Hames[ORC] Extract and tidy up JITTargetMachineBuilder,...
2018-09-30 Simon Pilgrim[LLVM-MCA][X86] Add missing VCMPESTR/VCMPESTR tests
2018-09-30 Craig Topper[X86] Copy memrefs when folding a load for division...
next