platform/upstream/llvm.git
2018-07-07 Reka Kovacs[analyzer] Add support for data() in DanglingInternalBu...
2018-07-07 Simon Pilgrim[X86] Regenerate PR14088 test. NFCI.
2018-07-07 Reka Kovacs[analyzer] Highlight c_str() call in DanglingInternalBu...
2018-07-07 Alexander PolyakovAdd LLDB_API to SBAddress's operator==.
2018-07-07 Reka Kovacs[analyzer] Fix -Wcovered-switch-default warning in...
2018-07-07 Simon Pilgrim[SelectionDAG] Split float and integer isKnownNeverZero...
2018-07-07 Simon PilgrimUse const APInt& to avoid extra copy. NFCI.
2018-07-07 Simon Pilgrim[DAGCombiner] Add EXTRACT_SUBVECTOR to SimplifyDemanded...
2018-07-07 Reka Kovacs[analyzer] Highlight container object destruction in...
2018-07-07 Craig Topper[X86] Change _mm512_shuffle_pd and _mm512_shuffle_ps...
2018-07-07 Craig Topper[X86] Fix various type mismatches in intrinsic headers...
2018-07-07 Simon Pilgrim[CostModel][X86] Add SREM/UREM general and constant...
2018-07-07 Chijun SimaTest commit
2018-07-07 Gabor BuellaNFC - Typo fixes in X86 flags-copy-lowering.mir test
2018-07-07 Tatyana KrasnukhaFix build on Windows with SDK build version >= 17134.
2018-07-07 Yvan Roux[MachineOutliner] Add missing liveness tracking info...
2018-07-07 Yvan Roux[MachineOutliner] Assert that Liveness tracking is...
2018-07-07 Richard SmithP0806R2 Implicit capture of this with a capture-default...
2018-07-07 Chandler Carruth[Support] Clear errno before calling the function in...
2018-07-07 Erik Pilkington[Sema] Emit -Wincomplete-implementation for partial...
2018-07-07 Chandler Carruth[PM/LoopUnswitch] Fix PR37889, producing the correct...
2018-07-07 Craig Topper[X86] Merge INTR_TYPE_3OP_RM with INTR_TYPE_3OP. Remove...
2018-07-07 Richard TrieuCheck returned type is valid before using it.
2018-07-07 Michael ZolotukhinRevert "Make __gcov_flush flush counters for all shared...
2018-07-06 Tim ShenRevert "[SCEV] Strengthen StrengthenNoWrapFlags (reappl...
2018-07-06 Craig Topper[X86] When creating a select for scalar masked sqrt...
2018-07-06 Jessica Paquette[MachineOutliner] Properly pass -moutline along to...
2018-07-06 Craig Topper[X86] Add missing scalar fma intrinsics with rounding...
2018-07-06 Benjamin Kramer[PDB] memicmp only exists on Windows, use StringRef...
2018-07-06 George Karpenkov[ASTMatchers] A matcher for Objective-C @autoreleasepool
2018-07-06 Alexey Bataev[OPENMP] Fix PR38026: Link -latomic when -fopenmp is...
2018-07-06 Vedant KumarFix DIExpression::ExprOperand::appendToVector
2018-07-06 Vedant KumarRemove a redundant null-check in DIExpression::prepend...
2018-07-06 Zachary Turner[PDB] One more fix for hasing GSI records.
2018-07-06 Davide Italiano[test-suite] Add a decorator for the lack of libstdcxx...
2018-07-06 Vedant KumarUse Type::isIntOrPtrTy where possible, NFC
2018-07-06 Kostya SerebryanylibFuzzer: always print line-break for NEW_FUNC/PC...
2018-07-06 Alexey Bataev[OPENMP] Make clauses closing loc point to right bracket.
2018-07-06 Fangrui Song[IR] Fix inconsistent declaration parameter name
2018-07-06 Craig Topper[X86] Remove patterns for MOVLPD/MOVLPS nodes with...
2018-07-06 Craig Topper[X86] Add more FMA3 memory folding patterns. Remove...
2018-07-06 Matt Davis[llvm-mca] Add HardwareUnit and Context classes.
2018-07-06 Alexander Shaposhnikov[llvm-objcopy] Add support for static libraries
2018-07-06 Sanjay Patel[InstCombine] add more tests for potentially poisonous...
2018-07-06 Nico WeberRevert 336426 (and follow-ups 428, 440), it very likely...
2018-07-06 Vedant Kumar[Debugify] Allow unsigned values narrower than their...
2018-07-06 Vedant Kumar[Local] replaceAllDbgUsesWith: Update debug values...
2018-07-06 Sanjay Patel[InstCombine] add more tests with poison and undef...
2018-07-06 Yvan RouxRecommit "[CMake] Run libFuzzer tests with check-all."
2018-07-06 Tom StellardAMDGPU: Fix UBSan error caused by r335942
2018-07-06 Matt Morehouse[MSan] Add functions to enable/disable interceptor...
2018-07-06 Yvan Roux[libFuzzer] Disable hanging tests on AArch64
2018-07-06 Kostya Kortchinsky[scudo] Add some logs for Android
2018-07-06 Sanjay Patel[Constants] extend getBinOpIdentity(); NFC
2018-07-06 George Rimar[ELF] - Add test for empty version in a symbol name.
2018-07-06 Sanjay Patel[Constant] add undef element query for vector constants...
2018-07-06 Sjoerd Meijer[ARM] ParallelDSP: added statistics, NFC.
2018-07-06 Diogo N. SampaioCommit rL336426 cause buildbot failures
2018-07-06 Benjamin Kramer[LoopSink] Make the enforcement of determinism determin...
2018-07-06 Kelvin LiDefine the __STDC_FORMAT_MACROS to avoid test failure...
2018-07-06 Andrea Di Biagio[llvm-mca] A write latency cannot be a negative value...
2018-07-06 George Rimar[ELF] - Remove dead code #2.
2018-07-06 George Rimar[ELF] - Remove dead code. NFC.
2018-07-06 Sjoerd Meijer[AArch64] Armv8.4-A: TLB support
2018-07-06 Jonas Devlieghere[dsymutil] Emit label at the begin of a CU
2018-07-06 Sjoerd MeijerRecommit: [AArch64] Armv8.4-A: Flag manipulation instru...
2018-07-06 Sam McCall[clangd] Make SymbolOrigin an enum class, rather than...
2018-07-06 Philip PfaffeAdd a file that was missing in r336425
2018-07-06 Florian Hahn[Driver,AArch64] Add support for -mcpu=native.
2018-07-06 Diogo N. SampaioAdded missing semicolon
2018-07-06 Eric Liu[SemaCodeComplete] Expose a method to create CodeComple...
2018-07-06 Diogo N. Sampaio[SelectionDAG] https://reviews.llvm.org/D48278
2018-07-06 Tobias GrosserUpdate isl to isl-0.19-224-gce84a511
2018-07-06 Hans WennborgRelax filechecks in r336405 tests
2018-07-06 Hans Wennborgdos2unix
2018-07-06 Sjoerd MeijerRevert [AArch64] Armv8.4-A: Flag manipulation instructions
2018-07-06 Sjoerd Meijer[AArch64] Armv8.4-A: Flag manipulation instructions
2018-07-06 Andrea Di Biagio[llvm-mca] improve the instruction issue logic implemen...
2018-07-06 Tim NorthoverCallGraphSCCPass: iterate over all functions.
2018-07-06 Sjoerd Meijer[AArch64][ARM] Armv8.4-A: Trace synchronization barrier...
2018-07-06 Craig Topper[X86] Implement _builtin_ia32_vfmaddss and _builtin_ia3...
2018-07-06 Craig Topper[X86] Remove FMA4 scalar intrinsics. Use llvm.fma intri...
2018-07-06 Hans Wennborg[ms] Fix mangling of string literals used to initialize...
2018-07-06 Simon Atanasyan[ELF][MIPS] Simplify `checkFlags` routine and inline...
2018-07-06 Simon Atanasyan[ELF][MIPS] Remove support for linking microMIPS 64...
2018-07-06 Sam McCall[Support] Make support types more easily printable.
2018-07-06 Dave LeeReapply: "objdump: Support newer ObjC image info flags"
2018-07-06 Max KazantsevRevert "[InstCombine] Delay foldICmpUsingKnownBits...
2018-07-06 Craig Topper[X86] Remove all of the avx512 masked packed fma intrin...
2018-07-06 Craig Topper[X86] Cleanup some of the avx512 masked fma tests to...
2018-07-06 Zachary Turner[llvm-pdbutil] Dump more info about globals.
2018-07-06 Stefan Pintilie[Power9] Add __float128 library call for frem
2018-07-06 Zachary Turner[PDB] Sort globals symbols by name in GSI hash buckets.
2018-07-06 Easwaran Raman[x86]Add a test case to show missed vfnmadd generation.
2018-07-06 Jim InghamRemove a bunch more references to _LIBCPP_INLINE_VISIBILITY
2018-07-06 Dave LeeRevert "objdump: Support newer ObjC image info flags"
2018-07-05 Mandeep Singh... [OpenEmbedded] Add OpenEmbedded vendor
2018-07-05 Maksim Panchenko[X86][Disassembler] Fix LOCK prefix disassembler support
2018-07-05 Dave Leeobjdump: Support newer ObjC image info flags
2018-07-05 Jim InghamAddress a few post facto review comments from Adrian.
next