summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert Patch from PhabricatorLuis Marques2019-09-1773-7663/+7481
* [X86] Use APInt::getLowBitsSet helper. NFCI.Simon Pilgrim2019-09-171-1/+2
* Add SemanticRanges to Clangd server.Utkarsh Saxena2019-09-175-2/+66
* [SLC] Preserve attrs for strncpy(x, "", y) -> memset(align 1 x, '\0', y)David Bolvansky2019-09-172-1/+14
* [SVE][MVT] Fixed-length vector MVT rangesGraham Hunter2019-09-1718-179/+214
* [InstCombine] Annotate strdup with deref_or_nullDavid Bolvansky2019-09-175-3/+42
* [NFCI] Fixed buildbotsDavid Bolvansky2019-09-171-6/+1
* [SimplifyLibCalls] Fix -Wunused-result after D53342/r372091Fangrui Song2019-09-171-1/+2
* [NFC] Updated testDavid Bolvansky2019-09-171-7/+7
* [ELF][AARCH64] Refactor AArchErrataFix to match changes in ARMErrataFix NFC.Peter Smith2019-09-171-22/+19
* [NFC} Updated testDavid Bolvansky2019-09-171-2/+5
* Patch from PhabricatorLuis Marques2019-09-1773-7481/+7663
* [SimplifyLibCalls] Mark known arguments with nonnullDavid Bolvansky2019-09-1749-411/+1159
* [lldb] [Process/gdb-remote] Fix defaulting signal to invalid in action listMichal Gorny2019-09-171-2/+3
* [llvm-readobj] - Fix BB after r372087.George Rimar2019-09-171-1/+1
* [llvm-ar] Parse 'h' and '-h': display help and exitFangrui Song2019-09-172-5/+11
* [llvm-readobj] - Fix a TODO in elf-reloc-zero-name-or-value.test.George Rimar2019-09-171-6/+20
* [AMDGPU]: PHI Elimination hooks added for custom COPY insertion. FixedAlexander Timofeev2019-09-177-30/+176
* [ARM] LE support in ConstantIslandsSam Parker2019-09-176-27/+856
* [LoopUnroll] Use LoopSize+1 as threshold, to allow unrolling loops matching L...Florian Hahn2019-09-173-5/+63
* [llvm-readobj] - Refactor the code.George Rimar2019-09-172-39/+26
* [Clang] Pragma vectorize_width() implies vectorize(enable)Sjoerd Meijer2019-09-173-9/+38
* [llvm-objcopy] - Remove python invocations from 2 test cases.George Rimar2019-09-172-27/+2
* [RISCV] Add option aliases: -mcmodel=medany and -mcmodel=medlowKito Cheng2019-09-172-0/+16
* [bugpoint] Add support for -Oz and properly enable -Os.Florian Hahn2019-09-171-12/+34
* [RISCV] Define __riscv_cmodel_medlow and __riscv_cmodel_medany correctlyKito Cheng2019-09-172-2/+28
* Reland "[lldb][NFC] Make ApplyObjcCastHack less scary"Raphael Isemann2019-09-171-9/+5
* [ARM][MVE] Add invalidForTailPredication to TSFlagsSam Parker2019-09-175-0/+197
* [Attributor] Use Alias Analysis in noalias callsite argument deductionHideto Ueno2019-09-173-15/+21
* [clangd] Remove stale comment. NFCIlya Biryukov2019-09-171-2/+0
* [Attributor] Create helper struct for handling analysis gettersHideto Ueno2019-09-172-31/+37
* [git-llvm] Do not reinvent `@{upstream}` (take 2)David Zarzycki2019-09-171-9/+9
* [X86] Split oversized vXi1 vector arguments and return values into scalars on...Craig Topper2019-09-175-86/+1794
* [X86] Allow masked VBROADCAST instructions to be turned into BLENDM with a br...Craig Topper2019-09-173-80/+159
* [X86] Add support for commuting EVEX VCMP instructons with any immediate value.Craig Topper2019-09-172-8/+34
* [X86] Add test case for missed opportunity to commute a VCMP instruction afte...Craig Topper2019-09-171-0/+37
* [X86] Enable commuting of EVEX VCMP for all immediate values during isel.Craig Topper2019-09-175-45/+55
* [test] Disable reproducer dump test on WindowsJonas Devlieghere2019-09-171-0/+1
* Fix reliance on -flax-vector-conversions in AVX intrinsics headers andRichard Smith2019-09-174-16/+16
* Fix reliance on lax vector conversions in tests for x86 intrinsics.Richard Smith2019-09-178-15/+15
* Remove reliance on lax vector conversions from altivec.h in VSX mode.Richard Smith2019-09-175-23/+43
* [ScriptInterpreter] Initialize globals when loading a scripting module.Jonas Devlieghere2019-09-173-6/+16
* [ELF][Hexagon] Allow PT_LOAD to have overlapping p_offset ranges on EM_HEXAGONFangrui Song2019-09-174-81/+76
* Push lambda scope earlier when transforming lambda expressionNicholas Allegra2019-09-172-4/+19
* Revert "[lldb][NFC] Make ApplyObjcCastHack less scary"Jim Ingham2019-09-171-5/+9
* [libFuzzer] Always print DSO map on Fuchsia libFuzzer launchJake Ehrlich2019-09-172-0/+12
* [OPENMP] Fix the test, NFCAlexey Bataev2019-09-171-3/+5
* llvm-reduce: Clean out previous test temp/output dir, since it was a dir and ...David Blaikie2019-09-164-0/+4
* llvm-reduce: Remove some string copiesDavid Blaikie2019-09-162-25/+5
* [test] Fail gracefully if the regex doesn't matchJonas Devlieghere2019-09-161-6/+11
OpenPOWER on IntegriCloud