platform/upstream/llvm.git
2018-09-04 David BolvanskySet console mode when -fansi-escape-codes is enabled
2018-09-04 Petr Hosek[CMake] Provide a custom target to install LLVM libraries
2018-09-04 Sanjay Patel[InstCombine] improve xor+and/or tests
2018-09-04 Matt ArsenaultAMDGPU: Fix DAG divergence not reporting flat loads
2018-09-04 Matt ArsenaultDAG: Factor out helper function for odd vector sizes
2018-09-04 Hiroshi YamauchiFix build failures after rL341386.
2018-09-04 Nico Weberclang-cl: Pass /Brepro to linker if it was passed to...
2018-09-04 Dan Gohman[WebAssembly] Fix operand rewriting in inline asm lowering.
2018-09-04 Charles Davis[CMake] Remove variable reference that isn't used.
2018-09-04 David BolvanskyTerminate debugger if an assert was hit
2018-09-04 Hiroshi Yamauchi[PGO] Control Height Reduction
2018-09-04 Matt Morehouse[libFuzzer] Enable tests on Windows
2018-09-04 Matt Morehouse[TSan] Update assembly test again.
2018-09-04 Matt Morehouse[TSan] Update assembly code check.
2018-09-04 Scott Linder[CodeGen] Fix remaining zext() assertions in SelectionDAG
2018-09-04 Francis Visoiu... [MachO] Fix inconsistency between error messages when...
2018-09-04 Francis Visoiu... [MachO] Fix LC_DYSYMTAB validation for external symbols
2018-09-04 Jonas Devlieghere[dwarfdump] Improve -diff option by hiding more data.
2018-09-04 Sam McCall[clangd] Load static index asynchronously, add tracing.
2018-09-04 Sam McCall[clangd] Define a compact binary serialization fomat...
2018-09-04 Kirill Bobyrev[clangd] NFC: Change quality type to float
2018-09-04 Christian BruelFix the -print-multi-directory flag to print the select...
2018-09-04 Jonas Hahnfeld[libomptarget][CUDA] Use cuDeviceGetAttribute, NFCI.
2018-09-04 Jonas Hahnfeld[libomptarget] PR38704: Fix erase of ShadowPtrMap
2018-09-04 Jonas Hahnfeld[libomptarget][NVPTX] Drop dead code and data structure...
2018-09-04 Kirill Bobyrev[clangd] Move buildStaticIndex() to SymbolYAML
2018-09-04 Sam McCall[clangd] SymbolOccurrences -> Refs and cleanup
2018-09-04 Ilya BiryukovAdding HardLink Support to VirtualFileSystem.
2018-09-04 Chandler CarruthRevert r341269: [Constant Hoisting] Hoisting Constant...
2018-09-04 Sven van HaastregtFix some Wundef warnings in Compiler.h
2018-09-04 Chandler Carruth[x86/SLH] Add a real Clang flag and LLVM IR attribute...
2018-09-04 Simon PilgrimRemove lambda default parameter to silence -Wpedantic...
2018-09-04 Aaron BallmanDisable -Wnoexcept-type due to false positives with...
2018-09-04 Chandler CarruthRevert r341342: Dwarf .debug section compression suppor...
2018-09-04 Chandler Carruth[x86/SLH] Teach SLH to harden against the "ret2spec...
2018-09-04 Kristina BrooksDo not leak the Mach host port in sys::getHostCPUName()
2018-09-04 Chandler Carruth[x86/SLH] Teach SLH to harden indirect branches and...
2018-09-04 Nicola Zaghen[InstCombine] Fold icmp ugt/ult (add nuw X, C2), C...
2018-09-04 David ChisnallRevert "Disable the GNUstep v2 ABI on Windows."
2018-09-04 David ChisnallDisable the GNUstep v2 ABI on Windows.
2018-09-04 Fedor Sergeev[NFC] correcting patterns in time-passes test to fix...
2018-09-04 Max Kazantsev[NFC] Add assert to detect LCSSA breaches early
2018-09-04 Fedor Sergeev[PassTiming] reporting time-passes separately for multi...
2018-09-04 Max Kazantsev[IndVars] Fix usage of SCEVExpander to not mess with...
2018-09-04 Puyan Lotfi[NFC][llvm-objcopy] clang-formating Object.cpp
2018-09-04 Puyan Lotfi[NFC][llvm-objcopy] Fixing a ubi-san problem with unali...
2018-09-03 Puyan Lotfi[llvm-objcopy] Dwarf .debug section compression support...
2018-09-03 Sanjay Patel[AArch64][x86] add tests for pow(x, 0.25); NFC
2018-09-03 David Bolvansky[NFC] Fixed enum constant in boolean context error
2018-09-03 David Bolvansky[NFC] Use llvm_unreachable instead of lldb::assert
2018-09-03 Simon Atanasyan[mips] Disable the selection of mixed microMIPS/MIPS...
2018-09-03 Sam McCall[clangd] Fix index-twice regression from r341242
2018-09-03 Sanjay Patel[InstCombine] simplify xor/not folds; NFCI
2018-09-03 Sanjay Patel[InstCombine] allow add+not --> sub for arbitrary vecto...
2018-09-03 David Bolvansky[ClangUserExpression][NFC] Removed unused code
2018-09-03 Brian GesiakRevert r341329 due to MSAN error
2018-09-03 Sanjay Patel[InstCombine] consolidate tests for ~(X+C); NFC
2018-09-03 Sid ManningRevert [Hexagon] Add support for getRegisterByName.
2018-09-03 Florian Hahn[SLC] Support expanding pow(x, n+0.5) to x * x * ....
2018-09-03 Brian GesiakRe-push "[Option] Fix PR37006 prefix choice in findNearest"
2018-09-03 Jonas Hahnfeld[libomptarget][NVPTX] Fix __kmpc_spmd_kernel_deinit
2018-09-03 Brian GesiakRemoving -debug-info-macros from option suggestions...
2018-09-03 Andrea Di Biagio[X86] Remove wrong ReadAdvance from multiclass sse_fp_u...
2018-09-03 Sam McCall[clangd] Some nitpicking around the new split (preamble...
2018-09-03 Argyrios KyrtzidisAdd header guards to some headers that are missing...
2018-09-03 Argyrios KyrtzidisAdd header guards to some headers that are missing...
2018-09-03 Ilya Biryukov[clangd] Avoid crashes in override completions
2018-09-03 Sam McCall[clangd] Fix ambiguous make_unique with c++17. NFC
2018-09-03 David Bolvansky[PseudoTerminal][NFC] Use llvm errno helpers
2018-09-03 Ilya Biryukov[clangd] Handle errors before checking for cancelltion
2018-09-03 Sam McCall[clangd] Factor out the data-swapping functionality...
2018-09-03 Matt ArsenaultDAG: Handle extract_vector_elt in isKnownNeverNaN
2018-09-03 Gabor Marton[ASTImporter] Merge ExprBits
2018-09-03 David Bolvansky[Symtab][NFC] Added llvm_unreachable to supress compile...
2018-09-03 Alexey Sotkin[Index] Update tests allowing double4 type to be "invalid"
2018-09-03 Nico WeberRename a few unittests/.../Foo.cpp files to FooTest.cpp
2018-09-03 Peter Smith[Aarch64] Fix linker emulation for Aarch64 big endian
2018-09-03 Jonas Devlieghere[DebugInfo] Have the verifier accept missing linkage...
2018-09-03 Martin Storsjo[AArch64] Simplify code in LowerGlobalAddress. NFCI.
2018-09-03 Alexey Sotkin[OpenCL] Traverse vector types for ocl extensions support
2018-09-03 Daniel Cederman[Sparc] allow tls_add/tls_call syntax in assembler...
2018-09-03 Dan Liew[asan] Clean up some confusing code in
2018-09-03 Dan Liew[UBSan] Add CMake and lit support for configuring and...
2018-09-03 Sander de SmalenFix issue introduced by r341301 that broke buildbot.
2018-09-03 Eric Liu[clangd] Support multiple #include headers in one symbol.
2018-09-03 Simon PilgrimRemove unnecessary semicolon to silence -Wpedantic...
2018-09-03 Carlos Alberto... Test commit.
2018-09-03 Sander de SmalenExtend hasStoreToStackSlot with list of FI accesses.
2018-09-03 Dan LiewGive a better error message when trying to run the...
2018-09-03 Dan Liew[UBSan] Propagate `UBSAN_OPTIONS` environment variable...
2018-09-03 Dan Liew[UBSan] Add missing `%run` prefixes to Pointer tests.
2018-09-03 Carlos Alberto... Test commit - adding a new line.
2018-09-03 Aleksandr Urakov[DWARF] Fix dwarf5-index-is-used.cpp
2018-09-03 Kristina Brooks[MC] - ConstantPools.cpp: Style consistency, remove...
2018-09-03 QingShan Zhang[PowerPC] Add Itineraries of IIC_IntRotateDI for P7/P8
2018-09-02 Sanjay Patel[InstCombine] allow not+sub fold for arbitrary vector...
2018-09-02 Sanjay Patel[InstCombine] move/add tests for not+sub; NFC
2018-09-02 Hsiangkai WangRevert "[DebugInfo] Fix bug in LiveDebugVariables."
2018-09-02 Hsiangkai Wang[DebugInfo] Fix bug in LiveDebugVariables.
2018-09-02 Sanjay Patel[Reassociate] swap binop operands to increase factoring...
next