platform/upstream/llvm.git
2018-07-09 Ilya Biryukov[PCH] Add an option to not write comments into PCH
2018-07-09 Ilya Biryukov[clangd] Wait for first preamble before code completion
2018-07-09 Sam McCall[Support] Fix GCC compile after r336534
2018-07-09 Chandler Carruth[PM/Unswitch] Fix a nasty bug in the new PM's unswitch...
2018-07-09 Sam McCallLift JSON library from clang-tools-extra/clangd to...
2018-07-09 Sander de Smalen[AArch64][SVE] Asm: Support for ADR instruction.
2018-07-09 Eric LiuTry to fix build bot after r336524
2018-07-09 Sander de Smalen[AArch64][SVE] Asm: Support for UZP and TRN instructions.
2018-07-09 Ilya Biryukov[clangd] Added a test for preambles and -isystem
2018-07-09 Jonas Devlieghere[AccelTable] Provide abstraction for emitting DWARF5...
2018-07-09 Ilya Biryukov[Preamble] Check system dependencies in preamble too
2018-07-09 Rafael Stahl[ASTImporter] fix test failure corrected by fixed func...
2018-07-09 Heejin Ahn[Index] Add clangLex to LINK_LIBS
2018-07-09 Jonas Devlieghere[AccelTable] Dwarf5AccelTableEmitter -> Writer (NFC)
2018-07-09 Eric Liu[Index] Add indexing support for MACROs.
2018-07-09 Rafael Stahl[ASTImporter] import FunctionDecl end locations
2018-07-09 Chijun Sima[PGOMemOPSize] Preserve the DominatorTree
2018-07-09 Jacek Olesiak[clang-format/ObjC] Put ObjC method arguments into...
2018-07-09 Jacek Olesiak[clang-format/ObjC] Improve split priorities for ObjC...
2018-07-09 Jacek Olesiak[clang-format/ObjC] Prohibit breaking after a bracket...
2018-07-09 Jacek Olesiak[clang-format/ObjC] Fix counting selector name parts...
2018-07-09 Craig Topper[X86] Improve the message for some asserts. Remove...
2018-07-08 Craig Topper[X86] Remove an AddedComplexity line that seems unneces...
2018-07-08 Roman Lebedev[X86][Nearly NFC] Split SHLD/SHRD into their own WriteS...
2018-07-08 Craig Topper[X86] Enhance combineFMA to look for FNEG behind an...
2018-07-08 Simon Pilgrim[X86][SSE] Combine v16i8 SHL by constants to multiplies
2018-07-08 Simon Pilgrim[X86] Set scheduler classes to unsupported. NFCI.
2018-07-08 Roman Lebedev[X86][Basically NFC] Sched: split WriteBitScan into...
2018-07-08 Roman Lebedev[MCA][X86][NFC] Add BSF/BSR resource tests
2018-07-08 Craig Topper[LoopIdiomRecognize] Support for converting loops that...
2018-07-08 Craig Topper[X86] Add back some intrinsic table entries lost in...
2018-07-08 Craig Topper[X86] Add new scalar fma intrinsics with rounding mode...
2018-07-08 Craig Topper[X86] Add new scalar fma intrinsics with rounding mode...
2018-07-08 Craig Topper[X86] Use a rounding mode other than 4 in the scalar...
2018-07-08 Casey Cartertype_traits: aligned_union is NOT the same as __uncvref...
2018-07-07 Craig Topper[X86] Remove __builtin_ia32_vfnmsubsd3_mask3 and __buil...
2018-07-07 Craig Topper[X86] Remove some unnecessarily escaped new lines from...
2018-07-07 Craig Topper[X86] Fix a few intrinsics that were ignoring their...
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.
next