platform/upstream/llvm.git
2017-11-26 Marshall ClowMore of P0600; marking allocation routines as [[nodiscard]]
2017-11-26 Jatin Bhateja[SCEV] NFC : Removing unnecessary check on outgoing...
2017-11-26 Marshall ClowFix copy/paste bug in test where we were putting a...
2017-11-25 Eric FiselierFix installation of cxxabi.h through libc++.
2017-11-25 Davide Italiano[MaximalStaticExpansion] Simplify this code a bit....
2017-11-25 David BlaikieRemove dead code
2017-11-25 Craig Topper[X86] Remove GCCBuiltin from intrinsics that are no...
2017-11-25 Craig Topper[X86] Use separate builtins for fma4 scalar intrinsics...
2017-11-25 Craig Topper[X86] Add separate intrinsics for scalar FMA4 instructions.
2017-11-25 Craig Topper[X86] Don't report gather is legal on Skylake CPUs...
2017-11-25 Craig Topper[SelectionDAG] Remove some dead code from vector scalaring
2017-11-25 Jan KratochvilDue to changes for DWZ I would need to update those...
2017-11-25 Kamil RytarowskiPlug dlerror() leak for swift_demangle
2017-11-25 Devin Coughlin[analyzer] Teach RetainCountChecker about CoreMedia...
2017-11-25 Sylvestre Ledrudoxygen: disable the html timestamp: this is breaking...
2017-11-25 Andrew V. TischenkoAdd BTVER2 sched support for SHLD/SHRD.
2017-11-25 Martin Probstclang-format: [JS] do not collapse short classes.
2017-11-25 Martin Probstclang-format: [JS] handle semis in generic types.
2017-11-25 Martin Probstclang-format: [JS] handle `for` as object label.
2017-11-25 Martin Probstclang-format: [JS] disable ASI on decorators.
2017-11-25 Alexander Kornienko[clang-tidy] Fix link error (llvm.org/PR35417).
2017-11-25 Alexander Kornienko[clang-tidy] Actually fix header guard handling in...
2017-11-25 Craig Topper[X86] Simplify some code in combineSetCC. NFCI
2017-11-25 Craig Topper[X86] Qualify some vector specific code with VT.isVecto...
2017-11-25 Craig Topper[X86] Support folding to andnps with SSE1 only.
2017-11-25 Craig Topper[X86] Add some early DAG combines to turn v4i32 AND...
2017-11-24 Craig TopperRecommit r318963 "[APInt] Don't print debug messages...
2017-11-24 Craig Topper[X86] Prevent using X * rsqrt(X) to approximate sqrt...
2017-11-24 Craig TopperRevert 318963 "[APInt] Don't print debug messages from...
2017-11-24 Craig Topper[APInt] Don't print debug messages from the APInt knuth...
2017-11-24 Rafael EspindolaDelete dead code.
2017-11-24 Simon PilgrimFix MSVC double-float implicit truncation warning....
2017-11-24 Krasimir Georgiev[clang-format] Deduplicate using declarations
2017-11-24 Martin Probstclang-format: [JS] do not break in ArrayType[].
2017-11-24 Martin Probstclang-format: [JS] do not wrap before yield.
2017-11-24 Martin Probstclang-format: [JS] space between ! assert and in.
2017-11-24 Simon Dardis[CodeGenPrepare] Check that erased sunken address are...
2017-11-24 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added v_interp_p2_f16 and v_interp_p...
2017-11-24 Dylan McKay[AVR] Use the short form of 'clr <reg>'
2017-11-24 Benjamin KramerMake helpers static. NFC.
2017-11-24 Javed Absar[SCEV] : Simplify loop to range-loop.NFC.
2017-11-24 Alexander Kornienko[clang-tidy] rename_check.py: fix header guard handling
2017-11-24 Alexander Kornienko[clang-tidy] Move a few more checks from misc to bugprone.
2017-11-24 John Brawn[CGP] Make optimizeMemoryInst able to combine more...
2017-11-24 Aleksandar... [mips] Set microMIPS ASE flag
2017-11-24 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added support of 'inst_offset' modif...
2017-11-24 Ilya Biryukov[clangd] Sort list of sources in CMakeLists.txt. NFC
2017-11-24 Ilya BiryukovAvoid copying the data of in-memory preambles
2017-11-24 Ilya Biryukov[clangd] Ensure preamble outlives the AST
2017-11-24 Sam McCall[Tooling] Acknowledge that many CompilationDatabases...
2017-11-24 Martin Probstclang-format: [JS] handle destructuring `of`.
2017-11-24 Alexander Kornienko[clang-tidy] rename_check.py misc-dangling-handle bugpr...
2017-11-24 Peter Smith[ELF] Rename .bss.rel.ro to .data.rel.ro.bss for some...
2017-11-24 Igor Kudrin[ELF] Make tests with undefined symbols more explicit.
2017-11-24 Rui UeyamaUse lambdas to store lazy-evaluated .dynamic entries.
2017-11-23 Rafael EspindolaMake a test stricter.
2017-11-23 Benjamin Kramer[YAMLParser] Fix unused variable warning.
2017-11-23 Benjamin Kramer[YAMLParser] Don't crash on null keys in KeyValueNodes.
2017-11-23 Craig Topper[X86] Don't invert NewCC variable while processing...
2017-11-23 Craig Topper[X86] Teach isel that X86ISD::CMPM_RND zeros the upper...
2017-11-23 Craig Topper[X86] Remove some unneeded opcodes from getVectorMaskin...
2017-11-23 Craig Topper[X86] Add X86ISD::CMPM_RND to getVectorMaskingNode...
2017-11-23 Craig Topper[X86] Remove some dead code leftover from when i1 was...
2017-11-23 Craig Topper[X86] Remove some dead code. NFC
2017-11-23 Sam McCall[clangd] Tracing improvements
2017-11-23 Sam McCall[clangd] Make completion scores use 0-1 floats internally.
2017-11-23 Alexander Kornienko[clang-tidy] rename_check.py misc-argument-comment...
2017-11-23 Sam McCall[clangd] Drop impossible completions (unavailable or...
2017-11-23 Peter Smith[ELF] Skip over empty sections when checking for contig...
2017-11-23 Alexander PotapenkoMSan: remove an unnecessary cast. NFC for userspace...
2017-11-23 Alexander Kornienko[clang-tidy] rename_check.py: fix a bug in check presen...
2017-11-23 Aaron BallmanFixing a typo; NFC.
2017-11-23 Peter Smith[ELF] Give error message when relro sections are not...
2017-11-23 Marshall ClowUpdate C++2a status and add Glen to CREDITS.TXT. Review...
2017-11-23 Alexander Kornienko[clang-tidy] rename_check.py: Update '=====...' line...
2017-11-23 Simon Pilgrim[X86][SSE] Use (V)PHMINPOSUW for vXi16 SMAX/SMIN/UMAX...
2017-11-23 Alexander Kornienko[clang-tidy] rename_check.py misc-string-constructor...
2017-11-23 Diana Picus[ARM GlobalISel] Support G_FDIV for s32 and s64
2017-11-23 Ying YiReverted rL318911 since it broke the sanitizer-windows.
2017-11-23 Adam Balogh[clang-tidy] Detect bugs in bugprone-misplaced-operator...
2017-11-23 Adam Balogh[clang-tidy] Add support for operator new[] in check...
2017-11-23 Ying Yi[lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ...
2017-11-23 Diana Picus[ARM GlobalISel] Support G_FMUL for s32 and s64
2017-11-23 Adam Balogh[ASTMatchers] Matchers for new[] operators
2017-11-23 Simon Dardis[mips] Use the delay slot filler to convert branches...
2017-11-23 Adam Balogh[clang-tidy] Misplaced Operator in Strlen in Alloc
2017-11-23 Adam Balogh[clang-tidy] Misplaced Operator in Strlen in Alloc
2017-11-23 Alexander Kornienkoclang-tidy/rename_check.py: support for moving between...
2017-11-23 Coby Tayree[x86][icelake]BITALG
2017-11-23 Pavel Labathelf-core: Split up parsing code into os-specific functions
2017-11-23 Martin StorsjoAllow to set locale on Windows.
2017-11-23 Alexander Potapenko[MSan] Move the access address check before the shadow...
2017-11-23 Olivier GoffartDo not perform the analysis based warning if the warnin...
2017-11-23 George RimarRevert r318822 "[llvm-tblgen] - Stop using std::string...
2017-11-23 Max Kazantsev[IRCE][NFC] Add no wrap flags to no-wrapping SCEV calcu...
2017-11-23 Marshall ClowAdd additional 'UNSUPPORTED' to the test case.
2017-11-23 Serge Pavlov[DeclPrinter] Allow printing fully qualified name of...
2017-11-23 Leslie ZhaiAdd backend name to AVR Target to enable runtime info...
2017-11-23 Craig Topper[X86] Turn an if condition that should always be true...
2017-11-23 Craig Topper[X86] Remove unnecessary check for is128BitVector. NFC
next