aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IR
Commit message (Expand)AuthorAgeFilesLines
...
* [AArch64] Add support for NEON scalar negate instruction.Chad Rosier2013-10-161-0/+4
* [AArch64] Add support for NEON scalar absolute value instruction.Chad Rosier2013-10-161-0/+4
* Update comment.Chad Rosier2013-10-161-1/+1
* [AArch64] Add support for NEON scalar signed saturating accumulated of unsignedChad Rosier2013-10-161-0/+5
* TypeFinder: prefer iterative algorithm to keep stack usage low.Will Dietz2013-10-161-0/+8
* Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...Craig Topper2013-10-151-3/+0
* [AArch64] Add support for NEON scalar integer compare instructions.Chad Rosier2013-10-141-0/+24
* Add a GlobalAlias::isValidLinkage to reduce code duplication.Rafael Espindola2013-10-091-0/+5
* AVX-512: Added VRCP28 and VRSQRT28 instructions and intrinsics.Elena Demikhovsky2013-10-091-15/+40
* [AArch64] Add support for NEON scalar floating-point reciprocal estimate,Chad Rosier2013-10-081-0/+3
* Fix duplicated assertions.Matt Arsenault2013-10-081-27/+21
* [AArch64] Add support for NEON scalar signed/unsigned integer to floating-pointChad Rosier2013-10-081-0/+12
* IRBuilder: Downgrade InsertPointGuard's instruction pointer to a raw pointer.Benjamin Kramer2013-10-081-2/+2
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-071-1/+1
* AVX-512: added scalar convert instructions and intrinsics.Elena Demikhovsky2013-10-061-0/+30
* Remove unneeded TBM intrinsics. The arithmetic/logical operation patterns are...Craig Topper2013-10-051-59/+3
* Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu2013-10-051-0/+19
* Add patterns for selecting TBM instructions from logical operations. Patch fr...Craig Topper2013-10-031-1/+1
* Add v4f16 to supported value types.Pete Cooper2013-10-031-0/+2
* [ARM] Introduce the 'sevl' instruction in ARMv8.Joey Gouly2013-10-011-0/+4
* IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer2013-09-301-0/+48
* IRBuilder: Move fast math flags to IRBuilderBase.Benjamin Kramer2013-09-301-34/+28
* Adding intrinsics to the llvm backend for TBM instruction set.Yunzhong Gao2013-09-271-0/+66
* [mips][msa] Implemented insert.d intrinsic.Daniel Sanders2013-09-271-0/+3
* [mips][msa] Implemented fill.d intrinsic.Daniel Sanders2013-09-271-0/+2
* [mips][msa] Implemented copy_[us].d intrinsic.Daniel Sanders2013-09-271-0/+4
* [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-241-4/+8
* [mips][msa] Added support for matching bsel and bseli from normal IR (i.e. no...Daniel Sanders2013-09-241-8/+4
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-242-6/+76
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-232-2/+3
* [mips][msa] Added support for matching insert and copy from normal IR (i.e. n...Daniel Sanders2013-09-231-6/+6
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-191-0/+17
* [ARMv8] Add CRC instructions.Joey Gouly2013-09-181-0/+16
* Add llvm.x86.* intrinsics for Intel SHA ExtensionsBen Langmuir2013-09-171-0/+21
* Make a more clear AVX-512 section header that matches similar in the file.Craig Topper2013-09-171-1/+3
* MemCpyOptimizer: Use max legal int size instead of pointer sizeMatt Arsenault2013-09-161-0/+11
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-161-3/+10
* Fix comment to match what the assert actually enforcesMatt Arsenault2013-09-121-2/+2
* [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsicsDaniel Sanders2013-09-111-6/+6
* [mips][msa] Removed unsupported dot product instructions (dotp_[su].b)Daniel Sanders2013-09-101-4/+0
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-091-237/+121
* TBAA: add isTBAAVtableAccess to MDNode so clients can call the functionManman Ren2013-09-061-0/+3
* Use type helper functions.Matt Arsenault2013-09-061-2/+2
* [ARMv8] Implement the new DMB/DSB operands.Joey Gouly2013-09-051-0/+5
* Revert "Add r159136 back now that pr13124 has been fixed."Rafael Espindola2013-09-041-6/+0
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-041-0/+28
* Add r159136 back now that pr13124 has been fixed.Rafael Espindola2013-09-031-0/+6
* [mips][msa] Added IntrNoMem and removed Commutative from sub intrinsics.Daniel Sanders2013-09-031-28/+28
* [mips][msa] Added IntrNoMem to the floating-point intrinsics.Daniel Sanders2013-09-031-96/+100
* ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.Tim Northover2013-08-281-6/+0