platform/upstream/llvm.git
2017-04-19 Matt ArsenaultAMDGPU: Custom lower illegal small select types
2017-04-19 Dehao ChenCode style change as suggested in https://reviews.llvm...
2017-04-19 Eli Friedman[ARM] Remove redundant computeKnownBits helper.
2017-04-19 Aditya Nandakumar[GISEL]: Move getConstantVReg to Utils
2017-04-19 Simon Pilgrim[InstCombine] Add frem constant folding test (PR32177)
2017-04-19 Eli Friedman[ARM] Use TableGen patterns to select vtbl. NFC.
2017-04-19 Alex ShlyapnikovTurn symbolization on for ASan unit test.
2017-04-19 Craig Topper[APInt] Use SignExtend64 instead of reinventing it...
2017-04-19 Eli Friedman[SCEV] Make SCEV or modeling more aggressive.
2017-04-19 Kostya Serebryany[sanitizer-coverage] remove run-time support for the...
2017-04-19 Kostya Serebryany[sanitizer-coverage] deprecate -fsanitize-coverage...
2017-04-19 Shoaib Meenai[libc++] Use _LIBCPP_ABI_MICROSOFT instead of _MSC_VER
2017-04-19 Dehao ChenUsing address range map to speedup finding inline stack...
2017-04-19 David BlaikieParse backend options during thinlto backend compile...
2017-04-19 Dehao ChenUpdate the madd.ll test with utils/update_llc_test_chec...
2017-04-19 Kostya Serebryany[sanitizer-coverage] deprecate some of the stale covera...
2017-04-19 Dehao ChenPR32710: Disable using PMADDWD for unsigned short.
2017-04-19 Matt ArsenaultAMDGPU: Don't emit amd_kernel_code_t for callable functions
2017-04-19 Aditya Nandakumar[tblgen] GCC/MS builtin to target intrisics map.
2017-04-19 Artem Tamazov[AMDGPU][mc][tests][NFC] Update bulk ISA tests for...
2017-04-19 Jim InghamAdd CopyDiagnostic to the DiagnosticManager.
2017-04-19 Matt ArsenaultStructurizeCFG: Directly invert cmp instructions
2017-04-19 Sanjoy Das[GVN] Don't coerce non-integral pointers to integers...
2017-04-19 Davide Italiano[Utility/StringLexer] Remove dead code.
2017-04-19 Richard SmithUpdate comment to match r300252.
2017-04-19 David GrossTeach RenderScriptRuntime about changed context represe...
2017-04-19 Tim NorthoverARM: TLS calling convention doesn't preserve r9 or...
2017-04-19 Sanjay Patel[DAG] add splat vector support for 'and' in SimplifyDem...
2017-04-19 Peter CollingbourneIR: Remove some comments that are documenting the obvio...
2017-04-19 Vedant Kumar[Coverage] Don't emit mappings for functions in depende...
2017-04-19 Akira Hatanaka[Sema][ObjC] Disallow jumping into ObjC fast enumeratio...
2017-04-19 Benjamin Kramer[MathExtras] Fix undefined behavior (shift by bit width)
2017-04-19 Matt ArsenaultAMDGPU: Don't align callable functions to 256
2017-04-19 Matt ArsenaultAMDGPU: Change DivergenceAnalysis for function arguments
2017-04-19 Reid KlecknerPrefer addAttr(Attribute::AttrKind) over the AttributeL...
2017-04-19 Davide Italiano[InstCombine] Reduce visitLoadInst() code duplication...
2017-04-19 Keith WyssSkip tests that use 'llvm_xray' for standalone builds.
2017-04-19 Craig Topper[APInt] Move the 'return *this' from the slow cases...
2017-04-19 Sanjay Patel[InstSimplify] fold identity shuffles (recursing if...
2017-04-19 Sanjay Pateluse 'auto' with 'dyn_cast' and fix formatting; NFC
2017-04-19 Alex LorenzAdd #pragma clang attribute support to the external_sou...
2017-04-19 Zachary TurnerAdd an #include for <climits> for CHAR_BIT.
2017-04-19 Zachary Turner[Support] Add some helpers to generate bitmasks.
2017-04-19 Zachary TurnerRemove eol-style:native from MathExtras.h
2017-04-19 Dehao ChenRevert r300697 which causes buildbot failure.
2017-04-19 Krzysztof Parzyszek[Hexagon] Generate proper offset in opt-addr-mode
2017-04-19 Krzysztof Parzyszek[Hexagon] Remove RDefMap, use Liveness:getNearestAliase...
2017-04-19 Krzysztof Parzyszek[RDF] Switch NodeList to SmallVector from std::vector
2017-04-19 Krzysztof Parzyszek[RDF] Use faster version of findBlock
2017-04-19 Gabor HorvathRemove unnecessary condition as suggested by clang...
2017-04-19 Krzysztof Parzyszek[RDF] Cache register units for reg masks instead of...
2017-04-19 Krzysztof Parzyszek[Hexagon] Cache reached blocks in bit tracker instead...
2017-04-19 Sanjay Patel[PowerPC] add test and auto-generate checks; NFC
2017-04-19 Gabor Horvath[clang-tidy] misc-misplaced-widening-cast: Disable...
2017-04-19 Sanjay Patel[ARM] add test and auto-generate checks; NFC
2017-04-19 Dehao ChenUsing address range map to speedup finding inline stack...
2017-04-19 Davide Italiano[InstSimplify] Deduce correct type for vector GEP.
2017-04-19 Nico WeberLet ubsan search UBSAN_SYMBOLIZER_PATH for llvm-symbolizer
2017-04-19 Francis RicciImplement function to get registers from suspended...
2017-04-19 Francis RicciMove valid caller-pc checks out of platform-specific...
2017-04-19 Jonas Hahnfeld[Driver] Unify linking of OpenMP runtime. NFCI.
2017-04-19 Nirav Dave[DAG] Loop over remaining candidates on successful...
2017-04-19 Peter Smith[ELF] Always use Script::assignAddresses()
2017-04-19 Roger Ferrer... Avoid assert when a non-static member function is quali...
2017-04-19 Rui UeyamaWrite multiple REQUIRES in one line.
2017-04-19 Dylan McKay[AVR] Remove the 'multibyte' asm test
2017-04-19 Simon PilgrimRegenerate test. NFCI.
2017-04-19 Dylan McKay[AVR] Fix the test suite
2017-04-19 Rui UeyamaFix buildbot failure.
2017-04-19 Rui UeyamaRename a test file so that it matches with the option...
2017-04-19 Igor Breger[GlobalIsel][X86] support G_TRUNC selection.
2017-04-19 Rui UeyamaRemove a redundant test.
2017-04-19 Rui UeyamaUpdate comment.
2017-04-19 Rui UeyamaRename CompressedHeader ZDebugHeader.
2017-04-19 Rui UeyamaSimplify createHeader and inline it.
2017-04-19 Rui UeyamaFallthrough to reduce code a bit. NFC.
2017-04-19 Simon Pilgrim[X86] Add D32039/PR31357 tests to show current BSWAP...
2017-04-19 Simon Pilgrim[X86][SSE] Add scheduling latency/throughput tests...
2017-04-19 Pavel LabathFix TestRegisterVariables for clang/arm
2017-04-19 Pavel LabathRevert yesterdays IPv6 patches
2017-04-19 Renato GolinRevert "ARMFrameLowering: Reserve emergency spill slot...
2017-04-19 Alex LorenzAdd support for editor placeholders to Clang
2017-04-19 Igor Breger[GlobalISel][X86] Split select tests. NFC.
2017-04-19 Diana Picus[ARM] GlobalISel: Add support for G_MUL
2017-04-19 Kristof Beyls[GlobalISel] Support vector-of-pointers in LLT
2017-04-19 Kristof Beyls[GlobalISel] Remove non-determinism from IRTranslator.
2017-04-19 Chandler CarruthRevert r300657 due to crashes in stage2 of bootstraps:
2017-04-19 Daniel Jasperclang-format: Properly match parens of macro parameter...
2017-04-19 Dean Michael... [XRay][compiler-rt] Fix up CFI annotations and stack...
2017-04-19 Chandler CarruthRevert r300653 and r300650. The underlying commit fixes...
2017-04-19 Craig Topper[CodeGen] Use APInt::lshrInPlace instead of APInt:...
2017-04-19 Xin Tong[JumpThread] We want to fold (not thread) when all...
2017-04-19 Tim ShenCleanup some GraphTraits iteration code
2017-04-19 Serge PavlovARM: Use methods to access data stored with frame instr...
2017-04-19 Chris Bieneman[CMake] Add configure check for sys/event.h
2017-04-19 Richard SmithFix member function call with null 'this' pointer.
2017-04-19 Eric FiselierFix tests for extended noexcept in the container adapto...
2017-04-19 Reid KlecknerRemove buggy 'addAttributes(unsigned, AttrBuilder)...
2017-04-19 Richard Smith[modules] Properly look up the owning module for an...
2017-04-19 Eric FiselierCleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in...
next