summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBuiltin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove support for nand atomic builtins. They are inconsistently implemented inDaniel Dunbar2010-03-251-17/+0
* IRgen: Wrap atomic intrinsics with memory barriers, to ensure we honor the se...Daniel Dunbar2010-03-201-25/+51
* PR6515: Implement __builtin_signbit and friends.Eli Friedman2010-03-061-0/+17
* Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all),John McCall2010-03-061-0/+16
* Revert changes r97693, r97700, and r97718.John McCall2010-03-041-15/+0
* Implement __builtin_dwarf_sp_column().John McCall2010-03-041-0/+15
* add framework for ARM builtins, Patch by Edmund Grimley Evans!Chris Lattner2010-03-031-0/+15
* Sketch out an implementation for __builtin_dwarf_cfa. I have no ideaJohn McCall2010-03-031-0/+18
* Implement __builtin_eh_return.John McCall2010-03-031-0/+16
* Add proper target hooks for __builtin_extract_return_address andJohn McCall2010-03-031-3/+9
* Inspired by seeing "MIPS" go by in the commits, I've gone ahead andJohn McCall2010-03-021-10/+25
* After much consultation aimed at figuring out what this builtin actuallyJohn McCall2010-03-021-0/+16
OpenPOWER on IntegriCloud