summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] SliceUpIllegalIntegerPHI - bail on out of range shiftsSimon Pilgrim2019-06-242-0/+31
* [clangd] Improve SelectionTree string representationSam McCall2019-06-241-1/+12
* [DAGCombine] visitMUL - allow shift by zero in MulByConstant.Simon Pilgrim2019-06-242-6/+30
* [ConstantFolding] Use hasVectorInstrinsicScalarOpd. NFCBjorn Pettersson2019-06-241-16/+13
* [Scalarizer] Add scalarizer support for smul.fix.satBjorn Pettersson2019-06-243-10/+26
* [docs][llvm-nm] Add missing options to documentationJames Henderson2019-06-241-21/+91
* [sancov] Avoid unnecessary unique_ptrFangrui Song2019-06-241-12/+10
* [OpenCL] Restore ATOMIC_VAR_INITSven van Haastregt2019-06-242-1/+10
* [OpenCL] Remove more duplicates from opencl-c.hSven van Haastregt2019-06-241-29/+0
* [ARM] Add MVE interleaving load/store family.Simon Tatham2019-06-249-33/+809
* [docs][llvm-nm] Improve symbol code documentationJames Henderson2019-06-241-15/+70
* [libcxx] [test] Read files as bytestrings to fix py3 encoding issuesMichal Gorny2019-06-241-6/+8
* [Support] Fix error handling in DataExtractor::get[US]LEB128Pavel Labath2019-06-242-14/+24
* Follow up of rL363913. NFC.Sjoerd Meijer2019-06-241-5/+7
* [llvm-readobj/llvm-readelf] - Eliminate the elf-groups.x86_64 precompiled bin...George Rimar2019-06-243-62/+80
* PR42362: Fix auto deduction of template parameter packs fromRichard Smith2019-06-242-1/+19
* [ELF][PPC][X86] Use [-2**(n-1), 2**n) to check overflows for R_PPC_ADDR16, R_...Fangrui Song2019-06-2424-114/+110
* [X86] Turn v16i16->v16i8 truncate+store into a any_extend+truncstore if we av...Craig Topper2019-06-236-15/+22
* [GN] Generation failure caused by trailing space in file namePetr Hosek2019-06-231-1/+1
* Use C++11 implementation of unique_ptr in C++03.Eric Fiselier2019-06-232-161/+51
* Apply new meta-programming traits throughout the library.Eric Fiselier2019-06-238-261/+179
* Fix typo in comment; NFCSanjoy Das2019-06-231-1/+1
* [X86] Fix isel pattern that was looking for a bitcasted load. Remove what app...Craig Topper2019-06-231-13/+1
* Fix test for 32-bit targets.Richard Smith2019-06-231-4/+4
* [Tests] Autogen and improve test readabilityPhilip Reames2019-06-231-46/+95
* [IndVars] Remove dead instructions after folding trivial loop exitPhilip Reames2019-06-234-19/+7
* SlotIndexes: delete unused functionsFangrui Song2019-06-232-71/+0
* [InstCombine] squash is-power-of-2 that uses ctpopSanjay Patel2019-06-232-10/+39
* SlotIndexes: simplify IdxMBBPair operatorsFangrui Song2019-06-232-17/+4
* [SelectionDAG] Remove the code that attempts to calculate the alignment for t...Craig Topper2019-06-232-27/+4
* [X86][SelectionDAG] Cleanup and simplify masked_load/masked_store in tablegen...Craig Topper2019-06-234-61/+37
* Disable test by defaultEric Fiselier2019-06-231-1/+1
* Add super fast _IsSame trait for internal use.Eric Fiselier2019-06-232-11/+77
* Revert "builtins: relax __iso_volatile_{load,store}32"Saleem Abdulrasool2019-06-232-19/+2
* Add noexcept throughout <atomic>Eric Fiselier2019-06-231-28/+28
* MSVC visualizers for type aliasesMike Spertus2019-06-231-0/+51
* Fix placement of -Wno-ignored-attributesEric Fiselier2019-06-231-2/+3
* [Support] Fix build under EmscriptenKeno Fischer2019-06-231-0/+3
* Disable -Wignored-attributes for nowEric Fiselier2019-06-231-0/+1
* Revert [CommandLine] Remove OptionCategory and SubCommand caches from the Opt...Don Hinton2019-06-223-118/+95
* Fix TBAA representation for zero-sized fields and unnamed bit-fields.Richard Smith2019-06-224-8/+28
* Remove reliance on toCharUnitsFromBits rounding down.Richard Smith2019-06-221-1/+2
* Natural MSVC visualization of constructorsMike Spertus2019-06-221-1/+6
* builtins: relax __iso_volatile_{load,store}32Saleem Abdulrasool2019-06-222-2/+19
* [X86][SSE] Fold extract_subvector(vselect(x,y,z),0) -> vselect(extract_subvec...Simon Pilgrim2019-06-2215-38/+45
* Exploit a zero LoopExit count to eliminate loop exitsPhilip Reames2019-06-223-6/+17
* [CommandLine] Remove OptionCategory and SubCommand caches from the Option class.Don Hinton2019-06-223-95/+118
* [NFC] Fix indentation in PPCAsmPrinter.cppHubert Tong2019-06-221-54/+54
* [PowerPC][NFC] Move comment to the relevant functionHubert Tong2019-06-221-1/+1
* PDB docs: Delete trailing whitespace, wrap to 80 colsNico Weber2019-06-225-76/+82
OpenPOWER on IntegriCloud