summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBuiltin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restore r117403 (fixing IR gen for bool atomics), this time being less John McCall2010-10-271-71/+98
* Revert r117403 as it caused PR8480.Rafael Espindola2010-10-271-98/+71
* Extract procedures to do scalar-to-memory and memory-to-scalar conversionsJohn McCall2010-10-261-71/+98
* Implement __builtin_ia32_vec_ext_v2si function (required by Qt).Argyrios Kyrtzidis2010-10-101-0/+3
* Add target implementations for the X86 builtins:Bill Wendling2010-10-091-1/+32
* when expanding a builtin, if the argument is required to be a constant,Chris Lattner2010-10-021-3/+40
* tidyChris Lattner2010-10-011-3/+3
* Accidentally committed some temporary changes on my branch when reverting pat...Bill Wendling2010-09-281-32/+31
* Temporarily revert 114929 114925 114924 114921. It looked like they (or at leastBill Wendling2010-09-281-31/+32
* Revert my patch changing the MMX "shift" intrinsics that take immediates intoBill Wendling2010-09-271-8/+8
* fix the rest of rdar://8461279 - clang miscompiles address-space qualified at...Chris Lattner2010-09-211-8/+13
* same bug as before, this time with __sync_val_compare_and_swap.Chris Lattner2010-09-211-4/+6
* fix __sync_bool_compare_and_swap to work with address-space qualified types.Chris Lattner2010-09-211-5/+6
* The MMX shift-with-immediate builtins require the equivalentBill Wendling2010-09-171-8/+8
* Translate NEON vabdl, vaba, and vabal builtins to be implemented using theBob Wilson2010-09-031-9/+26
* 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
OpenPOWER on IntegriCloud