platform/upstream/llvm.git
2018-07-16 Daniel CedermanAvoid losing Hi part when expanding VAARG nodes on...
2018-07-16 Chandler Carruth[x86/SLH] Fix a bug where we would try to post-load...
2018-07-16 Alexander PotapenkoMSan: minor fixes, NFC
2018-07-16 Jonas Devlieghere[AccelTable] Provide DWARF5AccelTableStaticData for...
2018-07-16 Chandler Carruth[x86/SLH] Extract another small helper function, add...
2018-07-16 Mark Searles[AMDGPU][Waitcnt] Re-apply fix "comparison of integers...
2018-07-16 Alexander Potapenko[MSan] factor userspace-specific declarations into...
2018-07-16 Mark Searlesrun post-RA hazard recognizer pass late
2018-07-16 Mark SearlesRevert "[AMDGPU][Waitcnt] fix "comparison of integers...
2018-07-16 Benjamin Kramer[Sema] Reword warning for constant captures that are...
2018-07-16 Adam Balogh[Analyzer] Mark `SymbolData` parts of iterator position...
2018-07-16 Marco CastelluccioAdd a test with __gcov_flush called before terminating...
2018-07-16 Alexandros... [MemorySSAUpdater] Remove deleted trivial Phis from...
2018-07-16 Alexander Shaposhnikov[Sema] Add fixit for unused lambda captures
2018-07-16 Craig Topper[X86] Merge the FR128 and VR128 regclass since they...
2018-07-16 Martin Storsjo[MinGW] Automatically mangle Windows-specific entry...
2018-07-16 Chandler Carruth[x86/SLH] Fix an unused variable warning in release...
2018-07-16 Chandler Carruth[x86/SLH] Teach speculative load hardening to correctly...
2018-07-16 Chen Zheng[InstCombine] add more SPFofSPF folding
2018-07-16 Dean Michael... [XRay][compiler-rt] Use `SANITIZER_CXX_ABI_LIBRARY...
2018-07-16 Chen Zheng[InstCombine] fold icmp pred (sub 0, X) C for vector...
2018-07-16 Michael J.... Recommit r335794 "Add support for generating a call...
2018-07-15 Joerg SonnenbergerPrune empty directory.
2018-07-15 Chandler Carruth[x86/SLH] Extract one of the bits of logic to its own...
2018-07-15 Craig Topper[X86] Add custom execution domain fixing for 128/256...
2018-07-15 Craig Topper[X86] Add load patterns for cases where we select X86Mo...
2018-07-15 Craig Topper[X86] Use 128-bit blends instead vmovss/vmovsd for...
2018-07-15 Craig Topper[X86] Use 128-bit ops for 256-bit vzmovl patterns.
2018-07-15 Azharuddin... [cmake] Fix libomptarget/test/CMakeLists.txt
2018-07-15 Sanjay Patel[DAGCombiner] fix typo in comment; NFC
2018-07-15 Sanjay Patel[InstCombine] Corrections in comments for division...
2018-07-15 Sanjay Patel[DAGCombiner] extend(ifpositive(X)) -> shift-right...
2018-07-15 Sanjay Patel[InstSimplify] add fixme comment for PR37776; NFC
2018-07-15 Sanjay Patel[AMDGPU] adjusted test checks because minnum with NaN...
2018-07-15 Sanjay Patel[InstSimplify] fold minnum/maxnum with NaN arg
2018-07-15 Sanjay Patel[InstSimplify] add tests for minnum/maxnum; NFC
2018-07-15 Aaron BallmanRun thread safety tests with both lock and capability...
2018-07-15 Andrea Di Biagio[llvm-mca] Regenerate X86 specific tests. NFC
2018-07-15 Andrea Di Biagio[llvm-mca][BtVer2] teach how to identify false dependen...
2018-07-15 Dylan McKay[AVR] Document some public functions
2018-07-15 Craig Topper[TableGen] std::move vectors into TreePatternNode.
2018-07-15 Craig Topper[TableGen] Remove what seems to be an unnecessary std...
2018-07-15 Craig Topper[X86] Add some optsize patterns for 256-bit X86vzmovl.
2018-07-15 Petr Hosek[CMake] Use correct variable as header install prefix
2018-07-15 Petr Hosek[CMake] Use libc++ and compiler-rt for sanitizers
2018-07-15 Petr Hosek[CMake] Change the flag to use compiler-rt builtins...
2018-07-15 Petr Hosek[CMake] Pass CMAKE_INSTALL_DO_STRIP to external projects
2018-07-15 Craig Topper[TableGen] Add some std::move to the PatternToMatch...
2018-07-14 Matt Davis[llvm-mca] Turn InstructionTables into a Stage.
2018-07-14 Roman Lebedev[NFC][InstCombine] foldICmpWithLowBitMaskedVal(): updat...
2018-07-14 Roman Lebedev[InstCombine] Fold x & (-1 >> y) s< x to x s> (...
2018-07-14 Roman Lebedev[NFC][InstCombine] Tests for x & (-1 >> y) s< x to...
2018-07-14 Roman Lebedev[InstCombine] Fold x & (-1 >> y) s>= x to x s<=...
2018-07-14 Roman Lebedev[NFC][InstCombine] Tests for x & (-1 >> y) s>= x ...
2018-07-14 Roman Lebedev[InstCombine] Fold x s<= x & (-1 >> y) to x s<=...
2018-07-14 Roman Lebedev[NFC][InstCombine] Tests for x s<= x & (-1 >> y) ...
2018-07-14 Roman Lebedev[InstCombine] Fold x s> x & (-1 >> y) to x s> (...
2018-07-14 Roman Lebedev[NFC][InstCombine] Tests for x s> x & (-1 >> y) to...
2018-07-14 Brian GesiakAdd caching when looking up coroutine_traits
2018-07-14 Roman Lebedev[InstCombine] Fold x u<= x & C to x u<= C
2018-07-14 Roman Lebedev[NFC][InstCombine] Tests for x u<= x & C to x u...
2018-07-14 Roman Lebedev[InstCombine] Fold x u> x & C to x u> C
2018-07-14 Roman Lebedev[NFC][InstCombine] Tests for x u> x & C to x u>...
2018-07-14 Roman Lebedev[InstCombine] Fold x & (-1 >> y) u< x to x u> (...
2018-07-14 Roman Lebedev[NFC][InstCombine] Tests for x & (-1 >> y) u< x to...
2018-07-14 Roman Lebedev[InstCombine] Fold x & (-1 >> y) u>= x to x u<=...
2018-07-14 Roman Lebedev[NFC][InstCombine] Tests for x & (-1 >> y) u>= x ...
2018-07-14 Roman Lebedev[NFC][InstCombine] Add forgotten variable tests for...
2018-07-14 Nico Weberattempt to get test/COFF/driver.test passing on sanitiz...
2018-07-14 Nico WeberAttempt to get test/tools/llvm-lib/help.test passing...
2018-07-14 Benjamin Kramer[clang-tidy] Force exceptions to be enabled in test
2018-07-14 Francis Visoiu... [MachineOutliner] Check the last instruction from the...
2018-07-14 Chandler Carruth[x86/SLH] Fix an issue where we wouldn't harden any...
2018-07-14 Craig Topper[X86] Fix a subtle bug in the custom execution domain...
2018-07-14 Marshall ClowMark __equal_to 's operations as constexpr.
2018-07-14 Nico Weberlld-link: Add /lib to Options.td so that it appears...
2018-07-14 Marshall ClowMark one more __wrap_iter operation as constexpr.
2018-07-14 Nico WeberGive llvm-lib rudimentary help output.
2018-07-14 Craig Topper[X86] Prefer blendi over movss/sd when avx512 is enable...
2018-07-14 Teresa JohnsonRevert "[ThinLTO] Ensure we always select the same...
2018-07-14 Teresa JohnsonRevert "[ThinLTO] Ensure we always select the same...
2018-07-14 Teresa JohnsonRevert "[ThinLTO] Add debug output to test"
2018-07-14 Evgeniy StepanovRevert "AMDGPU: Fix handling of alignment padding in...
2018-07-14 Chandler Carruth[x86/SLH] Add an assert to catch if we ever end up...
2018-07-14 Matt Davis[llvm-mca] Remove unused InstRef formal from pre and...
2018-07-14 Teresa Johnson[ThinLTO] Add debug output to test
2018-07-13 Tim ShenRe-apply "[SCEV] Strengthen StrengthenNoWrapFlags ...
2018-07-13 Tim ShenAdd a CHECK line for r337072.
2018-07-13 Krzysztof Parzyszek[Hexagon] Avoid introducing calls into coalesced range...
2018-07-13 Tim Shen[LSR] If no Use is interesting, early return.
2018-07-13 Sterling AugustineRollback r337070.
2018-07-13 Sterling AugustineUpdate ClangASTContext for the new DependentVector...
2018-07-13 Eugene Zelenko[Documentation] Add missing description for bugprone...
2018-07-13 Max Moroz[UBSan] Followup for silence_unsigned_overflow flag...
2018-07-13 Craig Topper[X86][SLH] Remove PDEP and PEXT from isDataInvariantLoad
2018-07-13 Craig Topper[X86][SLH] Add VEX and EVEX conversion instructions...
2018-07-13 Craig Topper[X86][SLH] Regroup the instructions in isDataInvariantL...
2018-07-13 Alexander Polyakov[lldb-mi] Make symbol-list-lines.test XFAIL on Windows
2018-07-13 Fangrui SongFix -Wswitch after introduction of clang;:Type::Depende...
2018-07-13 Vedant Kumar[docs] Update usage directive for llvm-cov report ...
next