platform/upstream/llvm.git
2018-03-27 Max Kazantsev[SCEV] Add one more case in computeConstantDifference
2018-03-27 Craig Topper[MachineScheduler] Add itinerary to schedcover.py....
2018-03-27 Eric Fiselier[coroutines] Fix unused warning on result of co_yield.
2018-03-27 Eric Fiselier[coroutines] Fix invalid source range in co_await call...
2018-03-27 Rui UeyamaRemove extraneous local variable. NFC.
2018-03-27 Rui UeyamaUpdate comments.
2018-03-27 Mircea TrofinRevert "Revert "[lit] Generalized /dev/null support...
2018-03-27 Eric FiselierFix unused expression warning in co_await.
2018-03-27 Sanjay Patel[x86] add RUN for target before roundss; NFC
2018-03-27 Evgeniy StepanovRevert "[asan] Replace vfork with fork."
2018-03-27 Reid KlecknerRemove dead method
2018-03-27 Jan Korous[lit] Temporarily disable shtest-timeout.py on darwin
2018-03-27 Eugene Zelenko[Edit, Rewrite] Fix some Clang-tidy modernize and Inclu...
2018-03-26 Mircea TrofinRevert "[lit] Generalized /dev/null support on Windows."
2018-03-26 David BlaikieAdd a build dependency from libMC to libDebugInfoCodeVi...
2018-03-26 David BlaikieFix for header rename in LLVM
2018-03-26 David BlaikieMove CVDebugRecord from CodeView to Object to fix layering
2018-03-26 Sanjay Patel[x86] add tests for ftrunc; NFC
2018-03-26 Jason MolendaAdd the same new entitlement from r326399 to
2018-03-26 Aaron Smith[DebugInfoPDB] Print the method name along with the...
2018-03-26 Mircea Trofin[lit] Generalized /dev/null support on Windows.
2018-03-26 Julie Hockett[clang-doc] Removing -Wunused-variable warning
2018-03-26 Aaron Smith[DebugInfoPDB] Add methods to get the compiland and...
2018-03-26 Aaron Smith[DebugInfoPDB] Add DIA implementation of findLineNumber...
2018-03-26 Aaron Smith[DebugInfoPDB] Add DIA implementation of addressForVA...
2018-03-26 Eugene Zelenko[Frontend] Fix some Clang-tidy modernize and Include...
2018-03-26 Simon PilgrimFix newlines. NFCI.
2018-03-26 Simon Pilgrim[X86] Add WriteCRC32 scheduler class
2018-03-26 Rafael EspindolaUse local symbols for creating .stack-size.
2018-03-26 Reid KlecknerFix go bindings test when using goma distributed build...
2018-03-26 Rui UeyamaRefactor SharedFile::parseRest. NFC.
2018-03-26 Paul RobinsonUse correct format specifier.
2018-03-26 Eli Friedman[MemorySSA] Fix exponential compile-time updating Memor...
2018-03-26 Matt Morehouse[libFuzzer] Do not optimize minimize_two_crashes.test.
2018-03-26 Jonathan PeytonMove blocktime_str variable right before its first use
2018-03-26 Krzysztof Parzyszek[Hexagon] Assertion failure in HexagonSubtarget.cpp
2018-03-26 Simon Pilgrim[X86][Btver2] Add (U)COMISD/(U)COMISD scheduler costs
2018-03-26 Haicheng Wu[SLP] Add more checks to a test case. NFC.
2018-03-26 Rafael EspindolaReduce code duplication a bit.
2018-03-26 Reid Kleckner[X86] Fix Windows `i1 zeroext` conventions to use i8...
2018-03-26 Rafael EspindolaReduce code duplication a bit. NFC
2018-03-26 Jonathan PeytonAdd summarizeStats.py to tools directory
2018-03-26 Reid Kleckner[MS] Fix late-parsed template infinite loop in eager...
2018-03-26 Simon Pilgrim[X86] Add WriteBitScan/WriteLZCNT/WriteTZCNT/WritePOPCN...
2018-03-26 David BlaikieRemove unused file, ExecutionEngine/MCJIT/ObjectBuffer.h
2018-03-26 Mandeep Singh... [XCore] Change std::sort to llvm::sort in response...
2018-03-26 Reid Kleckner[lit] Implement 'cat' command for internal shell
2018-03-26 Zachary TurnerDelete pdbutil diff mode.
2018-03-26 Krzysztof Parzyszek[Hexagon] Add more lit tests
2018-03-26 Sanjay Patel[InstCombine] improve code comment; NFC
2018-03-26 Zaara Syeda[ELF] GotSection increment NumEntries when Target saves...
2018-03-26 Lei Huang[Power9]Legalize and emit code for quad-precision conve...
2018-03-26 Adrian PrantlFix check for verbose logging.
2018-03-26 Stefan Pintilie[PowerPC] Infrastructure work. Implement getting the...
2018-03-26 Zaara SyedaDisable [MachineLICM] Add functions to MachineLICM...
2018-03-26 Krzysztof Parzyszek[Pipeliner] Several node-ordering fixes
2018-03-26 Tim Corringham[AMDGPU] Improve disassembler error handling
2018-03-26 Pirama Arumuga... [CodeGen] Mark fma as const for Android
2018-03-26 Simon Pilgrim[X86][Btver2] Add CVTSI2SD/CVTSI2SS scheduler costs
2018-03-26 Krzysztof Parzyszek[Pipeliner] Check for affine expression in isLoopCarrie...
2018-03-26 David BlaikieRemove an unneeded (& mislayered) include from Target...
2018-03-26 David BlaikieRemove unneeded (& mislayered) include from TargetMachi...
2018-03-26 Krzysztof Parzyszek[Pipeliner] Add missing loop carried dependences
2018-03-26 Haicheng Wu[SLP] Add a test case. NFC.
2018-03-26 Krzysztof Parzyszek[Pipeliner] Fix renaming in pipeliner when eliminating...
2018-03-26 Alexey Bataev[OPENMP] Codegen for declare target with link clause.
2018-03-26 Krzysztof Parzyszek[Pipeliner] Fix number of phis to generate in the epilog
2018-03-26 Krzysztof Parzyszek[Pipeliner] Use latency to compute RecMII
2018-03-26 Simon Pilgrim[X86][Btver2] Add CVTSD2SS/CVTSS2SD scheduler costs
2018-03-26 Krzysztof Parzyszek[Pipeliner] Fix assert caused by pipeliner serialization
2018-03-26 Sebastian Pop[InstCombine] reassociate loop invariant GEP chains...
2018-03-26 Krzysztof Parzyszek[Pipeliner] Enable more base+offset dependence changes...
2018-03-26 Krzysztof Parzyszek[Pipeliner] Fix calculation when reusing phis
2018-03-26 Simon Pilgrim[X86][Btver2] Account for the "+i" integer pipe transfe...
2018-03-26 Krzysztof Parzyszek[Pipeliner] Fix check for order dependences when finali...
2018-03-26 Krzysztof Parzyszek[Pipeliner] Fix in the pipeliner phi reuse code
2018-03-26 Krzysztof Parzyszek[Pipeliner] Pipeliner should mark physical registers...
2018-03-26 Krzysztof Parzyszek[Pipeliner] Correctly update memoperands in the epilog
2018-03-26 Erik Pilkington[demangler] Fix a bug in r328464 found by oss-fuzz.
2018-03-26 Krzysztof Parzyszek[Hexagon] Give priority to post-incremementing memory...
2018-03-26 Simon Pilgrim[X86][Btver2] Add CVTSD2SI/CVTSS2SI scheduler costs
2018-03-26 Pavel LabathFix TestDisassembleBreakpoint broken by r328488
2018-03-26 Ilya BiryukovMigrate dockerfiles to use multi-stage builds.
2018-03-26 Sanjay Patel[InstCombine] distribute fmul over fadd/fsub
2018-03-26 Simon Pilgrim[X86][Btver2] Fix YMM BLENDPD/BLENDPS + UNPCKPD/UNPCKP...
2018-03-26 Simon Marchi[clangd] Support incremental document syncing
2018-03-26 Andrea Di Biagio[llvm-mca] Fix how views are added to the InstructionTa...
2018-03-26 Sanjay Patel[InstCombine] check uses before creating instructions...
2018-03-26 Simon Pilgrim[X86][Btver2] Add (V)SQRTPD/(V)SQRTSD costs
2018-03-26 Nicolai HaehnleAMDGPU: Introduce common SOP_Pseudo and VOP_Pseudo...
2018-03-26 Alexander Kornienko[clang-format] Wildcard expansion on Windows.
2018-03-26 Carlos Alberto... [SemaCXX] _Pragma("clang optimize off") not affecting...
2018-03-26 Andrea Di Biagio[llvm-mca] Add a flag -instruction-info to enable/disab...
2018-03-26 Andrea Di Biagio[llvm-mca] Update the commandline docs after r328305.
2018-03-26 Simon Pilgrim[X86][Btver2] Double the AGU and schedule pipe resource...
2018-03-26 Krzysztof Parzyszek[LSR] Allow giving priority to post-incrementing addres...
2018-03-26 Pavel LabathMake @skipUnlessSupportedTypeAttribute windows-compatible
2018-03-26 Pavel LabathAdd and fix some tests for PPC64
2018-03-26 Andrea Di Biagio[llvm-mca] Add flag -instruction-tables to print the...
2018-03-26 Pavel Labath[LLDB][PPC64] Fix TestGdbRemoteAuxvSupport
next