OSDN Git Service

android-x86/external-llvm.git
2018-06-10 Mauro RossiRollback "[Support] Add RetryAfterSignal helper function" nougat-x86 android-x86-7.1-r4 android-x86-7.1-r5
2018-06-10 Mauro RossiObject/WasmObjectFile: Fix comparison of different...
2018-06-10 Mauro RossiAMDGPU/SIInsertWaitcnts: Fix comparison of integers...
2018-06-10 Mauro RossiDO NOT MERGE: tweaks to build oreo-x86
2018-06-10 Mauro Rossiandroid: fix Mips target build
2018-06-10 Mauro Rossiandroid: Target/Mips: fix Intrinsics dependencies
2018-06-10 Mauro Rossiandroid: Rename {Attributes,Intrinsics}.gen to {Attribu...
2018-06-10 Mauro Rossiandroid: utils/Tablegen: update sources list
2018-06-10 Mauro Rossiandroid: Transforms/Vectorize: update sources list
2018-06-10 Mauro Rossiandroid: Transforms/Utils: update sources list
2018-06-10 Mauro Rossiandroid: Transforms/IPO: update sources list
2018-06-10 Mauro Rossiandroid: Trasform/AggressiveInstCombine: build as stati...
2018-06-10 Mauro Rossiandroid: ExecutionEngine/Orc: update sources list
2018-06-10 Mauro Rossiandroid: Demangle: add libLLVMDemangle static dependency
2018-06-10 Mauro Rossiandroid: DebugInfo/DWARF: update sources list
2018-06-10 Mauro Rossiandroid: BinaryFormat: update sources list
2018-06-10 Mauro Rossiandroid: Analysis: update sources list
2018-06-10 Mauro Rossiandroid: Support: update sources list
2018-06-10 Mauro Rossiandroid: [Support] Move syntax highlighting into support
2018-06-10 Mauro Rossiandroid: CodeGen: update sources list
2018-06-10 Mauro Rossiandroid: [IR][CodeGen] Move EVT to CodeGen layer.
2018-06-10 Mauro Rossiandroid: Codegen: Rename ExecutionDepsFix files to...
2018-06-10 Mauro Rossiandroid: Codegen/AsmPrinter: Rename DwarfAccelTable...
2018-06-10 Mauro Rossiandroid: fix AMDGPU target build
2018-06-10 Mauro Rossiandroid: [AMDGPU][Waitcnt] Remove the old waitcnt pass
2018-06-10 Mauro Rossiandroid: AMDGPU: Rename OpenCL lowering pass to be...
2018-06-10 Mauro Rossiandroid: add tblgen rules for searchable-tables targets
2018-06-10 Mauro Rossiandroid: Target/X86: update sources list
2018-06-09 Mauro Rossiandroid: fix Target/ARM build
2018-06-09 Mauro Rossiandroid: Target/X86/InstPrinter: fix {Attributes,Intrin...
2018-06-09 Mauro Rossiandroid: add support for "retpoline" x86 mitigation
2018-06-09 Mauro Rossiandroid: update sources file names for llvm70
2018-06-09 Qiang Yufor new mesa build (LLVM70)
2018-06-09 Qiang Yufor sync with upstream update
2018-06-09 Qiang YuCLEAR_TBLGEN_VARS to CLEAR_TBLGEN_VARS70
2018-06-09 Qiang YuTBLGEN_TD_DIR to TBLGEN_TD_DIR70
2018-06-09 Qiang YuINTRINSICTD to INTRINSICTD70
2018-06-09 Qiang YuATTRIBUTETD to ATTRIBUTETD70
2018-06-09 Qiang YuTBLGEN_TABLES to TBLGEN_TABLES70
2018-06-09 Qiang Yutransform-td-to-out to transform-td-to-out70
2018-06-09 Qiang Yutransform-host-td-to-out to transform-host-td-to-out70
2018-06-09 Qiang Yutransform-device-td-to-out to transform-device-td-to...
2018-06-09 Qiang YuLLVM_SUPPORTED_ARCH to LLVM70_SUPPORTED_ARCH
2018-06-09 Qiang YuLLVM_GEN_ to LLVM70_GEN_
2018-06-09 Qiang YuLLVM_DEVICE_BUILD_MK to LLVM70_DEVICE_BUILD_MK
2018-06-09 Qiang YuLLVM_HOST_BUILD_MK to LLVM70_HOST_BUILD_MK
2018-06-09 Qiang YuLLVM_TBLGEN to LLVM70_TBLGEN
2018-06-09 Qiang YuLLVM_ROOT_PATH to LLVM70_ROOT_PATH
2018-06-09 Qiang Yumore llvm to llvm70
2018-06-09 Qiang Yuremove un-needed utils
2018-06-09 Qiang Yudon't build tools
2018-06-09 Qiang Yurename LLVMxxx to LLVM70xxx
2018-06-09 Qiang Yurename libLLVM to libLLVM70
2018-06-09 Qiang Yuenable GlobalISel
2018-06-09 Qiang Yunow mesa can be compiled
2018-06-09 Qiang Yuupdate config
2018-06-09 Qiang Yuadd device include config
2018-06-09 Qiang Yumove all mk file
2018-06-09 Serge PavlovUse uniform mechanism for OOM errors handling
2018-06-09 Craig TopperUse SmallPtrSet instead of SmallSet in places where...
2018-06-08 Daniel Sanders[tablegen] Improve performance on *GenRegisterInfo...
2018-06-08 Craig Topper[X86] Remove GCCBuiltin from some intrinsics so we...
2018-06-08 Eli Friedman[LangRef] fptosi and fptoui return poison on overflow.
2018-06-08 Eli Friedman[LangRef] insertelement/extractelement return poison...
2018-06-08 Ryan PrichardTest commit: remove a blank line
2018-06-08 Eli Friedman[ARM] Allow CMPZ transforms even if the input has multi...
2018-06-08 Florian Hahn[SmallSet] Add some simple unit tests.
2018-06-08 Krzysztof Parzyszek[SCEV] Look through zero-extends in howFarToZero
2018-06-08 Davide Italiano[InstCombine] Skip dbg.value(s) when looking at stack...
2018-06-08 Sanjay Patel[InstCombine] add llvm.assume + debuginfo test (PR37726...
2018-06-08 Reid Kleckner[asan] Instrument comdat globals on COFF targets
2018-06-08 Sanjay Patel[DAGCombiner] clean up comments; NFC
2018-06-08 Simon Pilgrim[X86][SSE] Support v8i16/v16i16 rotations
2018-06-08 Sanjay Patel[x86] add tests for node-level FMF; NFC
2018-06-08 Sanjay Patel[x86] regenerate test checks; NFC
2018-06-08 Michael BergUtilize new SDNode flag functionality to expand current...
2018-06-08 Florian Hahn[VPlan] Move recipe construction to VPRecipeBuilder.
2018-06-08 Simon Pilgrim[X86][BtVer2] Add support for all SUB/XOR 32/64 scalar...
2018-06-08 Simon Pilgrim[X86] Fix schedule-x86_64.s tests to use different...
2018-06-08 Daniil Fukalov[AMDGPU] Inline asm - added i16, half and i128 types...
2018-06-08 Daniil Fukalovreapply r334209 with fixes for harfbuzz in Chromium
2018-06-08 Roman Lebedev[NFC][InstSimplify] SimplifyAddInst(): coding style...
2018-06-08 Roman Lebedev[InstSimplify] add nuw %x, -1 -> -1 fold.
2018-06-08 Simon Pilgrim[X86][BtVer2] Remove SBB tests that were accidentally...
2018-06-08 Simon Pilgrim[X86][BtVer2] Add tests for scalar SUB/XOR instructions...
2018-06-08 Alexander KornienkocommandLineFitsWithinSystemLimits Overestimates System...
2018-06-08 Zachary TurnerClean up some code in Program.
2018-06-08 Zachary TurnerAdd a file open flag that disables O_CLOEXEC.
2018-06-08 Simon Pilgrim[X86][BtVer2] Limit zero idiom tests to a single iteration.
2018-06-08 Simon PilgrimFix Wdocumentation warning for unknown param. NFCI.
2018-06-08 Simon Pilgrim[X86][SSE] Add SSE2/AVX2 vector rotate tests
2018-06-08 Simon Pilgrim[X86][SSE] Simplify combineVectorTruncationWithPACKUS...
2018-06-08 Sanjay Patel[x86] restore test comment; NFC
2018-06-08 Artur Pilipenko[BPI] Apply invoke heuristic before loop branch heuristic
2018-06-08 Florian Hahn[VPlan] Move recipe based VPlan generation to separate...
2018-06-08 Henry Wong[ADT] Add `StringRef::rsplit(StringRef Separator)`.
2018-06-08 Simon Dardis[mips] Correct the predicates for a number of codegen...
2018-06-08 Alex Bradbury[RISCV] Implement MC layer support for the fence.tso...
2018-06-08 Simon Pilgrim[X86][SSE] Consistently prefer lowering to PACKUS over...
2018-06-08 Florian Hahn[TableGen] Make DAGInstruction own Pattern to avoid...
next