platform/upstream/llvm.git
2018-08-15 Matt ArsenaultAMDGPU: Stop producing icmp/fcmp intrinsics with invali...
2018-08-15 Matt ArsenaultAMDGPU: Address todo for handling 1/(2 pi)
2018-08-15 Matt ArsenaultDAG: Use getObjectOffset helper
2018-08-15 Simon Pilgrim[TableGen] Remove unnecessary TypeSetByHwMode -> ValueT...
2018-08-15 Matt ArsenaultDAG: Try to custom lower when promoting float operands
2018-08-15 Stephen KellyAdd a newline to SourceLocation dump output
2018-08-15 Lang Hames[MCJIT] Fix a case of Error::success() being passed...
2018-08-15 David Carlier[CStringSyntaxChecker] Reduces space around error messa...
2018-08-15 Chris BienemanRefactor Darwin driver to refer to runtimes by component
2018-08-15 Vitaly BukaRevert "[ARM] Allow signed icmps in ARMCodeGenPrepare"
2018-08-15 Alexey Bataev[OPENMP] FIx processing of declare target variables.
2018-08-15 Marshall ClowMark the at_exit and at_quick_exit tests as unsupported...
2018-08-15 Daniel Jasperclang-format: Change Google style wrt. the formatting...
2018-08-15 Lang Hames[Support] Add a basic C API for llvm::Error.
2018-08-15 Thomas Lively[WebAssembly][NFC] Standardize SIMD multiclass format
2018-08-15 Peter Collingbournecfi: Remove blacklist entries for libc++.
2018-08-15 Peter Collingbournellvm-readobj: Fix addend in relocations for android...
2018-08-15 Thomas Lively[WebAssembly] Test commit
2018-08-15 Peter Collingbournelibcxx: Mark __temp_value::__temp_value as _LIBCPP_NO_CFI.
2018-08-15 Amara Emerson[InstCombine] Fix IC trying to create a xor of pointer...
2018-08-15 Alina Sbirlea[MemorySSA] Expose the verify as a debug option.
2018-08-15 Dimitry AndricFor FreeBSD, don't define _M in nasty_macros.hpp
2018-08-15 Sanjay Patel[AArch64] add tests for poor vector intrinsic lowering...
2018-08-15 Krzysztof Parzyszek[RegisterCoalescer] Ensure that both registers have...
2018-08-15 Sanjay Patel[x86] add fabs test for vector intrinsic to potential...
2018-08-15 Sanjay Patel[x86] add tests for poor vector intrinsic lowering...
2018-08-15 Bruno Ricci[AST] Pack the unsigned of PackExpansionType into Type
2018-08-15 Krzysztof Parzyszek[RegisterCoalescer] Reset VNInfo def when copying segme...
2018-08-15 Bruno Ricci[AST] Pack the bits of TemplateSpecializationType into...
2018-08-15 Derek Schuff[WebAssembly] SIMD replace_lane
2018-08-15 Julie Hockett[clang-doc] Explicitly cast to unique_ptr
2018-08-15 Krzysztof Parzyszek[RegAlloc] Check that subreg liveness tracking applies...
2018-08-15 Julie HockettReland "[clang-doc] Updating BitcodeReader to use llvm...
2018-08-15 Jan Korous[clangd][tests] Rename tests of clangd instance termination
2018-08-15 Jan Korous[clangd][tests] Fix typo in tests - invalid LSP exit...
2018-08-15 Krzysztof Parzyszek[SystemZ] Add testcase for r339778
2018-08-15 Nemanja Ivanovic[PowerPC] Enhance the selection(ISD::VSELECT) of vector...
2018-08-15 Krzysztof Parzyszek[SystemZ] Replace subreg_r with subreg_h
2018-08-15 Marcello Maggioni[GVN] Fix typo in IsValueFullyAvailableInBlock. NFC.
2018-08-15 Jonas Paulsson[SystemZ] New CL option to enable subreg liveness
2018-08-15 George Rimar[LLD][ELF] - Stop using binary input in merge-invalid...
2018-08-15 George Rimar[LLD][ELF] - Convert binary input to yaml in sht-group...
2018-08-15 Chijun Sima[SimplifyCFG] Remove pointer from SmallPtrSet before...
2018-08-15 George Rimar[yaml2obj] - Teach yaml2obj to produce SHT_GROUP sectio...
2018-08-15 Joachim Protze[OMPT] Remove OMPT idle callback
2018-08-15 Sam Parker[ARM] TypeSize lower bound for ARMCodeGenPrepare
2018-08-15 Nemanja Ivanovic[PowerPC] Don't run BV DAG Combine before legalization...
2018-08-15 Andrea Di Biagio[llvm-mca] Fix PR38575: Avoid an invalid implicit trunc...
2018-08-15 Simon PilgrimRemove lambda default argument to fix gcc pedantic...
2018-08-15 Momchil VelikovUse .cpp extension for certain tests instead of .cc
2018-08-15 George Rimar[LLD][ELF] - Handle SHT_GROUP more carefully. NFCI.
2018-08-15 George Rimar[yaml2obj] - Teach tool to produce SHT_GROUP section...
2018-08-15 Simon Pilgrim[TargetLowering] Minor cleanup of TargetLowering::Build...
2018-08-15 David Green[UnJ] Rename hasInvariantIterationCount to hasIteration...
2018-08-15 Simon Pilgrim[X86][SSE] Add sdiv by nonuniform constant vector tests
2018-08-15 Aleksandr Urakov[X86] Add sibling-call test cases
2018-08-15 David GreenFix ASTMatchersTraversalTest testcase compile on older...
2018-08-15 Simon Pilgrim[TargetLowering] Minor refactor to TargetLowering:...
2018-08-15 Simon Pilgrim[DagCombiner] Don't bother adding to the work list...
2018-08-15 Simon Pilgrim[TargetLowering] Add support for non-uniform vectors...
2018-08-15 Sam Parker[ARM] Allow signed icmps in ARMCodeGenPrepare
2018-08-15 Sam Parker[ARM] Allow pointer values in ARMCodeGenPrepare
2018-08-15 Max Kazantsev[AliasSetTracker] Do not treat experimental_guard intri...
2018-08-15 Max Kazantsev[NFC] Refactoring of LoopSafetyInfo, step 1
2018-08-15 Max Kazantsev[NFC] Add sanitizing assertion to ICF tracker
2018-08-15 Max Kazantsev[NFC][LICM] Make hoist method void
2018-08-15 Craig Topper[X86] Change legacy SSE scalar fp to integer intrinsics...
2018-08-15 Chandler Carruth[SDAG] Update the AVR backend for the SelectionDAG...
2018-08-15 Richard SmithSilence "unused variable" warning.
2018-08-15 Evgeniy Stepanov[hwasan] Add a basic API.
2018-08-15 Artem Dergachev[analyzer] Add support for constructors of arguments.
2018-08-15 Derek Schuff[WebAssembly] SIMD Splats
2018-08-15 Louis Dionne[libcxx] Fix XFAILs for aligned allocation tests on...
2018-08-15 Louis Dionne[libc++] Disable failing C11 feature tests for <cfloat...
2018-08-15 Louis Dionne[libc++] Detect C11 features on non-Clang compilers
2018-08-14 Chandler Carruth[SDAG] Remove the reliance on MI's allocation strategy for
2018-08-14 Alex Lorenz[clangd] update the new test to check for diagnostic...
2018-08-14 Alex Lorenz[clangd] add an extension field to LSP to transfer...
2018-08-14 Alex Lorenz[clangd] add missing test from r339454
2018-08-14 Heejin Ahn[WebAssembly] Delete a specific push number from test...
2018-08-14 Cameron McInally[FPEnv] Scalarize StrictFP vector operations
2018-08-14 Eli Friedman[ARM] Make PerformSHLSimplify add nodes to the DAG...
2018-08-14 Matt Morehouse[SanitizerCoverage] Add associated metadata to PC guards.
2018-08-14 Vlad TsyrklevichSafeStack: Disable Darwin support
2018-08-14 Stephen KellyRemove obsolete comment
2018-08-14 Stephen KellyFix Stmt::ignoreImplicit
2018-08-14 Stephen KellyRemove vestiges of configure buildsystem
2018-08-14 Reid KlecknerFix lit fatal errors about requiring a USE_Z3_SOLVER...
2018-08-14 Artem Dergachev[CFG] [analyzer] Find argument constructors in CXXTempo...
2018-08-14 Artem Dergachev[analyzer] Add a test forgotten in r339088.
2018-08-14 Alina SbirleaAdd proper headers in CFGUpdate.h and add CFGDiff.h...
2018-08-14 Vlad TsyrklevichReland "SafeStack: Delay thread stack clean-up""
2018-08-14 Anna ThomasNFC: Clarify comment in loop vectorization legality
2018-08-14 Craig Topper[InlineAsm] Update the min-legal-vector-width function...
2018-08-14 Vlad TsyrklevichSafeStack: Disable Darwin support
2018-08-14 Vlad TsyrklevichSafeStack: Disable Darwin support
2018-08-14 Stefan GranitzRemove asseration from ConstString::GetConstCStringAndS...
2018-08-14 Raphael IsemannStability improvements for CompletionTest
2018-08-14 Adrian Prantl[DebugInfoMetadata] Added DIFlags interface in DIBasicType.
2018-08-14 Sanjay Patel[InstCombine] fix typos in tests; NFC
next