summaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)Author
2019-01-16[elfabi] Add support for reading DT_SONAME from binarieslinaro-local/ci/tcwg_kernel/llvm-master-aarch64-next-allnoconfigArmando Montanez
2019-01-16[DebugInfo] Allow creation of DBG_VALUEs in blocks where the operand is not usedJeremy Morse
2019-01-16Remove misleading line about git's lack of revision numbers.Erich Keane
2019-01-16[llvm-readobj] Set correct offset when dumping hex section output.Sid Manning
2019-01-16[x86] add tests for extracted scalar casts (PR39974); NFCSanjay Patel
2019-01-16[X86] Add combineX86ShufflesRecursively helper. NFCI.Simon Pilgrim
2019-01-16AMDGPU: Add llvm.amdgcn.ds.ordered.add & swapMarek Olsak
2019-01-16[SLP] Fix PR40310: The reduction nodes should stay scalar.Alexey Bataev
2019-01-16[llvm-nm] Allow --size-sort to print symbols with only Symbol sizeSaurabh Badhwar
2019-01-16[x86] lower shuffle of extracts to AVX2 vperm instructionsSanjay Patel
2019-01-16[MSP430] Emit a separate section for every interrupt vectorAnton Korobeynikov
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