platform/upstream/llvm.git
2019-01-05 Craig Topper[X86] Allow LowerTRUNCATE to use PACKUS/PACKSS for...
2019-01-05 Saleem AbdulrasoolCodeGen: switch iteration to range based for loop ...
2019-01-05 Nikita Popov[InstCombine] Improve cttz/ctlz + icmp tests; NFC
2019-01-05 Mike SpertusImprove MSVC type visualizations
2019-01-05 Mike SpertusEnhance MSVC visualization of PointerUnions
2019-01-05 Nikita Popov[InstCombine] Add cttz/ctlz + icmp ugt/ult tests; NFC
2019-01-05 Serge Guelton[python] Make the collections import future-proof
2019-01-05 Jonas Toth[Documentation] fix order of checks in checks/list.rst
2019-01-05 Martin Storsjo[docs] Add a known limitation to the comment about...
2019-01-05 Martin Storsjo[MinGW] Expand comment for MinGW driver. NFC.
2019-01-05 Nikita Popov[InstCombine] Relax cttz/ctlz with select on zero
2019-01-05 Nikita Popov[InstCombine] Add vector tests for select + ctlz/cttz...
2019-01-05 Petr Hosek[CMake][Fuchsia] Enable experimental new pass manager...
2019-01-05 Petr Hosek[CMake][Fuchsia] Enable x86 relaxation by default
2019-01-05 Petr Hosek[CMake][Fuchsia] Enable --build-id linker flag by default
2019-01-05 Nico Weber[gn build] Merge r350423
2019-01-05 Nico Weber[gn build] Add build files for unittests under llvm...
2019-01-05 Easwaran Raman[Inliner] Optimize shouldBeDeferred
2019-01-05 Craig Topper[X86] Require second operand of X86vshiftuniform to...
2019-01-05 Nico Weber[gn build] Add build files for unittests that load...
2019-01-05 Nico WeberLet new test from r350340 still pass even after r350451.
2019-01-05 Alexandre Ganea[LLD][COFF] PDB: Parallel sort publics
2019-01-05 Nico WeberMove -add-plugin validation after -load was executed.
2019-01-05 Alexandre Ganea[LLD][COFF] Fix namespace compilation issue with a...
2019-01-05 Evgeniy StepanovRevert "Revert "Switch Android from TLS_SLOT_TSAN(8...
2019-01-05 Evgeniy StepanovRevert "Revert "[hwasan] Android: Switch from TLS_SLOT_...
2019-01-05 Nico Weber[gn build] Add build file for DebugInfoPDBTests
2019-01-05 Jonas Devlieghere[Driver] Some more cleanup. NFC
2019-01-04 Peter CollingbourneBring back the pthread_create interceptor, but only...
2019-01-04 Peter CollingbourneDisable system-allocator-fallback.cc test on Android...
2019-01-04 Evgeniy Stepanov[sanitizer] Reduce stack depot size on Android.
2019-01-04 Rong Xu[PGO] Use SourceFileName rather module name in PGOFuncName
2019-01-04 Joel E. Denny[OpenMP] Refactor const restriction for linear
2019-01-04 Joel E. Denny[OpenMP] Refactor const restriction for reductions
2019-01-04 Joel E. Denny[OpenMP] Replace predetermined shared for const variable
2019-01-04 Alexandre Ganea[LLD][COFF] Fix file/line retrieval when a undefined...
2019-01-04 Nikita Popov[X86] Fix warning; NFC
2019-01-04 Vyacheslav... Update the pr_datasz of .note.gnu.property section.
2019-01-04 Nikita Popov[BDCE] Remove dead uses of arguments
2019-01-04 Evandro Menezes[AArch64] Adjust the cost model for Exynos M3
2019-01-04 Peter CollingbourneFix default-function-attr.c so that it works on Windows.
2019-01-04 Craig Topper[X86] Add INSERT_SUBVECTOR to ComputeNumSignBits
2019-01-04 Alexey Bataev[OPENMP][NVPTX]General formatting/code improvement...
2019-01-04 Sanjay Patel[x86] add tests for potential horizontal vector ops...
2019-01-04 Peter Collingbournehwasan: Implement lazy thread initialization for the...
2019-01-04 Davide Italiano[Scalar] Simplify comparison operators and add coverage.
2019-01-04 Peter Collingbournehwasan: Use system allocator to realloc and free untagg...
2019-01-04 Aaron Enye Shi[HIP][DRIVER][OFFLOAD] Do not unbundle unsupported...
2019-01-04 Aaron Enye Shi[HIP][DRIVER][OFFLOAD] Do not unbundle unsupported...
2019-01-04 Teresa Johnson[ThinLTO] Clang changes to utilize new pass to handle...
2019-01-04 Teresa Johnson[ThinLTO] Handle chains of aliases
2019-01-04 Erik Pilkington[ObjCARC] Add an new attribute, objc_externally_retained
2019-01-04 Sanjay Patel[x86] lower extracted fadd/fsub to horizontal vector...
2019-01-04 Vedant Kumar[CodeExtractor] Do not extract unsafe lifetime markers
2019-01-04 Sanjay Patel[InstCombine] reduce raw IR narrowing rotate patterns...
2019-01-04 Nico Weber[gn build] Merge r350351
2019-01-04 Nico Weber[gn build] Commit change that should have been in r350410.
2019-01-04 Alexey Bataev[OPENMP][NVPTX]Use new functions from the runtime library.
2019-01-04 Aaron BallmanAdd two new pragmas for controlling software pipelining...
2019-01-04 Nico Weber[gn build] Add even more build files for LLVM unittests
2019-01-04 Nico Weber[gn build] Add more build files for LLVM unittests
2019-01-04 Nico Weber[gn build] Start adding build files for LLVM unittests
2019-01-04 Nico Weber[gn build] Add check-llvm target and make it work
2019-01-04 Nico Weber[gn build] Add build file for libLTO.dylib
2019-01-04 John Brawn[LICM] Adjust how moving the re-hoist point works
2019-01-04 Nico Weber[gn build] Add build files for llvm/lib/{LineEditor...
2019-01-04 Nirav DaveUndo r350355 "[X86] Remove terrible DX Register parsing...
2019-01-04 Alexey Bataev[OPENMP][NVPTX]Improve performance + reduce number...
2019-01-04 Aaron BallmanRefactor the way we handle diagnosing unused expression...
2019-01-04 Simon Pilgrim[CostModel][X86] Fix SSE1 FADD/FSUB costs
2019-01-04 Ranjeet SinghRevert patches 348835 and 348571 because they're
2019-01-04 Simon Pilgrim[CostModel][X86] Add SSE1 fp cost tests
2019-01-04 Mark SearlesFix typo: "with he MODULE" -> "with the MODULE"
2019-01-04 Simon Pilgrim[X86] Add VPSLLI/VPSRLI ((X >>u C1) << C2) SimplifyDema...
2019-01-04 Erich KeanePrevent unreachable when checking invalid multiversion...
2019-01-04 Andrea Di Biagio[MCA] Improved handling of in-order issue/dispatch...
2019-01-04 Simon Pilgrim[X86] Split immediate shifts tests. NFCI.
2019-01-04 Florian Hahn[ValueTracking] Fix a misuse of APInt in GetPointerBase...
2019-01-04 Nico Weber[gn build] Make write_cmake_config.py check that each...
2019-01-04 Stefan Granitz[CMake] Python bindings generation polishing
2019-01-04 Stefan Granitz[CMake] Revised RPATH handling
2019-01-04 Stefan Granitz[CMake] Revised LLDB.framework builds
2019-01-04 Stefan Granitz[CMake] Move debugserver options to separate debugserve...
2019-01-04 Stefan Granitz[CMake] Aggregate options for LLDB in LLDBConfig.cmake
2019-01-04 Stefan Granitz[CMake] Streamline code signing for debugserver #2
2019-01-04 Andrea Di Biagio[MCA] Store extra information about processor resources...
2019-01-04 Anastasia Stulova[Basic] Extend DiagnosticEngine to store and format...
2019-01-04 Diogo N. Sampaio[AArch64] Add command-line option predres
2019-01-04 Pavel LabathSymtab: Remove one copy of symbol size computation...
2019-01-04 Stefan Granitz[CMake] Use XCODE_ATTRIBUTE properties for code signing...
2019-01-04 Pavel LabathRangeMap.h: merge RangeDataArray and RangeDataVector
2019-01-04 Richard Trieu[WebAssembly] Split the checking from the sorting logic.
2019-01-04 Xin Tong[memcpyopt] Remove a few unnecessary isVolatile() check...
2019-01-04 Joel E. Denny[OpenMP] Fix nvidia-cuda-toolkit detection on Debian...
2019-01-04 Kuba Mracek[lldb] Fix ObjCExceptionRecognizedStackFrame to populat...
2019-01-04 Kuba Mracek[lldb] Check SafeToCallFunctions before calling functio...
2019-01-04 Craig Topper[X86] Add post-isel peephole to fold KAND+KORTEST into...
2019-01-04 Sanjay Patelrevert r350369: [x86] lower extracted fadd/fsub to...
2019-01-03 Daniel DunbarAdopt SwiftABIInfo for WebAssembly.
2019-01-03 Mike SpertusFix MSVC visualizations for ActionResult and OpaquePtr
next