platform/upstream/llvm.git
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
2017-11-15 Rafael EspindolaDrop conflicting sh_entsize values.
2017-11-15 Rafael EspindolaRemove an unnecessary constraint.
2017-11-15 Hans WennborgBuiltinOperatorOverloadBuilder: Don't consider types...
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 Rafael EspindolaPropagate sh_entsize out.
2017-11-15 Sean Fertile[PowerPC] Split out the tailcall calling convention...
2017-11-15 David BlaikieASTMatchers.h: Fix ODR violations by avoiding internal...
2017-11-15 Kostya Serebryanylibfuzzer: Fix file listing on some filesystems
2017-11-15 Kostya Serebryany[libFuzzer] respect max_len during merge
2017-11-15 Kostya Kortchinsky[scudo] Soft and hard RSS limit checks
2017-11-15 Sanjay Patel[PassManager, SimplifyCFG] add test for PR34603 / D3856...
2017-11-15 Sanjay Patel[(new) Pass Manager] instantiate SimplifyCFG with the...
2017-11-15 Sanjay Patel[Reassociate] simplify code; NFCI
2017-11-15 Sander de Smalen[AArch64][SVE] Asm: Report SVE parsing diagnostics...
2017-11-15 Petar Jovanovic[mips] Improve genConstMult() to work with arbitrary...
2017-11-15 Igor Laevsky[llvm-opt-fuzzer] Add opt fuzzer to the test-depends...
2017-11-15 Igor Laevsky[llvm-opt-fuzzer] Only run tests for the x86 target.
2017-11-15 Igor Laevsky[llvm-opt-fuzzer] NFC. Add sanity tests.
2017-11-15 Benjamin Kramer[libclang] Fix cursors for in-class initializer of...
2017-11-15 Momchil Velikov[ARM] Split Arm jump table branch into i12 and rs suffi...
2017-11-15 Alexey Bader[OpenCL] Fix code generation of function-scope constant...
2017-11-15 Jonas Devlieghere[DebugInfo] Fix potential CU mismatch for SubprogramSco...
2017-11-15 Ilya BiryukovWorkaround CodeGen/WebAssembly/cfg-stackify.ll failure...
2017-11-15 Sam McCall[clangd] Support returning a limited number of completi...
2017-11-15 Sam McCall[clang] Expose orderedString from CodeCompletionResult...
2017-11-15 Martin Storsjo[MinGW] Ignore the --build-id, --pie-executable and...
2017-11-15 Martin Storsjo[COFF] Always include the size of the string table...
2017-11-15 Martin Storsjo[MinGW] Implement the --[no-]gc-sections and --icf...
2017-11-15 Martin Storsjo[MinGW] Implement support for the --image-base option
2017-11-15 Martin Storsjo[MinGW] Add support for --dynamicbase, ignore --nxcompa...
2017-11-15 Martin Storsjo[MinGW] Handle --large-address-aware
2017-11-15 Mikael Holmen[Lint] Don't warn about passing alloca'd value to tail...
2017-11-15 Craig Topper[X86] Redefine the 128-bit version of VPGATHERQD and...
2017-11-15 Billy Robert... Tolerate even more [[nodiscard]] in the STL. Reviewed...
2017-11-15 Billy Robert... Tolerate [[nodiscard]] annotations in the STL. Reviewed...
2017-11-15 NAKAMURA TakumiGISelWorkList.h: Fix -fmodules build in rL318210.
2017-11-15 NAKAMURA TakumiASTMatchers.h: Avoid warnings due to "@throw". [-Wdocum...
2017-11-15 NAKAMURA TakumiFix llvm/test/Transforms/LoopRotate/pr35210.ll in rL318...
next