summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [x86] narrow a shuffle that doesn't use or set any high elementsSanjay Patel2019-01-251-2/+47
* [JSON] Work around excess-precision issue when comparing T_Integer numbers.Sam McCall2019-01-251-0/+6
* Fix gcc -Wparentheses warning. NFCI.Simon Pilgrim2019-01-251-4/+4
* Fix gcc -Wparentheses warning. NFCI.Simon Pilgrim2019-01-251-2/+2
* [ARM GlobalISel] Support shifts for Thumb2Diana Picus2019-01-251-4/+4
* [ARM GlobalISel] Remove rebase artifact from r351882. NFCDiana Picus2019-01-251-3/+0
* [TblGen] Extend !if semantics through new feature !condJaved Absar2019-01-255-1/+224
* [MSP430] Fix absolute addressing mode printing in AsmPrinterAnton Korobeynikov2019-01-251-2/+2
* [PowerPC] Enhance the fast selection of cmp instruction and clean up related ...Zi Xuan Wu2019-01-251-3/+12
* [X86] Add non-masked versions of vpconflict intrinsics so we can use a select...Craig Topper2019-01-251-0/+6
* [RISCV] Custom-legalise i32 SDIV/UDIV/UREM on RV64MAlex Bradbury2019-01-253-49/+55
* [LoopSimplifyCFG] Fix inconsistency in blocks in loop markupMax Kazantsev2019-01-251-1/+1
* [RISCV] Custom-legalise 32-bit variable shifts on RV64Alex Bradbury2019-01-253-67/+105
* AMDGPU/GlobalISel: Remove leftover setActionMatt Arsenault2019-01-251-11/+8
* AMDGPU/GlobalISel: Scalarize add/subMatt Arsenault2019-01-252-3/+2
* GlobalISel: fewerElementsVector for more cast typesMatt Arsenault2019-01-252-3/+11
* GlobalISel: fewerElementsVector for a few more trivial opsMatt Arsenault2019-01-252-5/+11
* AMDGPU/GlobalISel: Legalize smulh/umulh and scalarize mulMatt Arsenault2019-01-253-1/+9
* [HotColdSplit] Describe the pass in more detail, NFCVedant Kumar2019-01-251-5/+18
* [HotColdSplit] Split more aggressively before/after cold invokesVedant Kumar2019-01-251-39/+55
* GlobalISel: Support fewerElementsVector for icmp/fcmpMatt Arsenault2019-01-252-9/+83
* GlobalISel: Implement fewerElementsVector for extensionsMatt Arsenault2019-01-252-2/+61
* hwasan: If we split the entry block, move static allocas back into the entry ...Peter Collingbourne2019-01-251-0/+15
* GlobalISel: Add convenience mutatations to scalarizeMatt Arsenault2019-01-254-46/+26
* [GlobalISel][AArch64] Avoid unused variable warning for variable only used in...Benjamin Kramer2019-01-241-0/+1
* [PowerPC] Exploit store instructions that store a single vector elementNemanja Ivanovic2019-01-241-2/+102
* RegBankSelect: Fix use after free in r352123Matt Arsenault2019-01-241-1/+1
* [GlobalISel][AArch64] Avoid unused function warnings in Release buildsBenjamin Kramer2019-01-241-0/+2
* [x86] move half-size shuffle mask creation to helper; NFCSanjay Patel2019-01-241-34/+60
* [GISel]: Change how CSE is enabled by default for each passAditya Nandakumar2019-01-243-6/+12
* Suppress unused capture warning in CheckCopyJessica Paquette2019-01-241-1/+1
* RegBankSelect: Support some more complex part mappingsMatt Arsenault2019-01-245-25/+295
* [PDB] Increase TPI hash bucket count.Zachary Turner2019-01-241-2/+2
* [GlobalISel][AArch64] Add isel support for FP16 vector @llvm.ceilJessica Paquette2019-01-244-94/+484
* allow COFF .def directive in module assembly when using ThinLTOBob Haarman2019-01-241-0/+9
* [Analysis] Fix isSafeToLoadUnconditionally handling of volatile.Eli Friedman2019-01-241-0/+8
* Limit dyld image suffixes guessed by guessLibraryShortName()Michael Trent2019-01-241-3/+18
* Fix a compiler error introduced in r352093.Haojian Wu2019-01-241-1/+1
* [LICM] Cleanup duplicated code. [NFCI]Alina Sbirlea2019-01-241-17/+11
* [MemorySSA +LICM CFHoist] Solve PR40317.Alina Sbirlea2019-01-241-0/+5
* [HotColdSplit] Move splitting earlier in the pipelineVedant Kumar2019-01-242-9/+18
* [x86] rename VectorShuffle -> Shuffle; NFCSanjay Patel2019-01-241-706/+631
* Fix emission of _fltused for MSVC.James Y Knight2019-01-245-43/+52
* Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner2019-01-2410-19/+3
* [SelectionDAGBuilder] Simplify HasSideEffect calculation. NFC.Nirav Dave2019-01-241-13/+7
* [InlineAsm] Don't calculate registers for inline asm memory operands. NFCI.Nirav Dave2019-01-241-0/+4
* [x86] add low/high undef half shuffle mask helpers; NFCSanjay Patel2019-01-241-8/+19
* [RS4GC] Be slightly less conservative for gep vector_base, scalar_idxPhilip Reames2019-01-241-11/+10
* [RS4GC] Avoid crashing on gep scalar_base, vector_idxPhilip Reames2019-01-241-0/+28
* [TargetLowering] Rename getExpandedFixedPointMultiplication to expandFixedPoi...Simon Pilgrim2019-01-242-3/+2
OpenPOWER on IntegriCloud