platform/upstream/llvm.git
2018-11-19 Roman Lebedev[llvm-exegesis] Analysis::writeSnippet(): be smarter...
2018-11-19 Roman Lebedev[llvm-exegesis] InstructionBenchmarkClustering::dbScan...
2018-11-19 Anastasia StulovaFixed uninitialized variable issue.
2018-11-19 Simon Pilgrim[X86] Add codegen tests for slow-shld scalar funnel...
2018-11-19 Michael PlatingsTest commit - delete trailing space.
2018-11-19 Michael PlatingsTest commit - delete a trailing space.
2018-11-19 Nicolai HaehnleAMDGPU/InsertWaitcnts: Some more const-correctness
2018-11-19 Sam Parker[ARM] Remove trunc sinks in ARM CGP
2018-11-19 John Brawn[LICM] Make LICM able to hoist phis
2018-11-19 Anastasia Stulova[OpenCL] Fix address space deduction in template args.
2018-11-19 Benjamin KramerRemove unused variable. NFC.
2018-11-19 Anton Korobeynikov[MSP430] Optimize srl/sra in case of A >> (8 + N)
2018-11-19 Serge GueltonFix disturbing warning - NFCI
2018-11-19 Craig Topper[X86] Use a pcmpgt with 0 instead of psrad 31, to fill...
2018-11-19 Fangrui Song[LoopSimplifyCFG] Add requires: asserts after rL347183
2018-11-19 Max Kazantsev[LoopSimplifyCFG] Teach LoopSimplifyCFG to constant...
2018-11-19 Vedant Kumar[ProfileSummary] Standardize methods and fix comment
2018-11-19 Craig Topper[X86] Use compare with 0 to fill an element with sign...
2018-11-19 Craig Topper[X86] Remove most of the SEXTLOAD Custom setOperationAc...
2018-11-19 Brad Smith[PowerPC] Set the default PLT mode on OpenBSD/powerpc...
2018-11-18 Brad SmithReplace the UTF-8 characters in the error message.
2018-11-18 Simon Pilgrim[X86][SSE] Add SimplifyDemandedVectorElts support for...
2018-11-18 Craig Topper[X86] Add custom type legalization for extending v4i8...
2018-11-18 Craig Topper[X86] Add a 32-bit command line with only sse2 to vecto...
2018-11-18 Zachary TurnerRevert "Implement basic DidAttach and DidLaunch for...
2018-11-18 Simon Pilgrim[X86][SSE] Add SimplifyDemandedVectorElts support for...
2018-11-18 Craig Topper[X86] Disable combineToExtendVectorInReg under -x86...
2018-11-18 Craig Topper[X86] Lower v16i16->v8i16 truncate using an 'and' with...
2018-11-18 Sanjay Patel[DAG] add undef simplifications for select nodes
2018-11-18 Simon PilgrimRemove unused variable. NFCI.
2018-11-18 Simon Pilgrim[X86][SSE] Split IsSplatValue into GetSplatValue and...
2018-11-18 Sanjay Patel[x86] regenerate full checks; NFC
2018-11-18 Sanjay Patel[SystemZ] make test immune to improvements in undef...
2018-11-18 Sanjay Patel[Hexagon] make tests immune to improvements in undef...
2018-11-18 Sanjay Patel[ARM] make test immune to improvements in undef simplif...
2018-11-18 Aaron BallmanAdd the abseil-duration-factory-scale check.
2018-11-18 Simon Pilgrim[X86][SSE] Relax IsSplatValue - remove the 'variable...
2018-11-18 Sanjay Patel[x86] make tests immune to improvements in undef handling
2018-11-18 Sanjay Patel[SelectionDAG] simplify code; NFC
2018-11-18 Simon Pilgrim[X86][SSE] Add some generic masked gather codegen tests
2018-11-18 Simon Pilgrim[X86][SSE] Use raw shuffle mask decode in SimplifyDeman...
2018-11-18 Kristof Umann[analyzer][NFC] Move CheckerOptInfo to CheckerRegistry...
2018-11-18 Kamil RytarowskiSwap order of discovering of -ltinfo and -lterminfo
2018-11-18 Heejin Ahn[WebAssembly] Add null streamer support
2018-11-18 Heejin Ahn[WebAssembly] Add equality comparison operators for...
2018-11-18 Kristof Umann[analyzer][UninitializedObjectChecker] Uninit regions...
2018-11-18 Jan Kratochvilcmake: z3: Remove EXACT from 4.7.1 after being compatib...
2018-11-18 Craig Topper[X86] Add -x86-experimental-vector-widening-legalizatio...
2018-11-18 Craig Topper[X86] Rename WidenMaskArithmetic->PromoteMaskArithmetic...
2018-11-18 Craig Topper[X86] Don't use a pmaddwd for vXi32 multiply if the...
2018-11-18 John Regehrtighten up a couple of assertions. hitting the BitPosit...
2018-11-18 Vedant Kumar[CorrelatedValuePropagation] Preserve debug locations...
2018-11-17 Teresa JohnsonFix bot failure from r347145
2018-11-17 Teresa Johnson[ThinLTO] Add some stats for read only variable interna...
2018-11-17 Calixte Denizet[Clang] Add options -fprofile-filter-files and -fprofil...
2018-11-17 Craig Topper[X86] Add support for matching PACKUSWB from a v64i8...
2018-11-17 Craig Topper[X86] Add test case to show missed opportunity to use...
2018-11-17 David BlaikieSink BuryPointer from Clang into LLVM for reuse there
2018-11-17 David BlaikieMove BuryPointer from Clang to LLVM for use in other...
2018-11-17 Simon Pilgrim[X86][SSE] Add shuffle demanded elts test case for...
2018-11-17 Bruno Ricci[AST][NFC] Pack CXXDefaultInitExpr
2018-11-17 Bruno Ricci[AST][NFC] Pack CXXDefaultArgExpr
2018-11-17 Bruno Ricci[AST][NFC] Pack CXXThrowExpr
2018-11-17 Xing GUO[llvm-objdump] Print a blank row at the end of sections
2018-11-17 David Blaikiellvm-symbolizer: Avoid calling getFromOffset when the...
2018-11-17 David L. JonesFix unused variable warning.
2018-11-17 Stephane Moore[clang-tidy/checks] Implement a clang-tidy check to...
2018-11-17 Craig Topper[X86] Don't extend v32i8 multiplies to v32i16 with...
2018-11-17 Craig Topper[X86] Add test cases to show incorrect use of a 512...
2018-11-17 Vyacheslav... Reverted r347092 due to the following build fails:
2018-11-17 Nico WeberAdd initial scaffolding for the GN build.
2018-11-17 Craig Topper[X86] Use getUnpackl/getUnpackh instead of hardcoding...
2018-11-17 Fangrui SongUse llvm::copy. NFC
2018-11-17 Adrian PrantlJust don't even attempt to invoke sed on Windows.
2018-11-17 Adrian PrantlRevert "Makefile.rules: Fix the windows-sed-quoting...
2018-11-17 Fangrui Song[llvm-objcopy] Use llvm::all_of and rename the variable...
2018-11-17 Jason Molendaadd PdbSymUid.cpp
2018-11-17 Kostya Serebryany[hwasan] don't check tail magic when in right_align...
2018-11-17 Adrian PrantlMakefile.rules: Fix the windows-sed-quoting issue harder.
2018-11-17 Marc-Andre... [clangd] Fix crash hovering on non-decltype trailing...
2018-11-17 Kostya Serebryany[hwasan] make the heap-buffer-overflow.c test more...
2018-11-17 Frederic RissMake TestAppleSimulatorOSType.py more flexible
2018-11-17 Kostya Serebryany[hwasan] implement free_checks_tail_magic=1
2018-11-17 Stanislav MekhanoshinMoved dag-combine-select-undef.ll into amdgpu. NFC.
2018-11-17 Zachary TurnerAdd missing triple from llvm-mc command line.
2018-11-16 James Y KnightMake git-llvm python3 compatible again. Hopefully. :)
2018-11-16 Stanislav MekhanoshinFixed test after r347110
2018-11-16 Reid KlecknerAdd missing test for r347072 -gcodeview-ghash
2018-11-16 Stanislav MekhanoshinDAG combiner: fold (select, C, X, undef) -> X
2018-11-16 Frederic RissRewrite stop-hook tests as a couple of FileCheck tests
2018-11-16 Petr Hosek[CMake] Use lld and llvm-objcopy for first stage compil...
2018-11-16 Kostya Serebryany[hwasan] use reads instead of writes in a test
2018-11-16 Kamil RytarowskiRevert "Cast the 2nd argument of _Unwind_SetIP() to...
2018-11-16 Craig Topper[X86] Add custom promotion of narrow fp_to_uint/fp_to_s...
2018-11-16 Adrian PrantlMakefile.rules: Degrade gracefully on Windows machines...
2018-11-16 James Y KnightSpeed up git-llvm script by only svn up'ing affected...
2018-11-16 Kamil RytarowskiCast the 2nd argument of _Unwind_SetIP() to _Unwind_Ptr
2018-11-16 Kamil RytarowskiCast _Unwind_GetIP() and _Unwind_GetRegionStart() to...
2018-11-16 Craig Topper[X86] Qualify part of the masked gather handling in...
2018-11-16 Vitaly Buka[sanitizer] Update global_symbols.txt
next