platform/upstream/llvm.git
2018-03-02 Simon Pilgrim[X86][BTVER2] Fix throughput of YMM bitwise instructions
2018-03-02 Craig Topper[X86] Reject xmm16-31 in inline asm constraints when...
2018-03-02 Craig Topper[InstCombine] Allow fptrunc (fpext X)) to be reduced...
2018-03-02 Alexey Bataev[OPENMP] Scan all redeclarations looking for `declare...
2018-03-02 Derek Schuff[X86][x32] Save callee-save register used as base point...
2018-03-02 Benjamin Kramer[ARM] Fold variable into assert.
2018-03-02 Fangrui Song[utils] Add utils/update_cc_test_checks.py
2018-03-02 Alexey Bataev[OPENMP] Treat local variables in CUDA mode as thread...
2018-03-02 Matt ArsenaultAMDGPU/GlobalISel: InstrMapping for G_ZEXT
2018-03-02 Matt ArsenaultAMDGPU/GlobalISel: InstrMapping for G_TRUNC
2018-03-02 Matt ArsenaultAMDGPU/GlobalISel: Define InstrMappings for G_FCMP
2018-03-02 Matt ArsenaultAMDGPU/GlobalISel: Define instruction mapping for ...
2018-03-02 Yaxun LiuLoopUnroll: respect pragma unroll when AllowRemainder...
2018-03-02 Momchil Velikov[ARM] Fix access to stack arguments when re-aligning...
2018-03-02 Nicholas Wilson[WebAssembly] Rename global types to match the notation...
2018-03-02 Clement Courbet[MergeICmps] Revert accidentally submitted failing...
2018-03-02 Nicholas Wilson[WebAssembly] Export non-hidden defined data symbols...
2018-03-02 Nicholas Wilson[WebAssembly] Pass ownership of body to SyntheticFuncti...
2018-03-02 Nicholas Wilson[WebAssembly] Add validation for init function signature
2018-03-02 Stefan Pintilie[Power9] Add missing instructions to the Power 9 scheduler
2018-03-02 Nicholas Wilson[WebAssembly] Check function type indexes
2018-03-02 Florian Hahn[Docs] Add LLVM for Grad Students to Contributing page.
2018-03-02 Clement Courbet[MergeICmps] Revert 324317 "Enable the MergeICmps Pass...
2018-03-02 Clement Courbet[MergeIcmps] Add the test case from PR36557.
2018-03-02 David StenbergTest commit: Remove an extraneous space. NFC
2018-03-02 Nicholas WilsonRevert "[WebAssembly] More uses of uint8_t" and "[WebAs...
2018-03-02 Ilya Biryukov[WebAssembly] Update tests after r326541
2018-03-02 Florian Hahn[ARM] Fix codegen for VLD3/VLD4/VST3/VST4 with WB
2018-03-02 Ilya Biryukov[clang] Fix use-after-free on code completion
2018-03-02 Florian Hahn[LV][CFG] Add irreducible CFG detection for outer loops
2018-03-02 Matt ArsenaultAMDGPU/GlobalISel: Define instruction mapping for ...
2018-03-02 Alexey SotkinAdd possibility to specify output stream for CompilerIn...
2018-03-02 Simon Pilgrim[X86] Remove old UNIMPLEMENTED list
2018-03-02 Jonas Devlieghere[testsuite] Remove workaround for categories and inline...
2018-03-02 Mikhail Maltsev[Sema] Improve test coverage of narrowing conversion...
2018-03-02 Eric Liu[clangd:vscode] Bump clangd-vscode version to 0.0.4.
2018-03-02 Eric Liu[clangd:vscode] check empty/null string correctly.
2018-03-02 Sam McCall[clangd] Debounce streams of updates.
2018-03-02 George Rimar[ELF] - Report error when memory region is overflowed...
2018-03-02 Kamil RytarowskiOpenBSD Ubsan support / interception
2018-03-02 Kamil RytarowskiOpenBSD UBsan support / ubsan part
2018-03-02 Petr Hosek[Frontend] Avoid including default system header paths...
2018-03-02 Heejin Ahn[WebAssembly] More uses of uint8_t for single byte...
2018-03-02 Ekaterina Romanova[ThinLTO] Added a couple of C LTO API interfaces to...
2018-03-02 Ed MasteUpdate man page for long opts that accept = after r326506
2018-03-02 Jan VeselyAMDGPU/GCN: Promote i16 ctpop
2018-03-02 Matt ArsenaultAMDGPU/GlobalISel: Define instruction mapping for G_FPTOSI
2018-03-02 Matt ArsenaultAMDGPU/GlobalISel: Define instruction mapping for G_FPTOUI
2018-03-02 Matt ArsenaultAMDGPU/GlobalISel: Define instruction mapping for G_FMUL
2018-03-02 Akira HatanakaRemove debugging code I accidentally committed in r326530.
2018-03-02 Akira HatanakaAdd an option to disable tail-call optimization for...
2018-03-02 George Karpenkov[analyzer] [tests] Again, make tests more resilient...
2018-03-02 Craig Topper[InstCombine] Add more test case to fpextend.ll.
2018-03-02 Rafael EspindolaAlways set dso_local in CodeGenModule::setDSOLocal.
2018-03-02 Matt ArsenaultAMDGPU/GlobalISel: Define instruction mapping for G_FADD
2018-03-02 Matt ArsenaultAMDGPU/GlobalISel: Define instruction mapping for G_SHL
2018-03-02 Matt ArsenaultAMDGPU/GlobalISel: Define instruction mapping for G_XOR
2018-03-02 Matt ArsenaultAMDGPU/GlobalISel: Define instruction mapping for G_AND
2018-03-02 Heejin Ahn[WebAssembly] Gather EH instructions in one place....
2018-03-02 Fedor Indutny[ArgumentPromotion] don't break musttail invariant...
2018-03-02 George Karpenkov[analyzer] Prevent crashing in NonNullParamChecker
2018-03-02 Eugene Zelenko[StaticAnalyzer] Fix some Clang-tidy modernize and...
2018-03-02 George Karpenkov[analyzer] [NFC] [tests] Make test more resilient to...
2018-03-02 Heejin Ahn[WebAssembly] Add exception handling option
2018-03-02 George KarpenkovUtility functions for checked arithmetic
2018-03-02 Craig Topper[InstCombine] Simplify test cases by removing loads...
2018-03-02 Pavel LabathSpeed up TestWatchpointMultipleThreads
2018-03-02 Sanjay Patel[InstCombine] allow fmul fold with less than 'fast'
2018-03-02 David L. Jones[NFC] Move CommentOpts checks to the call sites that...
2018-03-01 Sanjay Patel[Reassociate] regenerate checks; NFC
2018-03-01 Sanjay Patelrevert r326502: [InstCombine] allow fmul fold with...
2018-03-01 Rui Ueyama[WebAssembly] Simplify COMDAT handling.
2018-03-01 David L. JonesRevert r326501 due to buildbot breakage.
2018-03-01 Rui UeyamaReport an error if you try to link against .dll instead...
2018-03-01 Rui UeyamaAccept both `--foo bar` and `--foo=bar` styles options.
2018-03-01 Yonghong Songbpf: introduce -mattr=dwarfris to disable DwarfUsesRelo...
2018-03-01 Rui UeyamaRename a test file and fix indentation.
2018-03-01 Rui UeyamaSet DF_TEXTREL to executables that need text relocations.
2018-03-01 Sanjay Patel[InstCombine] allow fmul fold with less than 'fast'
2018-03-01 David L. Jones[NFC] Move CommentOpts checks to the call sites that...
2018-03-01 Craig Topper[DAGCombiner] When combining zero_extend of a truncate...
2018-03-01 Chih-Hung Hsieh[Driver] Pass -f[no-]emulated-tls and set up ExplicitEm...
2018-03-01 Rafael EspindolaDon't ingoned --enable-new-dtags.
2018-03-01 Simon Pilgrim[X86][MMX] Improve handling of 64-bit MMX constants
2018-03-01 Richard Smith[modules] Don't diagnose "redefinition" of a friend...
2018-03-01 Craig Topper[SelectionDAG] Support some SimplifySetCC cases for...
2018-03-01 Simon Pilgrim[X86][AVX] Add v2f32 <-> v2i8/v2i16/v2i32 vector tests
2018-03-01 Richard Smith[www] Capitalize "Clang" when referring to the project...
2018-03-01 Krzysztof Parzyszek[Hexagon] Add trap1 instruction
2018-03-01 Adrian PrantlAdd an llc testcase analogous to test/LTO/X86/strip...
2018-03-01 Matt ArsenaultAMDGPU/GlobalISel: Define instruction mapping for ...
2018-03-01 Matt ArsenaultAMDGPU/GlobalISel: Define instruction mapping for G_OR
2018-03-01 Simon Pilgrim[X86][SSE] Regenerate float to/from i8/i16 vector tests
2018-03-01 Matt ArsenaultAMDGPU/GlobalISel: Remove default register mapping
2018-03-01 Evandro Menezes[AArch64] Clean up code (NFC)
2018-03-01 Marshall ClowAdded P0805 to the list of ready bits
2018-03-01 Simon Pilgrim[X86][SSE] Regenerate odd sized sext/zext tests
2018-03-01 Matt ArsenaultAMDGPU/GlobalISel: Use a more correct getValueMapping
2018-03-01 Matt ArsenaultAMDGPU/GlobalISel: Define instruction mapping for G_BITCAST
2018-03-01 Matt ArsenaultAMDGPU/GlobalISel: Mark i32->i64 zext as legal
next