platform/upstream/llvm.git
2018-09-13 Alexander Timofeev [AMDGPU] Preliminary patch for divergence driven...
2018-09-13 Craig Topper[X86] Type legalize v2i32 div/rem by scalarizing rather...
2018-09-13 Tanya LattnerMaking pstl repository.
2018-09-13 Saleem AbdulrasoolARM: correct the relocation type for `bl` on WoA
2018-09-13 Max Kazantsev[NFC] Add Requires: asserts where needed
2018-09-13 Max Kazantsev[NFC] Use expensive asserts in relevant LICM tests
2018-09-13 Thomas LivelyRemove isAsCheapAsAMove from v128.const
2018-09-13 Thomas LivelyRemove isAsCheapAsAMove from mem ops
2018-09-13 Thomas Lively[WebAssembly] Add missing SIMD instruction attributes
2018-09-13 Marshall ClowMark LWG#3102 as complete. No code changes, but I updat...
2018-09-13 David BlaikieSTLExtras: Add some more algorithm wrappers
2018-09-13 David BlaikieDebugInfo/PDB: Remove unused member
2018-09-12 Tri Vo[AArch64] Support reserving x1-7 registers.
2018-09-12 David Blaikiedwarfdump: Improve performance on large DWP files
2018-09-12 Richard SmithRemove dead code made unnecessary by r342018.
2018-09-12 Richard SmithTrack definition merging on the canonical declaration...
2018-09-12 Richard SmithWhen we leave a module header, make that header visible...
2018-09-12 Sanjay Patel[DAGCombiner] improve formatting for select+setcc code...
2018-09-12 Adrian Prantlfix 80-column violation with clang-format
2018-09-12 Zachary Turner[PDB] Remove all clone() methods.
2018-09-12 Vlad Tsyrklevich[TSan] Update test values
2018-09-12 Krzysztof Parzyszek[Hexagon] Use shuffles when lowering "gather" shuffleve...
2018-09-12 Krzysztof Parzyszek[Hexagon] Improve the selection algorithm in scalarizeS...
2018-09-12 Kristina Brooks[Support] sys::fs::directory_entry includes the file_type.
2018-09-12 Vedant Kumar[llvm-cov] Delete custom JSON serialization code (NFC)
2018-09-12 Lang Hames[ORC] Merge ExecutionSessionBase with ExecutionSession...
2018-09-12 Lang Hames[ORC] Add a special 'main' JITDylib that is created...
2018-09-12 Jason MolendaCommit my attempt to test the change to ProcessGDBRemote
2018-09-12 Heejin Ahn[WebAssembly] Make tied inline asm operands work again
2018-09-12 Sanjay Patelrevert r341288 - [Reassociate] swap binop operands...
2018-09-12 Sanjay Patel[InstCombine] add tests for unsigned add overflow; NFC
2018-09-12 Michael BergGuard FMF context by excluding some FP operators from...
2018-09-12 Zachary Turner[PDB] Emit old fpo data to the PDB file.
2018-09-12 Krzysztof Parzyszek[Hexagon] Use legalized type for extracted elements...
2018-09-12 Brendon Cahoon[Hexagon] Remove fp-contract=fast setting for at O3
2018-09-12 Konstantin... AMDGPU: Print all kernel descriptor directives (includi...
2018-09-12 Roman Lebedev[NFC][InstCombine] Drop newly-added interference-tests...
2018-09-12 David BolvanskyDo not create new terminals when launching process...
2018-09-12 Roman Lebedev[NFC][InstCombine] R38708 - inefficient pattern for...
2018-09-12 Marshall ClowImplement the infrastructure for feature-test macros...
2018-09-12 Jason MolendaIf we fail to get an armv7em-- disassembler from llvm...
2018-09-12 Marshall ClowActually mark LWG#2953, don't just say you've done...
2018-09-12 Marshall Clowmark LWG#2953 as complete. No code changes required...
2018-09-12 Konstantin... AMDGPU: Re-apply r341982 after fixing the layering...
2018-09-12 Matt Davis[Diagnostic] Fix a warning typo. NFC.
2018-09-12 Roman Lebedev[InstCombine] Inefficient pattern for high-bits checkin...
2018-09-12 Alex LangfordAdd compatibility version to liblldb in framework builds
2018-09-12 Julie Hockett[objcopy] make objcopy follow program header standards
2018-09-12 Thomas Lively[WebAssembly] SIMD comparisons
2018-09-12 Marshall ClowUpdate the failure annotations for the uncaught_excepti...
2018-09-12 Alexey Bataev[OPENMP] Fix PR38902: support ADL for declare reduction...
2018-09-12 Diogo N. Sampaio[ARM] Tighten f64<->f16 conversion requirements
2018-09-12 Roger Ferrer... [RISCV] Explicitly set an empty --sysroot in the test
2018-09-12 Craig Topper[X86] Remove isel patterns for ADCX instruction
2018-09-12 Florian Hahn[PatternMatch] Use generic One,Two,ThreeOps_match class...
2018-09-12 Marshall ClowImplement LWG #3017. list splice functions should use...
2018-09-12 Wolfgang PiebReverting r342048, which caused UBSan failures in dsymutil.
2018-09-12 Alexandros... [GVNHoist] computeInsertionPoints() miscalculates IDF
2018-09-12 Roman Lebedev[NFC][InstCombine] R38708 - inefficient pattern for...
2018-09-12 David Green[CodeGen] Align rtti and vtable data
2018-09-12 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2018-09-12 Pavel LabathFix two issues in PDBASTParser
2018-09-12 Pavel LabathMove SafeMachO from Utility to Host
2018-09-12 Sander de Smalen[AArch64] Implement aarch64_vector_pcs codegen support.
2018-09-12 Wolfgang Pieb[DWARF] Refactoring range list dumping to fold DWARF...
2018-09-12 Benjamin KramerRemove another unused mislayered include.
2018-09-12 Benjamin KramerRemove unused include that's also a layering violation.
2018-09-12 Kristof Umann[ADT] Made numerous methods of ImmutableList const
2018-09-12 Raphael IsemannRemove manual byte counting from internal Stream methods.
2018-09-12 David Green[CGP] Ensure splitgep gives deterministic output
2018-09-12 Raphael IsemannAdd a basic test for 'memory region'
2018-09-12 Benjamin Kramer[clang-tidy] Abseil: Add more directories that are...
2018-09-12 Sam Parker[ARM] Follow-up to rL342033
2018-09-12 David Green[SimplifyCFG] Put an alignment on generated switch...
2018-09-12 Sander de Smalen[AArch64] NFC: Refactoring to prepare for vector PCS.
2018-09-12 Heejin Ahn[clangd] Add missing clangBasic target_link_libraries
2018-09-12 Kirill BobyrevFix buildbots after r342027
2018-09-12 Clement Courbet[llvm-exegesis][NFC]Remove dead function parameter
2018-09-12 Mikhail Maltsev[CodeGen][ARM] Coerce FP16 vectors to integer vectors...
2018-09-12 Sam Parker[ARM] Exchange MAC operands in ARMParallelDSP
2018-09-12 Sam Parker[ARM] Allow bitcasts in ARMCodeGenPrepare
2018-09-12 Christian BruelFix Check test to avoid output string mismatch
2018-09-12 Sander de Smalen[AArch64] Add parsing of aarch64_vector_pcs attribute.
2018-09-12 Pavel LabathReduce alignment on struct XSAVE, fixing a gcc warning
2018-09-12 Eric Liu[Tooling] Wait for all threads to finish before resetti...
2018-09-12 Florian Hahn[LV] Move InterleaveGroup and InterleavedAccessInfo...
2018-09-12 Kirill Bobyrev[clangd] Add index benchmarks
2018-09-12 Kirill Bobyrev[clangd] Implement a Proof-of-Concept tool for symbol...
2018-09-12 Ilya BiryukovRemove unused include from IVDescriptors.cpp.
2018-09-12 Ilya BiryukovRevert "AMDGPU: Move isa version and EF_AMDGPU_MACH_...
2018-09-12 Craig Topper[SelectionDAG] Remove some code from PromoteIntOp_MGATH...
2018-09-12 Petr Hosek[Driver] Search LibraryPaths when handling -print-file...
2018-09-12 Richard SmithRevert r342019, "Track definition merging on the canoni...
2018-09-12 Richard SmithTrack definition merging on the canonical declaration...
2018-09-12 Richard SmithConsistently create a new declaration when merging...
2018-09-12 Richard SmithFix tracking of merged definitions when the merge targe...
2018-09-12 Vikram TVBreak LoopUtils into an Analysis file.
2018-09-12 Craig Topper[X86] Teach X86SelectionDAGInfo::EmitTargetCodeForMemcp...
2018-09-12 Kostya Serebryany[hwasan] On every use-after-free print a developer...
2018-09-12 Lang Hames[ORC] Remove some unused typedefs.
next