summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBuiltin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.Hao Liu2013-11-191-0/+127
* Implement the newly added AArch64 ACLE functions for ld1/st1 with 2/3/4 vectors.Hao Liu2013-11-181-0/+86
* Remove unused but set variable.Benjamin Kramer2013-11-161-4/+0
* Implemented aarch64 Neon scalar vmulx_lane intrinsicsAna Pazos2013-11-151-7/+80
* [AArch64] Add support for legacy AArch32 NEON scalar shift right by immediateChad Rosier2013-11-141-0/+11
* [AArch64 neon] support poly64 and relevant intrinsic functions.Kevin Qin2013-11-141-0/+1
* Implement aarch64 neon instruction class misc.Kevin Qin2013-11-141-0/+278
* Implement AArch64 NEON instruction set AdvSIMD (table).Jiangning Liu2013-11-141-2/+229
* -fms-extensions: Recognize _alloca as an alias for the alloca builtinReid Kleckner2013-11-131-0/+1
* [AArch64] Tests for legacy AArch32 NEON scalar shift by immediate instructions.Chad Rosier2013-11-131-9/+9
* [AArch64] Add support for NEON scalar floating-point convert to fixed-point i...Chad Rosier2013-11-111-0/+14
* Implement AArch64 Neon instruction set Perm.Jiangning Liu2013-11-061-0/+12
* Implement AArch64 Neon instruction set Bitwise Extract.Jiangning Liu2013-11-061-0/+4
* Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.Jiangning Liu2013-11-051-30/+71
* Implemented aarch64 neon intrinsic vcopy_lane with float type.Kevin Qin2013-11-051-2/+4
* [AArch64] Add support for NEON scalar fixed-point convert to floating-point i...Chad Rosier2013-10-311-0/+14
* [AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier2013-10-311-2/+105
* Add CodeGenABITypes.h for use in LLDB.Mark Lacey2013-10-301-0/+1
* [AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier2013-10-301-15/+109
* Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne2013-10-201-1/+1
* [AArch64] Add support for NEON scalar extract narrow instructions.Chad Rosier2013-10-181-2/+23
* [AArch64] Add support for NEON scalar three register different instructionChad Rosier2013-10-171-2/+24
* [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/+14
* [AArch64] Add support for NEON scalar signed saturating absolute value andChad Rosier2013-10-151-0/+14
* [AArch64] Add support for NEON scalar integer compare instructions.Chad Rosier2013-10-141-5/+74
* Implemented aarch64 SIMD copy related ACLE intrinsic :Kevin Qin2013-10-111-0/+28
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-0/+34
* Revert "Implement AArch64 vector load/store multiple N-element structure clas...Tim Northover2013-10-101-34/+0
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-0/+34
* [AArch64] Add support for NEON scalar floating-point reciprocal estimate,Chad Rosier2013-10-081-0/+15
* [AArch64] Add support for NEON scalar signed/unsigned integer to floating-pointChad Rosier2013-10-081-0/+14
* Fix objectsize tests after r192117Matt Arsenault2013-10-071-2/+3
* [AArch64] Add support for NEON scalar arithmetic instructions:Chad Rosier2013-10-071-0/+25
* Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu2013-10-051-111/+147
* Do not emit undefined lsrh/ashr for NEON shiftsAmaury de la Vieuville2013-10-041-12/+35
* Implement aarch64 neon instruction set AdvSIMD (3V elem).Jiangning Liu2013-10-041-0/+40
* [ARM] Add a builtin to allow you to use the 'sevl' instruction.Joey Gouly2013-10-021-0/+5
* Mark an impossible path as unreachable to pacify GCC.Benjamin Kramer2013-09-261-0/+1
* Remove tabs.Benjamin Kramer2013-09-261-91/+91
* CGBuiltin.cpp: Prune a stray default: label. [-Wcovered-switch-default]NAKAMURA Takumi2013-09-241-2/+0
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-241-8/+228
* Add _mm_stream_si64 intrinsic.Eli Friedman2013-09-231-2/+12
* [ARMv8] Add builtins for CRC instructions.Joey Gouly2013-09-181-0/+43
* Restore the sqrt -> llvm.sqrt mapping in fast-math modeHal Finkel2013-09-121-6/+13
* Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the follow...Jiangning Liu2013-09-091-0/+16
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-041-37/+110
* ARM: comment on why vmull intrinsic has to exist for now.Tim Northover2013-08-281-0/+5
OpenPOWER on IntegriCloud