summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBuiltin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM: Emit normal IR for vaddhn/vsubhn NEON intrinsicsTim Northover2013-08-281-6/+36
* ARM: use vqdmull and vqadds/vqsubs to implement vqdmlal/vqdmlslTim Northover2013-08-281-6/+22
* Fix last commit.Juergen Ributzka2013-08-191-1/+1
* Simplify code by using CreateMemTemp. No functional change intended.Juergen Ributzka2013-08-191-18/+9
* Fix the name and the type of the argument for intriniscJuergen Ributzka2013-08-171-0/+10
* Fix the build failure of Realease versionHao Liu2013-08-151-1/+1
* Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...Hao Liu2013-08-151-0/+43
* AArch64: initial NEON supportTim Northover2013-08-011-1/+196
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-0/+1
* Partial revert of r185568.Eli Bendersky2013-07-241-11/+8
* ARM: implement low-level intrinsics for the atomic exclusive operations.Tim Northover2013-07-161-6/+58
* Add a __builtin_addressof that performs the same functionality as the built-inRichard Smith2013-07-111-0/+2
* Add target hook CodeGen queries when generating builtin pow*.Eli Bendersky2013-07-031-7/+12
* Remove misplaced commentEli Bendersky2013-06-251-1/+0
* [checked-arithmetic builtins] Added builtins to enable users to perform check...Michael Gottesman2013-06-201-0/+71
* [multiprecision-builtins] Added missing builtin __builtin_{add,sub}cb for {ad...Michael Gottesman2013-06-181-0/+4
* Fix __clear_cache on ARM.Rafael Espindola2013-05-141-3/+2
* Revert accidental commit.Benjamin Kramer2013-05-141-3/+1
* Take a stab at trying to unbreak the makefile build.Benjamin Kramer2013-05-141-1/+3
OpenPOWER on IntegriCloud