platform/upstream/llvm.git
2017-04-19 Craig Topper[APInt] Use ugt(uint64_t) for the compare in getLimited...
2017-04-19 Reid Kleckner[DAE] Simplify attribute list creation, NFC
2017-04-19 Kuba MracekRevert r300789: There are Windows bot failures.
2017-04-19 Adrian PrantlFix bug that caused DwarfExpression to drop DW_OP_deref...
2017-04-19 Adrian PrantlRevert "Fix bug that caused DwarfExpression to drop...
2017-04-19 Kannan NarayananRevert earlier change. ds permute operations affect...
2017-04-19 Adrian PrantlFix bug that caused DwarfExpression to drop DW_OP_deref...
2017-04-19 Kuba Mracek[libFuzzer] Always build libFuzzer
2017-04-19 Eric Fiselierchange what branches Appveyor builds
2017-04-19 Reid Kleckner[GlobalOpt] Simplify attribute code stripping nest...
2017-04-19 Eric FiselierAdd appveyor.yml config for a future Windows bot.
2017-04-19 Jim InghamFix !N and !-N commands and add a test case.
2017-04-19 Reid KlecknerSimplify test for sret attribute in instcombine
2017-04-19 Galina KistanovaTemporarily revert r299221 to fix nondeterminism in...
2017-04-19 Philip ReamesRefresh the statepoint docs a bit
2017-04-19 Matthias BraunX86FrameLowering: Fix getFrameIndexReference() for...
2017-04-19 Kostya Serebryany[sanitizer-coverage] remove more unused code
2017-04-19 Eugene Zelenko[Object] Fix some Clang-tidy modernize and Include...
2017-04-19 Kostya Serebryany[sanitizer-coverage] remove some more stale code
2017-04-19 Evgeniy StepanovRemove two unused variables (-Werror).
2017-04-19 Kostya Serebryany[sanitizer-coverage] trim down the docs
2017-04-19 Kostya Serebryany[sanitizer-coverage] remove run-time support for -fsani...
2017-04-19 Craig Topper[APInt] Cast more calls to add/sub/mul overflow functio...
2017-04-19 Sanjay Patel[DAG] add splat vector support for 'or' in SimplifyDema...
2017-04-19 Eric FiselierFix typo in Windows test configuration code
2017-04-19 Kostya Serebryany[sanitizer-coverage] remove stale code
2017-04-19 Kostya Serebryany[libFuzzer] remove -output_csv option. It duplicates...
2017-04-19 Kostya Serebryany[sanitizer-coverage] deprecate -fsanitize-coverage...
2017-04-19 Kostya Serebryany[sanitizer-coverage] remove run-time support for -fsani...
2017-04-19 Francis RicciFixup style from r300760
2017-04-19 Erich KeaneCorrrect warn_unused_result attribute
2017-04-19 Sanjay Patel[DAG] add splat vector support for 'xor' in SimplifyDem...
2017-04-19 Richard SmithFix assertion failure in codegen on non-template deduct...
2017-04-19 Matthias BraunARMFrameLowering: Reserve emergency spill slot for...
2017-04-19 Francis RicciMake sure to scan mmap'd memory regions for root pointe...
2017-04-19 Francis RicciImplement StopTheWorld for Darwin
2017-04-19 Craig Topper[APInt] Cast calls to add/sub/mul overflow methods...
2017-04-19 Simon Pilgrim[InstCombine] Add frem constant folding test (PR3316)
2017-04-19 Craig Topper[CodeGen] Use preincrement version of APInt::operator...
2017-04-19 Kostya SerebryanyFix a leak in tools/driver/cc1as_main.cpp
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...
next