summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix/unify top comment in lib/Analysis/PolyhedralInfo.cppMichal Gorny2019-01-221-15/+16
* [X86][SSE] Add selective commutation support for insertps (PR40340)Simon Pilgrim2019-01-224-5/+26
* [RISCV] Quick fix for PR40333Alex Bradbury2019-01-222-1/+32
* [LoopPredication] Support guards expressed as branches by widenable conditionMax Kazantsev2019-01-222-4/+1546
* [X86] Add test for matchAddressRecursively's MUL handlingSimon Pilgrim2019-01-221-0/+73
* [NFC] Add function to parse widenable conditional branchesMax Kazantsev2019-01-222-17/+29
* [llvm-objcopy] [COFF] Implement --add-gnu-debuglinkMartin Storsjo2019-01-226-7/+137
* [llvm-objcopy] [COFF] Update symbol indices in weak externalsMartin Storsjo2019-01-226-6/+89
* [llvm-objcopy] Consistently use createStringError instead of make_error<Strin...Martin Storsjo2019-01-226-42/+40
* [NFC][llvm-readobj]Normalise --/- inconsistency in test optionsJames Henderson2019-01-221-8/+8
* [X86] HADDPS/HADDPD scalar lowering was added at rL350421Simon Pilgrim2019-01-221-12/+0
* Revert r351778: IR: Add fp operations to atomicrmwChandler Carruth2019-01-2226-395/+22
* [llvm-symbolizer] Add support for --basenames/-sJames Henderson2019-01-225-3/+30
* [NFC] Factor out some reusable logicMax Kazantsev2019-01-221-15/+21
* [clangd] NFC: Use buildCompilerInvocation in CodeCompleteKadir Cetinkaya2019-01-225-59/+46
* [clangd] Support clang-tidy configuration in clangd.Haojian Wu2019-01-2212-20/+62
* [NFC] Add detector for guards expressed as branch by widenable conditionsMax Kazantsev2019-01-222-2/+33
* [LLD][ELF]Fix tests for D56910James Henderson2019-01-223-5/+6
* [llvm-readelf]Revert --dyn-symbols behaviour to make it GNU compatible, and a...James Henderson2019-01-225-49/+150
* [clangd] Filter out plugin related flags and move all commandline manipulatio...Kadir Cetinkaya2019-01-229-42/+86
* Revert "Remove static_assert(value == std::is_trivially_copyable<T>::value)"Vitaly Buka2019-01-221-0/+4
* [RISCV][NFC] Add break to case statement in RISCVDAGToDAGISel::SelectAlex Bradbury2019-01-221-0/+1
* Remove static_assert(value == std::is_trivially_copyable<T>::value)Vitaly Buka2019-01-221-4/+0
* [safestack] Return syscalls for mmap, munmap and mprotectVitaly Buka2019-01-222-4/+31
* [RISCV] Fix build after r351778Alex Bradbury2019-01-221-3/+6
* breakpad: Add FUNC records to the symtabPavel Labath2019-01-226-41/+135
* [Test] Fix up tests affected by the new LLVM header.Jonas Devlieghere2019-01-227-16/+16
* IR: Add fp operations to atomicrmwMatt Arsenault2019-01-2226-22/+392
* [ARM] Combine ands+lsls to lsls+lsrs for Thumb1.Eli Friedman2019-01-222-4/+130
* [CVP] Use LVI to constant fold deopt operandsPhilip Reames2019-01-223-9/+35
* Updated issue 3144Marshall Clow2019-01-221-2/+2
* [LangRef] Clarify semantics of volatile operations.Eli Friedman2019-01-221-0/+18
* [safestack] Fix NetBSD buildVitaly Buka2019-01-221-4/+15
* Update with issues to be moved in San DiegoMarshall Clow2019-01-221-67/+32
* GlobalISel: Fix out of bounds crashes in verifierMatt Arsenault2019-01-223-3/+59
* [AArch64] Add patterns for zext/sext of shift amount.Eli Friedman2019-01-222-9/+56
* AMDGPU/GlobalISel: Legalize more fp<->int conversionsMatt Arsenault2019-01-225-17/+94
* [CodeGen] Always use string computed in Sema for PredefinedExprEli Friedman2019-01-223-14/+11
* Document toolchain update policyJF Bastien2019-01-213-9/+51
* [x86] add another test for xor with undefs; NFCSanjay Patel2019-01-211-0/+19
* [x86] add tests for vector ops with undef lanes; NFCSanjay Patel2019-01-211-0/+119
* [X86] Use X86ISD::VFPROUND instead of ISD::FP_ROUND for 256 and 512 bit cvtpd...Craig Topper2019-01-215-47/+76
* [X86] Change avx512 COMPRESS and EXPAND lowering to use a single masked node ...Craig Topper2019-01-213-14/+35
* Fix test after AST dump output changeStephen Kelly2019-01-211-1/+1
* [AMDGPU] Fixed hazard recognizer to walk predecessorsStanislav Mekhanoshin2019-01-215-32/+356
* gn build: Stop passing -DLLVM_LIBXML2_ENABLED to some targetsNico Weber2019-01-211-1/+0
* gn build: Merge r351627, r351548, r351701Nico Weber2019-01-213-0/+3
* Fix compilation error with gcc 4.8Pavel Labath2019-01-211-4/+4
* [X86][BtVer2] Update latency of mmx horizontal operationsSimon Pilgrim2019-01-213-25/+25
* [AArch64] add more tests for buildvec to shuffle transform; NFCSanjay Patel2019-01-211-0/+419
OpenPOWER on IntegriCloud