platform/upstream/llvm.git
2018-12-06 Zachary TurnerSupport skewed stream arrays.
2018-12-06 Simon Pilgrim[X86] Refactored IsSplatVector to use switch. NFCI.
2018-12-06 Alexey Bataev[DEBUGINFO, NVPTX] Disable emission of ',debug' option...
2018-12-06 Alexandros... [GVN] Don't perform scalar PRE on GEPs
2018-12-06 Alexey Bataev[DEBUGINFO, NVPTX]Emit last debugging directives.
2018-12-06 Simon PilgrimDAGCombiner::visitINSERT_VECTOR_ELT - pull out repeated...
2018-12-06 Diogo N. Sampaio[NFC][AArch64] Split out backend features
2018-12-06 Alexey Bataev[OPENMP][NVPTX] Fix globalization of the mapped array...
2018-12-06 Alexey Bataev[OPENMP][NVPTX]Fix __kmpc_flush to flush the memory...
2018-12-06 Ilya Biryukov[clangd] Remove the test that sometimes deadlocks
2018-12-06 Sam Parker[ARM][NFC] Adding another test for armcgp
2018-12-06 Nicolai HaehnleAMDGPU: Generate VALU ThreeOp Integer instructions
2018-12-06 Valery Pykhtin[AMDGPU] Partial revert of rL348371: Turn on the DPP...
2018-12-06 Simon PilgrimFix -Wcovered-switch-default warning. NFCI.
2018-12-06 Louis Dionne[libcxx] Make return value of array<T, 0>.data() checke...
2018-12-06 Ilya BiryukovRevert "[LoopSimplifyCFG] Delete dead in-loop blocks"
2018-12-06 Markus LavinTest commit: Removed trailing space in .txt file.
2018-12-06 Sam Parker[ARM][NFC] Added extra arm-cgp test
2018-12-06 Dan LiewAdd new `__sanitizer_mz_default_zone()` API which retur...
2018-12-06 George Rimar[LLD][ELF] - Use auto. NFC.
2018-12-06 Pavel LabathMake scripts/analyzer-project-deps compatible with...
2018-12-06 Haojian Wu[clangd] Update the test code
2018-12-06 Clement Courbet[X86][NFC] Convert memcpy/memset tests to update_llc_te...
2018-12-06 Pavel LabathRemove REQUIRES: darwin from a couple of MachO tests
2018-12-06 Haojian Wu[clangd] C++ API for emitting file status.
2018-12-06 Pavel Labathdisable toolchain-clang-cl.test on non-windows
2018-12-06 Serge PavlovDiagnose friend function template redefinitions.
2018-12-06 Diana Picus[ARM GlobalISel] Nothing is legal for Thumb
2018-12-06 Stephen KellyAdd test for ObjC generics
2018-12-06 Stephen KellyExtend OMP test
2018-12-06 Stephen KellyMake test resistant to line numbers changing
2018-12-06 George Rimar[ELF] - (-Map file) Implement printing of LMA for assig...
2018-12-06 Haojian Wu[clangd] Fix a typo in TUSchedulerTests
2018-12-06 Diana PicusFixup r348306: Require x86 for test
2018-12-06 Clement Courbet[X86][NFC] Add more tests for memset.
2018-12-06 George Rimar[llvm-dwarfdump] - Simplify the test case.
2018-12-06 George Rimar[LLD][ELF] - Linker script: accept using a file name...
2018-12-06 Roman Lebedev[InstCombine] foldICmpWithLowBitMaskedVal(): don't...
2018-12-06 Roman Lebedev[NFC][InstCombine] Add more miscompile tests for foldIC...
2018-12-06 Craig Topper[X86] Remove some leftover code for handling an i1...
2018-12-06 Richard TrieuRemove unnecessary include.
2018-12-06 Richard TrieuRemove CodeGen dependencies on Sema.
2018-12-06 Max Kazantsev[LoopSimplifyCFG] Delete dead in-loop blocks
2018-12-06 Matt ArsenaultInstCombine: Add some missing tests for scalarization
2018-12-06 Dean Michael... Revert "[XRay] Move-only Allocator, FunctionCallTrie...
2018-12-06 Saleem AbdulrasoolARM, AArch64: support `__attribute__((__swiftcall__))`
2018-12-06 Dean Michael... [XRay] Use a local lvalue as arg to AppendEmplace(...)
2018-12-06 Alex Lorenz[darwin] remove version number check when enabling...
2018-12-06 Douglas YungReapply fix from r348062 to fix test on Windows.
2018-12-06 Jake Ehrlich[llvm-objcopy] Change --only-keep to --only-section
2018-12-06 Dean Michael... [XRay] Use default-constructed struct as argument to...
2018-12-06 Matthias BraunAArch64: Fix invalid CCMP emission
2018-12-06 George Karpenkov[attributes] Add more tests for os_returns_retained
2018-12-06 Leonard Chan[Sema/Attribute] Check for noderef attribute
2018-12-06 Pete CooperAdd objc.* ARC intrinsics and codegen them to their...
2018-12-06 Adrian PrantlAdd a unit test for ArchSpec matching to document how...
2018-12-06 Jessica Paquette[MachineOutliner][NFC] Move yet another std::vector...
2018-12-06 Dean Michael... Re-land r348335 "[XRay] Move-only Allocator, FunctionCa...
2018-12-06 Louis Dionne[libcxx] Mark some tests as failing on macosx 10.14
2018-12-06 Louis Dionne[libcxx] Don't depend on availability markup to provide...
2018-12-06 Stella Stamenova[lldbsuite] Disable TestStopPCs when there's no XML...
2018-12-06 Leonard Chan[Sema] Push and Pop Expression Evaluation Context Recor...
2018-12-06 Jessica Paquette[MachineOutliner][NFC] Move std::vector out of loop
2018-12-06 Jessica Paquette[MachineOutliner][NFC] Remove IntegerInstructionMap...
2018-12-06 Pete CooperFix title underlines being too short after r348429
2018-12-05 Amara Emerson[GlobalISel] Introduce G_BUILD_VECTOR, G_BUILD_VECTOR_T...
2018-12-05 Pete CooperUpdate ARC docs as objc_storeStrong returns void not id
2018-12-05 Jessica Paquette[MachineOutliner][NFC] Remove buildCandidateList and...
2018-12-05 Jessica Paquette[MachineOutliner][NFC] Candidates don't need to be...
2018-12-05 David L. JonesRevert r347934 "[SCEV] Guard movement of insertion...
2018-12-05 Douglas YungFix test change from r348365 to deal with Windows paths...
2018-12-05 Heejin Ahn[WebAssembly] Change event section code to 13
2018-12-05 Sanjay Patel[InstCombine] remove dead code from visitExtractElement
2018-12-05 Jessica Paquette[MachineOutliner][NFC] Remove CandidateList, since...
2018-12-05 Jessica PaquetteFix buildbot capture warning
2018-12-05 Jessica Paquette[MachineOutliner][NFC] Simplify and unify pruning/outli...
2018-12-05 Krzysztof Parzyszek[Hexagon] Add intrinsics for Hexagon V66
2018-12-05 Sanjay Patel[InstCombine] reduce duplication in visitExtractElement...
2018-12-05 Sanjay Patel[InstCombine] add/move tests for extractelement; NFC
2018-12-05 David BlaikieThinLTO: Do not import debug info for imported global...
2018-12-05 Krzysztof Parzyszek[Hexagon] Add support for Hexagon V66
2018-12-05 Jessica Paquette[MachineOutliner] Outline functions by order of benefit
2018-12-05 Krzysztof Parzyszek[Hexagon] Add intrinsics for Hexagon V66
2018-12-05 Stephen KellyNFC: Extract TextNodeDumper class
2018-12-05 Krzysztof Parzyszek[Hexagon] Add instruction definitions for Hexagon V66
2018-12-05 Stephen KellyNFC: Extract TextTreeStructure class
2018-12-05 Stephen KellyNFC: Inline handling of DependentSizedArrayType
2018-12-05 Stephen KellyAdd dump tests for inherited default template parameters
2018-12-05 Krzysztof Parzyszek[Hexagon] Foundation of support for Hexagon V66
2018-12-05 Aditya Nandakumar[GISel]: Provide standard interface to observe changes...
2018-12-05 Vedant Kumar[CodeExtractor] Do not marked outlined calls which...
2018-12-05 Simon Pilgrim[X86][SSE] Fix a copy+paste typo that was folding the...
2018-12-05 Mandeep Singh... Revert "[RISCV] Mark unit tests as "requires: riscv...
2018-12-05 Rui UeyamaDo not use a hash table to uniquify mergeable strings.
2018-12-05 Aaron BallmanDo not check for parameters shadowing fields in functio...
2018-12-05 Aaron BallmanAdding tests for -ast-dump; NFC.
2018-12-05 Evandro Menezes[AArch64] Reword description of feature (NFC)
2018-12-05 Adrian PrantlHonor -fdebug-prefix-map when creating function names...
2018-12-05 George Karpenkov[analyzer] Attribute for RetainCountChecker for OSObjec...
2018-12-05 Evandro Menezes[llvm-mca] Simplify test (NFC)
next