aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Intrinsics.td
Commit message (Expand)AuthorAgeFilesLines
* Fix 80 column violations.Evan Cheng2008-03-041-8/+13
* Atomic op support. If any gcc test uses __sync builtins, it might start fail...Andrew Lenharth2008-02-211-1/+12
* llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth2008-02-161-0/+5
* For PR1839: add initial support for __builtin_trap. llvm-gcc part is missedAnton Korobeynikov2008-01-151-0/+2
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-291-2/+2
* More stuff for CellSPU -- this should be enough to get an error-freeScott Michel2007-12-051-0/+1
* Implement necessary bits for flt_rounds gcc builtin. Anton Korobeynikov2007-11-151-0/+5
* [ARM] Implement __builtin_thread_pointer.Lauro Ramos Venancio2007-11-081-0/+1
* Model stacksave and stackrestore as both writing memory, since we Chris Lattner2007-10-291-1/+4
* Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and soDan Gohman2007-10-121-0/+4
* Mark the prefetch intrinsic as IntrWriteArgMem, instead of theDan Gohman2007-10-081-1/+5
* Rewrite sqrt and powi to use anyfloat. By popular demand.Dale Johannesen2007-10-021-12/+2
* Add sqrt and powi intrinsics for long double.Dale Johannesen2007-09-281-0/+10
* Adding support for __builtin_annotation with an intrinsic called llvm.annotat...Tanya Lattner2007-09-211-0/+4
* Fold the adjust_trampoline intrinsic intoDuncan Sands2007-09-111-5/+3
* Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov2007-09-071-4/+8
* Add MVT::fAny for overloading intrinsics on floating-point types.Dan Gohman2007-08-161-0/+1
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-45/+34
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-271-0/+8
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+255