platform/upstream/llvm.git
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
2018-03-01 Martin Storsjo[AArch64] Add support for secrel add/load/store relocat...
2018-03-01 Matt ArsenaultAMDGPU/GlobalISel: InstrMapping for llvm.amdgcn.exp...
2018-03-01 Rui Ueyama[MinGW] Fix --{start,end}-group.
2018-03-01 Matt ArsenaultAMDGPU/GlobalISel: Define instruction mapping for ...
2018-03-01 Martin Storsjo[RecordLayout] Only assert that fundamental type sizes...
2018-03-01 Craig Topper[SimplifyLibCalls] Update an obviously copy and pasted...
2018-03-01 Craig Topper[InstCombine] Auto-generate complete checks. NFC
2018-03-01 Matt ArsenaultAMDGPU/GlobalISel: Define InstrMappings for G_ICMP
2018-03-01 Matt ArsenaultAMDGPU/GlobalISel: Make i32 mul legal
2018-03-01 Matt ArsenaultAMDGPU/GlobalISel: Define instruction mapping for G_IMP...
2018-03-01 Saleem AbdulrasoolDriver: hoist `-fno-rtti-data` to a driver flag
2018-03-01 Matt ArsenaultAMDGPU/GlobalISel: Define instruction mapping for G_FCO...
2018-03-01 Matt ArsenaultAMDGPU/GlobalISel: Add copyCost for VGPR->SGPR copies
2018-03-01 Matt ArsenaultAMDGPU/GlobalISel: Make i32 xor legal
2018-03-01 Matt ArsenaultAMDGPU/GlobalISel: Mark 32/64-bit G_FCMP as legal
2018-03-01 Matt ArsenaultAMDGPU/GlobalISel: Mark 32-bit G_FPTOSI as legal
2018-03-01 Ed MasteCorrect man page description for --section-start
2018-03-01 Artem Dergachev[analyzer] Enable cfg-temporary-dtors by default.
2018-03-01 Sam Clegg[WebAssembly] Fix broken gcc build after rL326454
2018-03-01 Ed MasteWhere possible use --long-opt=value in lld man page
2018-03-01 Eric Liu[clangd] Make symbol name a required parameter for...
2018-03-01 Artem Belevich[NVPTX] use pattern matching to lower int_nvvm_match_al...
2018-03-01 Eric Liu[clangd] Support include canonicalization in symbol...
2018-03-01 Sam Clegg[WebAssembly] Use uint8_t for single byte values to...
2018-03-01 Sam Clegg[WebAssembly] Use uint8_t for single byte values to...
2018-03-01 Zachary Turner[PDB] Defer writing the build id until the rest of...
2018-03-01 Eric Liu[clangd] Forward all environment variables along with...
2018-03-01 Alexander Timofeev[AMDGPU] : fix for the crash in SIRegisterInfo when...
2018-03-01 Krzysztof Parzyszek[Hexagon] Add guest registers
2018-03-01 Pavel LabathMake TestDynamicValueSameBase gcc-compatible
2018-03-01 Sanjay Patel[InstCombine] remove stale comments for tests; NFC
2018-03-01 Stefan Pintilie[Power9] Add missing instructions to the Power 9 scheduler
2018-03-01 Ed MasteCorrect markup and nits in ld.lld man page
2018-03-01 Nicholas Wilson[WebAssembly] Update pre-generated test files to match...
2018-03-01 Sanjay Patel[InstCombine] simplify code for (X*Y) * X => (X*X)...
2018-03-01 Sebastian Pop[AArch64] generate vuzp instead of mov
2018-03-01 Sanjay Patel[InstCombine] move/add tests for fmul reassociation...
2018-03-01 Rafael EspindolaDon't allocate a header bellow address 0.
2018-03-01 Sanjay Patel[InstCombine] auto-generate full checks; NFC
2018-03-01 Ilya BiryukovResubmit [analyzer] Support for naive cross translation...
2018-03-01 Hans WennborgUsersManual: improve the clang-cl text some more
2018-03-01 Tatyana KrasnukhaMake Finalize tolerant of empty register sets.
2018-03-01 Alexey BataevRevert "[DEBUGINFO] Add flag for DWARF2 or less to...
2018-03-01 Jonas Hahnfeld[OMPT] Fix interoperability test with GCC
2018-03-01 Hans WennborgUsersManual: beef up the clang-cl text a little
2018-03-01 Than McIntosh[CodeGen] fix argument attribute in lowering statepoint...
2018-03-01 Ilya BiryukovRevert "[analyzer] Support for naive cross translation...
2018-03-01 George Rimar[ELF] - Don't crash on broken MEMORY declaration.
2018-03-01 George Rimar[ELF] - Do not remove empty sections that use symbols...
2018-03-01 Benjamin Kramer[SCCP] Fix unused variable warning in release builds.
2018-03-01 Joachim Protze[OMPT] Fix task-type test with GCC
2018-03-01 George Rimar[ELF] - Fix eh-frame-reloc-out-of-range.test.
2018-03-01 Francois Ferrand[clang-format] Add SpaceBeforeColon option
2018-03-01 Jonas Devlieghere[dsymutil] Move string pool into its own implementatino...
2018-03-01 Nicholas Wilson[WebAssembly] Reorder exports to match symbol table...
2018-03-01 Shiva Chen[PATCH] [compiler-rt, RISCV] Support builtins for RISC-V
2018-03-01 Serge PavlovFunction definition may have uninstantiated body
2018-03-01 Max Kazantsev[SCEV] Smart range calculation for SCEVUnknown Phis
2018-03-01 Craig Topper[X86] Stop passing two arguments by reference. NFC
2018-03-01 George Burgess IVRemove redundant casts. NFC
2018-03-01 Rui UeyamaConvert more tests as linker scripts instead of assembly.
2018-03-01 Vedant Kumar[test] Restore cleanup behavior in TestQuoting.py
2018-03-01 Lang Hames[Support] Fix comments for handleAllErrors: it calls...
2018-03-01 Jim InghamWe were getting the wrong dynamic type if there were...
2018-03-01 Rui Ueyama[WebAssembly] Remove unused forward declaration.
2018-03-01 Rui UeyamaDo not create multiple NOTE segments.
2018-03-01 Rafael EspindolaExpand test a bit.
2018-03-01 George Karpenkov[analyzer] [tests] Create a directory for the log file
2018-03-01 Martin Pelikan[XRay] cache symbolized function names for a repeatedly...
2018-03-01 Lang Hames[RuntimeDyld][MachO] Fix assertion in encodeAddend...
2018-03-01 Artem Dergachev[analyzer] Add a checker for mmap()s which are both...
2018-03-01 Reid Kleckner[IPSCCP] do not break musttail invariant (PR36485)
2018-03-01 Rui UeyamaConvert more .s files to linker script files.
2018-03-01 Artem Dergachev[CFG] [analyzer] Recall that we only skip NoOp casts...
2018-03-01 Rafael EspindolaSimplify removing empty output sections.
2018-03-01 Fangrui Song[ELF] Fix a test comment. NFC
2018-03-01 Jason MolendaAdd another entitlement that we need for debugserver.
2018-03-01 Sam Clegg[WebAssembly] Use Twine rather than StringRef for loggi...
2018-03-01 Rafael EspindolaStart setting dllimport/dllexport in setGVProperties.
2018-03-01 Roman Tereshin[GlobalISel][AArch64] Adding -disable-gisel-legality...
2018-03-01 Paul Robinson[DWARF] Emit a split line table only if there are split...
2018-03-01 Reid Kleckner[DAE] don't remove args of musttail target/caller
2018-03-01 Craig Topper[X86] Make sure we don't combine (fneg (fma X, Y, Z...
2018-03-01 Rafael EspindolaPass a GlobalDecl to SetCommonAttributes. NFC.
2018-03-01 Rafael EspindolaInline a trivial function. NFC.
2018-02-28 Justin Lebar[NVPTX] Lower loads from global constants using ld...
next