summaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)Author
2019-01-15[X86] Add PR40318 shuffle test caselinaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allmodconfigSimon Pilgrim
2019-01-15Remove irrelevant references to legacy git repositories fromJames Y Knight
2019-01-15[SLP][X86] Split prefer-256-bit 'AVX256BW' tests from AVX2 checksSimon Pilgrim
2019-01-15[DAGCombiner] reduce buildvec of zexted extracted element to shuffleSanjay Patel
2019-01-15Revert r351138 "[ORC] Move ORC Core symbol map and set types into their ownLang Hames
2019-01-15Update year in license filesHans Wennborg
2019-01-15[SimpleLoopUnswitch] Increment stats counter for unswitching switch instructionZaara Syeda
2019-01-15[llvm-obdump] - Fix the help lines for -stop-address and -z.linaro-local/ci/tcwg_kernel/llvm-master-arm-next-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-next-allmodconfigGeorge Rimar
2019-01-15[InstCombine] Don't undo 0 - (X * Y) canonicalization when combining subs.Florian Hahn
2019-01-15[NFC] Remove some code duplicationMax Kazantsev
2019-01-15[NFC] Remove obsolete enum RangeCheckKindMax Kazantsev
2019-01-15[NFC][X86] extract-bits.ll: add test with truncation with extra-use.Roman Lebedev
2019-01-15[NFC] Decrease if nestMax Kazantsev
2019-01-15[NFC] Move some functions to LoopUtilsMax Kazantsev
2019-01-15[llvm][IRBuilder] Introspection for CreateAlignmentAssumption*() functionsRoman Lebedev
2019-01-15[llvm-objcopy] [COFF] Implement --strip-all[-gnu] for symbolsMartin Storsjo
2019-01-15[llvm-objcopy] [COFF] Remove pointless comment chars from .test files. NFC.Martin Storsjo
2019-01-15[llvm-objdump] - Cleanup the code. NFCI.George Rimar
2019-01-15gn build: Rename llvm_host_triple to llvm_current_triple and have it use curr...Peter Collingbourne
2019-01-15gn build: Make a couple of improvements to the unix toolchain.Peter Collingbourne
2019-01-15gn build: Switch to using current_os in lib/Support/BUILD.gn.Peter Collingbourne
2019-01-15[X86] Upgrade some avx512bw shift intrinsics that were removed a while ago. NFCCraig Topper
2019-01-15[WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses itDan Gohman
2019-01-15[X86] Add test cases for D56695. NFCCraig Topper
2019-01-15[X86] Switch the triple on avx2-intrinsics-x86.ll to be -unknown-unknown inst...Craig Topper
2019-01-15Revert alignment assumptions changesVlad Tsyrklevich
2019-01-15gn build: Split no-RTTI flag into a config.Peter Collingbourne
2019-01-15gn build: Stop defining LLVM_ON_UNIX globally.Peter Collingbourne
2019-01-15[WebAssembly] Expand SIMD shifts while V8's implementation disagreesThomas Lively
2019-01-15AMDGPU: Add a fast path for icmp.i1(src, false, NE)Marek Olsak
2019-01-15[AArch64] Adjust the feature set for ExynosEvandro Menezes
2019-01-15[X86] Avoid clobbering ESP/RSP in the epilogue.Reid Kleckner
2019-01-15[AArch64] Fix typo (NFC)Evandro Menezes
2019-01-15[AArch64] Fix typo (NFC)Evandro Menezes
2019-01-15[EarlyIfConversion] Don't if-convert unconditional branches.Eli Friedman
2019-01-15[AArch64] Explicitly use v1i64 type for llvm.aarch64.neon.abs.i64 .Eli Friedman
2019-01-14[AArch64] Add new target feature to fuse arithmetic and logic operationsEvandro Menezes
2019-01-14[ORC] Move ORC Core symbol map and set types into their own header: CoreTypes.h.Lang Hames
2019-01-14[X86] Fix unused variable warning in Release builds. NFC.Benjamin Kramer
2019-01-14Update GettingStarted guide to recommend that people use the newJames Y Knight
2019-01-14Revert "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"Nikita Popov
2019-01-14[Object] Return a symbol_iterator, rather than a basic_symbol_iterator, fromLang Hames
2019-01-14[WebAssembly][FastISel] Do not assume naive CmpInst loweringThomas Lively
2019-01-14[llvm-ar] Temporarily remove failing test which is breaking buildbotsJordan Rupprecht
2019-01-14[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectorsNikita Popov
2019-01-14[opaque pointer types] Update GetElementPtr creation APIs toJames Y Knight
2019-01-14[opaque pointer types] Update LoadInst creation APIs to consistentlyJames Y Knight
2019-01-14[opaque pointer types] Update InvokeInst creation APIs to consistentlyJames Y Knight
2019-01-14[opaque pointer types] Update CallInst creation APIs to consistentlyJames Y Knight
2019-01-14[llvm-ar] Flatten thin archives.Jordan Rupprecht