Revert r100191 since it breaks objc in clang
[oota-llvm.git] / include / llvm / Intrinsics.td
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-23 Chris Lattner[llvm_void_ty] is no longer needed for result types,
2010-03-14 Anton KorobeynikovCleanup
2010-03-14 Anton KorobeynikovThe fp16 <-> fp32 intrinsics are pure, mark them so...
2010-03-14 Anton KorobeynikovAdd intrinsics to represent fp16 <-> fp32 conversions
2010-01-28 Jim GrosbachUpdate of 94055 to track the IR level call site informa...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-05 Devang PatelDelete renaming use of dead dbg intrinsics.
2009-12-23 Eric ChristopherUpdate objectsize intrinsic and associated dependencies...
2009-12-07 Victor HernandezIntroduce the "@llvm.dbg.value" debug intrinsic.
2009-11-29 Chris Lattnermark all the 'foo with overflow' intrinsics as readnone.
2009-10-27 Eric ChristopherAdd objectsize intrinsic and hook it up through codegen...
2009-10-15 Jakob Stoklund OlesenMove Blackfin intrinsics into the Target/Blackfin direc...
2009-10-14 Duncan SandsI don't see any point in having both eh.selector.i32...
2009-10-13 Duncan SandsThe eh.exception intrinsic only reads from memory,...
2009-10-13 Nick LewyckyAdd new "memory use marker" intrinsics. These indicate...
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-17 Jim GrosbachRemove a bit more cruft from the sjlj moving to a backe...
2009-08-14 Eric ChristopherWhitespace cleanup.
2009-08-12 Jim GrosbachMark the callsite intrinsic such that the opimizers...
2009-08-11 Bob WilsonAdd a new overloaded EVT::vAny type for use in TableGen...
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-02 Jakob Stoklund OlesenAdd some basic blackfin intrinsics.
2009-07-15 Duncan SandsRemove the v3i32 and v3f32 value types: they are not
2009-07-12 Chris Lattnerremove llvm.part.set.* and llvm.part.select.*. They...
2009-06-29 David GreeneAdd more vector ValueTypes for AVX and other extended...
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...
2009-05-14 Jim GrosbachUpdate the names of the exception handling sjlj instrin...
2009-05-12 Jim GrosbachAdd support for GCC compatible builtin setjmp and longj...
2009-04-16 Bob WilsonAdd a comment to describe LLVMMatchType.
2009-03-04 Dale JohannesenAdd some cautionary comments.
2009-03-04 Dale JohannesenRe-commit 65975 and a fix for the problem that
2009-03-04 Dale JohannesenTemporarily revert 65975, which breaks the llvm-gcc...
2009-03-03 Devang PatelDbg Intrinsics do not access memory.
2009-02-14 Duncan SandsThe trampoline intrinsic can be marked IntrWriteArgMem,
2009-02-14 Duncan SandsIntrWriteArgMem implies nocapture, but this wasn't
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-01-12 Chris Lattneradd nocapture attribute to llvm.mem* intrinsics and...
2009-01-07 Bob WilsonImprove support for type-generic vector intrinsics...
2008-12-09 Bill WendlingAdd sub/mul overflow intrinsics. This currently doesn...
2008-11-21 Chris Lattnerreapply Sanjiv's patch to genericize memcpy/memset...
2008-11-21 Bill WendlingRevert r59802. It was breaking the build of llvm-gcc:
2008-11-21 Sanjiv GuptaMake mem[cpy,move,set] intrinsics overloaded.
2008-11-21 Bill WendlingIntroduce two new "add" intrinsics. These return the...
2008-11-20 Bill WendlingReformatting. No functionality change.
2008-11-19 Sanjiv GuptaInt type for PIC16 is i16. Added i16 intrinsics for...
2008-11-18 Bill WendlingRename stackprotector_create intrinsic to stackprotector.
2008-11-18 Bill WendlingRemove the stackprotector_check intrinsic. Use a volati...
2008-11-14 Richard OsborneAdd XCore intrinsics for getid (returns thread id)...
2008-11-13 Bill WendlingModify the intrinsics pattern to separate out the ...
2008-11-12 Tanya LattnerAdd ptr annotation intrinsic.
2008-11-10 Mon P WangAdded CONVERT_RNDSAT (conversion with rounding and...
2008-11-07 Bill Wendling- Modify the stack protector algorithm so that the...
2008-11-06 Bill Wendling- Rename stackprotector_{prologue,epilogue} to stackpro...
2008-11-06 Bill WendlingImplement the stack protector stack accesses via intrin...
2008-10-18 Mon P WangMake llvm memory barrier available as an intrinsic
2008-10-10 Mon P WangFixed definition of llvm_anyptr_ty
2008-10-07 Andrew LenharthNote that ADDC and company don't actually expand yet...
2008-09-08 Anton KorobeynikovReapply 55899: First draft of EH support on x86/64...
2008-09-08 Bill WendlingReverting r55898 to r55909. One of these patches was...
2008-09-08 Anton KorobeynikovFirst draft of EH support on x86/64-linux
2008-09-05 Dale JohannesenMark math lib intrinsics readonly, on the grounds
2008-09-04 Dale JohannesenAdd intrinsics for log, log2, log10, exp, exp2.
2008-07-30 Mon P WangAdded support for overloading intrinsics (atomics)...
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-16 Evan Cheng- Add "Commutative" property to intrinsics. This allows...
2008-06-14 Andrew Lenharthadd missing atomic intrinsic from gcc
2008-05-05 Mon P WangAdded addition atomic instrinsics and, or, xor, min...
2008-03-04 Evan ChengFix 80 column violations.
2008-02-21 Andrew LenharthAtomic op support. If any gcc test uses __sync builtin...
2008-02-16 Andrew Lenharthllvm.memory.barrier, and impl for x86 and alpha
2008-01-15 Anton KorobeynikovFor PR1839: add initial support for __builtin_trap...
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-05 Scott MichelMore stuff for CellSPU -- this should be enough to...
2007-11-15 Anton KorobeynikovImplement necessary bits for flt_rounds gcc builtin.
2007-11-08 Lauro Ramos Venancio[ARM] Implement __builtin_thread_pointer.
2007-10-29 Chris LattnerModel stacksave and stackrestore as both writing memory...
2007-10-12 Dan GohmanAdd intrinsics for sin, cos, and pow. These use llvm_an...
2007-10-08 Dan GohmanMark the prefetch intrinsic as IntrWriteArgMem, instead...
2007-10-02 Dale JohannesenRewrite sqrt and powi to use anyfloat. By popular...
2007-09-28 Dale JohannesenAdd sqrt and powi intrinsics for long double.
2007-09-21 Tanya LattnerAdding support for __builtin_annotation with an intrins...
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-09-07 Anton KorobeynikovSplit eh.select / eh.typeid.for intrinsics into i32...
2007-08-16 Dan GohmanAdd MVT::fAny for overloading intrinsics on floating...
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-14 Anton KorobeynikovLong live the exception handling!
2007-07-04 Duncan SandsExtend eh.selector to support both catches and filters.
2007-06-18 Tanya LattnerModify annotate intrinsic to take 2 additional args...
2007-06-15 Tanya LattnerAdd local var annotation intrinsic.
next