Age | Commit message (Expand) | Author |
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 |
2010-05-28 | This cast is no longer needed; the FIXME is fixed. | Dan Gohman |
2010-05-27 | Update __builtin_setjmp codegen to match llvmCore changes in r104900. | Jim Grosbach |
2010-05-27 | Enable the implementation of __builtin_setjmp and __builtin_longjmp. Not all | John McCall |
2010-05-19 | Implement codegen for __builtin_isnormal. | Benjamin Kramer |
2010-05-06 | add todos for isinf_sign and isnormal, which I don't intend to implement | Chris Lattner |
2010-05-06 | implement codegen support for __builtin_isfinite, part of PR6083 | Chris Lattner |
2010-05-06 | implement part of PR6083: codegen support for isinf. Like isnan, | Chris Lattner |
2010-04-15 | Rewrite handling of 64-bit palignr intrinsics to be vector shuffles. | Eric Christopher |
2010-04-14 | implement altivec.h and a bunch of support code, patch by Anton Yartsev! | Chris Lattner |
2010-04-07 | @llvm.sqrt isn't really close enough to C's sqrt to justify emitting calls | John McCall |
2010-04-04 | Reapply patch for adding support for address spaces and added a isVolatile fi... | Mon P Wang |
2010-04-02 | Revert r100193 since it causes failures in objc in clang | Mon P Wang |
2010-04-02 | Reapply patch for adding support for address spaces and added a isVolatile fi... | Mon P Wang |
2010-03-30 | Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. | Bob Wilson |
2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
2010-03-25 | Remove support for nand atomic builtins. They are inconsistently implemented in | Daniel Dunbar |
2010-03-20 | IRgen: Wrap atomic intrinsics with memory barriers, to ensure we honor the se... | Daniel Dunbar |
2010-03-06 | PR6515: Implement __builtin_signbit and friends. | Eli Friedman |
2010-03-06 | Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all), | John McCall |
2010-03-04 | Revert changes r97693, r97700, and r97718. | John McCall |
2010-03-04 | Implement __builtin_dwarf_sp_column(). | John McCall |