platform/upstream/llvm.git
2017-11-02 Shoaib Meenai[clang-tidy] Clean up installation rules
2017-11-02 Eric ChristopherRevert "Remove some of the go specific C bindings for...
2017-11-02 Steven Wu[X86] Fix fast-isel-int-float-conversion test
2017-11-02 Eric ChristopherFix for go bindings header to match previous commit.
2017-11-02 Eric ChristopherRemove some of the go specific C bindings for debug...
2017-11-02 Shoaib Meenai[clang-rename] Use add_clang_tool
2017-11-02 Shoaib Meenai[clang-reorder-fields] Switch to add_clang_tool
2017-11-02 Shoaib Meenai[cmake] Switch FATAL_ERROR to SEND_ERROR
2017-11-02 Richard SmithPR33746: Store the 'inline'ness of a static data member...
2017-11-02 Saleem AbdulrasoolCodeGen: simplify EH personality selection (NFC)
2017-11-01 Davide Italiano[Core] Comparison for unsigned >= 0 is redundant. NFCI.
2017-11-01 Davide Italiano[XML] Simplify lambda removing unused capture. NFCI.
2017-11-01 Davide Italiano[Interpreter] Remove unused variable usage. NFCI.
2017-11-01 Dan AlbertRevert "[libc++] Don't alias quick_exit if __ANDROID_AP...
2017-11-01 Mitch PhillipsUpdate cl::opt<uint64_t> instances to cl::opt<unsigned...
2017-11-01 Richard SmithFix missing -Wregister warning when 'register' is appli...
2017-11-01 Jake Ehrlich[yaml2obj][ELF] Add support for setting alignment in...
2017-11-01 Adrian Prantlloop-unroll: teach remapInstruction to update dbg.value...
2017-11-01 Eugene Zelenko[ASTMatchers] Fix some Clang-tidy modernize and Include...
2017-11-01 Petar JovanovicRevert "Correct dwarf unwind information in function...
2017-11-01 whitequark[LLVM-C] Expose functions to create debug locations...
2017-11-01 Craig Topper[X86] Use foreach in X86.td to combine some of the...
2017-11-01 Craig Topper[X86] Add CMOV feature to 'i686' processor, making...
2017-11-01 Daniel Sanders[globalisel][regbank] Warn about MIR ambiguities when...
2017-11-01 Pavel Labathdotest: consistently call finalize_build_dictionary...
2017-11-01 Jason Molendaadd LibCxxTuple.cpp, LibCxxQueue.cpp to xcode project...
2017-11-01 Simon Pilgrim[X86][SSE] Add PACKUS support to LowerTruncate
2017-11-01 Rui UeyamaRewrite FileOutputBuffer as two separate classes.
2017-11-01 Dan Albert[libunwind] Don't use dl_iterate_phdr if __ANDROID_API_...
2017-11-01 Dan Albert[libc++] Don't alias quick_exit if __ANDROID_API__...
2017-11-01 Eugene Zelenko[dsymutil, llvm-objcopy] Fix some Clang-tidy modernize...
2017-11-01 Craig Topper[X86] Add custom code to EVEX to VEX pass to turn unmas...
2017-11-01 Adrian Prantlloop-rotate: avoid duplicating dbg.value intrinsics...
2017-11-01 Adrian Prantlloop-rotate: eliminate duplicate debug intrinsics after...
2017-11-01 Vitaly Buka[fuzzer] Script to detect unbalanced allocation in...
2017-11-01 Dehao ChenInclude GUIDs from the same module when computing GUIDs...
2017-11-01 Daniel Sanders[globalisel][tablegen] Add support for multi-insn emission
2017-11-01 Philip ReamesRevert 317016 and 317048
2017-11-01 Jonathan Peyton[OpenMP] Fix race condition in omp_init_lock
2017-11-01 Konstantin... AMDGPU: Fix set but not used warnings related to AMDGPUAS
2017-11-01 Krasimir Georgiev[clang-format] Make parseUnaryOperator non-recursive...
2017-11-01 Craig Topper[X86] Prevent fast isel from folding loads into the...
2017-11-01 Graham YiuAdds code to PPC ISEL lowering to recognize half-word...
2017-11-01 Adrian PrantlRevert r317105 to investigate bot breakage.
2017-11-01 Adrian PrantlRevert r317106 to facilitate reverting r317105.
2017-11-01 Peter CollingbourneLTO: Apply global DCE to ThinLTO modules at LTO opt...
2017-11-01 Craig Topper[X86] Regnerate test to attempt to fix build bot failure.
2017-11-01 Adrian Prantlloop-rotate: avoid duplicating dbg.value intrinsics...
2017-11-01 Adrian Prantlloop-rotate: eliminate duplicate debug intrinsics after...
2017-11-01 Jonas Devlieghere[dsymutil][NFC} Rename thread related command line...
2017-11-01 Kostya Kortchinsky[scudo] Fix standlone build -lrt requirement
2017-11-01 Craig Topper[X86] Add 64-bit int to float/double conversion with...
2017-11-01 Andrew V. TischenkoUpdate VCVTx, VMOVNTPx and VROUNDYPx instructions sched...
2017-11-01 Petar JovanovicCorrect dwarf unwind information in function epilogue...
2017-11-01 Pavel LabathAdd data formatter for libc++ std::queue
2017-11-01 Simon Pilgrim[X86][SSE] Begun generalizing truncateVectorWithPACKSS...
2017-11-01 Kostya Kortchinsky[scudo] Implement stricter separation of C vs C++
2017-11-01 Simon PilgrimRegenerate PACKUS/TRUNCS test (PR31773)
2017-11-01 Pavel LabathAdd data formatter for libc++ std::tuple
2017-11-01 Geoff Berry[BranchProbabilityInfo] Handle irreducible loops.
2017-11-01 Pavel LabathRemove uint32_t assignment operator from Status
2017-11-01 Roger Ferrer... Revert r313618 "[ARM] Use ADDCARRY / SUBCARRY"
2017-11-01 NAKAMURA TakumiFix warnings discovered by rL317076. [-Wunused-private...
2017-11-01 NAKAMURA TakumiSuppress a warning discovered by rL317076. [-Wunused...
2017-11-01 NAKAMURA TakumiReformat.
2017-11-01 Max KazantsevRevert rL311205 "[IRCE] Fix buggy behavior in Clamp"
2017-11-01 Simon Pilgrim[SelectionDAG] computeKnownBits - use ashrInPlace on...
2017-11-01 Simon Pilgrim[X86][SSE] Truncate with PACKSS any input with sufficie...
2017-11-01 Joachim ProtzeUpdate implementation of OMPT to the specification...
2017-11-01 Florian Hahn[CodeExtractor] Fix iterator invalidation in findOrCrea...
2017-11-01 Simon PilgrimAdd LLVM_FALLTHROUGH to silence warning. NFCI.
2017-11-01 George Rimar[ELF] - Cleanup of processSectionCommands().
2017-11-01 Serguei KatkovFix APFloat mod sign
2017-11-01 George Rimar[ELF] - Teach LLD to report line numbers for data symbols.
2017-11-01 Craig Topper[X86] Add more type qualifiers to INSERT_SUBREG operati...
2017-11-01 NAKAMURA TakumiReformat.
2017-11-01 NAKAMURA TakumiRevert rL317019, "[ADT] Split optional to only include...
2017-11-01 Richard SmithFix -Wunused-private-field to fire regardless of which...
2017-11-01 NAKAMURA Takumiclang/lib/Format/Format.cpp: Fix warnings introduced...
2017-11-01 Marshall ClowMore statuses, a new patch, too
2017-11-01 Richard TrieuChange assertion to quick exit from checking function.
2017-11-01 Craig Topper[DAGCombiner] Fix typos in comments. NFC
2017-11-01 Vitaly Buka[fuzzer] Fix threaded stack printing
2017-11-01 George Karpenkov[analyzer] Removing unused stored field.
2017-11-01 Craig Topper[X86] Define i586 and pentium preprocessor defines...
2017-11-01 Rui UeyamaAdd --no-omagic and --no-print-gc-sections.
2017-11-01 Jason MolendaRemove Sean Callanan from the CODE_OWNERS, he won't...
2017-11-01 Richard Smith[c++17] Refine resolution of constructor / conversion...
2017-11-01 George Karpenkov[Analyzer] Use value storage for BodyFarm
2017-11-01 Marshall ClowUpdate the synopsis to match the P/R of 2945. No code...
2017-11-01 Alex Lorenz[refactor][extract] code extracted from inline method...
2017-11-01 Vitaly BukaRevert "[fuzzer] Fix threaded stack printing and nested...
2017-11-01 Mitch PhillipsAdd test dependency on llvm-cfi-verify to fix up the...
2017-11-01 Craig Topper[X86] Add AVX512 support to X86FastISel::fastMaterializ...
2017-11-01 Daniel Sanders[globalisel][tablegen] Stop hard-coding the emitted...
2017-11-01 Alex Lorenz[refactor][extract] prohibit extraction of ObjC propert...
2017-11-01 Jake EhrlichAdd system-linux to allow tests run with llvm-lit to...
2017-11-01 Alex Lorenz[refactor][selection] code ranges can be selected in...
2017-11-01 Wolfgang PiebMaking a couple of tests a bit more flexible wrt thunk...
2017-10-31 Benjamin KramerMake helper function static. NFC.
next