summaryrefslogtreecommitdiff
path: root/include/llvm/IR
Commit message (Expand)AuthorAge
...
* Adding intrinsics to the llvm backend for TBM instruction set.Yunzhong Gao2013-09-27
* [mips][msa] Implemented insert.d intrinsic.Daniel Sanders2013-09-27
* [mips][msa] Implemented fill.d intrinsic.Daniel Sanders2013-09-27
* [mips][msa] Implemented copy_[us].d intrinsic.Daniel Sanders2013-09-27
* [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-24
* [mips][msa] Added support for matching bsel and bseli from normal IR (i.e. no...Daniel Sanders2013-09-24
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-24
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-23
* [mips][msa] Added support for matching insert and copy from normal IR (i.e. n...Daniel Sanders2013-09-23
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-19
* [ARMv8] Add CRC instructions.Joey Gouly2013-09-18
* Add llvm.x86.* intrinsics for Intel SHA ExtensionsBen Langmuir2013-09-17
* Make a more clear AVX-512 section header that matches similar in the file.Craig Topper2013-09-17
* MemCpyOptimizer: Use max legal int size instead of pointer sizeMatt Arsenault2013-09-16
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-16
* Fix comment to match what the assert actually enforcesMatt Arsenault2013-09-12
* [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsicsDaniel Sanders2013-09-11
* [mips][msa] Removed unsupported dot product instructions (dotp_[su].b)Daniel Sanders2013-09-10
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* TBAA: add isTBAAVtableAccess to MDNode so clients can call the functionManman Ren2013-09-06
* Use type helper functions.Matt Arsenault2013-09-06
* [ARMv8] Implement the new DMB/DSB operands.Joey Gouly2013-09-05
* Revert "Add r159136 back now that pr13124 has been fixed."Rafael Espindola2013-09-04
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-04
* Add r159136 back now that pr13124 has been fixed.Rafael Espindola2013-09-03
* [mips][msa] Added IntrNoMem and removed Commutative from sub intrinsics.Daniel Sanders2013-09-03
* [mips][msa] Added IntrNoMem to the floating-point intrinsics.Daniel Sanders2013-09-03
* ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.Tim Northover2013-08-28
* [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.vDaniel Sanders2013-08-28
* [mips][msa] Added load/store intrinsics.Daniel Sanders2013-08-28
* [mips][msa] Added move.vDaniel Sanders2013-08-28
* [mips][msa] Added cfcmsa, and ctcmsaDaniel Sanders2013-08-28
* [mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs]ul[et], f[cs]une, fsun, ft...Daniel Sanders2013-08-28
* [mips][msa] Few MSA Builtins have side-effects. Added IntrNoMem to those that...Daniel Sanders2013-08-23
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-23
* Add a new helper method to Value to strip in-bounds constant offsets ofChandler Carruth2013-08-22
* Clean up the doxygen formatting of the comments on the strip* methods onChandler Carruth2013-08-22
* [mips][msa] Removed fcge, fcgt, fsge, fsgtDaniel Sanders2013-08-20
* [mips][msa] Added insveDaniel Sanders2013-08-20
* [mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.vDaniel Sanders2013-08-20
* Add a llvm.copysign intrinsicHal Finkel2013-08-19
* Introduce non-const overloads for GlobalAlias::{get,resolve}AliasedGlobal.Peter Collingbourne2013-08-19
* AVX-512: compiler intrinsicsElena Demikhovsky2013-08-19
* The vbroadcastsi256 intrinsic does not exactly resemble the GCCJuergen Ributzka2013-08-17
* [Mips][msa] Added the simple builtins (madd_q to xori)Jack Carter2013-08-15
* [Mips][msa] Added the simple builtins (fadd to ftq)Jack Carter2013-08-15
* [Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi)Jack Carter2013-08-15
* [stackprotector] Added intrinsic llvm.stackprotectorcheck.Michael Gottesman2013-08-12
* Add ISD::FROUND for libm round()Hal Finkel2013-08-07
* AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types.Elena Demikhovsky2013-08-05