platform/upstream/llvm.git
2018-08-22 Simon Pilgrim[X86][SSE] LowerMULH vXi8 - use SSE shifts directly.
2018-08-22 Sid Manning[ELF][HEXAGON] Add R_HEX_16_X relocation
2018-08-22 Haojian Wu[clang-tidy] Add Abseil prefix to documentation
2018-08-22 Haojian Wu[clang-tidy] Abseil: faster strsplit delimiter check
2018-08-22 Ilya Biryukov[clangd] Get rid of regexes in CanonicalIncludes
2018-08-22 Kirill Bobyrev[clangd] Implement BOOST iterator
2018-08-22 Akira Hatanaka[CodeGen] Look at the type of a block capture field...
2018-08-22 Henry Wong[analyzer] Improve `CallDescription` to handle c++...
2018-08-22 Eric FiselierAttempt to unbreak filesystem tests on certain linux...
2018-08-22 Sam Parker[ARM] Rotated operand patterns for *xtb16
2018-08-22 Ilya Biryukov[clangd] Make FileIndex aware of the main file
2018-08-22 Haojian Wu[Preamble] Fix an undefined behavior when checking...
2018-08-22 Gabor MartonFix import of class templates partial specialization
2018-08-22 Ilya Biryukov[clangd] Add callbacks on parsed AST in addition to...
2018-08-22 Martin Storsjo[COFF] Move a comment close to the code it refers to...
2018-08-22 Martin Storsjo[COFF] Change fatal() into error() when writing chunks...
2018-08-22 David Green[AArch64] Add Tiny Code Model for AArch64
2018-08-22 David Green[AArch64] Add Tiny Code Model for AArch64
2018-08-22 Matt ArsenaultAMDGPU: Fix not respecting byval alignment in call...
2018-08-22 Andrea Di Biagio[llvm-mca] Improved code comments and moved some method...
2018-08-22 Simon PilgrimFix Wdocumentation warnings. NFCI.
2018-08-22 Simon Pilgrim[X86][SSE] Add sdiv test case from PR38658
2018-08-22 Stefan Maksimovic[mips] Handle missing CondCodes
2018-08-22 Stefan Maksimovic[clang][mips] Set __mips_fpr correctly for -mfpxx
2018-08-22 Simon Tatham[clang-tblgen] Add -print-records and -dump-json modes.
2018-08-22 Dean Michael... [XRay] Refactor file header reading (NFC)
2018-08-22 Kirill Bobyrev[clangd] Cleanup after D50897
2018-08-22 Rui UeyamaChange how we handle -wrap.
2018-08-22 Hiroshi Inoue[AST] correct the behavior of -fvisibility-inlines...
2018-08-22 Marshall ClowFix Bug 38644: multimap::clear() missing exception...
2018-08-22 Philip Reames[AST] Fix a whitespace typo [NFC]
2018-08-22 Philip Reames[AST] Reorder code to reduce a future patch diff [NFC]
2018-08-22 Philip Reames[AST] Move a function definition into the cpp [NFC]
2018-08-22 Max Kazantsev[GuardWidening] Ignore guards with trivial conditions
2018-08-22 Fangrui Song[gold] -thinlto-object-suffix-replace: don't append...
2018-08-22 Vedant Kumar[CodeGenPrepare] Set debug loc when widening a switch...
2018-08-22 George Karpenkov[analyzer] [NFC] Fix minor formatting issues in RetainC...
2018-08-22 George Karpenkov[analyzer] [NFC] Extract a method for creating RefVal...
2018-08-22 Stephen KellyUpdate the docs for using LLVM toolset in Visual Studio
2018-08-22 Bob Haarman[Support][CachePruning] prune least recently accessed...
2018-08-22 Heejin Ahn[WebAssembly] Fix typos in mem.grow/memory.grow opcodes
2018-08-22 Heejin Ahn[WebAssembly] Change comments on SP writing back (NFC)
2018-08-22 Vedant Kumar[CodeGenPrepare] Set debug locations when splitting...
2018-08-21 Vedant Kumar[CodeGenPrepare] Clean up dbg.value use-before-def...
2018-08-21 Vedant Kumar[CodeGenPrepare] Pre-commit debug info test for optimiz...
2018-08-21 Vedant Kumar[CodeGenPrepare] Scan past debug intrinsics to find...
2018-08-21 Vedant Kumar[CodeGenPrepare] Exit earlier when optimizing selects...
2018-08-21 Vedant KumarAvoid dbg.value use-before-def in a few tests (NFC)
2018-08-21 Alina SbirleaUpdate MemorySSA in BasicBlockUtils.
2018-08-21 Fangrui Song[ELF] -thinlto-object-suffix-replace=: don't error...
2018-08-21 Alina Sbirlea[MemorySSA] Update comment for move APIs to clarify...
2018-08-21 Richard TrieuAdd space to TemplateArgument dump
2018-08-21 Zachary Turner[MS Demangler] Print template constructor args.
2018-08-21 Kuba Mracek[tsan] Adjust setjmp/longjmp handling on Darwin for...
2018-08-21 Nico WeberEliminate instances of `EmitScalarExpr(E->getArg(n...
2018-08-21 Kuba MracekFixup for r340342: Avoid Block_release'ing the block...
2018-08-21 Tom StellardMachineScheduler: Refactor setPolicy() to limit computi...
2018-08-21 Philip Reames[LICM] Fix a test so it actualy checks what was meant...
2018-08-21 Scott Linder[AMDGPU] Consider loads from flat addrspace to be poten...
2018-08-21 Kuba Mracek[tsan] Avoid calling Block_copy in the "sync" GCD inter...
2018-08-21 Zachary Turner[MS Demangler] Fix a few more edge cases.
2018-08-21 Zachary TurnerPrint "invalid mangled name" when we can't demangle...
2018-08-21 Heejin Ahn[WebAssembly] Restore __stack_pointer after catch instr...
2018-08-21 Anna ThomasNFC: update the test comments in LV test about early...
2018-08-21 Thomas Lively[WebAssembly] v128.const
2018-08-21 Fangrui Song[docs][gold] Fix a typo
2018-08-21 Martin Storsjo[CodeGen] Implicitly set stackrealign on the main funct...
2018-08-21 Marcello Maggioni[LICM] Refactor some AliasSetTracker code to get rid...
2018-08-21 Florian Hahn[CodeExtractor] Use 'normal destination' BB as insert...
2018-08-21 Heejin Ahn[WebAssembly] Don't make wasm cleanuppads into funclet...
2018-08-21 Heejin Ahn[WebAssembly] Change writeSPToMemory to writeSPToGlobal...
2018-08-21 Bjorn Pettersson[RegisterCoalescer] Use substPhysReg in reMaterializeTr...
2018-08-21 Heejin Ahn[WebAssembly] Add isEHScopeReturn instruction property
2018-08-21 Simon PilgrimFix Wdocumentation warning. NFCI.
2018-08-21 Craig Topper[InstCombine] Pull simple checks above a more complicat...
2018-08-21 Florian Hahn[GVN] Assign new value number to calls reading memory...
2018-08-21 Krzysztof Parzyszek[RegisterCoalscer] Manually remove leftover segments...
2018-08-21 Benjamin Kramer[NVPTX] Remove ftz variants of cvt with rounding mode
2018-08-21 Matt Davis[llvm-mca] Remove unused decl. NFC.
2018-08-21 Eric ChristopherTemporarily Revert "[PowerPC] Generate Power9 extswsli...
2018-08-21 Andrea Di Biagio[llvm-mca] Add the ability to customize the instruction...
2018-08-21 Simon Pilgrim[X86][SSE] Add non-uniform udiv test that is mostly...
2018-08-21 Philip Reames[AST] Remove notion of volatile from alias sets [NFCI]
2018-08-21 Erik PilkingtonAddress Aaron Ballman's post-commit review comments...
2018-08-21 Yury DelendikUpdate DBG_VALUE register operand during LiveInterval...
2018-08-21 Aditya NandakumarRevert "Revert rr340111 "[GISel]: Add Legalization...
2018-08-21 Vlad TsyrklevichSafeStack: Use correct unsafe stack sizes
2018-08-21 Simon Pilgrim[X86][SSE] Lower vXi8 general shifts to SSE shifts...
2018-08-21 Erik PilkingtonAdd a new flag and attributes to control static destruc...
2018-08-21 Peter Collingbournellvm-readobj: Simplify. NFCI.
2018-08-21 Raphael Isemann[ASTImporter] Add test for CXXNoexceptExpr
2018-08-21 Craig Topper[BypassSlowDivision] Teach bypass slow division not...
2018-08-21 Simon Pilgrim[X86][SSE] Lower v8i16 general shifts to SSE shifts...
2018-08-21 Erik Pilkington[Parser] Support alternative operator token keyword...
2018-08-21 Simon Pilgrim[X86][SSE] Lower directly to SSE shifts in the BLEND...
2018-08-21 Raphael Isemann[ASTImporter] Add test for CXXForRangeStmt
2018-08-21 Matt ArsenaultTry to fix bot build failure
2018-08-21 Farhana Aleen[AMDGPU] Support idot2 pattern.
2018-08-21 Adrian Prantllldbtest.py: Unconditionally set the clang module cache...
2018-08-21 Matt ArsenaultAMDGPU: Move target code into TargetParser
next