platform/upstream/llvm.git
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
2017-07-15 Nuno Lopes[docs] AliasAnalysis: clarify that PartialAlias doesn...
2017-07-15 Tobias Grosser[Polly] Use Isl c++ for InvalidDomainMap
2017-07-15 Chandler Carruth[PM/LCG] Teach the LazyCallGraph to maintain reference...
2017-07-15 Simon Atanasyan[mips] Handle the `long-calls` feature flags in the...
2017-07-15 NAKAMURA TakumiSystemZCodeGen: Update libdeps. r308024 introduced...
2017-07-15 NAKAMURA TakumiClangApplyReplacementsTests: Add clangBasic in libdeps.
2017-07-15 NAKAMURA Takumiclang/test/FixIt/format.m: Tweak for i686, where ssize_...
2017-07-15 Yonghong Songbpf: fix a compilation bug due to unused variable for...
2017-07-15 Matt ArsenaultAMDGPU: Return correct type during argument lowering
2017-07-15 Dinar Temirbulatov[SLPVectorizer] Add an extra parameter to tryScheduleBu...
2017-07-15 Yonghong Songbpf: generate better lowering code for certain select...
2017-07-15 Teresa JohnsonRequire asserts in new test that uses debug flag
2017-07-15 Teresa Johnson[ThinLTO] Ensure we always select the same function...
2017-07-15 Richard Trieu[ODRHash] Revert r307743 which reverted r307720
2017-07-15 Haicheng Wu[TTI] Refine the cost of EXT in getUserCost()
2017-07-15 Kostya Serebryany[libFuzzer] remove stale code
2017-07-15 Jakub Kuderski[Dominators] Fix reachable visitation and reenable...
2017-07-15 Alexander Shaposhnikov[clang] Fix format test
2017-07-15 George Karpenkov[compiler-rt] [CMake] Build compiler-rt with no optimiz...
2017-07-15 Matthias BraunTry to fix modules build
2017-07-14 Jakub Kuderski[Dominators] Temporarily disable a flaky unit test
2017-07-14 Justin Bogner[libFuzzer] Allow non-fuzzer args after -ignore_remaini...
2017-07-14 Adrian PrantlAdd missing space to comment
2017-07-14 Alexander Shaposhnikov[clang] Fix handling of "%zd" format specifier
2017-07-14 Rafael EspindolaAvoid using OutputSections::Sections.
2017-07-14 Jakub Kuderski[Dominators] Remove an extra semicolon and add a missin...
2017-07-14 Alex Shlyapnikov[Sanitizers] ASan and LSan allocator set errno on failure.
2017-07-14 Alex Shlyapnikov[Sanitizers] LSan allocator set errno on failure.
2017-07-14 Jakub Kuderski[Dominators] Implement incremental deletions
2017-07-14 Kostya Serebryany[libFuzzer] fix stats during merge
2017-07-14 Yi Kong[AArch64] Avoid selecting XZR inline ASM memory operand
2017-07-14 Geoff Berry[AArch64][Falkor] Avoid HW prefetcher tag collisions...
2017-07-14 Jakub Kuderski[Dominators] Add a missing include
2017-07-14 Rafael EspindolaPass OutputSectionCommand to getOSThunkSec. NFC.
2017-07-14 Rafael EspindolaPass OutputSectionCommand to forEachExecInputSection...
2017-07-14 Davide Italiano[AMDGPU] Throw away more dead code. NFCI.
2017-07-14 Jakub Kuderski[Dominators] Implement incremental insertions
2017-07-14 Alex Shlyapnikov[Sanitizers] Scudo allocator set errno on failure.
2017-07-14 Dimitry AndricFix mixed line terminators. NFC.
2017-07-14 Geoff Berry[EarlyCSE] Handle calls with no MemorySSA info.
2017-07-14 Haicheng Wu[JumpThreading] Add a pattern to TryToUnfoldSelectInCur...
2017-07-14 Krzysztof Parzyszek[Hexagon] Replace ISD opcode VPACK with VPACKE/VPACKO...
2017-07-14 Nico WeberFix flag names in @available docs.
2017-07-14 Davide Italiano[AMDGPU] Garbage collect dead code. NFCI.
2017-07-14 Nico WeberFix link in docs.
2017-07-14 Kostya Serebryanydo more processing in clang-fuzzer (use EmitAssemblyAction)
2017-07-14 Nico WeberAdd documentation for @available
2017-07-14 Sterling AugustinePrevent ClangTools from generating dependency files.
2017-07-14 Craig Topper[TableGen][MC] Fix a few places where we didn't hide...
2017-07-14 Jakub Kuderski[Dominators] Update Clang's DominatorTree to use the...
2017-07-14 Jakub Kuderski[Dominators] Make IsPostDominator a template parameter
2017-07-14 Alfred Huang[AMDGPU] Do not insert an instruction into worklist...
2017-07-14 Aaron BallmanUnconditionally use .init_array instead of .ctors on...
2017-07-14 Alexander Shaposhnikov[clang] Add getSignedSizeType method
2017-07-14 Jakub Kuderski[Dominators] Simplify block and node printing
2017-07-14 Krzysztof Parzyszek[Hexagon] Add intrinsics for data cache operations
2017-07-14 George Rimar[ELF] - Update testcases after LLVM update. (D35351)
2017-07-14 George Rimar[llvm-readobj] - Teach readobj to print DT_FILTER dynam...
2017-07-14 Krzysztof Parzyszek[Hexagon] Add intrinsics for data cache operations
2017-07-14 Sanjay Patel[InstCombine] convert bitwise (in)equality checks to...
2017-07-14 Simon DardisRevert "Reland "[mips][mt][6/7] Add support for mftr...
2017-07-14 Sanjay Patel[InstCombine] add tests for PR32401; NFC
2017-07-14 Jonas Paulsson[SystemZ] Minor fixing in SystemZScheduleZ196.td
2017-07-14 Sanjay Patel[InstCombine] auto-generate complete test checks; NFC
2017-07-14 Nirav DaveImprove Aliasing of operations to static alloca
2017-07-14 Jonas Paulsson[SystemZ] Enable LoopDataPrefetch pass.
2017-07-14 Simon DardisReland "[mips][mt][6/7] Add support for mftr, mttr...
2017-07-14 Gabor Horvath[clang-tidy] Minor documentation fix. NFC.
2017-07-14 Gabor Horvath[clang-tidy] Add bugprone-undefined-memory-manipulation...
2017-07-14 Gabor Horvath[clang-tidy] Add bugprone-suspicious-memset-usage check
2017-07-14 Dmitry Vyukovtsan: optimize sync clock memory consumption
2017-07-14 Zoran JovanovicReverting commit 308011.
2017-07-14 Ilya Biryukov[index] Added a method indexTopLevelDecls to run indexi...
2017-07-14 Alexander Kornienko[Clang-Tidy] Preserve Message, FileOffset, FilePath...
next