platform/upstream/llvm.git
2017-07-17 Faisal Vali[NFC] Update function call names as changed in MacroInf...
2017-07-17 Faisal Vali[NFC] Refactor the Preprocessor function that handles...
2017-07-17 Jonathan PeytonRemoved "duplicates" from verbose affinity output
2017-07-17 Peter Smith[ELF] Introduce target specific inBranchRange() function
2017-07-17 Siddharth Bhat [PPCGCodeGeneration] Generate invariant loads before...
2017-07-17 Krzysztof Parzyszek[Hexagon] Remove custom lowering of loads of v4i16
2017-07-17 Manuel KlimekFix dereference of pointers in throw statements.
2017-07-17 Nirav DaveAvoid store merge to f128 in context of noimpiccitfloat...
2017-07-17 Alexey Bataev[OPENMP] Fix reduction combiner test
2017-07-17 Alexey Bataev[OPENMP] Further fixes of the reduction codegen tests
2017-07-17 Alexander Kornienko[clang-tidy] Add modernize-use-bool-literals.IgnoreMacr...
2017-07-17 Simon Pilgrim[X86] Add LEA scheduling tests
2017-07-17 Sam Kolton[AMDGPU] CodeGen: check dst operand type to determine...
2017-07-17 Alexey Bataev[OPENMP] Further test fixes.
2017-07-17 Simon Pilgrim[X86][AVX512] Add lowering of vXi32/vXi64 ISD::ROTL...
2017-07-17 Alexey Bataev[OPENMP] Rework tests to pacify buildbots.
2017-07-17 Simon PilgrimFixed line endings. NFCI.
2017-07-17 Alexey Bataev[OPENMP] Codegen for reduction clauses in 'taskloop...
2017-07-17 Javed Absar[CodeGen] Add begin-end iterators to MachineInstr
2017-07-17 Alex Bradbury[YAMLTraits] Add filename support to yaml::Input
2017-07-17 Simon Pilgrim[X86][AVX] Fix typo in vector rotate tests
2017-07-17 George Rimar[ELF] - Stop listing version-script= form as ignored...
2017-07-17 Simon Pilgrim[X86][AVX512] Add constant splat vector rotate tests...
2017-07-17 Simon Pilgrim[X86][AVX512] Regenerate shift tests
2017-07-17 George Rimar[ELF] - Implement filter library support (-F / --filter)
2017-07-17 Simon PilgrimRemove unnecessary cast. NFCI.
2017-07-17 Andrey ChurbanovOpenMP RTL cleanup: eliminated warnings with -Wcast...
2017-07-17 Craig Topper[X86] Use MSVC's __cpuidex intrinsic instead of inline...
2017-07-17 NAKAMURA TakumiAnalysis/MemorySSA.cpp: Prune unused "llvm/Transforms...
2017-07-17 NAKAMURA TakumiIR/Core.cpp: Prune unused "llvm/Bitcode/BitcodeReader.h".
2017-07-17 NAKAMURA TakumiSupport/Path.cpp: Prune unused "llvm/BinaryFormat".
2017-07-17 Marshall ClowAdd case for c++2a to libc++ and test macros
2017-07-17 Faisal ValiRevert changes from my previous refactoring - will...
2017-07-17 Faisal Vali[NFC] Refactor the Preprocessor function that handles...
2017-07-17 Brad SmithEnable TLS support on OpenBSD.
2017-07-17 Brad SmithEnable TLS support on OpenBSD, but default to the emula...
2017-07-17 Mandeep Singh... [COFF, ARM64] Add initial relocation types
2017-07-16 Marshall ClowUpdate libc++ status pages with results of the Toronto...
2017-07-16 Tobias GrosserScopInfo: Remove not-in-DomainMap statements in separat...
2017-07-16 Dylan McKay[AVR] Add/remove XFAILs to get the backend passing...
2017-07-16 Andrew Zhogin[DAGCombiner] Recognise vector rotations with non-splat...
2017-07-16 Tobias GrosserFix typo in comment [NFC]
2017-07-16 Dylan McKay[AVR] Fix a typo in the tests
2017-07-16 Konstantin... AMDGPU: Fix amdgpu-flat-work-group-size/amdgpu-waves...
2017-07-16 Simon Pilgrim[X86][AVX512] Add 512-bit vector rotate tests
2017-07-16 Konstantin... AMDGPU: Remove duplicate print outs from .AMDGPU.csdata
2017-07-16 Davide Italiano[InstCombine] Don't violate dominance when replacing...
2017-07-16 Simon PilgrimStrip trailing whitespace. NFCI
2017-07-16 Amjad Aboud[X86] X86::CMOV to Branch heuristic based optimization.
2017-07-16 Jakub KuderskiApply explicit instantiation workaround to DominanceFro...
2017-07-16 Jakub Kuderski[Dominators] Workaround explicit instantiation bug.
2017-07-16 Yuka Takahashi[Bash-autocompletion] Add support for -W<warning> and...
2017-07-16 Simon Pilgrim[X86] Add F16C scheduling tests
2017-07-16 Simon Pilgrim[X86] Add POPCNT scheduling tests
2017-07-16 Simon Pilgrim[X86] Add BMI2 scheduling tests
2017-07-16 Simon Pilgrim[X86] Add BMI1 scheduling tests
2017-07-16 Tobias Grosser[Polly] Fix a typo [NFC]
2017-07-16 Simon Pilgrim[X86] Add LZCNT scheduling tests
2017-07-16 Simon Pilgrim[X86][SSE4A] Add EXTRQ/INSERTQ values to BTVER2 schedul...
2017-07-16 Simon Pilgrim[X86][AVX] Regenerate tests with constant broadcast...
2017-07-16 Simon Pilgrim[X86][AVX] Regenerate vector tzcnt tests with constant...
2017-07-16 Simon Pilgrim[X86][AVX] Regenerate vector idiv tests with constant...
2017-07-16 Simon Pilgrim[X86][AVX] Regenerate combine tests with constant broad...
2017-07-16 Hiroshi Inouefix typos in comments; NFC
2017-07-16 Hiroshi Inouefix typos in comments; NFC
2017-07-16 Craig Topper[InstSimplify] Use commutable matchers to simplify...
2017-07-16 Craig Topper[InstCombine] Move (0 - x) & 1 --> x & 1 to SimplifyDem...
2017-07-16 Vitaly Buka[asan] Disable not working new test on Windows
2017-07-16 Vitaly Buka[msan] Add missing include for fix test on Windows
2017-07-16 Vitaly Buka[tsan] Disable test with debug runtime
2017-07-16 Vitaly Buka[asan] Attempt to fix test in Windows after r308064
2017-07-16 Teresa JohnsonFix bot failures from r308114
2017-07-16 Faisal Vali[c++2a] Add option -std=c++2a to enable support for...
2017-07-16 Vitaly Buka[compiler-rt] Fix fix format specifies type in test
2017-07-16 Teresa JohnsonAttempt 2 to debug bot failures
2017-07-15 Teresa JohnsonAttempt to debug bot failures
2017-07-15 Teresa JohnsonRestore with fix "[ThinLTO] Ensure we always select...
2017-07-15 Tobias Grosser[ScopDetection] If a loop is not part of a scop, none...
2017-07-15 Craig Topper[IR] Implement Constant::isNegativeZeroValue/isZeroValu...
2017-07-15 Craig Topper[InstCombine] Improve the expansion in SimplifyUsingDis...
2017-07-15 Simon Pilgrim[X86][AVX] Regenerate tests with constant broadcast...
2017-07-15 Simon Pilgrim[X86][AVX] Regenerate tests with constant broadcast...
2017-07-15 Simon PilgrimStrip trailing whitespace. NFCI
2017-07-15 Reid Kleckner[CodeView] Dump BuildInfoSym and ProcSym type indices
2017-07-15 Reid KlecknerFix mis-use of std::lower_bound
2017-07-15 Sanjay Patel[InstCombine] improve (1 << x) & 1 --> zext(x == 0...
2017-07-15 Craig Topper[InstCombine] Add test cases for (X & (Y | ~X)) ->...
2017-07-15 Craig Topper[InstCombine] Move 4 test cases from a test that didn...
2017-07-15 Sanjay Patel[InstCombine] add tests for (1 << x) & 1 --> zext(x...
2017-07-15 Richard Smith[cxx_status] Fix typos.
2017-07-15 Chandler Carruth[wasm] Update two tests for r308025 which causes schedu...
2017-07-15 Richard Smith[cxx_status] Add approved Toronto WG21 motions.
2017-07-15 Sanjay Patel[InstCombine] allow (0 - x) & 1 --> x & 1 for vectors
2017-07-15 Marshall ClowUpdate issues moved in Toronto
2017-07-15 Sanjay Patel[InstCombine] remove dead code/tests; NFCI
2017-07-15 Chandler CarruthRevert r308078 (and subsequent tweak in r308079) which...
2017-07-15 Florian Hahn[LoopInterchange] Add some optimization remarks.
2017-07-15 Tobias Grosser[Polly] Translate Scop::DomainMap to islpp
2017-07-15 John McCallUse ARC parsing rules for ns_returns_retained in MRC...
2017-07-15 Yuka Takahashi[Bash-autocompletion] Fixed a bug on bash
next