| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 80 column violations. | Evan Cheng | 2008-03-04 | 1 | -8/+13 |
* | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth | 2008-02-21 | 1 | -1/+12 |
* | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth | 2008-02-16 | 1 | -0/+5 |
* | For PR1839: add initial support for __builtin_trap. llvm-gcc part is missed | Anton Korobeynikov | 2008-01-15 | 1 | -0/+2 |
* | remove attribution from a variety of miscellaneous files. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | More stuff for CellSPU -- this should be enough to get an error-free | Scott Michel | 2007-12-05 | 1 | -0/+1 |
* | Implement necessary bits for flt_rounds gcc builtin. | Anton Korobeynikov | 2007-11-15 | 1 | -0/+5 |
* | [ARM] Implement __builtin_thread_pointer. | Lauro Ramos Venancio | 2007-11-08 | 1 | -0/+1 |
* | Model stacksave and stackrestore as both writing memory, since we | Chris Lattner | 2007-10-29 | 1 | -1/+4 |
* | Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and so | Dan Gohman | 2007-10-12 | 1 | -0/+4 |
* | Mark the prefetch intrinsic as IntrWriteArgMem, instead of the | Dan Gohman | 2007-10-08 | 1 | -1/+5 |
* | Rewrite sqrt and powi to use anyfloat. By popular demand. | Dale Johannesen | 2007-10-02 | 1 | -12/+2 |
* | Add sqrt and powi intrinsics for long double. | Dale Johannesen | 2007-09-28 | 1 | -0/+10 |
* | Adding support for __builtin_annotation with an intrinsic called llvm.annotat... | Tanya Lattner | 2007-09-21 | 1 | -0/+4 |
* | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 1 | -5/+3 |
* | Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee... | Anton Korobeynikov | 2007-09-07 | 1 | -4/+8 |
* | Add MVT::fAny for overloading intrinsics on floating-point types. | Dan Gohman | 2007-08-16 | 1 | -0/+1 |
* | This is the patch to provide clean intrinsic function overloading support in ... | Chandler Carruth | 2007-08-04 | 1 | -45/+34 |
* | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -0/+8 |
* | Long live the exception handling! | Anton Korobeynikov | 2007-07-14 | 1 | -0/+8 |
* | Extend eh.selector to support both catches and filters. | Duncan Sands | 2007-07-04 | 1 | -2/+0 |
* | Modify annotate intrinsic to take 2 additional args: file and line number. | Tanya Lattner | 2007-06-18 | 1 | -2/+3 |
* | Add local var annotation intrinsic. | Tanya Lattner | 2007-06-15 | 1 | -0/+5 |
* | For PR1284: | Reid Spencer | 2007-04-12 | 1 | -2/+5 |
* | Drop the "bit" prefix for the part.select intrinsic. | Reid Spencer | 2007-04-10 | 1 | -1/+1 |
* | Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic. | Reid Spencer | 2007-04-04 | 1 | -1/+3 |
* | For PR1297: | Reid Spencer | 2007-04-01 | 1 | -19/+6 |
* | Add support for the v1i64 type. This makes better code for this: | Bill Wendling | 2007-03-26 | 1 | -0/+1 |
* | Added "padd*" support for MMX. Added MMX move stuff to X86InstrInfo so that | Bill Wendling | 2007-03-08 | 1 | -0/+4 |
* | Add eh filter intrinsic. | Jim Laskey | 2007-03-01 | 1 | -3/+5 |
* | Provide a more meaningful name. | Jim Laskey | 2007-02-28 | 1 | -1/+1 |
* | Add new intrinsics for eh support. | Jim Laskey | 2007-02-21 | 1 | -1/+3 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -9/+9 |
* | Wrong value type. | Jim Laskey | 2007-02-12 | 1 | -1/+1 |
* | Automatically generating intrinsic declarations from Dan Gohman. Modified | Jim Laskey | 2007-02-07 | 1 | -7/+17 |
* | Deemed too cute to live. | Jim Laskey | 2007-02-06 | 1 | -2/+2 |
* | Support var arg intrinsics. | Jim Laskey | 2007-02-06 | 1 | -0/+7 |
* | For PR1028: | Reid Spencer | 2007-01-17 | 1 | -2/+4 |
* | For PR1064: | Reid Spencer | 2007-01-12 | 1 | -15/+19 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 1 | -1/+1 |
* | llvm 2.0 doesn't support llvm.isunordered.* | Chris Lattner | 2007-01-07 | 1 | -4/+0 |
* | Convert the intrinsic function definitions to use llvm_i32_ty instead of | Reid Spencer | 2006-12-31 | 1 | -50/+46 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -8/+8 |
* | add powi intrinsics. | Chris Lattner | 2006-09-08 | 1 | -0/+3 |
* | Fix an incorrect prototype for this intrinsic, fixing | Chris Lattner | 2006-04-13 | 1 | -1/+1 |
* | Fix a typo: Instr* -> Intr* | Chris Lattner | 2006-04-10 | 1 | -13/+13 |
* | Added intrinsics to match __builtin_ia32_pslldqi128 and | Evan Cheng | 2006-04-04 | 1 | -0/+1 |
* | Reenable pointer intrinsics. | Chris Lattner | 2006-03-28 | 1 | -3/+3 |
* | revert this, it breaks things | Chris Lattner | 2006-03-28 | 1 | -3/+3 |
* | Add support for intrinsics with pointer arguments in target .td files. | Chris Lattner | 2006-03-27 | 1 | -3/+3 |