platform/upstream/llvm.git
2017-11-16 Walter Lee[asan] Ensure that the minimum redzone is at least...
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 Philip Pfaffe[SI] Fix a potential use-after-free
2017-11-16 Yaxun LiuUpdate tests for llvm.invariant.group.barrier becoming...
2017-11-16 Yaxun LiuLet llvm.invariant.group.barrier accepts pointer to...
2017-11-16 Ilya Biryukov[clangd] Use in-memory preambles in clangd.
2017-11-16 Ilya BiryukovAllow to store precompiled preambles in memory.
2017-11-16 Kostya Kortchinsky[sanitizer] Use runtime checks instead of API level...
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 Pavel LabathImplement core dump debugging for PPC64le
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 Peter Smith[builtins][ARM] re-enable mulsc3_test.c on Arm
2017-11-16 Walter Lee[asan] Fix size/alignment issues with non-default shado...
2017-11-16 George Rimar[ELF] - Don't emit broken relocations for SHF_MERGE...
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 Martin Storsjo[COFF] Don't write long section names for sections...
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 Andrey ChurbanovExclude untied tasks from checking of task scheduling...
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 Martin Storsjo[COFF] Improve the autoexport check for symbols from...
2017-11-16 Martin Storsjo[docs] Mention that dwarf unwinding should be supported...
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 Marshall ClowMore of P0600 - '[[nodiscard]] in the Library' mark...
2017-11-16 Max Kazantsev[SCEV][NFC] Introduce isSafeToExpandAt function to...
2017-11-16 Kostya Serebryany[libFuzzer] disable test/fuzzer/merge-sigusr.test on...
2017-11-16 Marshall ClowMore of P0600 - '[[nodiscard]] in the Library' mark...
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 Eric ChristopherAdd NDEBUG checks around LLVM_DUMP_METHOD functions...
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 Alex Lorenz[DeclPrinter] Extract function PrintConstructorInitiali...
2017-11-16 Yan Zhangadd check to avoid throwing objc exception according...
2017-11-16 Alex Lorenz[DeclPrinter] Honor TerseOutput for constructors
2017-11-16 Bob Haarman[coff] correctly emit safeseh entries for handlers...
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 Jason MolendaFix alignment of arm64 fpu register context structure
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 Alex Shlyapnikov[LSan] Export __lsan_init
2017-11-15 Davide Italiano[POSIX] Replace assert with llvm_unreachable(). NFCI.
2017-11-15 NAKAMURA Takumiclang/module.modulemap: clang/Basic/X86Target.def may...
2017-11-15 Erich KeaneAdd X86Target.def that was forgotten in r30734
2017-11-15 Erich KeaneSplit x86 "Processor" info into its own def file. ...
2017-11-15 Sanjay Patel[InstCombine] add sub narrowing tests; NFC
2017-11-15 Eugene Zelenko[AST, Sema] Fix some Clang-tidy modernize and Include...
2017-11-15 Matt ArsenaultAMDGPU: Replace i64 add/sub lowering
2017-11-15 Sam McCall[clangd] Loosen more brittle tests
2017-11-15 Dan Gohman[WebAssembly] Update cfg-stackify.ll to remove the...
2017-11-15 Sam McCall[clangd] Revert broken r318329 and disable tests on PS4
2017-11-15 Francis RicciFix some typos in a comment.
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 Sam McCall[clangd] Fix flag name from r318327
2017-11-15 Marshall ClowMore of P0600 - '[[nodiscard]] in the Library' mark...
2017-11-15 Sam McCall[clangd] Try to unbreak tests on PS4 by targeting PC...
2017-11-15 Casey Carter[test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNME...
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 Ilya Biryukov[clangd] clang-format the source code. NFC.
2017-11-15 Sam McCall[clangd] Fix time units in clangd performance trace
2017-11-15 Hans WennborgTry to fix test/SemaCXX/deleted-operator.cpp after...
2017-11-15 Marshall ClowClean up the tests for free data(), size() and empty()
2017-11-15 Evandro Menezes[AArch64] Adjust the cost model for Exynos M1 and M2
next