summaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)Author
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
2019-01-14[SanitizerCoverage][NFC] Use appendToUsed instead of includeJonathan Metzman
2019-01-14[lit] llvm-lit.in: specify file encoding to UTF-8George Karpenkov
2019-01-14[X86] Silence a -Wparentheses warning on gcc. NFCCraig Topper
2019-01-14expand DIContext interface a bitDavid Callahan
2019-01-14[llvm][IRBuilder] Introspection for CreateAlignmentAssumption*() functionsRoman Lebedev
2019-01-14[X86][SSSE3] Bailout of lowerVectorShuffleAsPermuteAndUnpack for shuffle-with...Simon Pilgrim
2019-01-14Ignore PhiNodes when mapping sample profile dataDavid Callahan
2019-01-14[llvm-objcopy] [COFF] Remove unreferenced undefined externals with --strip-un...Martin Storsjo
2019-01-14[llvm-objcopy] [COFF] Test absolute symbols wrt --strip-unneeded and --discar...Martin Storsjo
2019-01-14Revert "Merge branch 'arcpatch-D55094'"David Callahan
2019-01-14[MC][X86] Add test case for invalid use of "(%dx)" operand.Nirav Dave
2019-01-14[x86] lower extracted add/sub to horizontal vector mathSanjay Patel
2019-01-14Merge branch 'arcpatch-D55094'David Callahan
2019-01-14Revert "[VFS] Allow multiple RealFileSystem instances with independent CWDs."Amara Emerson
2019-01-14gn build: Unbreak mac build after r350977Nico Weber
2019-01-14gn build: Fix path to gn.py in docsNico Weber
2019-01-14cmake: Don't install plugins used for examples or testsTom Stellard
2019-01-14[WebAssembly] Remove tests for old intrinsics.Dan Gohman