platform/upstream/llvm.git
2019-05-28 Graham Hunter[NFC] Test commit, delete trailing whitespace
2019-05-28 Hans WennborgCleanups for r361807 that I somehow failed to commit
2019-05-28 Hans WennborgRe-commit r357452 (take 2): "SimplifyCFG SinkCommonCode...
2019-05-28 Sjoerd Meijer[ARM] Use CHECK-NEXT in CodeGen/ARM/O3-pipeline.ll...
2019-05-28 Haojian Wu[clang-tidy] Fix null pointer dereference in readabilit...
2019-05-28 Yevgeny Rouban[CorrelatedValuePropagation] Fix prof branch_weights...
2019-05-28 Hans WennborgFix some llvm-readelf tests after r361633
2019-05-28 Haojian WuRevert [ELF] Error on relocations to STT_SECTION symbol...
2019-05-28 Simon Pilgrim[SLPVectorizer][X86] Add broadcast test case from D62427
2019-05-28 Simon Pilgrim[X86] X86CmovConverterPass::collectCmovCandidates ...
2019-05-28 Kadir Cetinkaya[clangd] Introduce a structured hover response
2019-05-28 Fangrui Song[ELF] Replace two addSymbol() call sites with Symbol...
2019-05-28 Cullen Rhodes[AArch64][SVE2] Asm: support SVE2 Floating Point Conver...
2019-05-28 Ilya Biryukov[clangd] Never end command-line flag description with...
2019-05-28 Stefan Granitz[CMake] Folder structure for generated Xcode project...
2019-05-28 Ilya Biryukov[clangd] Rename -run-synchronously to -sync
2019-05-28 Cullen Rhodes[AArch64][SVE2] Asm: support SVE2 Crypto Extensions...
2019-05-28 Cullen Rhodes[AArch64][SVE2] Asm: support SVE2 Histogram Computation...
2019-05-28 Cullen Rhodes[AArch64][SVE2] Asm: support SVE2 Misc Group
2019-05-28 Craig Topper[InlineCost] Fix a couple comments. NFC
2019-05-28 Don HintonRevert [test] Fix plugin tests
2019-05-28 Fangrui Song[ELF] Error on relocations to STT_SECTION symbols if...
2019-05-28 Rui UeyamaUse SymbolTable::insert() to implement --trace.
2019-05-28 Don Hinton[test] Fix plugin tests
2019-05-28 Rui UeyamaMerge ELFFileBase::{initSymtab,parseHeader} as ELFFileB...
2019-05-28 Craig Topper[CostModel] Add really basic support for being able...
2019-05-28 Nico Weberllvm-undname: Remove unreachable statement
2019-05-27 Sanjay Patel[x86] add test to show volatile store splitting; NFC
2019-05-27 Petr Hosek[Driver] Change layout of per-target runtimes to resemb...
2019-05-27 Nico Weberllvm-undname: Extract demangleMD5Name() method; no...
2019-05-27 Lang Hames[RuntimeDyld][ARM] Fix an incorrect assertion condition.
2019-05-27 Matt ArsenaultRegAllocFast: Set MayLiveAcrossBlocks when allocating...
2019-05-27 Sanjay Patel[SelectionDAG] fold concat of extract subvectors
2019-05-27 Volodymyr Sapsai[Preprocessor] Fix crash emitting note with framework...
2019-05-27 Sanjay Patel[SelectionDAG] fix formatting and redundant comments...
2019-05-27 Michael Liao[SelectionDAG] Enhance the simplification of `copyto...
2019-05-27 Alexander Timofeev[AMDGPU] Fix for the address sanitizer failure. Fixing...
2019-05-27 Jacques PienaarNFC: Change usage of 'DenseSet' to 'DenseSetImpl' in...
2019-05-27 Dmitri GribenkoInclude what you use in AArch64AsmBackend.cpp
2019-05-27 Simon Pilgrim[SelectionDAG] GetDemandedBits - add demanded elements...
2019-05-27 Simon Pilgrim[LLParser] Fix uninitialized flag variable warnings...
2019-05-27 Kadir Cetinkaya[clang] Respect TerseOutput when printing lambdas
2019-05-27 Alexander Timofeev [AMDGPU] Fix for the address sanitizer failure...
2019-05-27 Aaron BallmanWhen dumping the AST to JSON, dump the type information...
2019-05-27 Aaron BallmanWhen dumping the AST to JSON, dump whether a function...
2019-05-27 Aaron BallmanWhen dumping the AST to JSON, dump the declared name...
2019-05-27 Aaron BallmanWhen dumping the AST to JSON, dump the argument name...
2019-05-27 Pavel LabathDWARFDebugArangeSet: Remove references to SymbolFileDWARF
2019-05-27 Aaron BallmanAdd test cases for dumping AST expression nodes to...
2019-05-27 Dmitry Preobrazhensky[AMDGPU][MC] Enabled constant expressions as operands...
2019-05-27 Xing Xue[MustExecute] Improve MustExecute to correctly handle...
2019-05-27 Nikola PricaTest commit (NFC)
2019-05-27 Pavel LabathXFAIL prefer-debug-over-eh-frame.test on darwin
2019-05-27 Pavel LabathDWARF: Add a simple test exercising debug_loc parsing
2019-05-27 Pavel LabathFuncUnwinders: prefer debug_frame over eh_frame
2019-05-27 Yaxun Liu[OpenCL] Fix file-scope const sampler variable for 2.0
2019-05-27 Diana Picus[ARM GlobalISel] Un-XFAIL some tests. NFC
2019-05-27 Diana Picus[ARM GlobalISel] Cleanup CallLowering a bit
2019-05-27 Pavel LabathDWARF: Remove cu_idx variables from parsing functions
2019-05-27 Ilya Biryukov[CodeComplete] Complete 'return true/false' in boolean...
2019-05-27 Balazs Keri[ASTImporter] Added visibility context check for CXXRec...
2019-05-27 Hans WennborgCmake: allow using LLVM_EXTERNAL_PROJECTS with LLVM_ENA...
2019-05-27 Serge GueltonMake llvm-as --help great again
2019-05-27 Haojian Wu[clang-tidy] Fix unused-variable warning after r361647.
2019-05-27 Djordje Todorovic[test commit] Add my name to the CREDITS.TXT
2019-05-27 Rui UeyamaRemove elf::createSharedFile and move its code to Share...
2019-05-27 David L. JonesRevert r361356: "[MIR] Add simple PRE pass to MachineCSE"
2019-05-27 Craig Topper[X86] Add test cases for D62444. NFC
2019-05-27 Nico Weberllvm-undname: Make demangling of MD5 names more robust
2019-05-26 Florian Hahn[LoopInterchange] Fix handling of LCSSA nodes defined...
2019-05-26 Yonghong Song[BPF] generate R_BPF_NONE relocation for BTF DataSec...
2019-05-26 Alexander Timofeev [AMDGPU] Divergence driven ISel. Assign register...
2019-05-26 Andrea Di Biagio[MCA][Scheduler] Improved critical memory dependency...
2019-05-26 Simon Pilgrim[SelectionDAG] GetDemandedBits - cleanup to more closel...
2019-05-26 Simon Pilgrim[SelectionDAG] MaskedValueIsZero - add demanded element...
2019-05-26 Andrea Di Biagio[MCA] Refactor the logic that computes the critical...
2019-05-26 Shawn Landden[SimplifyCFG] back out all SwitchInst commits
2019-05-26 Mads RavnDeleteNullPointerCheck now deletes until the end brace...
2019-05-26 Simon Pilgrim[X86][SSE] Add shuffle combining support for ISD::ANY_E...
2019-05-26 Shawn Landden[SimplifyCFG] NFC, one more fixed test from previous...
2019-05-26 Simon PilgrimRevert rL361731 : [LLParser] Fix uninitialized variable...
2019-05-26 Simon Pilgrim[LLParser] Fix uninitialized variable warnings. NFCI.
2019-05-26 Shawn Landden[SimplifyCFG] NFC, fix failing tests from last patches.
2019-05-26 Sanjay Patel[InstCombine] prevent crashing with invalid extractelem...
2019-05-26 Shawn Landden[SimplifyCFG] ReduceSwitchRange: Improve on the case...
2019-05-26 Shawn Landden[SimplifyCFG] Run ReduceSwitchRange unconditionally...
2019-05-26 Shawn Landden[SimpligyCFG] NFC, remove GCD that was only used for...
2019-05-26 Shawn Landden[SimplifyCFG] NFC, update Switch tests to HEAD so I...
2019-05-26 Shawn Landden[Support] make countLeadingZeros() and countTrailingZer...
2019-05-26 Nikita Popov[ValueTracking] Base computeOverflowForUnsignedMul...
2019-05-26 Nico Webergn build: Merge r361664
2019-05-26 Nikita Popov[InstCombine] Refactor OptimizeOverflowCheck; NFCI
2019-05-26 Nikita Popov[InstCombine] Remove OverflowCheckFlavor; NFC
2019-05-26 David Green[ARM] Select fp16 fma
2019-05-26 David Green[ARM] Select a number of fp16 rounding functions
2019-05-26 David Green[ARM] Promote various fp16 math intrinsics
2019-05-26 Simon Pilgrim[X86][AVX] combineBitcastvxi1 - peek through bitops...
2019-05-26 David Green[ARM] Select fp16 fabs
2019-05-26 David Green[ARM] Select fp16 fsqrt
2019-05-26 David Green[ARM] Promote fp16 frem
next