platform/upstream/llvm.git
2018-03-05 Nicholas Wilson[WebAssembly] Reorder reloc sections to come after...
2018-03-05 Nicholas Wilson[WebAssembly] Fix tests with invalid yaml (required...
2018-03-05 Nicholas Wilson[WebAssembly] Attach a name to globals similarly to...
2018-03-05 Thomas Preud... Fix location of comment in EmitPopInst
2018-03-05 Alexander Ivchenko[x86][CET] Introduce _get_ssp, _inc_ssp intrinsics
2018-03-05 George Rimar[ELF] - Support moving location counter when MEMORY...
2018-03-05 Jonas Devlieghere[test] Add dotest wrapper
2018-03-05 George Rimar[ELF] - Report location for div/mod by zero.
2018-03-05 Yuka Takahashi[Bash-autocompletion] Fixed formatting
2018-03-05 Yuka Takahashi[Bash-autocompletion] Pass all flags in shell command...
2018-03-05 Clement Courbet[MergeICmps][NFC] Improve logging.
2018-03-05 Craig Topper[X86] Replace usages of X86Subtarget::hasFp256 with...
2018-03-04 Craig Topper[X86] Add a DAG combine to turn stores of vXi1 constant...
2018-03-04 Craig Topper[X86] Add a 32-bit mode command line to avx512-mask...
2018-03-04 Craig Topper[DAGCombiner] Add a peekThroughBitcast to MergeStoresOf...
2018-03-04 Aaron BallmanAmend r326665 to print out the `used` attribute subject...
2018-03-04 Aaron BallmanReplace the custom handling for several attributes...
2018-03-04 Simon Pilgrim[X86][X87] Add X87 folded integer arithmetic tests
2018-03-04 Simon Pilgrim[X86][MMX] Remove completed _mm_cvtsi32_si64 todo
2018-03-04 Craig Topper[X86] Fix unused variable in release builds.
2018-03-04 Pavel Labathllgs-tests: use the auto-parsing form of SendMessage...
2018-03-04 Craig Topper[X86] Combine (store (v1i1 (scalar_to_vector (i8 X...
2018-03-04 Craig Topper[X86] Lower v1i1/v2i1/v4i1/v8i1 load/stores to i8 load...
2018-03-03 Fedor Indutny[CallSiteSplitting] fix use after-free
2018-03-03 Pavel LabathObjectFileMachO: use early return to remove one nesting...
2018-03-03 Fedor Indutny[CallSiteSplitting] properly split musttail calls
2018-03-03 Aaron BallmanCreate a subject list for the `used` attribute rather...
2018-03-03 Tobias Grosser[ScopInfo] Do not use the set dimension ids to carry...
2018-03-03 Kamil RytarowskiRemove more references to ptrace_pt_{g,s}et_sigmask
2018-03-03 Kamil RytarowskiFix NetBSD 32-bit build
2018-03-03 Sanjay Patel[InstCombine] add test for vectors with undef elts...
2018-03-03 Sanjay Patel[InstCombine] (~X) - (~Y) --> Y - X
2018-03-03 Sanjay Patel[InstCombine] add tests for notnotsub; NFC
2018-03-03 Simon Pilgrim[X86] This bit-test TODO has been moved in PR36551
2018-03-03 Kamil RytarowskiRemove obsolete ptrace(2) operations from NetBSD
2018-03-03 Philip PfaffeRevert "[Acc] Fix for PR33208"
2018-03-03 Kamil RytarowskiRevert D44035
2018-03-03 Kamil RytarowskiHotfix for D44035
2018-03-03 Kamil RytarowskiSupport OpenBSD in common interceptors
2018-03-03 Kamil RytarowskiDisable tests of -fsanitize on OpenBSD
2018-03-03 Kamil RytarowskiOpenBSD UBsan support enabling SANITIZER_OPENBSD widely
2018-03-03 Kamil RytarowskiOpenBSD UBsan support / common
2018-03-03 Kamil Rytarowski[msan] Restrict -ftls-model=initial-exec to FreeBSD
2018-03-03 Kamil RytarowskiOpenBSD Driver basic sanitiser support
2018-03-03 Kamil RytarowskiSanitiser common, using u64 type for GetTid on posix...
2018-03-03 Kamil RytarowskiOpenBSD UBsan support, cmake part
2018-03-03 Kamil RytarowskiBetter OpenBSD frontend support
2018-03-03 Kamil RytarowskiAdding Msan support to FreeBSD
2018-03-03 Philip Pfaffe[Acc] Fix for PR33208
2018-03-03 Craig Topper[X86] Remove 'else' after return. NFC
2018-03-03 Rafael EspindolaSimplify. NFC.
2018-03-02 Adrian PrantlMark ObjC testcase as skipUnlessDarwin and fix a typo...
2018-03-02 Manoj GuptaDo not generate calls to fentry with __attribute__...
2018-03-02 Chandler Carruth[ThinLTO] Revert r325320: Import global variables
2018-03-02 Craig Topper[LegalizeVectorTypes] When scalarizing the operand...
2018-03-02 Dmitry MikulinImplementation of MRI "delete" command.
2018-03-02 Vedant Kumar[AggressiveInstCombine] Use use_empty() instead of...
2018-03-02 Adrian PrantlDon't compile testcase with clang modules enabled.
2018-03-02 Eugene Zelenko[StaticAnalyzer] Fix some Clang-tidy modernize and...
2018-03-02 Sanjay Patel[InstCombine] rearrange visitFMul; NFCI
2018-03-02 Adrian PrantlAdd DBG_VALUE support to the linear DAG scheduler
2018-03-02 Francis Ricci[llvm-symbolizer] Use correct path when resolving ...
2018-03-02 Vedant Kumar[Utils] Salvage debug info in block simplification
2018-03-02 Adrian PrantlMake the clang module cache setting available without...
2018-03-02 Krzysztof Parzyszek[Hexagon] Generate valignb for shifting shuffles (inste...
2018-03-02 Sameer AbuAsal[RISCV] Implement MC relaxations for compressed instruc...
2018-03-02 Rui UeyamaMake llvm::djbHash an inline function.
2018-03-02 Richard SmithPR36581: Support data recursion over Stmts in AST matchers.
2018-03-02 Erich KeaneRemove -i command line option, add -imultilib
2018-03-02 Reid KlecknerDon't claim that va_start has special semantic checks
2018-03-02 Vedant Kumar[Utils] Salvage debug info in recursive inst deletion
2018-03-02 Vedant Kumar[unittests] Make some parseIR calls more readable, NFC
2018-03-02 George Karpenkov[analyzer] Don't throw NSNumberObjectConversion warning...
2018-03-02 Sam Clegg[WebAssembly] Avoid cast ExprType to wasm::ValType
2018-03-02 Craig Topper[InstCombine] Rewrite the binary op shrinking in visitF...
2018-03-02 Ulrich Weigand[SystemZ] Fix test cases after r326613
2018-03-02 Rui Ueyama[WebAssembly] Simplify createDefined. NFC.
2018-03-02 Heejin AhnReland "[WebAssembly] More uses of uint8_t for single...
2018-03-02 Ulrich Weigand[SystemZ] Allow LRV/STRV with volatile memory accesses
2018-03-02 Ulrich Weigand[SystemZ] Add support for anyregcc calling convention
2018-03-02 Ulrich Weigand[SystemZ] Support stackmaps and patchpoints
2018-03-02 Ulrich Weigand[SystemZ] Fix common-code users of stack size
2018-03-02 Ulrich Weigand[SystemZ] Support vector registers in inline asm
2018-03-02 Sanjay Patel[InstCombine] partly fix FMF for fmul+log2 fold
2018-03-02 George Burgess IVRange-ify a for loop. NFC
2018-03-02 Sanjay Patel[InstCombine] add tests for rL169025; NFC
2018-03-02 Aaron BallmanAdds a clang-tidy test for a failing assertion in the...
2018-03-02 Aaron BallmanFix the hasType() AST matcher to not assert when the...
2018-03-02 Joel E. Denny[Attr] Use -fsyntax-only in test
2018-03-02 Joel E. Denny[Attr] Fix parameter indexing for several attributes
2018-03-02 Vedant KumarFix more spelling mistakes in comments of LLVM Analysis...
2018-03-02 Sanjay Patel[PatternMatch, InstSimplify] fix m_NaN to work with...
2018-03-02 Krzysztof Parzyszek[Hexagon] Handle VACOPY in isel lowering
2018-03-02 Ilya Biryukov[clangd] Use higher timoout values in TUSchedulerTest...
2018-03-02 Simon Pilgrim[X86][BTVER2] Fix throughput of YMM bitwise instructions
2018-03-02 Craig Topper[X86] Reject xmm16-31 in inline asm constraints when...
2018-03-02 Craig Topper[InstCombine] Allow fptrunc (fpext X)) to be reduced...
2018-03-02 Alexey Bataev[OPENMP] Scan all redeclarations looking for `declare...
2018-03-02 Derek Schuff[X86][x32] Save callee-save register used as base point...
2018-03-02 Benjamin Kramer[ARM] Fold variable into assert.
next