platform/upstream/llvm.git
2017-11-29 Craig Topper[X86] Add test cases for fptosi v16f32->v16i8/v16i16...
2017-11-28 Zachary Turner[NFC] Minor cleanups in CodeView TypeTableBuilder.
2017-11-28 Craig Topper[X86] Mark ISD::FP_TO_UINT v16i8/v16i16 as Promote...
2017-11-28 Craig Topper[X86] Regenerate avx512-schedule test.
2017-11-28 Weiming Zhao[compiler-rt] Avoid unnecessarily hiding inline visibil...
2017-11-28 Matt ArsenaultAMDGPU: Enable IPRA
2017-11-28 Dean Michael... [XRay][compiler-rt] Fix armhf build
2017-11-28 Ben Hamilton[openmp] Set up .arcconfig to point to new Diffusion...
2017-11-28 Simon Pilgrim[X86] Tag CLFLUSHOPT with same scheduling behaviour...
2017-11-28 Daniel Sanders[globalisel][tablegen] Fix PR35375 by sign-extending...
2017-11-28 Douglas YungChange Requires to REQUIRES so that it works properly.
2017-11-28 Simon Pilgrim[X86] Add CLFLUSHOPT schedule tests
2017-11-28 Simon Pilgrim[X86][SSE] Add SSE_SHUFP OpndItins
2017-11-28 Rafael EspindolaCopy the visibility in copyFrom.
2017-11-28 Simon Pilgrim[X86] Test clflushopt intrinsic on 32 and 64-bit targets
2017-11-28 Rafael EspindolaExpand test a bit.
2017-11-28 Simon Pilgrim[X86][SSE] Add SSE_UNPCK/SSE_PUNPCK OpndItins
2017-11-28 Peter CollingbourneCOFF: Simplify construction of safe SEH table. NFCI.
2017-11-28 Simon Pilgrim[X86][SSE] Use SSE_PACK OpndItins in PACKSS/PACKUS...
2017-11-28 Adam NemetRemove this test
2017-11-28 Dean Michael... [XRay][compiler-rt] Fix runtime build
2017-11-28 Simon PilgrimFix VS2017 narrowing conversion warning. NFCI
2017-11-28 Craig Topper[X86] Remove unused variable.
2017-11-28 Rui UeyamaFix spelling. NFC.
2017-11-28 Alex Shlyapnikov[LSan] Fix one source of stale segments in the process...
2017-11-28 Rui UeyamaRemove unused `using`.
2017-11-28 Adam NemetDemote this opt remark to DEBUG.
2017-11-28 Craig Topper[X86] Remove code from combineUIntToFP that tried to...
2017-11-28 Craig Topper[X86] Remove custom lowering for uint_to_fp from vXi8...
2017-11-28 Daniel Sanders[globalisel][tablegen] Add support for importing G_ATOM...
2017-11-28 Adrian PrantlSROA: Don't create variable fragments that are outside...
2017-11-28 Peter CollingbourneCOFF: Do not add symbols in discarded sections to SEH...
2017-11-28 Don Hinton[cmake] Pass LLVM_USE_LINKER flag when building host...
2017-11-28 Alexey Bataev[OPENMP] Generalize capturing of clauses expressions.
2017-11-28 Jim InghamAdd elf-core/RegisterUtilities.{cpp,h} to the project...
2017-11-28 Aaron BallmanAdd a new clang-tidy module for Fuchsia as an umbrella...
2017-11-28 Alexey Bataev[SLP] Additional test for PR35354, NFC.
2017-11-28 Mandeep Singh... [Hexagon] Use stable sort for HexagonShuffler to remove...
2017-11-28 Mandeep Singh... [OpenMP] Stable sort Privates to remove non-determinist...
2017-11-28 Rui UeyamaMove Memory.{h,cpp} to Common.
2017-11-28 Daniel Sanders[aarch64][globalisel] Add missing tests from r319216
2017-11-28 Sam Clegg[WebAssembly] Remove initializers from Config.h
2017-11-28 Sean Fertile[PowerPC] Allow tail calls of fastcc functions from...
2017-11-28 Rafael EspindolaBring r319051 back.
2017-11-28 Daniel Sanders[aarch64][globalisel] Define G_ATOMIC_CMPXCHG and G_ATO...
2017-11-28 Rafael EspindolaBring back r319008.
2017-11-28 Rafael EspindolaAdd missing test.
2017-11-28 Greg ClaytonUpdate remote debugging page with many more details.
2017-11-28 Rui UeyamaFix formatting.
2017-11-28 Rui UeyamaFactor out more code to Common/Args.cpp.
2017-11-28 Mandeep Singh... [SelectionDAG] Make sorting predicate stronger to remov...
2017-11-28 Simon Pilgrim[X86][SSE] Add SSE_HADDSUB/SSE_PABS/SSE_PALIGN OpndItins
2017-11-28 Craig Topper[X86] In lowerVectorShuffleAsElementInsertion, if were...
2017-11-28 Francis Visoiu... [CodeGen] Fix doxygen \file comment style
2017-11-28 Francis Visoiu... [CodeGen] Fix doxygen
2017-11-28 Sanjay Patel[InstCombine] auto-generate complete test checks; NFC
2017-11-28 Krzysztof Parzyszek[Hexagon] Make sure to zero-extend bytes before buildin...
2017-11-28 Sanjay Patel[InstCombine] auto-generate complete test checks; NFC
2017-11-28 Daniel Sanders[mir] Print/Parse both MOLoad and MOStore when they...
2017-11-28 Artem Belevich[CUDA] Report "unsupported VLA" errors only on device...
2017-11-28 Rafael EspindolaFix non assert build warnings.
2017-11-28 Hans WennborgEntryExitInstrumenter: set DebugLocs on the inserted...
2017-11-28 Zachary Turner[CodeView] Refactor / Rewrite TypeSerializer and TypeTa...
2017-11-28 Simon Pilgrim[X86][X87] Tag FP_TO_INT_IN_MEM pseudos with hasNoSched...
2017-11-28 Rafael EspindolaHandle binding in --wrap.
2017-11-28 Craig Topper[Target] Make a copy of TargetOptions feature list...
2017-11-28 Francis Visoiu... [CodeGen] Separate MachineOperand implementation from...
2017-11-28 Francis Visoiu... [CodeGen] Cleanup MachineOperand
2017-11-28 Konstantin... AMDGPU: Add num spilled s/vgprs to metadata
2017-11-28 Stephane SezerSimplify UUID constructors
2017-11-28 Dan Liew[LibFuzzer] Improve comments on `CounterToFeature(...
2017-11-28 Kamil RytarowskiSupport the setjmp(3) family of functions in TSan/NetBSD
2017-11-28 Adam NemetAdd opt-viewer testing
2017-11-28 Francis Visoiu... [CodeGen] Print register names in lowercase in both...
2017-11-28 Dan Gohman[WebAssembly] Support bitcasted function addresses...
2017-11-28 Matt ArsenaultDAG: Legalize truncstores to illegal int types
2017-11-28 Simon Pilgrim[X86][X87] Tag FTST x87 instruction scheduler class
2017-11-28 Alexander Kornienko[clang-tidy] Move more checks from misc- to performance-
2017-11-28 Sanjay Patel[InstCombine] add tests from D39421 to show current...
2017-11-28 Bill Seurer[PowerPC][tsan] Update tsan to handle changed memory...
2017-11-28 Serge PavlovRefactor functions PrintTemplateArgumentList
2017-11-28 Francis Visoiu... [Support] Add unit test for printLowerCase
2017-11-28 Don Hinton[cmake] Remove redundant call to cmake when building...
2017-11-28 Simon Pilgrim[X86][X87] Tag FABS/FCHS/FSQRT/FSIN/FCOS x87 instructio...
2017-11-28 Malcolm Parsons[clang-tidy] Ignore ExprWithCleanups when looking for...
2017-11-28 Jonas PaulssonUse getStoreSize() in various places instead of 'BitSiz...
2017-11-28 Simon Pilgrim[X86][X86] Add some x87 schedule tests
2017-11-28 Francis Visoiu... [Support] Merge toLower / toUpper implementations
2017-11-28 Gabor Horvath[clang-tidy] Fix tests for ReplaceRandomShuffleCheck
2017-11-28 Peter Smith[ELF] Read ARM BuildAttributes section to determine...
2017-11-28 Francis Visoiu... [CodeGen] Rename functions PrintReg* to printReg*
2017-11-28 Simon Pilgrim[X86][3DNow] Add instruction itinerary and scheduling...
2017-11-28 Peter Smith[ARM][AArch64] Workaround ARM/AArch64 peculiarity in...
2017-11-28 Dean Michael... [XRay][compiler-rt][Darwin] Minimal XRay build support...
2017-11-28 Chandler CarruthAdd a new pass to speculate around PHI nodes with const...
2017-11-28 Kamil RytarowskiCorrect mangled_sp on NetBSD/amd64 in TSan
2017-11-28 Pavel Labathelf-core: Convert remaining register context to use...
2017-11-28 Pavel LabathFix floating point register write on new x86 linux...
2017-11-28 Kamil RytarowskiHandle symbol renaming of sigaction for NetBSD
2017-11-28 Sam McCall[clangd] Switch from YAMLParser to JSONExpr
next