platform/upstream/llvm.git
2019-03-08 Matt ArsenaultAMDGPU: Move d16 load matching to preprocess step
2019-03-08 Zachary TurnerRemove dependency edges from Host to Target/Core.
2019-03-08 Alexey Bataev[OPENMP]Remove debug service variable.
2019-03-08 Matt ArsenaultDAG: Don't try to cluster loads with tied inputs
2019-03-08 Sanjay Patel[x86] add tests for extracted vector FP cmp; NFC
2019-03-08 Mandeep Singh... [docs] Fix checkers.rst doc for PointerSorting checker
2019-03-08 Matthew VossRevert "[runtimes] Move libunwind, libc++abi and libc...
2019-03-08 Matt ArsenaultAMDGPU: Add more tests for d16 loads
2019-03-08 Matt ArsenaultAMDGPU: Don't bother checking the chain in areLoadsFrom...
2019-03-08 Matt ArsenaultAMDGPU: Correct DS implementation of areLoadsFromSameBa...
2019-03-08 Rafael AulerRevert "Recommit "Support attribute used in member...
2019-03-08 Mandeep Singh... [Analyzer] Checker for non-determinism caused by sortin...
2019-03-08 Alexey Bataev[DEBUG_INFO][NVPTX]Emit empty .debug_loc section in...
2019-03-08 Hubert Tong[msan] Properly guard tests added by r355348; NFC
2019-03-08 Julian Lettner[TSan] Initialize libdispatch interceptors if necessary
2019-03-08 Amaury Sechet[DAGCombiner] fold (add (add (xor a, -1), b), 1) -...
2019-03-08 George Burgess IV[CFLAnders] Fix typo in comment; NFC
2019-03-08 Wei Mi[RegisterCoalescer] Limit the number of joins for large...
2019-03-08 Sanjay Patel[x86] prevent infinite looping from inverse shuffle...
2019-03-08 Simon Pilgrim[X86] Add test case for PR22473
2019-03-08 Jonas Devlieghere[Reproducers] Add missing LLDB_RECORD_DUMMY macros
2019-03-08 Jonas Devlieghere[lldb-instr] Support LLDB_RECORD_DUMMY
2019-03-08 Jonas Devlieghere[Reproducers] Add LLDB_RECORD_DUMMY
2019-03-08 Jonas Devlieghere[lldb-vscode] Fix warning
2019-03-08 Diogo N. Sampaio[ARM][FIX] Fix vfmal.f16 and vfmsl.f16 operand
2019-03-08 Frederic RissAdd more logging to TestQueues.py
2019-03-08 Kristof Umann[analyzer] Fix infinite recursion in printing macros
2019-03-08 Kristof Umann[analyzer] Emit an error rather than assert on invalid...
2019-03-08 Kristof Umann[analyzer] Use the new infrastructure of expressing...
2019-03-08 Hyrum Wright[clang-tidy] NFC: Negate the name and semantics of...
2019-03-08 Manman RenReland compiler-rt support for order file instrumentation.
2019-03-08 Akira HatanakaUse {{.*}} in test case to match the type of wide strin...
2019-03-08 Simon PilgrimFix typo in constant vector
2019-03-08 Erich KeaneRe-fix _lrotl/_lrotr to always take Long, no matter...
2019-03-08 Erich KeaneRevert "Enable _rotl, _lrotl, _rotr, _lrotr on all...
2019-03-08 James Henderson[llvm-readelf]Don't lose negative-ness of negative...
2019-03-08 Nico Webergn build: Merge r355685
2019-03-08 Nico Webergn build: Unbreak finding a working `gn` on $PATH on...
2019-03-08 Nico Webergn build: Unbreak get.py and gn.py on Windows
2019-03-08 Clement Courbet[sanitizer] Update global_symbols.txt
2019-03-08 Simon Pilgrim[DAGCombine] Merge visitSMULO+visitUMULO into visitMULO...
2019-03-08 Simon Pilgrim[DAGCombine] Merge visitSADDO+visitUADDO into visitADDO...
2019-03-08 Simon Pilgrim[DAGCombine] Merge visitSSUBO+visitUSUBO into visitSUBO...
2019-03-08 Petar Jovanovic[mips] Use libatomic instead of GCC intrinsics for...
2019-03-08 Michael Platings[IR][ARM] Add function pointer alignment to datalayout
2019-03-08 Benjamin KramerMake function definition in header inline
2019-03-08 Kadir Cetinkaya[clang][Index] Fix msan failure
2019-03-08 Hans Wennborgclang-cl : Parse all /d2 options
2019-03-08 Kadir Cetinkaya[clangd] Remove ./ and ../ in the file paths
2019-03-08 Haojian Wu[clangd] Redirect clangd page.
2019-03-08 Kadir Cetinkaya[clangd] Make sure constructors do not reference class
2019-03-08 Kadir Cetinkaya[clang][Tooling] Delete dots and dotdots when generatin...
2019-03-08 Haojian Wu[clangd] Deduplicate Refs on the fly.
2019-03-08 Clement Courbet[SelectionDAG] Allow the user to specify a memeq function.
2019-03-08 Carl Ritson[AMDGPU] V_CVT_F32_UBYTE{0,1,2,3} are full rate instruc...
2019-03-08 Hans WennborgAdd another test for r354937 that came up in PR40890
2019-03-08 Kadir Cetinkaya[clangd] Adjust compile commands to be applicable for...
2019-03-08 Kadir Cetinkaya[clang][Index] Mark references from Constructors and...
2019-03-08 Craig Topper[X86] Improve the type checking in isLegalMaskedLoad...
2019-03-08 Petr Hosek[Clang] Include the test directory ommited in r355665
2019-03-08 Petr Hosek[runtimes] Move libunwind, libc++abi and libc++ to...
2019-03-08 Akira HatanakaFix test case committed in r355662.
2019-03-08 Steven Wu[Bitcode] Fix bitcode compatibility issue with clang...
2019-03-08 Akira Hatanaka[ObjC] Emit a boxed expression as a compile-time consta...
2019-03-08 Jason MolendaAdd ASAN llvm build directory variants to
2019-03-08 JF BastienVariable auto-init: split out small arrays
2019-03-08 Craig Topper[X86] Make x86-intrinsics-headers-clean.cpp stricter.
2019-03-08 Jonas Devlieghere[Reproducers] TestImagineList.test -> TestImageList...
2019-03-08 Jonas Devlieghere[Reproducers] Mark partial specialization as inline
2019-03-08 Zachary Turner[lldb-vscode] Report an error if an invalid program...
2019-03-07 Sanjay Patel[x86] add extract FP tests for target-specific nodes...
2019-03-07 Jonas Devlieghere[Reproducers] Use partial template specialization inste...
2019-03-07 Adrian PrantlTemporarily diasble debug output in GenericDomTreeConst...
2019-03-07 Adrian PrantlMake GenericDomTreeConstruction textual instead.
2019-03-07 Jonas DevlieghereMake bytes_read an unsigned
2019-03-07 Jonas DevlieghereRemove unused function
2019-03-07 Jonas Devlieghere[SBAPI] Log from record macro
2019-03-07 Alex LangfordFix TestPaths.py on windows
2019-03-07 Frederic RissAdd logging to TestQueues.py
2019-03-07 Adrian PrantlWork around a module build error on the LLDB incrementa...
2019-03-07 Mitch Phillips[GN] Locate prebuilt binaries correctly.
2019-03-07 Frederic RissFix TestAppleSimulatorOSType.py with Xcode 10.2
2019-03-07 Kostya Kortchinsky[scudo][standalone] Adding a stats class
2019-03-07 Julian Lettner[TSan] Temporarily disable test which fails on build bot
2019-03-07 Davide Italiano[testsuite] Recommit the TestTerminal directory.
2019-03-07 Hubert TongAdd secondary libstdc++ 4.8 and 5.1 detection mechanisms
2019-03-07 Zachary Turner[lldb-vscode] Support running in server mode on Windows.
2019-03-07 Craig Topper[X86] Correct scheduler information for rotate by const...
2019-03-07 Craig Topper[X86] Model ADC/SBB with immediate 0 more accurately...
2019-03-07 Brian Gesiak[CodeGen] Reuse BlockUtils for -unreachableblockelim...
2019-03-07 Julian Lettner[TSan] Temporarily disable test which fails on build bot
2019-03-07 Adrian PrantlAdd an LLVM-style dump method to CompilerType for extra...
2019-03-07 Alex Langford[ExpressionParser] Implement ComputeClangResourceDir...
2019-03-07 Konstantin... AMDHSA: Code object v3 updates
2019-03-07 Ali Tamur[lldb] Fix DW_OP_addrx uses.
2019-03-07 Matt Davis[llvm-mca] Emit a message when no bottlenecks are ident...
2019-03-07 Rafael AulerRecommit "Support attribute used in member funcs of...
2019-03-07 Mitch Phillips[GN] Remove DataLayoutTest.cpp from IR Unittests.
2019-03-07 Reid KlecknerFix some clang analysis tests passing arguments incorrectly
2019-03-07 Vlad TsyrklevichDelete x86_64 ShadowCallStack support
next