Age | Commit message (Expand) | Author |
2010-10-27 | Restore r117403 (fixing IR gen for bool atomics), this time being less | John McCall |
2010-10-27 | Revert r117403 as it caused PR8480. | Rafael Espindola |
2010-10-26 | Extract procedures to do scalar-to-memory and memory-to-scalar conversions | John McCall |
2010-10-10 | Implement __builtin_ia32_vec_ext_v2si function (required by Qt). | Argyrios Kyrtzidis |
2010-10-09 | Add target implementations for the X86 builtins: | Bill Wendling |
2010-10-02 | when expanding a builtin, if the argument is required to be a constant, | Chris Lattner |
2010-10-01 | tidy | Chris Lattner |
2010-09-28 | Accidentally committed some temporary changes on my branch when reverting pat... | Bill Wendling |
2010-09-28 | Temporarily revert 114929 114925 114924 114921. It looked like they (or at least | Bill Wendling |
2010-09-27 | Revert my patch changing the MMX "shift" intrinsics that take immediates into | Bill Wendling |
2010-09-21 | fix the rest of rdar://8461279 - clang miscompiles address-space qualified at... | Chris Lattner |
2010-09-21 | same bug as before, this time with __sync_val_compare_and_swap. | Chris Lattner |
2010-09-21 | fix __sync_bool_compare_and_swap to work with address-space qualified types. | Chris Lattner |
2010-09-17 | The MMX shift-with-immediate builtins require the equivalent | Bill Wendling |
2010-09-03 | Translate NEON vabdl, vaba, and vabal builtins to be implemented using the | Bob Wilson |
2010-09-02 | Add a bunch of missing bitcasts for clang NEON builtin expansions. | Bob Wilson |
2010-09-01 | Translate NEON vmull, vmlal, and vmlsl builtins to llvm multiply-add/sub | Bob Wilson |
2010-08-30 | Translate NEON vmovn builtin to a vector truncation instead of using an llvm | Bob Wilson |
2010-08-29 | Translate NEON vaddl, vaddw, vsubl, and vsubw builtins to llvm add/sub | Bob Wilson |
2010-08-27 | Add the new alignment arguments for NEON load/store intrinsics, based on the | Bob Wilson |
2010-08-26 | IRgen/NEON: Fix codegen of vzip and vzipq. | Daniel Dunbar |
2010-08-20 | Translate NEON vmovl intrinsics to zero/sign-extend operations. | Bob Wilson |
2010-08-06 | vdup_lane was missing | Nate Begeman |
2010-08-03 | Add support for VFP status & control operations for ARM. | Nate Begeman |
2010-07-29 | Wire up sema checking for __builtin_arm_usat and __builtin_arm_ssat immediates. | Nate Begeman |
2010-07-26 | 2nd argument of __builtin_expect must be evaluated | Fariborz Jahanian |
2010-07-18 | Improve the representation of the atomic builtins in a few ways. First, we make | Chandler Carruth |
2010-06-27 | finally get around to doing a significant cleanup to irgen: | Chris Lattner |
2010-06-20 | Implement remaining codegen for NEON, all operations should now work. | Nate Begeman |
2010-06-19 | More AltiVec support. | Anton Korobeynikov |
2010-06-17 | Remove last of the bool shifts for MS VC++, patch by dimitry andric | Nate Begeman |
2010-06-16 | Fixed conflict between objc_memmove_collectable builtin | Fariborz Jahanian |
2010-06-15 | Patch adds support for copying of those | Fariborz Jahanian |
2010-06-14 | An implementation of __builtin__fpclassify the way Chris Lattner described by... | Benjamin Kramer |
2010-06-14 | Add some missing shifts | Nate Begeman |
2010-06-13 | Most of NEON sema checking & fix to polynomial type detection | Nate Begeman |
2010-06-12 | Shifts complete. Only vld & sema checking of constants remain. | Nate Begeman |
2010-06-12 | vbsl, vrev* is implemented via arm_neon.h | Nate Begeman |
2010-06-11 | Most of remaining builtins, 2 generics, vld, and rounding shfits remain. | Nate Begeman |
2010-06-10 | Multiplies, some shifts, set_lane | Nate Begeman |
2010-06-10 | support _lane ops, and multiplies by scalar. | Nate Begeman |
2010-06-09 | Implement codegen for hadd, hsub, max, min, mlal, movl, movn, padal, mov_n | Nate Begeman |
2010-06-09 | More accurate BuiltinsARM.def | Nate Begeman |
2010-06-09 | Simplify the code a bit and avoid a gcc waring about uninitialized variables. | Rafael Espindola |
2010-06-09 | Implement transpose/zip/unzip & table lookup. | Nate Begeman |
2010-06-08 | Fix NEON intrinsic argument passing, support vext. Most now successfully mak... | Nate Begeman |
2010-06-08 | Fix what looks like a merge problem that broke __clear_cache. | Rafael Espindola |
2010-06-08 | Implement ARM NEON up through vcvt, alphabetically. | Nate Begeman |
2010-06-07 | Implement __clear_cache on ARM. | Rafael Espindola |
2010-06-07 | weekend checkpoint of arm neon builtins codegen. | Nate Begeman |