OSDN Git Service

android-x86/external-llvm.git
2017-11-16 Yi Kong[ARM] 't' asm constraint should accept i32
2017-11-16 Craig Topper[X86] Add DAG combine to remove sext i32->i64 from...
2017-11-16 Craig Topper[X86] Add gather test with index sign extended from...
2017-11-16 Craig Topper[X86] Don't remove sign extend of gather/scatter indice...
2017-11-16 Lang Hames[Support] Support NetBSD PaX MPROTECT in sys::Memory.
2017-11-16 David BlaikieAttempt to fix inscrutible build break...
2017-11-16 Zachary TurnerFix some undefined beahvior in FileMapping.
2017-11-16 David Blaikiellvm-readobj/ARMEHABIPrinter.h: Make this a real/modula...
2017-11-16 Rafael EspindolaConvert the last use of sys::fs::createUniqueFile in...
2017-11-16 Rafael EspindolaConvert another use of createUniqueFile to TempFile...
2017-11-16 Petr Hosek[CMake][runtimes] Use cmake_parse_arguments in runtimes...
2017-11-16 Vedant KumarRevert "[SelectionDAG] Consolidate (t|T)ransferDbgValue...
2017-11-16 Mandeep Singh... [RISCV] Fix 64-bit data layout mismatch between backend...
2017-11-16 Craig Topper[X86] Pre-truncate gather/scatter indices that have...
2017-11-16 Craig Topper[X86] DAGCombinerInfo is in TargetLowering not X86Targe...
2017-11-16 Craig Topper[DAGCombiner] Use cast instead of an unchecked dyn_cast.
2017-11-16 Justin Bognerllvm-objdump: Add missing requires for the test in...
2017-11-16 Vedant Kumar[SelectionDAG] Consolidate (t|T)ransferDbgValues method...
2017-11-16 Reid KlecknerFix my typo of PDB_TableType
2017-11-16 Reid KlecknerFix -Wreturn-type falling off the end of a function...
2017-11-16 Daniel Sanders[arc] Fix ambiguous overloaded operator error
2017-11-16 Yonghong Songbpf: print backward branch target properly
2017-11-16 Daniel Sanders[arc] Update TargetInfo to include the new backend...
2017-11-16 Kostya Serebryany[libFuzzer] add docs for -reduce_inputs
2017-11-16 Azharuddin... Fix RISCV build after r318352
2017-11-16 Guozhi Wei[PPC] Change i32 constant in store instruction to i64
2017-11-16 Zachary TurnerResubmit "Refactor debuginfo-tests"
2017-11-16 Dave LeeAdd ELF dynamic symbol support to yaml2obj/obj2yaml
2017-11-16 Sanjay Patel[InstCombine] add tests for pow(); NFC
2017-11-16 Rafael Espindolamake exitDsymutil static.
2017-11-16 Dave LeeAllow empty mappings for optional YAML input
2017-11-16 Rafael EspindolaConvert another use of createUniqueFile to TempFile...
2017-11-16 Aaron Smith[DebugInfo/PDB] Exclude the PDB/DIA files added in...
2017-11-16 Sanjay Patel[InstCombine] add tests for 'afn' FMF; NFC
2017-11-16 Walter Lee[asan] Fix small X86_64 ShadowOffset for non-default...
2017-11-16 Sanjay Patel[InstCombine] regenerate test checks; NFC
2017-11-16 Rafael EspindolaRevert "[Support][CachePruning] Fix regression in pruni...
2017-11-16 Sanjay Patel[InstCombine] regenerate test checks; NFC
2017-11-16 Sanjay Patel[InstCombine] regenerate test checks; NFC
2017-11-16 Sanjay Patel[InstCombine] regenerate test checks; NFC
2017-11-16 Yaxun LiuLet llvm.invariant.group.barrier accepts pointer to...
2017-11-16 Igor Laevsky[FuzzMutate] Fix windows build after rL318407.
2017-11-16 Sanjay Patel[InstSimplify] add tests for fcmp ord/uno; NFC
2017-11-16 Igor Laevsky[FuzzMutate] NFC. Move parseModule and writeModule...
2017-11-16 John BrawnRemove stray comma in sink-addrmode test
2017-11-16 Sanjay Patel[InstCombine] include 'sub' in the list of narrow-able...
2017-11-16 Aaron Smith[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB...
2017-11-16 Simon Pilgrim[X86] Add scheduling tests for SHLD/SHRD
2017-11-16 Javed Absar[SCEV] simplify loop. NFC.
2017-11-16 Aaron SmithTest commit. Add a missing dash to the standard llvm...
2017-11-16 Diana Picus[ARM GlobalISel] Add tests for BIC. NFC
2017-11-16 Ben Dunbobbin[Support][CachePruning] Fix regression in pruning interval
2017-11-16 Walter Lee[asan] Fix size/alignment issues with non-default shado...
2017-11-16 Diana Picus[ARM GlobalISel] Add tests for REVSH patterns. NFC
2017-11-16 Yaxun LiuFix pointer EVT in SelectionDAGBuilder::visitAlloca
2017-11-16 Sam Parker[DAGCombine] Enable more srl -> load combines
2017-11-16 Simon Dardis[mips][mt] Add missing test cases from r318207
2017-11-16 Benjamin KramerAssert correct removal of SUnit in LatencyPriorityQueue
2017-11-16 Mohammed Agabaria[TTI][X86] update costs of interleaved load\store of...
2017-11-16 Mikael Holmen[MachineRegisterInfo] Avoid having dbg.values affect...
2017-11-16 Max Kazantsev[IRCE] Fix SCEVExpander's usage in IRCE
2017-11-16 Craig Topper[X86] Update TTI to report that v1iX/v1fX types aren...
2017-11-16 Craig Topper[SelectionDAG] Use report_fatal_error instead of llvm_u...
2017-11-16 Max Kazantsev[SCEV][NFC] Introduce isSafeToExpandAt function to...
2017-11-16 Eric ChristopherFix thinko in last commit.
2017-11-16 Eric ChristopherAdd NDEBUG checks around LLVM_DUMP_METHOD functions...
2017-11-16 Eric ChristopherNeed to work around the gcc Wunused-function bug as...
2017-11-16 Yaxun LiuFix APInt bit size in processDbgDeclares
2017-11-16 Evgeniy Stepanov[asan] Fallback to non-ifunc dynamic shadow on android<22.
2017-11-16 Craig Topper[X86] Custom type legalize v2f32 masked gathers instead...
2017-11-16 Bob HaarmanLTO: clarify why we need to gracefully handle sys:...
2017-11-16 Rafael EspindolaConvert a use of createUniqueFile to TempFile::create.
2017-11-16 Yonghong Songbpf: enable llvm-objdump to print out symbolized jmp...
2017-11-16 Daniel Sanders[globalisel][tablegen] Generate rule coverage and use...
2017-11-16 Reid KlecknerTry to fix WebAssembly build after r318352
2017-11-16 Craig Topper[GVNHoist] Fix a signed/unsigned comparison warning...
2017-11-16 Rong Xu[CodeGen] Fix the branch probability assertion in r318202
2017-11-15 Daniel SandersAdd backend name to Target to enable runtime info to...
2017-11-15 Evandro Menezes[AArch64] Adjust the cost model for Exynos M1 and M2
2017-11-15 Aditya Nandakumar[GISel][NFC]: Move getOpcodeDef from the LegalizationAr...
2017-11-15 Sanjay Patel[InstCombine] add sub narrowing tests; NFC
2017-11-15 Matt ArsenaultAMDGPU: Replace i64 add/sub lowering
2017-11-15 Dan Gohman[WebAssembly] Update cfg-stackify.ll to remove the...
2017-11-15 Evandro Menezes[AArch64] Refactor the loads and stores optimizer
2017-11-15 Rafael EspindolaSimplify file handling in dsymutil.
2017-11-15 Craig Topper[X86] Add some explanatory comments to the ProcessorFea...
2017-11-15 Craig Topper[X86] Add a return to the end of a switch to prevent...
2017-11-15 Jake Ehrlich[llvm-objcopy] Change -O binary to respect section...
2017-11-15 Sanjay Patel[InstCombine] trunc (binop X, C) --> binop (trunc X...
2017-11-15 Rafael EspindolaUse TempFile in lto caching.
2017-11-15 Sean Fertile[PowerPC] Implement mayBeEmittedAsTailCall for PPC
2017-11-15 Reid Kleckner[InstCombine] Salvage debug info during initial DCE
2017-11-15 Sanjay Patel[InstCombine] add tests for missing trunc folds; NFC
2017-11-15 Vedant Kumar[docs] Mention opt -metarenamer in the bugpoint docs
2017-11-15 Evandro Menezes[AArch64] Adjust the cost model for Exynos M1 and M2
2017-11-15 Simon Pilgrim[X86] Add CBW/CDQ/CDQE/CQO/CWD/CWDE to WriteALU schedul...
2017-11-15 Adam Nemet[SLP] Added more missed optimization remarks
2017-11-15 Sean Fertile[PowerPC] Split out the tailcall calling convention...
2017-11-15 Sanjay Patel[PassManager, SimplifyCFG] add test for PR34603 / D3856...
2017-11-15 Sanjay Patel[(new) Pass Manager] instantiate SimplifyCFG with the...
next