summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBuiltin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of missing bitcasts for clang NEON builtin expansions.Bob Wilson2010-09-021-12/+57
* Translate NEON vmull, vmlal, and vmlsl builtins to llvm multiply-add/subBob Wilson2010-09-011-10/+32
* Translate NEON vmovn builtin to a vector truncation instead of using an llvmBob Wilson2010-08-301-2/+1
* Translate NEON vaddl, vaddw, vsubl, and vsubw builtins to llvm add/subBob Wilson2010-08-291-8/+26
* Add the new alignment arguments for NEON load/store intrinsics, based on theBob Wilson2010-08-271-3/+40
* IRgen/NEON: Fix codegen of vzip and vzipq.Daniel Dunbar2010-08-261-2/+2
* Translate NEON vmovl intrinsics to zero/sign-extend operations.Bob Wilson2010-08-201-2/+3
* vdup_lane was missingNate Begeman2010-08-061-1/+9
* Add support for VFP status & control operations for ARM.Nate Begeman2010-08-031-3/+19
* Wire up sema checking for __builtin_arm_usat and __builtin_arm_ssat immediates.Nate Begeman2010-07-291-1/+1
* 2nd argument of __builtin_expect must be evaluatedFariborz Jahanian2010-07-261-1/+4
* Improve the representation of the atomic builtins in a few ways. First, we makeChandler Carruth2010-07-181-30/+86
* finally get around to doing a significant cleanup to irgen:Chris Lattner2010-06-271-60/+37
* Implement remaining codegen for NEON, all operations should now work.Nate Begeman2010-06-201-41/+173
* More AltiVec support.Anton Korobeynikov2010-06-191-3/+44
* Remove last of the bool shifts for MS VC++, patch by dimitry andricNate Begeman2010-06-171-5/+5
* Fixed conflict between objc_memmove_collectable builtin Fariborz Jahanian2010-06-161-1/+1
* Patch adds support for copying of thoseFariborz Jahanian2010-06-151-0/+11
* An implementation of __builtin__fpclassify the way Chris Lattner described by...Benjamin Kramer2010-06-141-0/+58
* Add some missing shiftsNate Begeman2010-06-141-23/+45
* Most of NEON sema checking & fix to polynomial type detectionNate Begeman2010-06-131-1/+1
* Shifts complete. Only vld & sema checking of constants remain.Nate Begeman2010-06-121-1/+29
* vbsl, vrev* is implemented via arm_neon.hNate Begeman2010-06-121-2/+0
* Most of remaining builtins, 2 generics, vld, and rounding shfits remain.Nate Begeman2010-06-111-9/+113
* Multiplies, some shifts, set_laneNate Begeman2010-06-101-8/+109
* support _lane ops, and multiplies by scalar.Nate Begeman2010-06-101-6/+22
* Implement codegen for hadd, hsub, max, min, mlal, movl, movn, padal, mov_nNate Begeman2010-06-091-1/+35
* More accurate BuiltinsARM.def Nate Begeman2010-06-091-0/+11
* Simplify the code a bit and avoid a gcc waring about uninitialized variables.Rafael Espindola2010-06-091-29/+24
* Implement transpose/zip/unzip & table lookup.Nate Begeman2010-06-091-4/+81
* Fix NEON intrinsic argument passing, support vext. Most now successfully mak...Nate Begeman2010-06-081-57/+83
* Fix what looks like a merge problem that broke __clear_cache.Rafael Espindola2010-06-081-1/+1
* Implement ARM NEON up through vcvt, alphabetically.Nate Begeman2010-06-081-1/+57
* Implement __clear_cache on ARM.Rafael Espindola2010-06-071-4/+9
* weekend checkpoint of arm neon builtins codegen. Nate Begeman2010-06-071-0/+89
* This cast is no longer needed; the FIXME is fixed.Dan Gohman2010-05-281-2/+0
* Update __builtin_setjmp codegen to match llvmCore changes in r104900.Jim Grosbach2010-05-271-0/+8
* Enable the implementation of __builtin_setjmp and __builtin_longjmp. Not allJohn McCall2010-05-271-15/+18
* Implement codegen for __builtin_isnormal.Benjamin Kramer2010-05-191-5/+19
* add todos for isinf_sign and isnormal, which I don't intend to implementChris Lattner2010-05-061-1/+8
* implement codegen support for __builtin_isfinite, part of PR6083Chris Lattner2010-05-061-0/+13
* implement part of PR6083: codegen support for isinf. Like isnan,Chris Lattner2010-05-061-1/+35
* Rewrite handling of 64-bit palignr intrinsics to be vector shuffles.Eric Christopher2010-04-151-2/+32
* implement altivec.h and a bunch of support code, patch by Anton Yartsev!Chris Lattner2010-04-141-0/+44
* @llvm.sqrt isn't really close enough to C's sqrt to justify emitting callsJohn McCall2010-04-071-7/+6
* Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang2010-04-041-17/+29
* Revert r100193 since it causes failures in objc in clangMon P Wang2010-04-021-29/+17
* Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang2010-04-021-17/+29
* Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.Bob Wilson2010-03-301-29/+17
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-17/+29
OpenPOWER on IntegriCloud