platform/upstream/llvm.git
2018-10-15 Craig Topper[X86] Regenerate avx2-intrinsics-x86.ll to compress...
2018-10-15 Sanjay Patel[InstCombine] add tests for bitwise logic --> select...
2018-10-15 Sebastian Pop[hot-cold-split] fix static analysis of cold regions
2018-10-15 Adrian PrantlConvert code to use early exits in prepraration for...
2018-10-15 Petr Hosek[Driver] Support direct split DWARF emission for Fuchsia
2018-10-15 Chris Bieneman[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURAT...
2018-10-15 Simon Pilgrim[AARCH64] Improve vector popcnt lowering with ADDLP
2018-10-15 Chris Bieneman[CMake] Change the default value of LLVM_ENABLE_IDE
2018-10-15 Konstantin... AMDGPU: Generate .amdgcn_target for object code v3
2018-10-15 Sean FertileRevert "[PPC64] Add split - stack support."
2018-10-15 Jordan Rupprecht[llvm-objcopy] NFC: update TODO test comment
2018-10-15 Leonard Chan[Fixed Point Arithmetic] Fix for clang-tools-extra...
2018-10-15 Leonard Chanadded fix
2018-10-15 Stella Stamenova[lldbsuite] Make the names of test classes unique
2018-10-15 Marshall ClowMark a couple of test cases as 'C++17-only' pending...
2018-10-15 Vedant Kumar[CodeExtractor] Erase debug intrinsics in outlined...
2018-10-15 Sean Fertile[PPC64] Add split - stack support.
2018-10-15 Stella Stamenova[lldbsuite] Disable Test128BitsInteger on Windows
2018-10-15 Lang Hames[ADT] Fix a bug in DenseSet's initializer_list constructor.
2018-10-15 Sanjay Patel[SelectionDAG] allow FP binops in SimplifyDemandedVecto...
2018-10-15 Artem Dergachev[analyzer] Add doxygen comments for the new CXXAllocato...
2018-10-15 Artem Dergachev[analyzer] Teach CallEvent about C++17 aligned operator...
2018-10-15 Artem Dergachev[analyzer] NFC: RetainCountChecker: Don't dump() symbol...
2018-10-15 Artem Dergachev[python] [tests] Disable python binding tests under...
2018-10-15 Nick DesaulniersRevert 344389 "Revert r344375 "[Driver] check for exit...
2018-10-15 Marshall ClowWrap up the new chrono literals in an #ifdef so that...
2018-10-15 Sanjay Patel[DAGCombiner] allow undef elts in vector fmul matching
2018-10-15 Sam McCall[clangd] Revert include path change in Dexp. NFC
2018-10-15 Sanjay Patel[DAGCombiner] refactor folds for fadd (fmul X, -2.0...
2018-10-15 Sanjay Patel[AArch64] add tests for fmul x, -2.0 with undef elts...
2018-10-15 Leonard Chan[Fixed Point Arithmetic] FixedPointCast
2018-10-15 Marshall ClowImplement the first part of the calendar support for...
2018-10-15 Sanjay Patel[DAGCombiner] allow undef elts in vector fma matching
2018-10-15 Sanjay Patel[x86] add tests for fma with undef elts; NFC
2018-10-15 Sean FertileRevert "[CodeGenCXX] Treat 'this' as noalias in constru...
2018-10-15 Sanjay Patel[DAGCombiner] allow undef elts in vector fma matching
2018-10-15 Fedor SergeevRevert "[NewPM] teach -passes= to emit meaningful error...
2018-10-15 Sanjay Patel[x86] add tests for fma with undef elts; NFC
2018-10-15 Lang Hames[ADT] Adds equality operators for DenseMap and DenseSet...
2018-10-15 Haojian Wu[clangd] Add createIndex in dexp
2018-10-15 Sam McCall[clangd] Use SyncAPI in more places in tests. NFC
2018-10-15 Fedor Sergeev[NewPM] teach -passes= to emit meaningful error messages
2018-10-15 Sid Manning[ELF][HEXAGON] Let input determine e_flag.
2018-10-15 Aleksandar... [mips][micromips] Fix overlaping FDEs error
2018-10-15 Aleksandar... [mips][micromips] Revert "Fix overlaping FDEs error"
2018-10-15 George Rimar[LLD][ELF] - Check options before processing the -v...
2018-10-15 Sam McCall[clangd] Minimal implementation of automatic static...
2018-10-15 Simon Pilgrim[ARM][NEON] Improve vector popcnt lowering with PADDL...
2018-10-15 Aleksandar... [mips][micromips] Fix overlaping FDEs error
2018-10-15 Haojian Wu[clangd] Remove an unused include header, NFC.
2018-10-15 Eric Liu[CodeComplete] Make sure keyword 'template' is added...
2018-10-15 Haojian Wu[clangd] dump xrefs information in dexp tool.
2018-10-15 Haojian Wu[clangd] Fix some references missing in dynamic index.
2018-10-15 Nicolai HaehnleAMDGPU: Test showing a scalar buffer load deficiency
2018-10-15 Fedor Sergeev[NewPM] implement SCC printing for -print-before-all...
2018-10-15 Chandler Carruth[TI removal] Make `getTerminator()` return a generic...
2018-10-15 Chandler Carruth[TI removal] Rework `InstVisitor` to support visiting...
2018-10-15 Chandler Carruth[TI removal] Make variables declared as `TerminatorInst...
2018-10-15 Chandler Carruth[TI removal] Remove `TerminatorInst` from GVN.h and...
2018-10-15 Chandler Carruth[TI removal] Remove `TerminatorInst` from SparsePropaga...
2018-10-15 Chandler Carruth[TI removal] Remove a dead forward declaration of Termi...
2018-10-15 Chandler Carruth[TI removal] Remove `TerminatorInst` from BasicBlockUtils.h
2018-10-15 Chandler Carruth[TI removal] Just use Instruction in the CFG printer...
2018-10-15 Guillaume Chatelet[llvm-exegesis] Fix missing std::move.
2018-10-15 Chandler Carruth[TI removal] Remove a unnecessary use of `TerminatorIns...
2018-10-15 Chandler Carruth[TI removal] Remove TerminatorInst as an input paramete...
2018-10-15 Guillaume Chatelet[llvm-exegesis][NFC] Return many CodeTemplates instead...
2018-10-15 Bjorn Pettersson[TwoAddressInstructionPass] Replace subregister uses...
2018-10-15 Craig Topper[X86] Autogenerate checks. NFC
2018-10-15 Lang Hames[ORC] Simplify naming for JITDylib definition generators.
2018-10-15 Dean Michael... [XRay][compiler-rt] FDR Mode Controller
2018-10-15 Craig Topper[X86] Move promotion of vector and/or/xor from legaliza...
2018-10-15 Craig Topper[X86] Add 128 MOVDDUP to the constant pool printing...
2018-10-15 Craig Topper[X86] Autogenerate complete checks. NFC
2018-10-14 Simon Pilgrim[InstCombine] Add PR27343 test cases
2018-10-14 Ayal Zaks[LV] Fix comments reported when not vectorizing single...
2018-10-14 Sid Manning[Hexagon] Update tests account for non-hardcoded linker...
2018-10-14 Simon Pilgrim[X86][AVX] Enable lowerVectorShuffleAsLanePermuteAndPer...
2018-10-14 Jonathan Metzman[libfuzzer][Windows] Silence linker warning in unittest
2018-10-14 Simon Pilgrim[ARM] Regenerate cttz tests
2018-10-14 Lang Hames[ORC] Remove XXLayer::add methods that default to using...
2018-10-14 Simon Pilgrim[LegalizeDAG] Don't bother with final MUL+SRL stage...
2018-10-14 Sanjay Patel[InstCombine] combine a shuffle and an extract subvecto...
2018-10-14 Dorit Nuzmanrecommit 344472 after fixing build failure on ARM and...
2018-10-14 Vadim ChugunovFix double import of _lldb module.
2018-10-14 Dorit Nuzmanrevert 344472 due to failures.
2018-10-14 Dorit Nuzman[IAI,LV] Add support for vectorizing predicated strided...
2018-10-14 Craig Topper[X86] Fix bad indentation. NFC
2018-10-14 Craig Topper[X86] Type legalize v2f32 stores by widening to v4f32...
2018-10-13 Hans WennborgTry harder to fix test/Driver/cl-showfilenames.c
2018-10-13 Benjamin KramerMove some helpers from the global namespace into anonym...
2018-10-13 Lang Hames[ORC] During lookup, do not match against hidden symbol...
2018-10-13 Simon Pilgrim[AARCH64] Regenerate popcnt tests
2018-10-13 Simon Pilgrim[ARM] Regenerate popcnt tests
2018-10-13 Enrico Steffinlongo[analyzer] Improved cmake configuration for Z3
2018-10-13 Enrico Steffinlongo[analyzer] Small SMT API improvement
2018-10-13 Hans WennborgRe-commit r344234 "clang-cl: Add /showFilenames option...
2018-10-13 Simon PilgrimPull out repeated variables from SelectionDAGLegalize...
2018-10-13 Craig Topper[LegalizeTypes] Prevent an assertion from PromoteIntRes...
2018-10-13 Thomas Lively[WebAssembly][NFC] Fix signed/unsigned comparison warning
next