platform/upstream/llvm.git
2018-07-04 George Rimar[ELF] - Add a test case for relocation pointing to...
2018-07-04 Max Kazantsev[NFC] Add test that shows that InstCombine can do better
2018-07-04 Kirill Bobyrev[clang-tools-extra] Cleanup documentation routine
2018-07-04 Anastasis Grammenos[DebugInfo][LoopVectorize] Preserve DL in generated...
2018-07-04 Eric Liu[SemaCodeComplete] Make sure visited contexts are passe...
2018-07-04 Anastasis Grammenos[DebugInfo][InstCombine] Preserve DI after combining...
2018-07-04 Eric Liu[clangd] Cleanup unittest: URIs. NFC.
2018-07-04 Eric Liu[clangd] Avoid collecting symbols from broken TUs in...
2018-07-04 Siddharth Bhat[Polly-ACC] Add isl_space.h to gpu_tree.c
2018-07-04 Simon Pilgrim[X86][SSE] Blend any v8i16/v4i32 shift with 2 shift...
2018-07-04 Eric LiuTry to fix FileDistance test on windows.
2018-07-04 Sam McCall[clangd] FileDistance: temporarily disable in CodeCompl...
2018-07-04 Simon Pilgrim[X86][SSE] Add reduced crash test case for r336113...
2018-07-04 Sam McCall[clangd] FileDistance: missing constexpr
2018-07-04 Sander de Smalen[AArch64][SVE] Asm: Support for SVE condition code...
2018-07-04 Ilya Biryukov[Sema] Fix crash in getConstructorName.
2018-07-04 Gabor BuellaNFC - typo fix in test/CodeGen/avx512f-builtins.c
2018-07-04 Sam McCall[clangd] FileDistance: don't add duplicate edges
2018-07-04 Max Kazantsev[ImplicitNullChecks] Check for rewrite of register...
2018-07-04 Richard SmithPR33924: merge local declarations that have linkage...
2018-07-04 Michael Kruse[Sema] Consider all format_arg attributes.
2018-07-04 George Karpenkov[libFuzzer] [NFC] Inline static variable to avoid the...
2018-07-03 Fangrui Song[Support] Remove SaveOr which is no longer used
2018-07-03 Jacques Pienaar[lanai] Handle atomic load of i8 like regular load.
2018-07-03 Alexander PolyakovAmmend "Fix MSVC2015 compilation failure after r336206...
2018-07-03 Kostya Serebryany[libFuzzer] add one more value profile metric, under...
2018-07-03 Erik Pilkington[Sema] Discarded statment should be an evaluatable...
2018-07-03 Fangrui Song[X86][AsmParser] Fix inconsistent declaration parameter...
2018-07-03 Richard SmithFactor out Clang's desired 8MB stack size constant...
2018-07-03 Kostya Serebryany[libFuzzer] remove stale code, as suggested in https...
2018-07-03 Kostya Serebryany[libFuzzer] add a tiny and surprisingly hard puzzle
2018-07-03 Benjamin Kramer[clangd] Replace UniqueFunction with llvm::unique_function.
2018-07-03 Benjamin Kramer[NVPTX] Expand v2f16 INSERT_VECTOR_ELT
2018-07-03 Craig Topper[X86] Remove repeated 'the' from multiple comments...
2018-07-03 Erich KeaneFix allocation of Nullability attribute.
2018-07-03 Roman Lebedev[X86] Add tests for low/high bit clearing with differen...
2018-07-03 Fangrui Song[ARM] Fix inconsistent declaration parameter name in...
2018-07-03 Fangrui Song[AArch64] Make function parameter names in declarations...
2018-07-03 Kostya Kortchinsky[scudo] Get rid of builtin-declaration-mismatch warnings
2018-07-03 Sanjay Patel[InstCombine] add tests for shuffle+binop with constant...
2018-07-03 Zachary TurnerFix crash in clang.
2018-07-03 Craig Topper[X86][AsmParser] Rework the in/out (%dx) hack one more...
2018-07-03 Craig Topper[X86][AsmParser] Don't consider %eip as a valid registe...
2018-07-03 Vladimir StefanovicFix typo in lib/Support/Path.cpp to test commit access
2018-07-03 Sanjay Patel[Constants] add identity constants for fadd/fmul
2018-07-03 Sanjay Patel[Reassociate] add tests for binop with identity constan...
2018-07-03 Kostya Kortchinsky[scudo] Enable Scudo on PPC64
2018-07-03 Alexander PolyakovFix MSVC2015 compilation failure after r336206 patch.
2018-07-03 Sanjay Patel[Reassociate] regenerate checks; NFC
2018-07-03 Sander de Smalen[AArch64][SVE] Asm: Support for FP Complex ADD/MLA.
2018-07-03 Amara Emerson[AArch64][GlobalISel] Fix fallbacks introduced in r3361...
2018-07-03 Sanjay Patel[Reassociate] add test for missing FP constant analysis...
2018-07-03 Teresa JohnsonRename lazy initialization functions to reflect behavio...
2018-07-03 Alexander Polyakov[lldb-mi] Re-implement symbol-list-lines command.
2018-07-03 Sander de Smalen[AArch64][SVE] Asm: Support for FMUL (indexed)
2018-07-03 Sander de Smalen[AArch64][SVE] Asm: Support for predicated unary operat...
2018-07-03 Eric Liu[clangd] Use default format style and fallback style...
2018-07-03 Kostya Kortchinsky[Driver] Add PPC64 as supported for Scudo
2018-07-03 Simon Atanasyan[ELF][MIPS] Use llvm-mc to generate test case input...
2018-07-03 Alexander PolyakovAdd new API to SBTarget and SBModule classes.
2018-07-03 George Rimar[ELF] - Add a comment. NFC.
2018-07-03 Simon Pilgrim[DAGCombiner] visitSDIV - Permit MIN_SIGNED_VALUE in...
2018-07-03 George Rimar[ELF] - Add support for '||' and '&&' in linker scripts.
2018-07-03 Sanjay Patel[InstCombine] fold shuffle-with-binop and common value
2018-07-03 Sam Parker[ARM][NFC] Refactor sequential access for DSP
2018-07-03 Bjorn Pettersson[IR] Strip trailing whitespace. NFC
2018-07-03 Sjoerd Meijer[AArch64] Armv8.4-A: system registers
2018-07-03 Hans Wennborgbuild_llvm_package.bat: Re-try the build steps
2018-07-03 Bjorn Pettersson[DebugInfo] Corrections for salvageDebugInfo
2018-07-03 Benjamin KramerRevert "[X86][SSE] Blend any v8i16/v4i32 shift with...
2018-07-03 John Brawn[llvm-exegesis] Adjust AArch64 unit test
2018-07-03 John Brawn[llvm-exegesis] Add an AArch64 target
2018-07-03 Sander de Smalen[AArch64][SVE] Asm: Support for saturing ADD/SUB instru...
2018-07-03 Petar Jovanovic[MIPS GlobalISel] Lower arguments using stack
2018-07-03 James Henderson[ELF] Don't create empty output section for unreference...
2018-07-03 Chandler Carruth[PM/LoopUnswitch] Fix PR37651 by correctly invalidating...
2018-07-03 Sander de Smalen[AArch64][SVE] Asm: Support for vector element FP compare.
2018-07-03 Peter Smith[ELF][AArch64] Add test case for load/store exclusive...
2018-07-03 George Rimar[ELF] - Revert mips-tls-64-pic-local-variable.s changed...
2018-07-03 George Rimar[ELF] - Revert huge-temporary-file.s changed in r336129
2018-07-03 Chandler Carruth[ADT] Disable the single callback optimization on Windows.
2018-07-03 Sam McCall[clangd] Incorporate transitive #includes into code...
2018-07-03 Shiva Chen[DebugInfo] Fix PR37395.
2018-07-03 Hans WennborgRevert r336021 "PR33924: merge local declarations that...
2018-07-03 Chandler Carruth[Support] This sanity check in the test only works...
2018-07-03 Sam McCall[clangd] Remove CompletionItem::SymbolScope extension.
2018-07-03 Max Kazantsev[InstCombine] Delay foldICmpUsingKnownBits until simple...
2018-07-03 Clement Courbet[llvm-exegesis] ExegisX86Target::setRegToConstant(...
2018-07-03 Chandler Carruth[ADT] Try to work around a crash in MSVC.
2018-07-03 Craig Topper[X86] Add avx512vl command line to break-false-dep.ll
2018-07-03 Steven Wu[Driver][Darwin] Use Host Triple to infer target os...
2018-07-03 Chandler Carruth[ADT] Switch another place to `llvm::is_trivially_move_...
2018-07-03 Zhihao Yuan[libc++] Install the missing header __errc
2018-07-03 Zhihao Yuan[libc++] Lift std::errc into a separated header
2018-07-03 Jakub KuderskiReappl "[Dominators] Add the DomTreeUpdater class"
2018-07-03 Erik PilkingtonRevert r336159, r336157. Some bots failed on qualified...
2018-07-03 Chandler Carruth[Support] Fix llvm::unique_function when building with...
2018-07-03 Teresa Johnson[ThinLTO] Fix printing of aliases for distributed backe...
2018-07-03 Erik PilkingtonSome buildbots were choking on std::max_align_t, try...
2018-07-03 Jason MolendaRe-sort the lldb.xcodeproj project file and commit...
next