summaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)Author
2019-01-16[X86][SSE] Add additional PR40318 shuffle test casesSimon Pilgrim
2019-01-16Revert r351324 "Build LLVM-C.dll by default on windows and enable in release ...Hans Wennborg
2019-01-16Assertion in isAllocaPromotable due to extra bitcast goes into lifetime markerGabor Buella
2019-01-16Build LLVM-C.dll by default on windows and enable in release packageHans Wennborg
2019-01-16[MSan] Apply the ctor creation scheme of TSanPhilip Pfaffe
2019-01-16Bump the trunk version to 9.0.0svnHans Wennborg
2019-01-16[SelectionDAG] Update check in createOperands to reflect max() is a valid value.linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allmodconfigFlorian Hahn
2019-01-16[Support] Remove error return value from one overload of fs::make_absolutePavel Labath
2019-01-16[NewPM][TSan] Reiterate the TSan portlinaro-local/ci/tcwg_kernel/llvm-master-arm-stable-defconfigPhilip Pfaffe
2019-01-16[DAGCombine] Fix ReduceLoadWidth for shifted offsetsSam Parker
2019-01-16Include lldb in Win snapshots again (PR37307)Hans Wennborg
2019-01-16[llvm-rc] Support '--' for delimiting options from input pathsMartin Storsjo
2019-01-16[llvm-symbolizer] Add -C as a short alias to -demangleDmitry Venikov
2019-01-16[WebAssembly] COWS has been renamed to WASI.Dan Gohman
2019-01-16Only promote args when function attributes are compatibleTom Stellard
2019-01-16[InstCombine]Avoid introduction of unaligned mem accesslinaro-local/ci/tcwg_kernel/llvm-master-arm-next-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allnoconfigSerguei Katkov
2019-01-16gn build: Merge r351283.Peter Collingbourne
2019-01-16[WebAssembly] Store section alignment as a power of 2Sam Clegg
2019-01-16[GISel]: Add support for CSEing continuously during GISel passes.Aditya Nandakumar
2019-01-16[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfpMandeep Singh Grang
2019-01-16[LangRef] Fix typo adress->address. NFCCraig Topper
2019-01-16[X86] Rename SHRUNKBLEND ISD node to BLENDV.Craig Topper
2019-01-16gn build: Add check-hwasan target.Peter Collingbourne
2019-01-15[X86] Add avx512 scatter intrinsics that use a vXi1 mask instead of a scalar ...Craig Topper
2019-01-15AMDGPU: Raise the priority of MAD24 in instruction selection.linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allmodconfigChangpeng Fang
2019-01-15[VFS] Add getter for mapping entries.Jonas Devlieghere
2019-01-15[VFS] Move RedirectingFileSystem interface into header (NFC)Jonas Devlieghere
2019-01-15[libObject] Tweak expected error output from llvm-arJordan Rupprecht
2019-01-15gn build: Add a stage2 host toolchain and make the hwasan runtime buildable o...Peter Collingbourne
2019-01-15[llvm-ar] Resubmit recursive thin archive test with fix for full path names a...Jordan Rupprecht
2019-01-15gn build: Add a resource_dir.gni file.Peter Collingbourne
2019-01-15[X86] Add the GCCBuiltin name back to the deprecated avx512 gather intrinsics...linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-allnoconfigCraig Topper
2019-01-15X86DAGToDAGISel::matchBitExtract() with truncation (PR36419)Roman Lebedev
2019-01-15treat invoke like callDavid Callahan
2019-01-15gn build: Move target flags from toolchain to a .gni file.Peter Collingbourne
2019-01-15[SanitizerCoverage] Don't create comdat for interposable functions.Matt Morehouse
2019-01-15gn build: Add build files for compiler-rt/lib/{hwasan,interception,sanitizer_...linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-defconfigPeter Collingbourne
2019-01-15gn build: Merge r351216, r351228.Peter Collingbourne
2019-01-15[SLP] Added test for PR40310, NFC.Alexey Bataev
2019-01-15llvm-objdump -m -D should disassemble all text segmentsMichael Trent
2019-01-15[X86] Add versions of the avx512 gather intrinsics that take the mask as a vX...Craig Topper
2019-01-15[MSP430] Recognize '{' as a line separatorAnton Korobeynikov
2019-01-15[Nios2] Remove Nios2 backendCraig Topper
2019-01-15Reapply "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"Nikita Popov
2019-01-15[WebAssembly] Fix updating/moving DBG_VALUEs in RegStackifyYury Delendik
2019-01-15[WebAssembly] Update release notesDerek Schuff
2019-01-15We can improve the performance (generally) by memo-izing the action to map a ...David Callahan
2019-01-15[SelectionDAG] Check membership of register in class for singleNirav Dave
2019-01-15[X86] Fix register class for assembly constraints to ST(7). NFCI.Nirav Dave
2019-01-15[llvm-readelf] Allow single-letter flags to be merged.Jordan Rupprecht