platform/upstream/llvm.git
2018-06-20 Craig Topper[X86] Use binary search of the EVEX->VEX static tables...
2018-06-20 Philip ReamesAdd more test cases for deopt-operands via regalloc
2018-06-20 Fangrui Song[ELF] Support -z initfirst
2018-06-20 Reid Kleckner[asan] Add flushes to try to fix test
2018-06-20 Douglas YungAdd a test to verify the x86 intrinsic headers compile...
2018-06-20 Reid Kleckner[asan] Add Windows test for handle_segv and SetUnhandle...
2018-06-20 Craig Topper[X86] Undefine _mm512_mask_reduce_operator macro in...
2018-06-20 Vlad TsyrklevichRevert r334980 and 334983
2018-06-19 Michael KruseAppend new attributes to the end of an AttributeList.
2018-06-19 Vedant Kumar[IR] Introduce helpers to skip debug instructions ...
2018-06-19 Nico Weberclang-cl: Emit narrowing diag for initializer lists...
2018-06-19 Alex LorenzRecommit r335063: [Darwin] Add a warning for missing...
2018-06-19 Kuba Mracek[llvm] Document "%T" as deprecated in TestingGuide.rst
2018-06-19 Jason MolendaCorrect the pathname that PlatformDarwinKernel::Examine...
2018-06-19 Raphael IsemannRefactor OnExit utility class in ClangUserExpression
2018-06-19 Philip Reames[InlineSpiller] Fix a crash due to lack of forward...
2018-06-19 Jessica Paquette[MachineOutliner] NFC: Remove insertOutlinerPrologue...
2018-06-19 Craig TopperRecommit r335070 "[X86] Rewrite the max and min reducti...
2018-06-19 Heejin Ahn[WebAssembly] Fix liveness tracking info after drop...
2018-06-19 Alex LorenzRevert r335063 as it causes bot failures
2018-06-19 Craig TopperRevert r335070 "[X86] Rewrite the max and min reduction...
2018-06-19 Craig Topper[X86] Update fast-isel tests for clang's avx512f reduct...
2018-06-19 Craig Topper[X86] Rewrite the max and min reduction intrinsics...
2018-06-19 Jonas HahnfeldRemove liboffload from repository
2018-06-19 Craig Topper[X86] Add fast-isel tests for clang's AVX512F vector...
2018-06-19 Sanjay Patel[IR] move shuffle mask queries from TTI to ShuffleVecto...
2018-06-19 Matt Davis[MIRParser] Update a diagnostic message to use the...
2018-06-19 Krzysztof Parzyszek[Hexagon] Fix the value of HexagonII::TypeCVI_FIRST
2018-06-19 Craig Topper[X86] Initialize FMA3Info directly in its constructor...
2018-06-19 Alex Lorenz[Darwin] Add a warning for missing include path for...
2018-06-19 Craig Topper[X86] Don't fold unaligned loads into SSE ROUNDPS/ROUND...
2018-06-19 Krzysztof Parzyszek[Hexagon] Enforce restrictions on packetizing cache...
2018-06-19 Pavel LabathScalar: Use llvm integer conversion functions
2018-06-19 Simon Atanasyan[ELF][MIPS] Temporarily mark failed MIPS tests as XFAIL.
2018-06-19 Saleem Abdulrasooldocs: document CodeView directives
2018-06-19 Simon Dardis[mips] Mark microMIPS64 as being unsupported.
2018-06-19 Simon AtanasyanRemove empty unused folders. NFC
2018-06-19 Fangrui Song[XRay] Fix error message. NFC
2018-06-19 Kostya Kortchinsky[scudo] Move noinline functions definitions out of...
2018-06-19 Simon Dardis[mips] Fix the predicates of some aliases
2018-06-19 Pavel LabathReplace HostInfo::GetLLDBPath with specific functions
2018-06-19 Pavel LabathMake TestCommandScript.py NO_DEBUG_INFO_TESTCASE
2018-06-19 Aaron BallmanImplement semantic checking for __builtin_signbit.
2018-06-19 Aaron BallmanReverting due to line ending changes; will reapply...
2018-06-19 Aaron BallmanImplement semantic checking for __builtin_signbit.
2018-06-19 Pavel LabathAttempt to fix windows build broken by r334968
2018-06-19 Guansong Zhang[OpenMP] [CUDA] Expose teamid to the debug path
2018-06-19 Simon Pilgrim[SLPVectorizer] Remove default OperandValueKind argumen...
2018-06-19 Strahinja Petrovic[PowerPC] Fix label address calculation for ppc32
2018-06-19 Roman Lebedevllvm-exegesis: mark ~ExegesisTarget() as virtual. Fixes...
2018-06-19 Clement CourbetRe-land r335038 "[llvm-exegesis] A mechanism to add...
2018-06-19 Clement CourbetRevert r335038 "[llvm-exegesis] A mechanism to add...
2018-06-19 Mikhail Dvoretckii[InstCombine] Replacing X86-specific rounding intrinsic...
2018-06-19 Clement Courbet[llvm-exegesis] A mechanism to add target-specific...
2018-06-19 Mikhail Dvoretckii[X86] VRNDSCALE* folding from masked and scalar ffloor...
2018-06-19 David Green[LoopSimplifyCFG] Invalidate SCEV in LoopSimplifyCFG
2018-06-19 Eric Liu[clangd] Use workspace root path as hint path for resol...
2018-06-19 Roman Lebedev[MCA][NFC] Add generic XOP resource tests
2018-06-19 Roman Lebedev[MCA][NFC] Add generic TBM resource tests
2018-06-19 Simon Pilgrim[SLPVectorizer] Pull out AltOpcode determination from...
2018-06-19 Bjorn PetterssonRemove valueCoversEntireFragment asserts in ConvertDebu...
2018-06-19 Kristof Umann[analyzer] Made a buildbot happy.
2018-06-19 Tobias GrosserMove ScopInfo to isl++
2018-06-19 Adrian KuegelAdd a factory method to ConstantDataArray that allows...
2018-06-19 Florian Hahn[LoopInterchange] Move PHI handling to adjustLoopBranches.
2018-06-19 Mikhail DvoretckiiTest commit.
2018-06-19 Fangrui Song[XRay] rm GLOB || true -> rm -f
2018-06-19 QingShan ZhangIf the arch is P9, we will select the DFLOADf32/DFLOADf...
2018-06-19 Roger Ferrer... [RISCV] Add tests for overflow intrinsics
2018-06-19 Taiju TsuikiRevert r335019 "Update NRVO logic to support early...
2018-06-19 Akira Hatanaka[Sema] Produce diagnostics for attribute 'trivial_abi...
2018-06-19 Max Kazantsev[SimplifyIndVars] Eliminate redundant truncs
2018-06-19 Taiju TsuikiUpdate NRVO logic to support early return (Attempt 2)
2018-06-19 Craig Topper[X86] Add the ability to force an EVEX2VEX mapping...
2018-06-19 Craig Topper[X86] Add a new VEX_WPrefix encoding to tag EVEX instru...
2018-06-19 Sanjoy DasRevert "[SCEV] Add nuw/nsw to mul ops in StrengthenNoWr...
2018-06-19 Craig Topper[X86] Simplify the TSFlags checking code in EvexToVexIn...
2018-06-19 Alex LangfordFix up Info.plist when building LLDB.framework with...
2018-06-19 Francis Visoiu... Fix bots after r334981
2018-06-19 Heejin Ahn[WebAssembly] Remove an extra ';' at the end of a namespace
2018-06-19 Reid Kleckner[asan] Avoid deadlock when initializing the symbolizer...
2018-06-19 Heejin Ahn[WebAssembly] Add more utility functions
2018-06-19 Heejin Ahn[WebAssembly] Add WasmEHFuncInfo for unwind destination...
2018-06-19 Eli Friedman[ARM] Thumb2 constant cmp testcases.
2018-06-19 Eli Friedman[ARM] Testcase for Thumb1 cmp with constants.
2018-06-19 Eli Friedman[ARM] Add Thumb1 coverage for cmn testcases.
2018-06-19 Eli Friedman[ARM] Testcase for missed optimization for masking.
2018-06-19 Eli Friedman[ARM] Testcase for missed optimization with i16 compare.
2018-06-19 Derek Schuff[WebAssembly] Fixed disassembler unit test failure.
2018-06-18 Heejin Ahn[WebAssembly] Make rethrow instruction take a target...
2018-06-18 Heejin Ahn[VPlan] Add Analysis and Core to LLVM_LINK_COMPONENTS
2018-06-18 Michael BergUtilize new SDNode flag functionality to expand current...
2018-06-18 Jason MolendaSome NFC changes to how we scan of kexts & kernels...
2018-06-18 Craig Topper[X86] Remove ReadAfterLd from avx512_shift_rmbi multiclass.
2018-06-18 Xin TongRevert "Simplify blockaddress usage before giving up...
2018-06-18 Xin TongSimplify blockaddress usage before giving up in MergeBl...
2018-06-18 Fangrui Song[ELF] Uniquify --wrap list.
2018-06-18 Eric ChristopherTidy comment language and explanation.
2018-06-18 Eric ChristopherPull non-lazy stub table emission into a separate funct...
2018-06-18 Eric ChristopherAdd return statements to make it clear that all of...
next