summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added return statement to fix compile and build warning:Sjoerd Meijer2019-09-161-0/+1
* [clangd] Fix a crash when renaming operator.Haojian Wu2019-09-163-2/+12
* [ELF][ARM] Fix -Werror buildbots NFC.Peter Smith2019-09-161-1/+1
* Change signature of __builtin_rotateright64 back to unsignedKarl-Johan Karlsson2019-09-162-1/+5
* Fix the rst doc, unbreak buildbot.Haojian Wu2019-09-161-0/+1
* [SVE][Inline-Asm] Add constraints for SVE predicate registersKerry McLaughlin2019-09-166-1/+81
* gn build: Merge r371965Nico Weber2019-09-161-0/+1
* [ELF][ARM] Implement --fix-cortex-a8 to fix erratum 657417Peter Smith2019-09-1614-7/+1109
* [clang-tidy] performance-inefficient-vector-operation: Support proto repeated...Haojian Wu2019-09-164-57/+226
* [test] Add -z separate-code to fix tests that ae sensitive to exact addresses...Fangrui Song2019-09-166-6/+6
* gn build: Merge r371959Nico Weber2019-09-161-1/+0
* [AArch64] Some more FP16 FMA pattern matchingSjoerd Meijer2019-09-163-18/+72
* [SystemZ] Merge the SystemZExpandPseudo pass into SystemZPostRewrite.Jonas Paulsson2019-09-168-278/+175
* [ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_X86_64Fangrui Song2019-09-16119-787/+792
* [ELF] Map the ELF header at imageBaseFangrui Song2019-09-167-48/+46
* AMDGPU/GlobalISel: Remove illegal select testsMatt Arsenault2019-09-161-74/+0
* AMDGPU/GlobalISel: Select SMRD loads for more typesMatt Arsenault2019-09-162-3/+1019
* AMDGPU/GlobalISel: RegBankSelect for killMatt Arsenault2019-09-162-0/+72
* AMDGPU/GlobalISel: Legalize s1 source G_[SU]ITOFPMatt Arsenault2019-09-163-1/+74
* AMDGPU/GlobalISel: Set type on vgpr live in special argumentsMatt Arsenault2019-09-162-1/+29
* AMDGPU/GlobalISel: Select S16->S32 fptointMatt Arsenault2019-09-164-8/+213
* AMDGPU/GlobalISel: Select s32->s16 G_[US]ITOFPMatt Arsenault2019-09-165-11/+145
* AMDGPU/GlobalISel: Fix VALU s16 fnegMatt Arsenault2019-09-162-11/+19
* [Attributor] Heap-To-Stack ConversionStefan Stipanovic2019-09-153-7/+624
* Commit missing part of "Split many_tls_keys.cpp into two tests"Kamil Rytarowski2019-09-152-28/+8
* [InstCombine] remove unneeded one-use checks for icmp foldSanjay Patel2019-09-152-5/+6
* [InstCombine] add icmp tests with extra uses; NFCSanjay Patel2019-09-151-0/+34
* [PowerPC][NFC] Add a testcase for fdiv expansion.Jinsong Ji2019-09-151-0/+16
* [GlobalISel] findGISelOptimalMemOpLowering - remove dead initalization. NFCI.Simon Pilgrim2019-09-151-3/+1
* [LoadStoreVectorizer] vectorizeLoadChain - ensure we find a valid Type down t...Simon Pilgrim2019-09-151-1/+2
* InterleavedLoadCombine - merge isa<> and dyn_cast<> duplicates. NFCI.Simon Pilgrim2019-09-151-2/+2
* [OpenMP] Fix OMPClauseReader::readClause() uninitialized variable warning. NFCI.Simon Pilgrim2019-09-151-1/+3
* [DebugInfo] Don't dereference a dyn_cast<PDBSymbolData> result. NFCI.Simon Pilgrim2019-09-151-1/+1
* [ARM] Masked loads and storesDavid Green2019-09-158-7037/+647
* [SLP] limit vectorization of Constant subclasses (PR33958)Sanjay Patel2019-09-152-8/+14
* [ARM] Simplify and update vmla test. NFCDavid Green2019-09-152-39/+38
* [CodeEmitter] Improve testing for APInt encodingJames Molloy2019-09-151-10/+7
* [CodeEmitter] Support instruction widths > 64 bitsJames Molloy2019-09-153-39/+223
* lld-link: Make Options.td formatting more self-consistent.Nico Weber2019-09-141-13/+19
* compiler-rt/builtins: Make check-builtins run tests on macOS.Nico Weber2019-09-142-4/+11
* Add debug check for null pointers passed to <string_view>Eric Fiselier2019-09-143-1/+49
* [Diagnostics] Added silence note for -Wsizeof-array-div; suggest extra parensDavid Bolvansky2019-09-142-3/+22
* [TargetLowering] SimplifyDemandedBits - add EXTRACT_SUBVECTOR support.Simon Pilgrim2019-09-142-11/+22
* [lldb] Code cleanup: FormattersContainer.h: Use range-based for loops.Jan Kratochvil2019-09-141-12/+9
* [InstSimplify] simplifyUnsignedRangeCheck(): handle few tautological cases (P...Roman Lebedev2019-09-142-28/+43
* [clang-scan-deps] Add -M to work around -MT issue after r371918Fangrui Song2019-09-141-0/+1
* [Driver] Fix multiple bugs related to dependency file options: -M -MM -MD -MM...Fangrui Song2019-09-143-36/+60
* [Driver] Improve Clang::getDependencyFileName and its tests after rC371853Fangrui Song2019-09-144-27/+18
* [ScheduleDAGMILive] Fix typo in comment.Mingjie Xing2019-09-141-1/+1
* [Attributor][Fix] Use right type to replace expressionsJohannes Doerfert2019-09-142-3/+19
OpenPOWER on IntegriCloud