summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-09[clang-tidy][docs] Update docs for `--check-suffixes`linaro-local/ci/tcwg-llvm-kernel-baseline-aarch64-master-mainline-defconfig_nolseZinovy Nis
2018-10-09[clang-tidy] The patch extends the existing command line option -check-suffixZinovy Nis
2018-10-09[CFG Printer] Add support for writing the dot files with a customChandler Carruth
2018-10-09Make LocationSize a proper Optional type; NFClinaro-local/ci/tcwg-llvm-kernel-baseline-aarch64-master-next-defconfig_nolseGeorge Burgess IV
2018-10-09Use locals instead of struct fields; NFCGeorge Burgess IV
2018-10-09llvm-link: Improve diagnostic for module-level metadata mismatchDavid Blaikie
2018-10-09[Index] Use locations to uniquify function-scope BindingDecl USRFangrui Song
2018-10-09[WebAssembly][NFC] Rename test functions for builtinsThomas Lively
2018-10-09ExpandPostRAPseudos: Fix alldefsAreDead() not removing operandsMatthias Braun
2018-10-08[MIPS GlobalISel] Legalize i64 addPetar Jovanovic
2018-10-08TwoAddressInstructionPass: Modernize/fix some comments; NFCMatthias Braun
2018-10-08PHIElimination: Remove wrong comment; NFCMatthias Braun
2018-10-08MachineFunctionPrinterPass: Declare SlotIndexes as used if available; NFCMatthias Braun
2018-10-08lld-link: Implement support for %_PDB% and %_EXT% for /pdbaltpath:.Nico Weber
2018-10-08Remove unused variable.Zachary Turner
2018-10-08[PDB] fix a bug in global stream name lookup.Zachary Turner
2018-10-08Introduce code_model macrosAli Tamur
2018-10-08[DebugInfo] Fix debug information label testsPetar Jovanovic
2018-10-08[X86] Revert r343993 condition branches folding for three-way conditional codesRong Xu
2018-10-08[DAGCombiner] simplify code for fmul with constant fold; NFCISanjay Patel
2018-10-08Do the math in uniform_int_distribution::operator() as unsigned to prevent UB...Marshall Clow
2018-10-08[X86] Prefer isTypeLegal over checking isSimple in a DAG combine.Craig Topper
2018-10-08[x86] add tests for phaddd/phaddw; NFCSanjay Patel
2018-10-08[X86] condition branches folding for three-way conditional codesRong Xu
2018-10-08[AMDGPU] Legalize VGPR Rsrc operands for MUBUF instructionsScott Linder
2018-10-08[X86][AVX2] Enable ZERO_EXTEND_VECTOR_INREG lowering of 256-bit vectorsSimon Pilgrim
2018-10-08[CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON.Charles Davis
2018-10-08[x86] make horizontal binop matching clearer; NFCISanjay Patel
2018-10-08Remove remnant code of using indirect syscall on NetBSDKamil Rytarowski
2018-10-08Don't harcode -ldl test/sanitizer_common/TestCasesKamil Rytarowski
2018-10-08[TailCallElim] Enable marking of calls with byval as tailsRobert Lougher
2018-10-08AMDGPU/GlobalISel: Select amdgcn.cvt.pkrtz to 64-bit instructionsTom Stellard
2018-10-08Fix incorrect Twine usage in CFGPrinterKristina Brooks
2018-10-08Fix a broken buildbot.Rui Ueyama
2018-10-08[clang-move] Dump whether a declaration is templated.Eric Liu
2018-10-08Disable TestCases/pthread_mutexattr_get on NetBSDKamil Rytarowski
2018-10-08Fix Posix/devname_r for NetBSDKamil Rytarowski
2018-10-08Avoid unnecessary buffer allocation and memcpy for compressed sections.Rui Ueyama
2018-10-08AMDGPU: Future-proof {raw,struct}.buffer.atomic intrinsicsNicolai Haehnle
2018-10-08TableGen/CodeGenDAGPatterns: addPredicateFn only onceNicolai Haehnle
2018-10-08Fix test case for @r343970Xin Tong
2018-10-08[x86] add hadd test with no undefs, remove duplicate tests; NFCSanjay Patel
2018-10-08[x86] simplify hadd tests; NFCSanjay Patel
2018-10-08[AMDGPU] Add an AMDGPU specific atomic optimizer.Neil Henning
2018-10-08[ELF][HEXAGON] Add R_HEX_GOT_16_X supportSid Manning
2018-10-08Don't use back-quotes in a run line.Zachary Turner
2018-10-08[ThinLTO] Keep non-prevailing (linkonce|weak)_odr symbols liveXin Tong
2018-10-08[AArch64][v8.5A] Don't create BR instructions in outliner when BTI enabledOliver Stannard
2018-10-08[AArch64][v8.5A] Restrict indirect tail calls to use x16/17 only when using BTIOliver Stannard
2018-10-08[AArch64][v8.5A] Branch Target Identification code-generation passOliver Stannard