platform/upstream/llvm.git
2018-02-12 Martin Storsjo[GlobalMerge] Allow merging of dllexported variables
2018-02-12 Adrian PrantlFix the syntax highlighting of strings in dwarfdump.
2018-02-12 Adrian PrantlFactor out common condition into an easier to understan...
2018-02-12 Michael Kruse[ScopBuilder] scalar-indep: Fix mutually referencing...
2018-02-12 Vedant KumarMove the debuginfo-dce-or test into debuginfo-variables...
2018-02-12 Volodymyr SapsaiRevert "[ThinLTO] Add GraphTraits for FunctionSummaries"
2018-02-12 Volodymyr SapsaiRevert "Follow on to rL324854 (Added tests)" as part...
2018-02-12 Jim InghamRemove the pubnames support from the Xcode project.
2018-02-12 Scott Linder[DebugInfo] Update Checksum handling in CGDebugInfo
2018-02-12 Scott Linder[DebugInfo] Unify ChecksumKind and Checksum value in...
2018-02-12 Sanjay Patel[InstCombine] X / (X * Y) --> 1.0 / Y
2018-02-12 Sanjay Patel[InstCombine] add tests for missing fdiv fold; NFC
2018-02-12 Adrian McCarthyRemove dead code for handling DWARF pubnames
2018-02-12 Sanjay Patel[InstCombine] regenerate checks; NFC
2018-02-12 Marshall ClowImplement LWG 2835 - fix <tgmath.h>
2018-02-12 Sanjay Patel[InstCombine] various clean-ups for div transforms...
2018-02-12 Davide Italiano[testsuite] Reintroduce test to check leaking.
2018-02-12 Adrian PrantlAdd a unit test for Driver::getDefaultModuleCachePath().
2018-02-12 Jun Bum Lim[LICM] update BlockColors after splitting predecessors
2018-02-12 Erich KeaneFurther cleanup to Driver mode code, as suggested by...
2018-02-12 Fangrui Song[libclang] Add `CXSymbolRole role` to CXIdxEntityRefInfo
2018-02-12 Reid Kleckner[Sema] Don't mark plain MS enums as fixed
2018-02-12 Abderrazek... [AArch64] Fixes for ARMv8.2-A FP16 scalar intrinsic...
2018-02-12 Marshall ClowImplement LWG#2908 - The less-than operator for shared...
2018-02-12 Simon Pilgrim[X86] Add missing scheduling class tag for i64 absolute...
2018-02-12 Erich KeaneUpdate target-note-test to be current with the AMDGPU...
2018-02-12 Oliver Stannard[AArch64] Improve v8.1-A code-gen for atomic load-and
2018-02-12 Erich KeaneMake attribute-target on a Definition-after-use update...
2018-02-12 Kostya Kortchinsky[sanitizer] Size class map & local cache improvements
2018-02-12 Simon Pilgrim[X86][AVX512] Add missing scheduling class tag for...
2018-02-12 Gheorghe-Teodor... [OpenMP][libomptarget] Enable the compilation of multip...
2018-02-12 Evandro Menezes[AArch64] Refactor identification of SIMD immediates
2018-02-12 Erich KeaneAdd Invalid-note test negllected in R324673,324674...
2018-02-12 Simon Pilgrim[X86][AVX512] Add missing scheduling class tag for...
2018-02-12 Momchil VelikovRe-commit r324490: [DebugInfo] Improvements to represen...
2018-02-12 Momchil VelikovRe-commit r324489: [DebugInfo] Improvements to represen...
2018-02-12 Simon Pilgrim[X86] Tag CET-IBT instruction scheduler classes
2018-02-12 Simon Pilgrim[X86][MMX] Add missing scheduling class tag for EMMS...
2018-02-12 Krasimir Georgiev[clang-format] Fix comment indentation in text protos
2018-02-12 Marshall ClowWhile implementing P0777 - preventing unnecessary decay...
2018-02-12 Krzysztof Parzyszek[NFC] Fix comment of class InstrStage
2018-02-12 Alexey Bataev[SLP] Take user instructions cost into consideration...
2018-02-12 Oliver Stannard[AArch64] Improve v8.1-A code-gen for atomic load-subtract
2018-02-12 Sanjay Patel[InstCombine] various clean-ups for commonIDivTransform...
2018-02-12 Aaron BallmanAllow the NS, CF, and ObjC attributes to be used with...
2018-02-12 Nicholas WilsonTest commit: reformat comment
2018-02-12 Ilya Biryukov[clangd] Log all ignored diagnostics.
2018-02-12 Hans WennborgRevert r324835 "[X86] Reduce Store Forward Block issues...
2018-02-12 Haojian Wu[clang-move] Fix the incorrect expansion end location.
2018-02-12 Simon Atanasyan[mips] Fix 'l' constraint handling for types smaller...
2018-02-12 Filipe CabecinhasASan+operator new[]: Add an option for more thorough...
2018-02-12 Ilya Biryukov[clangd] Remove codeComplete that returns std::future<>
2018-02-12 Simon Atanasyan[mips] Revert rL324869
2018-02-12 Florian Hahn[LoopInterchange] Simplify splitInnerLoopHeader logic...
2018-02-12 David Green[CodeGen] Add a -trap-unreachable option for debugging
2018-02-12 Jonas Hahnfeld[libomptarget] Fix detection of CUDA stubs library
2018-02-12 Jonas Hahnfeld[CUDA] Add option to generate relocatable device code
2018-02-12 Jonas Hahnfeld[CUDA] Fix test cuda-external-tools.cu
2018-02-12 Sam McCall[gtest] Support raw_ostream printing functions more...
2018-02-12 Pavel LabathSkip TestTargetXMLArch on non-darwin OSs
2018-02-12 Simon Atanasyan[mips] Fix 'l' constraint handling for types smaller...
2018-02-12 Gerolf Hoflehner[MC] Issue error message when data region is not terminated
2018-02-12 Max Kazantsev[NFC] Fix typos
2018-02-12 Max Kazantsev[SCEV] Make getPostIncExpr guaranteed to return AddRec
2018-02-12 Craig Topper[X86] Don't look for TEST instruction shrinking opportu...
2018-02-12 Craig Topper[X86] Remove check for X86ISD::AND with no flag users...
2018-02-12 Craig Topper[X86] Change some compare patterns to use loadi8/loadi1...
2018-02-12 Craig Topper[X86] Autogenerate complete checks. NFC
2018-02-12 Craig Topper[X86] Add KADD X86ISD opcode instead of reusing ISD...
2018-02-12 Craig Topper[X86] Allow zextload/extload i1->i8 to be folded into...
2018-02-12 Charles SaternosFollow on to rL324854 (Added tests)
2018-02-11 Craig Topper[X86] Remove MASK_BINOP intrinsic type. NFC
2018-02-11 Craig Topper[X86] Remove dead code from getMaskNode that looked...
2018-02-11 Craig Topper[X86] Remove LowerBoolVSETCC_AVX512, we get this with...
2018-02-11 Dimitry AndricAdd default C++ ABI libname and include paths for FreeBSD
2018-02-11 Charles Saternos[ThinLTO] Add GraphTraits for FunctionSummaries
2018-02-11 Eric FiselierFix libcxx MSVC C++17 redefinition of 'align_val_t'
2018-02-11 Eric FiselierMark two issues as complete
2018-02-11 Marshall ClowFix a typo in the synopsis comment. NFC. Thanks to...
2018-02-11 Brock Wyma[CodeView] Allow variable names to be as long as the...
2018-02-11 Kuba MracekRevert r324847, there's bot failures.
2018-02-11 Kuba Mracek[sanitizer] Implement NanoTime() on Darwin
2018-02-11 Kuba Mracek[compiler-rt] Replace forkpty with posix_spawn
2018-02-11 Craig Topper[X86] Update some required-vector-width.ll test cases...
2018-02-11 Simon Pilgrim[X86][SSE] Use SplitBinaryOpsAndApply to recognise...
2018-02-11 Sanjay Patel[InstCombine] X / (X * Y) -> 1 / Y if the multiplicatio...
2018-02-11 Craig Topper[X86] Use min/max for vector ult/ugt compares if avoids...
2018-02-11 Simon Pilgrim[X86][SSE] Moved SplitBinaryOpsAndApply earlier so...
2018-02-11 Sanjay Patel[InstCombine] add tests for div-mul folds; NFC
2018-02-11 Sanjay Patel[TargetLowering] try to create -1 constant operand...
2018-02-11 Simon Pilgrim[X86] Add PR33747 test case
2018-02-11 Simon Pilgrim[X86][SSE] Enable SMIN/SMAX/UMIN/UMAX custom lowering...
2018-02-11 Lama Sabafix test/CodeGen/X86/fixup-sfb.ll test failure after...
2018-02-11 Lama Saba[X86] Reduce Store Forward Block issues in HW
2018-02-11 Craig Topper[X86] Don't make 512-bit vectors legal when preferred...
2018-02-11 Craig Topper[X86] Remove setOperationAction lines for promoting...
2018-02-11 Craig Topper[SelectionDAG] Remove TargetLowering::getConstTrueVal...
2018-02-11 Craig Topper[X86] Remove some redundant qualifications from the...
2018-02-11 Galina KistanovaFixed extra ‘;’ warning
2018-02-10 Simon Pilgrim[X86][SSE] Add SMIN/SMAX combine test
next