summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Improve testing of vecintrin.h intrinsicsUlrich Weigand2018-12-202-3/+1819
* Replace getOS() == llvm::Triple::*BSD with isOS*BSD() [NFCI]Michal Gorny2018-12-2012-43/+43
* [SystemZ] Fix wrong codegen caused by typos in vecintrin.hUlrich Weigand2018-12-202-8/+8
* [clangd] Don't miss the expected type in merge.Haojian Wu2018-12-202-0/+4
* [SystemZ] Make better use of VLLEZUlrich Weigand2018-12-204-24/+78
* [SystemZ] Make better use of VGEF/VGEGUlrich Weigand2018-12-202-1/+33
* Re-land r349731 "[CodeGen][ExpandMemcmp] Add an option for allowing overlappi...Clement Courbet2018-12-207-273/+655
* [SystemZ] Make better use of VLDEBUlrich Weigand2018-12-203-4/+65
* Revert "[sanitizer] Support running without fd 0,1,2."Ilya Biryukov2018-12-208-76/+10
* [X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/SSUB_SAT generic i...Simon Pilgrim2018-12-205-30/+898
* [X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/SSUB_SAT generic i...Simon Pilgrim2018-12-205-42/+57
* [X86] Update PADDSW/PSUBSW intrinsic usage with generic saturated intrinsics.Simon Pilgrim2018-12-201-11/+11
* [llvm-objcopy] Use ELFOSABI_NONE instead of 0. NFC.George Rimar2018-12-201-1/+1
* [asan] Revert still Androind incompatible tests enabled in r349736Vitaly Buka2018-12-202-0/+4
* [X86] Change 'simple nonmem' intrinsic test to not use PADDSWSimon Pilgrim2018-12-201-5/+5
* [llvm-objcopy] - Do not drop the OS/ABI and ABIVersion fields of ELF headerGeorge Rimar2018-12-203-2/+24
* [yaml2obj/obj2yaml] - Support dumping/parsing ABI version.George Rimar2018-12-205-1/+20
* [asan] Fix and re-enable few test on AndroidVitaly Buka2018-12-206-38/+23
* [InstCombine][AMDGPU] Handle more buffer intrinsicsPiotr Sobczak2018-12-202-0/+964
* [MSan] Don't emit __msan_instrument_asm_load() callsAlexander Potapenko2018-12-202-16/+4
* Revert r349731 "[CodeGen][ExpandMemcmp] Add an option for allowing overlappin...Clement Courbet2018-12-206-639/+265
* [NFC] Fix trailing comma after function.Clement Courbet2018-12-201-1/+1
* [CodeGen][ExpandMemcmp] Add an option for allowing overlapping loads.Clement Courbet2018-12-206-265/+639
* [HWASAN] Add support for memory intrinsicsEugene Leviant2018-12-206-60/+172
* [Sema] Better static assert diagnostics for expressions involving temporaries...Clement Courbet2018-12-206-14/+92
* [HWASAN] Add support for memory intrinsicsEugene Leviant2018-12-202-0/+82
* [PowerPC] Implement the isSelectSupported() target hookKang Zhang2018-12-202-12/+13
* [DAGCombiner] Fix a place that was creating a SIGN_EXTEND with an extra operand.Craig Topper2018-12-201-1/+1
* Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.Michael Kruse2018-12-2040-244/+868
* [WebAssembly] Emit a splat for v128 IMPLICIT_DEFThomas Lively2018-12-202-8/+12
* Fix build errors introduced by r349712 on aarch64 bots.Amara Emerson2018-12-202-7/+6
* [lldbsuite] Un-xfail TestRedefinitionsInInlines on WindowsStella Stamenova2018-12-201-6/+4
* [lldbsuite] Un-xfail TestDataFormatterSynthVal on WindowsStella Stamenova2018-12-201-3/+0
* [WebAssembly] Gate unimplemented SIMD ops on flagThomas Lively2018-12-207-16/+39
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.5)Stella Stamenova2018-12-206-18/+5
* [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek2018-12-2014-35/+355
* Remove pointless casts.Evgeniy Stepanov2018-12-201-2/+2
* AMDGPU: Make i1/i64/v2i32 and/or/xor legalMatt Arsenault2018-12-208-36/+354
* AMDGPU/GlobalISel: Fix ValueMapping tables for i1Matt Arsenault2018-12-203-28/+98
* [X86] Disable custom widening of signed/unsigned add/sub saturation intrinsic...Craig Topper2018-12-201-7/+10
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)Stella Stamenova2018-12-2014-41/+2
* [AArch64][GlobalISel] Implement selection og G_MERGE of two s32s into s64.Amara Emerson2018-12-202-0/+84
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.3)Stella Stamenova2018-12-205-12/+4
* [binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0Jordan Rupprecht2018-12-2011-31/+30
* AMDGPU/GlobalISel: RegBankSelect for fp conversionsMatt Arsenault2018-12-206-0/+119
* AMDGPU/GlobalISel: Legality/regbankselect for atomicrmw/atomic_cmpxchgMatt Arsenault2018-12-2027-0/+1436
* [asan] Undo special treatment of linkonce_odr and weak_odrVitaly Buka2018-12-202-5/+3
* [asan] Prevent folding of globals with redzonesVitaly Buka2018-12-206-10/+14
* [asan] Disable test incompatible with new AndroidVitaly Buka2018-12-201-0/+4
* [gn build] Make `ninja check-lld` also run LLD's unit testsNico Weber2018-12-206-2/+107
OpenPOWER on IntegriCloud